/* OLD STYLES */
#content {
	width: 800px;
	font-family: "Trebuchet MS", sans-serif;
	margin-right: auto;
	margin-left: auto;
	background-color: #1B3F95;
}

#header {
	text-align: left;
	font: bold 10px/30px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}

body {
	background: #E8EBF4;
}

#body {
	text-align: left;
	width: 580px;
	float: left;
	background: #FFF;
	padding: 20px;
	color: #666;
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
}

#body h1, 
h2, 
h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #1B3F95;
	line-height: normal;
}

#body h1 {
	font-size: 2.5em;
	font-weight: bold;
}

	#body.quiz h1 {
		font-size: 25px;
	}
	
	#body.quiz h1 em {
		font-size: 15px;
		font-weight: normal;
	}

#body h2 {
	font-size: 1.75em;
}

#body h3 {
	font-size: 1.5em;
}

#body li {
	list-style: url(images/bullet_yellow.png);
}

#body a:link {
	color: #1B3F95;
}

#body a:visited {
	color: #000;
}

#body a:hover,
#body a.hover {
	color: #999;
	text-decoration: underline;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#footer {
	font: 10px/30px Arial;
	color: #666;
	clear: both;
	text-align: center;
}

#header .nav a:link, 
#header .nav a:visited {
	color: #E4E4E4;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 1px;
	padding-left: 1px;
}

#header .nav a:hover {
	color: #FFF;
}

#leftside {
	width: 160px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	color: #CCC;
	padding: 15px 5px 5px 5px;
}

#rightside {
	width: 160px;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	color: #CCC;
	padding: 15px 0px 5px 10px;
}

#rightside li, 
#leftside li {
	color: #CCC;
	list-style: url(test/images/bullet_yellow.png);
}

#rightside h2, 
#leftside h2 {
	color: #CCC;
	font-weight: 700;
}

#rightside a:link, 
#leftside a:link, 
#rightside a:visited, 
#leftside a:visited {
	color: #F0CC01;
}

#rightside a:hover, 
#leftside a:hover {
	color: #FFF;
}

.dottedRuleAbove {
	border-top: 1px dotted #CCC;
	padding-top: 5px;
}

.dottedRuleAbove_darker {
	border-top: 1px dotted #1B3F95;
	padding-top: 5px;
}

#timeline td {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.picWhiteRtBorder {
	border-right: 1px solid #FFF;
}

#pdfDoc {
	margin-left: 10px;
	padding-left: 30px;
	margin-bottom: 5px;
	background: url(images/page_PDF.gif) no-repeat;
}

#newWindow {
	margin-left: 10px;
	padding-left: 30px;
	margin-bottom: 5px;
	background: url(images/page_white_world.png) no-repeat;
}

#wordDoc {
	margin-left: 10px;
	padding-left: 30px;
	margin-bottom: 5px;
	background: url(images/page_word.gif) no-repeat;
}

.mythfact .myth {
	background: url(images/myth.jpg) no-repeat;
	padding: 0 0 0 130px;
	min-height: 80px;
}

.mythfact .fact {
	background: url(images/fact.jpg) no-repeat;
	padding: 0 0 0 130px;
	color: #000;
	min-height: 80px;
}

.style3 {
	color: #F0CC01;
	font-style: italic;
	font-weight: bold;
}

.style3 a:link, 
.style3 a:visited {
	color: #F0CC01;
}

.style3 a:visited {
	color: #CCCCCC;
}

.style3 a:hover {
	color: #FFFFFF;
}

.greyrule {
	background: #CCC;
	height: 1px;
	margin: 20px 0 20px 0;
}

/* END OLD STYLES */




/* BEGIN NEW STYLES */
#body {
	min-height: 400px;
	float: right;
}

.header_link {
	width: 800px; height: 107px;
	background: url(images/header.jpg);
	display: block;
	text-indent: -9999px;
}

.home .header_link {
	cursor: default;
}

.header_link_container {
	position: relative;
}

#slideshow {
	width: 524px;
	height: 298px;
	overflow: hidden;
	float: right;
}

#slideshow ul, 
#slideshow li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 524px;
	height: 293px;
}

#nav {
	background: url(images/glassbar.jpg) top left repeat-x;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 29px;
	z-index: 1000;
	position: relative;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
	right: 50%;
}

#nav ul li {
	margin: 0;
	padding: 7px 0 6px 0;
	float: left;
	position: relative;
	left: 50%;
	top: 1px;
}

#nav ul li a {
	display: block;
	margin: 0;
	padding: 2px 7px 2px 8px;
	text-decoration: none;
	color: #e4e4e4;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	border-right: 1px solid #d0e9cf;
}

#nav ul li.last a {
	border-right: none;
}

#nav ul li a:hover {
	color: #fff;
}

#nav ul li:hover a, 
#nav ul li.hover a {
	color: #fff;
}

/* Submenu items */
#nav ul ul {
	display: none;
	position: absolute;
	top: 27px;
	left: 0;
	right: auto;
	width: 150px;
}

#nav ul ul li {
	left: auto;
	margin: 0;
	padding: 0;
	clear: left;
	width: 100%;
}

#nav ul ul li a, 
#nav ul li.active li a, 
#nav ul li:hover ul li a, 
#nav ul li.hover ul li a {
	font-size: 12px;
	line-height: 12px;
	color: #666;
	font-weight: normal;
	background: #d0e9cf;
	text-transform: none;
	padding: 10px 5px;
	border: none;
}

#nav ul ul li a:hover, 
#nav ul li.active ul li a:hover, 
#nav ul li:hover ul li a:hover, 
#nav ul li.hover ul li a:hover {
	color: #000;
}

#nav ul li:hover ul, 
#nav ul li.hover ul {
	display: block;
}

/* Third level items */
#nav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 150px;
	right: auto;
	width: 150px;
}

#nav ul li:hover ul ul {
	display: none;
}

#nav ul li ul li:hover ul {
	display: block;
}

/* Home Page items */
#homecontent {
	background-color: #fff;
	padding: 20px 30px 20px 30px;
}

#homecontent .heading1, 
#homecontent .heading2 {
	font-size: 14px;
	color: #ccc;
	text-transform: uppercase;
	display: block;
	padding: 0 0 5px 0;
}

#homecontent .heading2 {
	border-bottom: 1px solid #ccc;
}

#homecontent .posts {
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

#homecontent a:link, 
#homecontent a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1b3f95;
}

#homecontent a:hover {
	text-decoration: underline;
}

#homecontent .featurebox {
	width: 739px;
	height: 180px;
	background-image: url(images/bkgd_features.jpg);
	overflow: hidden;
	margin: 10px 0 0 0;
	font-size: 13px;
}

#homecontent .featurebox p {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 14px;
}

#homecontent .feature {
	color: #1b3f95;
	float: left;
	width: 148px;
	padding: 17px;
	border-right: 1px solid #ccc;
}

#homecontent .feature > img {
	border: none;
}

#homecontent .featureLast {
	border: none;
}

.button.helphappen {
	display: block;
	width: 165px; height: 41px;
	background: url(images/helpmakeithappen2.jpg) top left no-repeat;
	text-indent: -9999px;
	margin: 15px 0 15px 10px;
}

.button.jobs {
	display: block;
	width: 157px; height: 53px;
	background: url(images/jobsbutton.jpg) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 27px; right: 120px;
}

.button.helphappensmall {
	display: block;
	width: 114px; height: 53px;
	background: url(images/helpmakeithappen1.jpg) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 27px; right: 0;
}

p.paraclick {
	color: #000;
}

.montage_container {
	background: url(images/VUI_Headline_Montage.jpg) top left no-repeat;
	position: relative;
	width: 580px; height: 354px;
}

.montage1, .montage2, .montage3, .montage4, .montage5 {
	
}

.montage1 {
	width: 200px; height: 85px;
	top: 16px; left: 40px;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.montage2 {
	width: 200px; height: 80px;
	top: 16px; left: 335px;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.montage3 {
	width: 205px; height: 85px;
	top: 140px; left: 40px;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.montage4 {
	width: 245px; height: 85px;
	top: 140px; left: 310px;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.montage5 {
	width: 555px; height: 60px;
	top: 270px; left: 10px;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.bulletcontain {
	position: relative;
	padding-left: 20px;
	line-height: 18px;
}

.bulletcontain .alignbullet {
	position: absolute;
	top: 0; left: 0;
}

.quiz_header {
	position: relative;
	height: 55px;
}

	.quiz_header h4 {
		line-height: 55px;
		margin: 0; padding: 0;
		font-size: 16px;
	}
	
	.quiz_next {
		position: absolute;
		top: 12px; right: 0;
		display: block;
		width: 79px; height: 31px;
		background: url(images/quiz/next.png) top left no-repeat;
		text-indent: -9999px;
		cursor: default;
	}
	
	.quiz_next.active {
		background-position: bottom left;
		cursor: pointer;
	}
	
#body.quiz {
	width: 550px;
	padding: 20px 35px;
}
	
.quiz_body {
	overflow: hidden;
	font-size: 16px;
}

	.quiz_body .question {
		color: #1B3F95;
		line-height: 1.3;
	}
	
	.quiz_body .answer {
		display: none;
	}
	
	.quiz_buttons {
		height: 31px;
		overflow: hidden;
		padding: 18px 0 38px 0;
	}
	
	.quiz_button_true,
	.quiz_button_false {
		float: left;
		display: block;
		width: 112px; height: 31px;
		text-indent: -9999px;
		background: url(images/quiz/truefalse.png) top left no-repeat;
	}
	
	.quiz_button_true:hover,
	.quiz_button_true.active {
		background-position: bottom left;
	}
	
	.quiz_button_false {
		float: right;
		background-position: top right;
	}
	
	.quiz_button_false:hover,
	.quiz_button_false.active {
		background-position: bottom right;
	}
	
	.quiz_button_true.active,
	.quiz_button_false.active,
	.quiz_button_true.inactive,
	.quiz_button_false.inactive {
		cursor: default;
	} 
	
	.quiz_button_true.inactive:hover {
		background-position: top left;
	}
	
	.quiz_button_false.inactive:hover {
		background-position: top right;
	}
	
	.quiz_body .alignright {
		margin: 0 0 25px 25px;
		text-align: center;
		width: 290px;
	}
	
	.quiz_body .alignright.nomargin {
		margin-left: 5px;
		width: 315px;
	}
	
	.quiz_body .alignright img {
		margin-bottom: 10px;
	}
	
	.quiz_body .caption {
		font-size: 12px;
		color: #959494;
		line-height: 15px;
	}
	
.hide {
	display: none;
}

.quiztop,
.quizbottom {
	width: 740px; height: 7px;
	background: url(images/greybar.jpg) top left no-repeat;
}

.quizbottom {
	background-position: bottom left;
}

.quizbox {
	width: 740px;
	background: url(images/greybar.repeat.jpg) top left repeat-y;
	color: #6498ce;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 33px;
}

	.quizbox .quiztitle {
		color: #999;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.quizbox img {
		vertical-align: top;
	}
