/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #B1C6C2;
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
}


p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
p {
	font-size: 12px;
}
h1 {
}
h2 {
}
a, a:link, a:visited, a:active {
	color:#A60904;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color:#0A23A2;
	text-decoration: underline;
}

table, td, th  {	
	border-collapse: collapse;
}

table#container {
	background: url(images/siteback.gif) repeat-y top center;
	width: 750px;
	height: auto;
	margin: 0px auto 0px auto;
	border: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}


/* ----------------- Intro ----------------- */

div#introtop {
	width: 742px;
	height: 50px;
	background: #0A23A2;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 4px solid #fff;
	text-align: center;
}

div#intro {
	background: #fff;
	width: 750px;
	height: 414px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* ----------------- Header ----------------- */

div#header {
	backgound: #000080;
	width: 750px;
	height: 157px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
}

div#cta {
	position: absolute;
	top: 2px;
	left: 149px;
}

/* ---------- Navigation Area ---------- */

div#navcontainer {
	float: left;
	width: 146px;
	margin: -4px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
}
div#navcontainer p {
	width: auto;
	font-size: 10px;
	color: #E8E0D9;
	text-align: left;
	display: block;
	border-bottom: 1px solid #E8E0D9;
	padding: 5px 0px 5px 5px;
	margin: 0px;
}

div#navcontainer a:link, div#navcontainer a:visited {
	color: #C0E1C1;	
	text-decoration: none;
	font-weight: bold;
}

div#navcontainer a:hover, div#navcontainer a:active {
	color: #fff;	
	text-decoration: underline;
}


div#navcontainer img {
	padding: 0px;
	margin: 2px 0px 15px 5px;
}

/*----|| Main Navigation ||----*/

ul#mainnav {
	background: #fff url(images/navback.jpg) no-repeat bottom left;
	width: 146px;
	border: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

ul#mainnav li { /* Removes the default bullets. */
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	width: 146px;
	font-size: 10px;
	color: #61698E;	
	text-decoration: none;
	text-align: left;
	display: block;
	border-bottom: 1px dashed #fff;
	padding: 5px 0px 5px 0px;
	text-indent: 5px;
}
ul#mainnav li a:hover {
	width: 146px;
	background: url(images/navover.jpg) repeat-y top center;
	border-bottom: 1px dashed #C4B8AC;
	color: #434D7E;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 5px 0px 5px 0px;
	text-indent: 5px;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	width: 146px;
	background: none;
	font-size: 10px;
	border-bottom: 1px solid #7D1717;
	color: #7D1717;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 5px 0px 5px 0px;
	text-indent: 5px;
}


/* ----------------- Body ----------------- */

div#contentcontainer {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 0px;
}

div#content {
	padding: 20px;
}

div#content h1 {
	font-size: 16px;
	width: 535px;
	color: #A60904;
	text-align: right;
	border-bottom: 1px solid #A60904;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
}

div#content p {
	font-size: 12px;
	color: #434D7E;
}

div#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	font-size: 12px;
	color: #434D7E;
}

div#content .checkboxes {
	list-style-image: url(images/checkbox.jpg);
}

div#content .sectionhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	width: 550px;
	display: block;
	font-size: 14px;
	color: #853120;
	text-align: left;
	border-bottom: 1px solid #853120;
	padding: 0px;
	text-indent: 5px;	
}

table#contacttable {
	background: url(images/contacttableback.jpg) repeat-y top center;
	width: 500px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

table#contacttable td {
	border-bottom: 1px #B9CFE9 dotted;
}



/* ----------------- Footer ----------------- */

div#footercontainer {
	width: 742px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 4px solid #fff;
	text-align: center;
}

div#footertop {
	background: #0A23A2;
	padding: 5px 5px 3px 5px;	
	border-bottom: 4px solid #fff;
}

div#footerbottom {
	background: #3674B9;
	padding: 3px 5px 3px 5px;	
	color: #ccc;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}	


div#footerbottom a:link, div#footerbottom a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #fff;	
}

div#footerbottom a:hover, div#footerbottom a:active {
	text-decoration: underline;
	color: #fff;
}

div#copyright {
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

#copyright a:link, #copyright a:visited {
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	text-decoration: underline;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;	
}

.imgleft {
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;	
}


img.right {
	float: right;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;
}

img.bottomright {
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;
}


clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}
h3 {
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
}
