/* 
	CSS Master for PlanarEmbedded.com
	Written by BePrivy LLC
	http://www.beprivy.com/
*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, fieldset, div {
	margin: 0px;
	padding: 0px;
}

/* Body and Structure */

body {
	background: #FFFFFF none repeat scroll 0%;
	color: #000000;
	height: 100%;
	font-size: 62.5%;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#contain {
	width: 882px;
	margin: 0 auto;
	padding: 90px 0 0 0;
	position: relative;
}


/* Text */

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 18px 0;
}

ul, ol {
	margin-bottom: 18px;
}

ul li, ol li {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 20px;
	margin-bottom: 6px;
}

ul li ul, ul li ol, ol li ul, ol li ol {
	padding: 5px 0 6px 0;
}

ul li ul li, ol li ol li, ul li ol li, ol li ul li {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 4px;
}

div.pblock ol li p {
	font-size: 1em;
}


/* Basic Text & Image Links */

a, a:visited {
	color: #789CB4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img, a:visited img, a:hover img {
	border: none;
}


/* Tables */

td {
	vertical-align: top;
}

td.bull {
	text-align: center;
}

td:first-child {
	padding: 3px 10px 3px 0;
}

table tr.alt {
	background-color: #F1F1F1;
}


/* Basic Positioning */

.left {
	float: left;
	clear: left;
}

.right {
	float: right;
	clear: right;
}


/* Masthead */

div#mhcont {
	width: 333px;
	height: 54px;
	position: absolute;
	top: 18px;
	left: 36px;
}

div#mhcont2 {
	position: absolute;
	top: 0px;
	left: 0px;
}

h1#logo, h1#logo span {
	width: 333px;
	height: 54px;
	background: url("../images/logo_tagline.gif") 0 0 no-repeat;
}

h1#logo a strong {
	position: absolute;
	left: -5000px;
}

/* Small Navigation */

.snav {
	font-family: 'Bell Gothic Std', 'Trebuchet MS', sans-serif;
	font-size: .95em;
	font-weight: normal;
	list-style-type: none;
}

.snav li {
	float: left;
	margin: 0 0 0 18px;
}

.snav li.first {
	margin: 0 0 0 0;
}

.snav li a, .snav li a:visited {
	color: #7C98AE;
	text-decoration: none;
}

.snav li.first a, .snav li.first a:visited {
	color: #004B6C;
}

.snav li a:hover {
	text-decoration: underline;
}

#topnav {
position: absolute;
top: -5px;
left: -85px;
}


/* Search */

table#searchtablelayout {
	position: absolute;
	right: 0;
	top: 0;
}


/* Main Navigation */

div#nav {
	height: 4.5em;
	width: 882px;
	clear: both;
	margin: 0;
}

div#nav p {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 45px;
	text-transform: uppercase;
}



div#patcn {
	background-color: #004B6C;
	width: 747px;
}

div#htb {
	float: right;
	background-color: #FFF;
	width: 130px;
	text-align: right;
	border-left: 5px solid #E55300;
}

div#patcn p {
	color: #FFF;
	display: inline;
	margin: 0 0 0 27px;
}

div#patcn p#first {
	margin: 0 0 0 18px;
}

div#patcn p a, div#patcn p a:visited {
	color: #FFF;
	text-decoration: none;
}

div#patcn p a:hover {
	color: #A6D9EC;
}

div#htb p {
	display: inline;
	margin: 0 18px 0 0;
}

div#htb p a, div#htb p a:visited {
	color: #E55300;
	text-decoration: none;
}

div#htb p a:hover {
	color: #004B6C;
	text-decoration: none;
}


/* Breadcrumb */

div#bcrumb {
	height: 27px;
	background-color: #7C98AE;
	margin: 0 0 27px 0;
	padding: 0 17px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 27px;
	text-transform: uppercase;
}

div#bcrumb span {
	margin: 0 6px;
}

div#bcrumb a, div#bcrumb a:visited {
	color: #000;
	text-decoration: none;
}

div#bcrumb a:hover {
	text-decoration: underline;
}


/*  Footer  */

#footer {
	border-top: 3px solid #DDDDDD;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 9px 0 0 0;
	margin: 0 0 27px 0;
	clear: both;
}

div#footer p a, div#footer p a:visited {
	color: #000;
	text-decoration: none;
}

div#footer p a:hover {
	text-decoration: underline;
}

/* Image Replacement */

.replace {
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
}

.replace span {
	display: block;
	left: 0px;
	position: absolute;
	top: 0px;
}

.replace strong {
	left: -5000px;
	position: absolute;
}


/* Misc */

.clear {
	clear: both;
	height: 1px;
}

.center {
	text-align: center;
}

.zero {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

/* AK fix for IE7 */

.flat {
	line-height: 0;
}

#sec-cont ul, #sidebar ul {
	margin-top: 9px;
}
