@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: #000000;
	background-image:url(bg.jpg);
	/*background-color: #FBFBFB;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	background-attachment: fixed;
}
#container2 {
	width: 430px;
	float: left;
}
#containers {
	width: 430px;
	float: left;
	margin-right: 10px;
}

strong {
	font-family: arial;
	font-size: 14px;
}

#container4 {
	width: 430px;
	float: left;
}
.twoColFixLtHdr #mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container3 {
	width: 430px;
	float: left;
	margin-right: 10px;
}

.quotes {
	width: 430px;
	float: left;
	margin-right: 10px;
	font-family: arial;
	font-size: 10pt;
}

.quotes2 {
	width: 430px;
	float: left;
	
	font-family: arial;
	font-size: 10pt;
}



h1 {
	font-family: arial;
	color: #000;
	font-size: 22px;
}

h4 {
	font-family: arial;
	color: #000;
	font-size: 16px;
}


.twoColFixLtHdr #mainContent h1 {
	text-align: center;
}

.twoColFixLtHdr #container {
	width: 1090px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
		padding:10px;
	border-style:solid;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 10px;
} 


.twoColFixLtHdr #container-01 {
	width: 1090px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	padding:10px;
	border-style:solid;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 10px;
	height: 660px;
} 


.twoColFixLtHdr #container44 {
	width: 1090px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	padding:10px;
	border-style:solid;
	/*margin-bottom: 10;*/
	margin-left: auto;
	margin-top: 10px;
	
} 

.twoColFixLtHdr #header {
	background-image:url(header-bg.jpg);
	/*background: #8ed0df;*/  /* 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. */
	padding-top: 0;
	/*padding-right: 5px;*/
	padding-bottom: 20px;
	/*padding-left: 5px;*/
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FDFDFD;
	}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	/*margin-left: 200px;*/
	background-color:#ffffff;
	width:870px;
	float:right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.boxed-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	}


.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-bottom: 0;
	/*padding-left: 220px;*/
	margin-top: 10px;
} 

.twoColFixLtHdr #footer2 {
	padding-top: 0;
	padding-bottom: 0;
	/*padding-left: 220px;*/
	margin-top: 10px;
} 

.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #footer a {
	font-family: verdana;
	font-size: 9px;
	color: #09C;
	}
	
	.twoColFixLtHdr #footer a:hover {
	font-family: verdana;
	font-size: 9px;
	color: #0CF;
	}
	
	.twoColFixLtHdr #footer2 a {
	font-family: verdana;
	font-size: 9px;
	color: #09C;
	}
	
	.twoColFixLtHdr #footer2 a:hover {
	font-family: verdana;
	font-size: 9px;
	color: #0CF;
	}



.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;
}

.arrowsidemenu{
	width: 200px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #8ed0df;
	border-size: 1px;
	border-width: 1px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 9.5px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(arrowblue.gif) 100% 0;
	height: 24px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #FFFFFF;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #FFFFFF;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #005a7d;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86bfc8;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #86bfc8;
}

.arrowsidemenu ul li a:hover{
	background: #8ed0df;
}

.selectedd{
	background-color: #CCCCCC;
}
/*Styles added by Roy Compton*/
#nav {background-image:url(nav-bg.png); background-repeat:repeat-x; height:40px; width:1090px; margin-top:-16px; margin-bottom:30px;}
#nav ul {/*padding:8px 0 8px 0;*/ margin:0 0 0 0;}
#nav li {list-style:none; display:inline; font-size:14px; color:#fff; line-height:40px; padding-right:24px; padding-top:10px;}
.clear {clear:both;}

#nav a {
	text-decoration:none; color:#ffffff;
	
}
#nav a:link {
	color:#ffffff;
}
#nav a:visited {
	color:#ffffff;
}
#nav li a:hover {
	color:#ff0000;
	
	
}
#nav a:focus {
	color:#ff0000;
	
