/* CSS Document */

* {
	margin:0;
	padding:0;
}

a {
	outline: none;	
}

a img{
	border:none;
}

h1, h2 {
	padding: 5px 0;
	color: #333;
	text-align: center;
}

h2 {
	padding-bottom: 15px;
	font-size: 20px;
}

html, body {
	height:100%;
}

body {
	font: 11px Arial, Verdana, sans-serif; 
	line-height: 1; 
	color: #333; 
	background: #FFF;
	position: relative;
}

#wrapper {
	width: 960px;
	margin: 10px auto;
}

#wrapper iframe{
	border: none;
	width: 635px;
	height: 650px;
}

div#ask {	
	float: right;
}

#right_column {
	float: right;
	width: 320px;
}

#right_column div#back_next {
	margin-top: 5px;
}

#right_column div#captions {
	clear: both;
	color: #000;
	padding: 10px 20px;
	font-size: 13px;
	height: 100px;
	overflow: auto;
	margin-bottom: 20px;
	line-height: 15px;
}

#right_column div#captions p{
	padding-bottom: 10px;
}

#right_column div#captions img#request {
	float: right;
	padding: 10px 0 10px 10px;
}

#right_column div#captions img#results {
	text-align: center;
}

#right_column a img{
	padding-left: 10px;
}

#right_column a#next{
	float: right;
	padding-right: 10px;
}

#wrapper ul#tabs{
padding: 5px 0;
margin-left: 0;
font-size: 13px;
border-bottom: 1px solid #999;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#wrapper ul#tabs li{
display: inline;
margin: 0;
}

.bgColor1 {
	background-color: #E5F2FF;
	/*background-color: #003462;*/
}

.bgColor2 {
	background-color: #BEDED6;
	/*background-color: #004D3D;*/
}

.bgColor3 {
	background-color: #E8989B;
	/*background-color: #661F22;*/
}

.bgColor4 {
	background-color: #FFF3B5;
	/*background-color: #39004B;*/
}

#wrapper ul#tabs li {
	cursor: pointer;
	position: relative;
	text-decoration: none;
	padding: 4px 13px;
	margin-right: 3px;
	border: 1px solid #999;
	border-bottom: none;
	color: #666;
}

#wrapper ul#tabs li:hover {
	text-decoration: underline;
	font-weight: bold;
}

#wrapper ul#tabs li.active { /*selected tab effect*/
	top: 1px;
	padding-top: 5px;
	color: #333;
	font-weight: bold;
}

#wrapper ul#tabs li.activeHidden {
top: 0;
}

#wrapper ul#tabs li.selected { /*selected tab effect*/
top: 1px;
padding-top: 5px;
color: #333;
font-weight: bold;
}

#wrapper ul#tabs li a:hover{
background-color: #E5F2FF;
color: #333;
font-weight: bold;
}

#wrapper ul#tabs li a:active{
color: #333;
}

/* Secondary Nav
============================= */

#wrapper ul.secondaryNav {
	clear: left;
	border: 1px solid #999;
	border-top: none;
	padding: 12px;
	margin-bottom: 2px;
}

#wrapper ul.secondaryNav li {
	color: #333;
	display:inline;
	font-size: 12px;
	padding: 0 10px 0 0;
	list-style: inside;
}

#wrapper ul.secondaryNav li a {
	color: #333;
	text-decoration: none;
}

#wrapper ul.secondaryNav li a:hover {
	text-decoration: underline;
}

#wrapper ul.secondaryNav li.selected_page {
	font-weight: bold;
}

#wrapper ul.secondaryNav li.selected_page a{
	font-weight: bold;
}

/*	Content
	------------------------------------------------------ */

#content {
	font-size: 12px;
	width: 635px;
}

#content_border {
	border:1px solid #999;
	width: 606px;
}

#introduction {
	border: 1px solid #999;
	padding: 20px 60px;
	height: 450px;
	text-align: center;
}
	
#introduction p img{
	border:1px solid #999; 
	padding: 2px;
	margin-top: 50px;
}

/*	Strategy Content
	------------------------------------------------------ */
	
div#strategy {
	font-size: 16px;
	border:1px solid #999;
	width: 506px;
	height: 350px;
	padding: 50px;
}

div#strategy h1{
	margin-top: -30px;
}

div#strategy h2{
	font-size: 36px;
	color: #0000FF;
	margin-bottom: 25px;
}

div#strategy p{
	margin-bottom: 15px;
}

div#strategy p.example{
	padding-left: 30px;
	font-size: 16px;
}

div#strategy p.introduction {
	padding-top: 30px;
	text-align: center;
}	

div#strategy p.introduction img{
	border: 1px solid #999;
}

/*	Help
	------------------------------------------------------ */
	
div#help {
	font-size: 16px;
	border:1px solid #999;
	padding: 50px;
	text-align: center;
}

div#help label{
	margin: 10px 0;
	display: block;
}

div#help input{
	margin-bottom: 10px;
}

div#help textarea{
	margin-bottom: 15px;
}

div#help #help_message {
	color: #00CC00;
	border: 1px solid #00CC00;
	padding: 10px;
	margin: 0 0 15px 0;
}


