/* Adverplex: Main CSS */

/* Swatches
Gold       #FF9A00
Text Gray  #5b666f
Top Gray   #758190
Logo blue: #0068b3
*/

/* Common Rules */
body {
	font-size: 75%;
	color: #5b666f;
	font-family: "Helvetica Neue", Arial, sans-serif;
	background-color: #b7bdc5;
	text-align: center;
	padding-bottom: 24px;
}
p {
	line-height: 1.25em;
	margin: 1em 0 0;
}
img {
	display: block;
}
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #5b666f;
}
a:hover {
	color: #FF9A00;
}
div.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* Layout */
#wrap {
	width: 851px;
	margin: 0 auto;
	text-align: left;
	min-height: 554px;
	background: #FFF url(/imgs/sibeBarLine.gif) repeat-y 285px bottom;
}
#top {
	height: 232px;
	background: #FFF url(/imgs/bkgdArcs.gif) no-repeat 0 0;
}
a#topLogo {
	float: left;
	display: inline;
	margin: 17px 0 0 32px;
}
#topTagline {
	float: right;
	display: inline;
	margin: 21px 23px 0 0;
}

/* Main Navigation */
#menu, #subMenu {
	font-family: Arial, Helvetica, sans-serif; 
}
#menu {
	clear: both;
	border-bottom: 1px solid #FF9A00;
	margin: 0 0 0 285px;
	padding-top: 10px;
}
#menu ul {
	border-left: 1px solid #FF9A00;
	font-size: .917em;
	height: 1.8333em;
}
#menu li {
	display: inline;
	height: 1.8333em;
	float: left;
}
#menu li a {
	height: 1.8333em;
	padding: 0 11px;
	float: left;
	display: block;
	white-space: nowrap;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited {
	color: #5b666f;
}
#menu li a:hover {
	color: #FF9A00;
}
/* SubNavigation */
#subMenu {
	margin-left: 285px;
}
div.aboutUs {
	padding-left: 13em;
}
#subMenu ul {
	border-left: 1px solid #FF9A00;
	font-size: .917em;
	height: 2em;
}
#subMenu li {
	border-right: 1px solid #FF9A00;
	display: inline;
	height: 2em;
	float: left;
}
#subMenu li a {
	height: 2em;
	line-height: 1.667em;
	padding: 0 11px;
	float: left;
	display: block;
	white-space: nowrap;
	text-decoration: none;
}
#subMenu li a:link, #subMenu li a:visited {
	color: #0068b3;
}
#subMenu li a:hover {
	color: #0068b3;
	background-color: #E4E4E4;
}

/* Main Content */
#content {
	margin-top: -16px;
/*	background: #FFF url(/imgs/sibeBarLine.gif) repeat-y 285px bottom;  */
}
#content strong {
	color: #FF9A00;
	font-weight: bold;
}
#sideBar {
	float: left;
	display: inline;
	width: 201px;
	margin: 0 20px 40px 85px;
}
#sideBar h3 {
	font-size: 1.5em;
	line-height: 1.222em;
	margin: 9px 0 1em;
	font-weight: normal;
}
#sideBar h3 strong {
	font-weight: bold;
}
#sideBar div {
	background-color: #edeff1;
	border: 1px solid #d2d6db;
}
#sideBar h2 {
	font-size: 1.083em;
	margin: 10px 12px 0;
	font-weight: bold;
}
#sideBar ul {
	margin: 8px 0 1em;
}
#sideBar li {
	font-size: 0.917em;
}
#sideBar li a {
	text-decoration: none;
	display: block;
	padding: 4px 12px;
	line-height: 1em;
}
#sideBar li a:hover {
	background-color: #FFF;
}

#mainContent {
	float: left;
	display: inline;
	width: 427px;
	margin: -2px 0 40px;
}
#mainContent h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
	font-weight: normal;
}
#mainContent h2 {	
	font-size: 1.167em;
	line-height: 1em;
	margin: 1em 0 -0.333em;
	font-weight: bold;
	color: #FF9A00;
}
#mainContent h3 {
	font-size: 1em;
	line-height: 1em;
	margin: 1.333em 0 0;
	font-weight: bold;
}
#mainContent a:link, #mainContent a:visited {
	color: #222;
}
#mainContent a:hover {
	color: #FF9A00;
}
#mainContent em {
	font-style: italic;
}
#mainContent ul {
	margin: 1em 0;
	list-style: disc;
	margin-left: 1.5em;
}
#mainContent li {
	line-height: 1.333em;
}
#mainContent li ul {
	list-style: circle;
	margin: .333em 0 0 1.5em;
}

/* Footer */
#footer {
	width: 851px;
	margin: 0 auto;
	border-top: 1px solid #bac0c7;
	text-align: center;
	clear: both;
	background-color: #FFF;
}
#footer p {
	margin: 0;
	font-size: 0.8333em;
	line-height: 3em;
}