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

body {
	background: #E5EAF4 url(images/siteback.jpg) repeat-y top center;
	margin: 0px; 
	padding: 0px 0px 0px 1px; 
	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 {
	margin-top: 0px;
}
h2 {
}
a{
	color:#888772;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

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

div#container {
	width: 600px;
	margin: 0px auto 0px auto;
	border: 0px;
	padding-left: 4px;
	vertical-align: top;
	text-align: left;
}

/* ---------- Main Nav ---------- */

div#navcontainer {
	float: left;
	width: 128px;
	height: 150px;
	margin: 0px;
	padding: 0px;
}
div#navcontainer p {
	width: auto;
	font-weight: bold;
	font-size: 10px;
	color: #EFF0EA;
	text-transform: uppercase;
	text-align: left;
	display: block;
	border-bottom: 1px dashed #E8E0D9;
	padding: 5px 0px 5px 5px;
	margin: 0px;
}

.cta {
	color: #993300;
}

ul#mainnav {
	width: auto;
	border: 0px;
	margin: 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, ul#mainnav li a:visited, ul#mainnav li a:active {
	width: 128px;
	font-size: 10px;
	color: #9999CC;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	display: block;
	border-bottom: 1px dashed #fff;
	padding: 5px 0px 5px 0px;
	text-indent: 5px;
}
ul#mainnav li a:hover {
	width: 128px;
	background: url(images/navover.jpg) repeat-y top center;
	border-bottom: 1px dashed #C4B8AC;
	color: #003CA0;
	text-decoration: none;
	text-transform: uppercase;
	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: 128px;
	background: none;
	font-size: 10px;
	border-bottom: 1px solid #938878;
	color: #938878;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	display: block;
	padding: 5px 0px 5px 0px;
	text-indent: 5px;
}


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

div#header {
	width: 750px;
	height: 218px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

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

div#contentcontainer {
	float: right;
	width: 472px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	vertical-align: top;
}

div#content {
	padding: 0px 20px 20px 20px;
}

div#content h1 {
	font-size: 18px;
	color: #993300;
}

div#content p {
	font-size: 12px:
}

div#content ul {
	font-size: 11px;
}

div#content img {
	width: 400px;
	display: block;
	padding: 5px 0px 3px 0px;
	margin: 0px;
	border-top: 1px #fff solid;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
}

div#content .sectionhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	width: 400px;
	display: block;
	font-size: 14px;
	color: #996633;
	text-transform: uppercase;
	border-bottom: 1px dashed #993300;
	padding: 0px;
	text-indent: 5px;	
}

div#content table {
	padding: 0px;
	margin: 0px;
}

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

div#footercontainer {
	float: right;
	width: 470px;
	margin: 0px 2px 0px 0px;
	border: 0px;
	padding: 0px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;	
}

div#footer {
	padding: 3px 20px 5px 20px;
}

div#footer p, #footer a {
	font-size: 12px;
	text-decoration: none;
}

div#copyright, #copyright a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	font-size: 9px;
	text-decoration: none;
}
div#footer a:link {
}
div#footer a:visited {
}
div#footer a:hover {
}
div#footer a:active {
}

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

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
