@charset "utf-8";

* {
 	margin: 0;
	padding: 0;
 }
 body {
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: .75em;
	color: #222222;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
 }


/* DIVS */

#wrapper, #container, #header, #footer  {
	width: 793px;
	margin: auto;
}

#wrapper {
	text-align: left;
}
#header {
 margin: 0;
}
#headerLeft {
	float: left;
	margin: 0;
	width: 407px;
	height: 82px;
	padding: 0;
	
}
#headerRight {
	float: left;
	margin: 0;
	width: 386px;
	height: 82px;
	background-image: url(images/header_right-temp.png);
	background-repeat: no-repeat;
	padding: 0;
}
#container {
	float: left;
	background: url(images/container_bg.png);
	background-repeat: repeat-y;
}

#main {
	float: left;
}

#content {
	margin: 8px 10px 0px;
	width: 602px;
}

#content p {
	margin-bottom: .8em;
}
#content ul {
	margin-left: 14px;
	margin-bottom: .8em;
}

.contentLeft, .contentRight {
	float: left;
	width: 293px;
	padding: 2px;
}
.contentRight {
	float: left;
	width: 293px;
	border-left: solid 1px #000;
	padding: 2px;
	padding-left: 8px
}
.contentLeft div, .contentRight div {
	margin-bottom: 10px;
}

.pageHead {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin-bottom: 8px;
	display: block;
}

.topicHeading {
	font-weight: bold;
	text-decoration: underline;
}
.homeList {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
	padding-left: .3em;
}

#resources {
	float: left;
	width: 154px;
	color: #fff;
	padding: 8px 8px 0px;
	text-align: right;
}
.resources_head, .resources_subHead, .resources_box {
	text-align: left;
	margin-right: 3px;
	wicth: 140px;
}
.resources_head {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: solid 1px #fff;
	margin-bottom: 10px;
}
.resources_subHead {
	font-weight: bold;
	font-size: 1em;
}
.resources_box {
	font-weight: normal;
	border: solid 1px #fff;
	border-right: 0px;
	margin-bottom: 8px;
	padding: 3px;
}
.resources_box a {
	color: #FFFF99;
	text-decoration: none;
}
.resources_box a:hover {
	text-decoration: underline;
}
#navbar {
	width: 623px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
}
#navbar div.navTab {
	width: 124px;
	float: left;
	height: 23px;
	padding-top: 12px;
	background: #6995bf url(images/nav_tab.png);
	background-repeat: no-repeat;
}
#navbar div.navTabLeft {
	width: 127px;
	float: left;
	height: 23px;
	padding-top: 12px;
	background: #6995bf url(images/nav_tabs_left.png);
	background-repeat: no-repeat;
	position: relative;
}
#navMenu_services {
	position: absolute;
	background-repeat: no-repeat;
	width: 124px;
	left: 128px;
	top: 35px;
	background-color: #6995bf;
	background-image: none;
	border: solid #fff;
	border-width: 0px 1px 1px; 
	visibility: hidden;
}
#navMenu_services li {
	list-style-type: none;
	text-align: left;
	border-top: solid 1px #fff;
	padding: 5px 0px 5px 28px;
}
#navbar a {
	color: #fff;
	text-decoration: none;
}
#navbar a:hover {
	color: #005cb3;
}
#picbar {
	width: 619px;
	height: 120px;
	padding-left: 4px;
}


#footer {
	clear: both;
}
#copybottom {
	width: 595px;
	text-align:center;
	margin: 10px auto;
	font-size: .8em;
}
.box {
	border: 1px #007798 solid;
}

.quote {
	font-style: italic;
	font-size: .95em;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	padding: 4px;
	border: solid 1px #CCC;
	border-bottom-color: #666;
	border-right-color: #666;
}
.quoteSource {
	font-style: normal;
}

/* CLEAR FIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* end backslash hack */
.product {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 10px;
	padding-bottom: 10px;
}
