@charset "utf-8";

img {
    border: 0px;
    behavior: url("pngbehavior.htc");
}

body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: url(images/bg-body.jpg) top center repeat-x #0b4276;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}
#container {
    width: 918px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background:none;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
    position:relative;
    padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header img.top {
    position:relative;
    top:0;
    left:0;
    width:918px;
    height:166px;
}

#header img.logo {
    position:absolute;
    top:15px;
    left:15px;
    height:100px;
    width:200px;
    z-index:2;
}

#header div.phone {
    position:absolute;
    top:5px;
    right:30px;
    z-index:3;
    font:24px Verdana, Geneva, sans-serif;
    color:#FFF;
    font-weight:bold;
    text-align:right;
}

#header div.phone a {
    font:12px Verdana, Geneva, sans-serif;
    color:#FFF;
    text-decoration:none;
    }

#header div.phone a:hover {
    font:12px Verdana, Geneva, sans-serif;
    color:#FFF;
    text-decoration:underline;
    }

/*###########################################

Navigation Styles start

###########################################*/

#header ul#nav {
    list-style:none;
    position:absolute;
    padding:0;
    margin:0 auto;
    top:111px;
    left:160px;
    z-index:4;
    height:53px;
    /*width:880px;*/
}

#header ul#nav li {
    float:left;
    margin:0;
    padding:15px 0 0 0;
    }

ul#nav li a {
    font:13px Verdana, Geneva, sans-serif;
    font-weight:normal;
    color:#1c68ae;
    text-decoration:none;
    position:relative;
    padding:20px;
    margin:0;
    background:none;
    }

ul#nav li a:hover {
    font:13px Verdana, Geneva, sans-serif;
    font-weight:normal;
    color:#FFF;
    text-decoration:none;
    position:relative;
    padding:20px;
    margin:0;
    background: url(images/navHover.jpg) bottom center repeat-x;

    }



/*################### Navigation styles End ###################*/


#mainContent {
    position:relative;
    padding:0 15px 10px 9px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: url(images/bg-content.png) top center repeat-y;
    min-height:800px;
}

#mainContent h1 {
    font:22px Verdana, Geneva, sans-serif;
    font-weight:bold;
    color:#1c68ae;
    text-align:left;
    margin:20px 0 5px 20px;
    padding:0 0 10px 0;
    border-bottom:1px solid #efefef;
    width:460px;
}

#mainContent h2 {
    font-size:16px;
    text-align:left;
    margin:15px 20px;
    padding:0;
}

#mainContent p {
    text-align:left;
    font:14px Verdana, Geneva, sans-serif;
    color:#4c5357;
    margin:0;
    padding:5px 25px 5px 20px;
    line-height:150%;
}

#mainContent ul {
    text-align:left;
    font:12px Verdana, Geneva, sans-serif;
    color:#4c5357;
    font-weight:bold;
    padding-left:40px;
}

#mainContent ul li {
    margin:10px;
}


.sidebar {
    float:right;
    width:358px;
    padding:15px;
    text-align:center;
    margin:0 0 0 15px;
    font:10px Verdana, Geneva, sans-serif;
}

.sidebar h1 {
    text-align:left;
    margin:10px;
    padding:0;
}

.sidebar p {
    text-align:left;
    font:11px Verdana, Geneva, sans-serif;
    color:#4c5357;
    padding-left:5px;
}

.sidebar img.logo {
    float:right;
    margin:0 0 10px 10px;
}

#footer {
    padding:15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background: url(images/footerArt.png) top center no-repeat;
}

#footer p.info {
    text-align:center;
font:14px Verdana, Geneva, sans-serif;
color:#FFF;
margin:0;
}

#footer p.info span {
text-align:center;
font:16px Verdana, Geneva, sans-serif;
font-weight:bold;
color:#FFF;
margin:0;
}

#footer p.info a {
font:14px Verdana, Geneva, sans-serif;
color:#FFF;
margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding:0 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
text-decoration:none;
}

#footer p a:hover {text-decoration:underline; color:#FFF;}

p.parker {
    color:#13509F;
    font:11px Verdana, Geneva, sans-serif;
    text-align:center;
    }

p.parker a {
    color:#13509F;
    font:11px Verdana, Geneva, sans-serif;
    font-weight:bold;
    text-decoration:none;
}

p.parker a:hover {color:#E8FAFE;}

.BOD {
    background-position: center;
    background-color:#ccff99;
    padding: 0px;
    width: 350px;
    border: thick ridge #CCCCCC;
}

.BODHeading {
    color: #006600;
    text-align: right;
    font-weight:bold;
    font-size:16px;
    margin-bottom:6px;

}


.CRS {
    background-position: center;
    background-color: #FFCC66;
    padding: 0px;
    width: 350px;
    border: thick ridge #CCCCCC;
}

.CRSHeading {
    color: #663300;
    text-align: right;
    font-weight:bold;
    font-size:16px;
    margin-bottom:6px;

}

.DAF {
	background-position: center;
	background-color: #99CCFF;
	padding: 0px;
	width: 350px;
	border: thick ridge #CCCCCC;
}

.DAFHeading {
	color: #003366;
	text-align: right;
	font-weight:bold;
	font-size:16px;
	margin-bottom:6px;
}

