/* general styles for regular html tags */

html, body
{ 
margin:0; 
padding:0; 
border:0;
}

body
{
margin:5px 0;
text-align:left; 
font-family:verdana, arial, sans-serif; 
font-size:80%; 
color:#000; 
background:url(../images/body_bg.jpg) #374465;
background-position:top center;
background-repeat:repeat-y; 
}

p  
{
text-align:left;
margin:5px 40px; 
padding:0;
padding-bottom:5px;
text-indent:15px;
line-height:1.5;
}

p.nomargin
{
line-height:normal;
margin:5px 0;
}

p.noindent
{text-indent:0;}

p.attention
{
font-weight:bold;
text-align:center;
font-size:15px;
letter-spacing:1px;
text-indent:0;
line-height:normal;
}

h1, h2, h3, h4, h5
{
font-family:georgia, times new roman, serif;
margin:5px 30px;
text-align:center;
padding:5px;
font-weight:bold;
}

h1
{font-size:25px;}

h2 
{font-size:20px;}

h3
{font-size:17px;}

h3.img
{
font-weight:normal;
font-size:13px;
margin:5px auto;
}

h3.alignleft
{
text-align:left;
margin:5px 35px;
font-size:15px;
font-weight:bold;
}

h4
{
font-weight:normal;
text-align:left;
margin:5px 40px;
font-size:12px;
}

img /* style the images so hyperlinked images don't have a border */
{border:0;}

/* floating images so text lines up beside the images */
img.left
{
float:left;
margin:5px 30px;
margin-right:5px;
}

img.right
{
float:right;
margin:5px 30px;
margin-left:5px;
}

/* styles for lists - special conditional statements in template.inc.php for IE */

ul
{
border:0;
margin:5px 20px 5px 40px;
}

ul li, ul li.normal
{
list-style-image:url(../images/bullet.gif);
padding:0;
padding-bottom:5px;
font-size:13px;
line-height:1.3;
font-weight:bold;
}

ul li.normal
{font-weight:normal;}

ul ul
{margin:5px 0;}

ul ul li, ul ul li.normal
{
list-style-image:url(../images/bullet.gif);
padding:0;
padding-bottom:5px;
font-size:13px;
line-height:1.1;
font-weight:normal;
}

/* styles for the anchor links */

a, a:visited 
{
text-decoration:underline;
color:#8a0a07;
font-weight:bold;
}

a:hover
{
text-decoration:overline underline;
background-color:#000;
color:#fff;
}


/* special classes for formatting text */

.default
{font-family:verdana, arial, sans-serif;}

.clear 
{
clear:both;
height:1px;
overflow:hidden;
}

.pad
{
display:block;
height:40px;
}

.bold
{font-weight:bold;}

.white
{color:#fff;}

.red
{color:#c20808;}

.brown
{color:#8f0000;}

.blue
{color:#374465;}

.gold
{color:#ffc601;}

.green
{color:#275b1d;}

.imgctr /* centering the shadow image under textboxes, may need adjustment for different #wrapper widths */
{
margin:0 0 0 150px;
border:0;
padding:0;
}

.hilite 
{
background:#ffc601;
color:#c20808;
font-weight:bold;
font-variant:small-caps;
font-style:normal;
}

.strike /* the strike and s html tags deprecated so I used the line-through text-decoration */
{text-decoration:line-through;}

.symbol /* unique class for special characters such as copyright etc. */
{
font-size:15px;
color:#ffc601;
font-weight:bold;
letter-spacing:-1px;
}

.cap, .cap2 /* creates the large drop-cap first-letter in the paragraphs */
{
font-family:georgia, times new roman, serif;
font-size:35px; 
color:#c20808; /*red */ 
font-weight:bold; 
float:left; 
height:35px; 
line-height:35px; 
margin-top:-4px; 
margin-right:3px;
}

.cap2
{color:#000166;}

/* this creates an image holder box that gets rid of the ugly active focus border */

.image_holder
{
width:200px; 
height:100px;
margin:0 auto;
}

.image_holder a
display:block; 
width:0; 
height:0; 
position:relative;
}

.image_holder a img
{
position:absolute; 
left:0; 
top:0; 
border:0;
}

.image_holder a:active
{background:#fff;}

.image_holder a:active img, .image_holder a:focus img, 
{background:#fff;}


#wrapper
{ 
background:#fff;
margin:0 auto;
width:730px;
border-top:10px solid #374465;
border-right:1px solid #374465;
border-bottom:10px solid #374465;
border-left:1px solid #374465;
text-align:left;  
} 

#header
{
display:block; 
width:730px;
height:209px; 
background:url(../images/kmaia_header.jpg) #374465;
background-position:top center;
background-repeat:no-repeat;
margin:0 auto;
}

#footer
{
display:block;
height:50px;
width:730px;
background:url(../images/kmaia_footer.jpg) #374465;
background-position:top center;
background-repeat:no repeat;
margin:0 auto;
}

#footer p
{
text-align:center;
margin:8px 10px 0 10px;
color:#000;
font-size:11px;
font-weight:bold;
text-indent:0;
padding:8px 0 3px 0;
}

#footer a, #footer a:visited, #footer a:hover, #footer a:active
{
color:#fff;
background:transparent;
font-weight:bold;
font-size:13px;
text-decoration:none;
}

#footer a:hover, #footer a:active
{
color:#ffc601;
font-variant:small-caps;
border-bottom:0;
letter-spacing:1.2;
}

#footer a.noborder, #footer a:visited.noborder, 
#footer a:hover.noborder, #footer a:active.noborder
{
border:0;
border-bottom:0;
background:transparent;
}

#menu
{
float:left;
width:130px;
position:relative;
margin:2px 15px;
}

#menu a, #menu a:visited, #menu a:hover
{
text-decoration:none;
display:block;
width:120px;
height:30px;
background:url(../images/home.gif) #fff;
background-repeat:no-repeat;
text-align:left;
font-weight:bold;
color:#fff;
padding:7px 0 1px 20px;
margin:0 auto;
font-size:11px;
}

#menu a:hover
{
background:url(../images/hover.gif) #fff;
background-repeat:no-repeat;
color:#000;
}

#menu a.selected, #menu a:visited.selected, #menu a:hover.selected
{
background:url(../images/select.gif) #fff;
background-repeat:no-repeat;
color:#fff;
}

.textbox
{
width:550px;
margin:0 auto;
border:0;
padding:0;
background-image:url(../images/textbox_bg.png);
background-repeat:repeat-y;
}

.textbox ul li, .textbox ul li.noimage
{
list-style-image:url(../images/question.jpg);
padding:0 0 5px 5px;
font-size:14px;
line-height:1.5;
font-weight:normal;
color:#000;
}

.textbox ul li.noimage
{list-style-image:none;}

.textbox ul li.noimage a, .textbox ul li.noimage a:visited,
.textbox ul li.noimage a:hover, .textbox ul li.noimage a:active
{color:#8f0000;}



