@charset "utf-8";
body  {
	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: #202020;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(bg_carbonfibre.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.sidebarbullets {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
#header {
	background-color: #FFFFFF;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	height: 183px;
} 
.banner {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Arial, "Sans Serif";
	font-size: 16px;
	font-weight: bold;
	color: #313131;
	text-align: right;
	padding-top: 140px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	letter-spacing: 1px;
	width: 450px;
	float: right;
}
.location {
	text-align: left;
	width: 310px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 140px;
}
.toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999999;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.sidebartext {
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.maintext {
	margin: 0px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 18px;
}
.insidetext {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 12px;
	border: 2px solid #848484;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

/* start of sidebar list style navigation */
#sidenav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 205px;
}
#sidenav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#sidenav li {
	margin: 0px;
	display: block;
	letter-spacing: 1px;
	background-image: url(images/buttonback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	}
#sidenav a {
	text-transform: none;
	text-align: left;
	color: #cccccc;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	height: 26px;
	}

#sidenav a:hover {
	color: #66ccff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin: 0px;
	background-image: url(images/buttonarrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	}
a:link, a:visited, a:active {
	color: #993300;
}
a:hover {
	color: #999933;
}
#mainBack {
	background-image: url(images/sidebarback.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	min-height: 600px;
	height: auto !important;
	_height: 600px;
	
} 
#footer {
	padding: 0 10px 0 20px;
	background-color: #C9C9C9;
	background-image: url(images/footerback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 
.homeadboxes {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blueheadTD {
	background-color: #6384a5;
	margin: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.blueboxTD {
	margin: 0px;
	padding: 6px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6384a5;
	border-right-color: #6384a5;
	border-bottom-color: #6384a5;
	border-left-color: #6384a5;
}
.redheadTD {
	background-color: #a51818;
	margin: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.redboxTD {
	margin: 0px;
	padding: 6px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a51818;
	border-right-color: #a51818;
	border-bottom-color: #a51818;
	border-left-color: #a51818;
}
.greyheadTD {
	background-color: #848484;
	margin: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
h2 {
	font-size: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #6183A5;
	background-color: #E6ECFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.greyboxTD {
	margin: 0px;
	padding: 6px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #848484;
	border-right-color: #848484;
	border-bottom-color: #848484;
	border-left-color: #848484;
}
.ltgreyboxTD {
	margin: 0px;
	padding: 6px;
	border: 2px solid #848484;
}

.imageborder {
	border: thin none #406597;
	margin: 5px;
	background-image: url(images/checker_box2.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}

#mainContent h1 {
	color: #3F5F8D;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent p {
	line-height: 18px;
}
