@charset "utf-8";

/* basic layout divs */
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color:#999999;
	margin:0;
	padding:0;
	color:#333333;
}

#main {
	width: 955px;
	left:50%;
	margin: 0px auto;
	background:url(../images/homepage_background.jpg) #ffffff repeat-y;
	overflow:hidden;
}
#quiz {
	width: 955auto;
	left:50%;
	margin: 0px auto;
	overflow:hidden;
	background-image: url(../images/R-O-W-ray.jpg);
	background-repeat: no-repeat;
	background-position: 0px 140px;
}

#header {
	width:955px;
	background-color:#FFFFFF;
}

#header #header_images {
	height:80px;
}

#header #header_images img {
	float:left;
	border:0;
	margin:0;
}

#nav {
	background-color:#73816C;
	height: 25px;
}

#content_container {
	padding-right:40px;
}

#content_right {
	width:500px;
	float:right;
	min-height:358px;
	height:auto !important;
	height:358px;
	padding-top:36px;
}

#content_rightHome {
	width:500px;
	float:right;
	min-height:350px;
	height:auto !important;
	height:350x;
	padding-top:16px;
	padding-top:38px;
}

#content_right_vertalign {
	top:50%;
	background-color:#FF00FF;
	display: table-cell;
	vertical-align: middle;
}

#sidebar {
	float:left;
	width:350px;
	margin-left:28px;
	padding-top:38px;
}
#sidebarHome {
	float:left;
	width:350px;
	margin-left:28px;
	padding-top:16px;
}

#footer {
	width:770px;
	float:left;
	clear:both;
	margin-bottom:12px;
	overflow:visible;
}

#footer_image {
	position:absolute;
	width:187px;
	height:178px;
	background-repeat:no-repeat;
	background-position: bottom right;
	overflow:visible;
	margin-top:-77px;
	margin-left: 180px;
}
#footer_paypal {
	position:absolute;
	width:80px;
	height:25px;
	background-repeat:no-repeat;
	background-position: bottom right;
	overflow:visible;
	margin-top:64px;
	margin-left: 294px;
}





/* div-specific padding, margins and text formatting for basic layout divs */
#header_padding {
	padding:12px;
}

#header h1 {
	margin:0 0 12px 0;
}

#header a {
	color:#CCCCCC;
}

#content_container_padding {
	padding:12px;
}

#footer_padding {
	padding:12px;
}

#footer {
	font-size:10px;
	color:#CCCCCC;
}

#footer a {
	color:#CCCCCC;
}

#content_right ul {
	font-size:12px;
	line-height: 18px;
}
#content_rightHome ul {
	font-size:12px;
	line-height: 18px;
	list-style-type: disc;
}




/* common formatting stuff */
.right {
	float:right;
}





/* basic header, anchor and paragraph tags */
h1 {
}

h2 {
	font-size:18px;
	margin:0 0 12px 12px;
}

#sidebar h2 {
	font-size:16px;
	font-style:italic;
	color:#73816C;
	margin:0 0 12px 22px;
}

#content_right p {
	font-size:12px;
	margin:0 0 12px 12px;
	line-height: 18px;
}

#content_right p a {
	text-decoration: none;
	color:#73816C;
	font-weight: bold;
}

#content_rightHome p {
	font-size:12px;
	margin:0 0 12px 12px;
	line-height: 18px;
}

#content_rightHome p a {
	text-decoration:none;
	color:#73816C;
	font-weight: bold;
}

a {
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
}




.contact_header {
	color:#619080;
}

#sidebar p {
	margin:0 26px 14px 24px;
	color:#73816C;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
	line-height: 18px;
}
#sidebarHome p {
	margin:0 26px 14px 24px;
	color:#73816C;
	font-weight:bold;
	font-size:12px;
	line-height: 28px;
}





/* inline lists for navigation */
.pipe_nav {
margin:0;
}

ul.pipe_nav {
	margin:0;
	padding:0;
}

.pipe_nav li {
display:inline;
margin: 6px;
padding: 6px;
}

.pipe_nav .first {
padding:6px 6px 6px 0;
}

.pipe_nav .last {
border:0;
}







#nav ul img {
	border:0;
	margin:0;
}

/* dropdown menu specific */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:11px;
	font-weight:bold;
	color:#575652;
}

#nav ul {
	margin:0 0 0 120px;
}

#nav a {
	display:block;
	padding:6px 6px 5px 6px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
}

#nav a:hover {
	color: #FFFFFF;
}

#nav li {
	float: left;
	margin-right:18px;
	font-family: Berling, Georgia, Serif;
}

#nav li ul {
	position: absolute; 
	left: -999em;
	width:175px;
	background-color:#f3f3f3;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left:0;
}

#header li ul li {
	width:175px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

#header li ul li a {
	color:#333333;
	font-family:Helvetica, Arial, sans-serif;
}

#header li ul li a:hover {
	color:#333333;
	background-color:#ebebeb;
}

li > ul {
	top: auto;
	left: auto;
}

.homeRightBarText {
	font-style: normal;
}
.traningHighlights {
	color: #575652;
}
.traningLinks {
	color: #73816C;
	text-decoration: underline;
	line-height: 18px;
}
.traningLinksRight {
	color: #73816C;
	text-decoration: none;
}
.contentQuize {
	font-size:12px;
	margin:0 0 12px 12px;
	line-height: 18px;
}
