* {
  outline:none;/*removes outline in FF 3+*/
}

body {
	margin: 0 auto;
	padding:0;
	line-height: 20px;
	color:#0f4191;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #fff url(/images/background.jpg) no-repeat scroll 0 0;
}

/*/ -- STANDARD FORMATS -- /*/
p {
}

h3 {
	margin: -3px 0 15px;
	color: #fff;
	font-size: 16px;
}

ul {
	margin: 11px 0 0 -15px;
	color: #18468c;
	font-size: 11px;
	position: relative;
	z-index: 5000;
}

ul li {
	margin: 2px 0;
}

ul span {
	color: #000;
	margin: 0 3px;
}


img {
	border: 0;
}

#wrap {
	width: 885px;
	margin: 0 auto;
}

#container {
	width: 885px;
	margin: 0 auto;
}

/*/ -- HEADER -- /*/

#header {
	width: 885px;
	height: 118px;
}

	#header .cell {
		float: left;
		height: 118px;		
	}
	
	#header .logo {
		float: left;
		width: 252px;
		height: 118px;
	}

/*/ -- CONTENT AREA -- /*/

#content {
	width: 885px;
	position: relative;
}

	#content .top {
		width: 885px;
		height: 25px;
	}
	
	#content .body {
		width: 885px;		
		background: url(/images/body-main.png) no-repeat scroll 0 0;
		background-repeat: no-repeat;
		height: 265px;
		position:relative;
	}
	
		#content .body .video {
			float: left;
			width: 408px;
			height: 265px;			
			margin: 0 0 0 20px;
		}
		
		#content .body .content {
			float: left;
			width: 435px;
			height: 185px;
			margin: 0 0 0 15px;
		}
		
			#content .body .content .interior {
				margin: 15px 35px 15px 15px;
			}		
		
				#content .body .content .interior h1 {
					margin: 10px 35px 5px;
					color: #0f4191;
					font-size: 22px;
				}
				
				#content .body .content .interior h2 {
					margin: 10px 30px;
					color: #0f4191;
					text-align: left;
					font-size: 14px;					
				}
				
				#content .body .content .interior p {
					margin: 10px 35px;
					color: #fff;
					font-size: 13px;
					text-align: right;
				}						
		
		#content .body .flcontent {
			float: left;
			width: 98%;
			height: 185px;
			margin: 0 0 0 15px;
		}
		
			#content .body .flcontent .interior {
				margin: 15px 35px 15px 15px;
			}		
		
		#content .body .links {
			width: 435px;
			height: 160px;			
			background: url(/images/links-background.png) no-repeat scroll 0 0;
			position:absolute;	
			left:440px;
			top:180px;
		}
		
		#content .body .link ul a
		{
			position:relative;
		z-index:5001;}
		
			#content .body .links .interior {
				margin: 15px 35px 15px 15px;
			}
			
			.interior a:link {text-decoration: none; color:#18468c;}
			.interior a:visited {text-decoration: none; color:#18468c;}
			.interior a:active {text-decoration: none;}
			.interior a:hover {text-decoration: underline; color:#18468c;}	
	
	#content .bottom {
		width: 885px;	
		height: 27px;
	}		

/*/ -- SURVEY -- /*/

#survey-box {
	margin: 100px 0 0 0;
	width: 435px;
	float: right;
	border-top: #ffcb15 solid 1px;
	border-bottom: #ffcb15 solid 1px;		
}

#survey-box .survey {
	margin: 15px 0;
}

	#survey-box .interior {
		color: #0f4191;  
	}

		#survey-box .interior h3 {
			float: left;
			margin: 10px 15px;
			color: #0f4191;
			display: block;
			width: 50px;			
		}
		
		#survey-box .interior .survey {
			float: left;
			margin: 0px 5px;
			display: block;
			width: 200px;
		}

/*/ -- FOOTER -- /*/

#footer {
	width: 998px;
}

.field-layer {
	width: 100%;
	padding: 0;
	margin: 5px 0;
}

/*/ -- FORMS -- /*/
form {
	padding: 0;
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;	
}

label {
	float: left;
	display: block;
	margin: 0 0 0 15px;
	font-weight: bold;
	font-size: 14px;
}

.label {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 0 45px;
}

.input-box {
	float: left;
	margin: 0;
}

input {
	float: left;
}

.action-button {
	width: 97px;
	height: 23px;
	float: right;
	margin: 0 0 0 15px;
}

.maction-button {
	width: 110px;
	height: 40px;
	float: right;
	margin: -35px 0 0 15px;
}

textarea {
	width: 195px;
}

#survey-box
{
	margin-bottom:40px;
}

#survey-box h3
{
	color:#0f4191;
	font-size:20px;
	font-weight:normal;
	margin:18px;
	margin-bottom:0;
}

#survey-box strong
{
	font-weight:bold;
	font-size:26px;
	font-style:italic;
	padding-right:16px;
}

#survey-box p.poll-input
{
	padding:10px;
	margin:10px;
	margin-left:100px;
	display:block;
	clear:left;
}

#poll-submit
{
	clear:left;
	text-align:right;
	margin:10px;
}

#poll-submit input
{
	float:none;
}

#survey-box label
{
	font-size:24px;
	font-weight:normal;
}

#survey-box .answer
{
	font-size:20px;
	font-weight:normal;
}

#survey-box .percentage
{
	font-size:24px;
	font-weight:bold;
}