@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------

	Created by elykinnovation, inc. - http://www.elykinnovation.com
	Jacksonville, Florida - Web Design Company

--------------------------------------------------------------------------------------------------- */


a, div {-moz-outline:none;}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
.iepngfix { behavior: url(css/iepngfix.htc); }
 

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */
html {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #00001C;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #fff;
}

.body_wrapper {
	background-image: url(../images/wrapper_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px;
	margin: 0px;
	position: top;
}

.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 900px; /* Make this number 10px wider than actual design for ie issues */
}

.header {
	margin: 0px 0px 0px 0px;
	padding: 23px 0px 0px 2px;
	height: 74px;
}

.home {
	margin: 0px 0px 15px 0px;
	padding: 12px 10px;
	float: left;
	width: 861px;
	background-color: #064095;
	border: 5px solid #fff;
}

.side_a {
	float: left;
	width: 240px;
}

.side_b { 
	margin: 0px 0px 15px 0px;
	padding: 12px 10px;
	float: left;
	width: 621px;
	background-color: #064095;
	border: 5px solid #fff;
	height: 1% /* Holly hack for Peekaboo Bug */
}

.banner {
	margin: 0px 0px 10px 0px;
	float: left;
	width: 881px;
	border: 5px solid #fff;
}

.footer {
	clear: both;
	color: #fff;
	text-align: center;
	height: 190px;
	width: 890px;
}

.side_content_container {
	width: 210px;
	padding: 8px 8px 10px 8px;
	float: left;
}

.news_container {
	width: 604px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background-color: #2146DA;
}


/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

.logo a {
	display: block;
	text-decoration: none;
	width: 229px;
	height: 63px;
	background-image: url(../images/logo_sowtoday.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

h1.logo a {
	padding: 0px;
	margin: 0px;
}

/* ---------------------------------------------------------------------------

	Titles

--------------------------------------------------------------------------- */

.title_participant_resources {
	display: block;
	float: left;
	text-decoration: none;
	width: 230px;
	height: 30px;
	background-image: url(../images/title_participant_resources.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

.title_audio_clips {
	display: block;
	float: left;
	text-decoration: none;
	width: 230px;
	height: 30px;
	background-image: url(../images/title_audio_clips.png);
	background-repeat: no-repeat;
	margin: 0px 0px 12px 0px;
}

.title_tracking {
	display: block;
	float: left;
	text-decoration: none;
	width: 230px;
	height: 30px;
	background-image: url(../images/title_tracking.png);
	background-repeat: no-repeat;
	margin: 0px 0px 12px 0px;
}

.title_stimulus_plans {
	display: block;
	float: left;
	text-decoration: none;
	width: 230px;
	height: 30px;
	background-image: url(../images/title_stimulus_plans.png);
	background-repeat: no-repeat;
	margin: 0px 0px 12px 0px;
}


.tagline_footer {
	display: block;
	text-decoration: none;
	width: 748px;
	height: 87px;
	background-image: url(../images/tagline_footer.png);
	background-repeat: no-repeat;
	margin: 0px auto;
}

/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */

a:link, a:visited {
	color:#FFFF99;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #fff;
	text-decoration: none;
}


p {
	line-height: 18px;
	margin: 0px 0px 12px 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: lighter;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h3, h4 {
	margin: 0px;
	padding: 0px;
}

h2.news {
	color: #FFFF33;
	margin: 0px 0px 15px 0px;
	font-weight: lighter;
}

h3.turquoise {
	color: #33ccff;
	font-weight: bold;
}

.welcome_title {
	font-size: 18px;
	color: #33ccff;
	text-transform: uppercase;
}

.question {
	font-weight: bold;
	color: #66CCFF;
}

.answer {
	font-size: 12px;
}

.never {
	background-color: #FF0000;
	padding: 4px;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 12px;
 }
 
 .always {
	background-color: #66CC00;
	padding: 6px;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 12px;
 }
 
.participant_home a:link, participant_home a:visited {
	color:#FFFF99;
	text-decoration: none;
}

participant_home a:hover, participant_home a:visited:hover {
	color: #fff;
	text-decoration: none;
}

.hide {
	visibility: hidden;
	display: none;
	text-indent: -8520px;
}

.pictureframe {
	border: #000 1px solid;
	padding: 4px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
	background-color: transparent;
	height: 1px;
}

/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

.footer_nav {
   white-space: wrap;
   float: left;
   width: 800px;
   padding: 10px 50px 10px 50px;
   margin: 0px;
} 

.footer_nav ul {
   padding: 0px;
   margin: 0px 0px 10px 0px;

}

.footer_nav li {
   display: inline;
   text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 8px 0px;
}

.footer_nav li a:link, .footer_nav li a:visited {
	color: #fff;
	text-decoration: underline;
}

.footer_nav li a:hover, .footer_nav li a:visited:hover {
	color: #fff;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */
.nav {
	float: left;
	background-color: #840000;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	width: 220px;
	border: 5px solid #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.nav ul {
	 padding-left: 8px;
	 margin-left: 5px;
	 margin-top: 8px;
	 text-indent: 1px;
	 list-style: none;
}

.nav li {
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 16px;
	font-weight: lighter;
}

.nav a:link, .nav a:visited {
	color: #fff;
	text-decoration: none;
}

.nav a:hover, .nav a:visited:hover {
	color: #ffff33;
	text-decoration: none;
}



.side_column_links ul {
	 padding-left: 3px;
	 margin-left: 3px;
	 margin-top: 0px;
	 text-indent: 1px;
	 list-style: none;
}

.side_column_links li {
	margin: 0px 0px;
	padding: 2px 0px;
	font-size: 16px;
}

.side_column_links a:link, .side_column_links a:visited {
	color: #fff;
	text-decoration: underline;
}

.side_column_links a:hover, .side_column_links a:visited:hover {
	color: #4ad2ff;
	text-decoration: none;
}


.participant_list ul {
	 padding-left: 8px;
	 margin-left: 5px;
	 margin-top: 8px;
	 text-indent: 1px;
	 list-style: none;
}

.participant_list li {
	border-bottom: 1px dotted #3399CC;
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 13px;
}

.standard_list ul {
	 padding-left: 8px;
	 margin-left: 5px;
	 margin-top: 8px;
	 text-indent: 1px;
	 list-style: none;
}

.standard_list li {
	border-bottom: 1px dotted #0099FF;
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 14px;
}


.number_list ol {
	 padding-left: 8px;
	 margin-left: 5px;
	 margin-top: 8px;
	 text-indent: 1px;
	 list-style: none;
}

.number_list li {
	width: 98%;
	border-bottom: 1px dotted #0099FF;
	margin: 5px 0px;
	padding: 4px 0px;
	font-size: 14px;
}

.answer_list ul {
	 padding-left: 8px;
	 margin-left: 5px;
	 margin-top: 8px;
	 text-indent: 1px;
	 list-style: none;
}

.answer_list li {
	border-bottom: 1px dotted #0066CC;
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 12px;
}

.faq_list ol {
	 padding-left: 22px;
	 margin-left: 5px;
	 margin-top: 8px;
	 text-indent: 1px;
}

.faq_list li {
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 14px;
}

.float_list {
	width: 200px;
	float: left;
	font-size: 12px;
}

.float_list ul {
	 padding-left: 8px;
	 margin-left: 5px;
	 margin-top: 2px;
	 text-indent: 1px;
	 list-style: none;
}

.float_list li {
	border-bottom: 0px dotted #0066CC;
	margin: 0px 0px;
	padding: 1px 0px;
}


/* ---------------------------------------------------------------------------

	Form Stylings

--------------------------------------------------------------------------- */

form {	
	margin: 0px;
	padding: 0px;
}

.textfield {
	width: 192px;
	height: 20px;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
}

.index_textfield {
	width: 192px;
	height: 20px;
	padding: 2px 5px 0px 5px;;
	margin: 0px 10px 0px 0px;
}

.btn_accept {
	margin: 10px 5px 0px 0px;
	padding: 0px;
}

.btn_decline {
	margin: 10px 15px 0px 0px;
	padding: 0px;
}