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

body{	
	color: #000;
	font: 12px arial;
	text-align: center;
	
	background-color: #eaeaea;	
}

a{
	color: #3B5998;
	text-decoration: underline;
}
a img{
	text-decoration: none;
	border: none;
	cursor: pointer;
}

h1{
	margin: 5px 0 5px 0;
	padding: 0px;
	
	font: 14px arial;
	font-weight: bold;
}

h2{
	margin: 5px 0 5px 0;
	padding: 0px;
	
	font: 14px arial;
	font-weight: bold;
}

h3{
	margin: 5px 0 5px 0;
	padding: 0px;
	
	font: 24px arial;
	font-weight: bold;
}


	h2.orange{
		margin-bottom: 0px;
		padding-bottom: 0px;
		
		color: #fe2907;
		font-family: "Myrad Pro", Arial;
		font-size: 17px;
	}

p{
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}

li{
	margin-left: 15px;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

.clearLeft{clear: left;}
.clearRight{clear: right;}
.clearFix{clear: both;}

/*
	--------------- Wrapper ---------------
*/

.big_wrapper{
	width: 100%;
	display: block;
	float: left;
}

.wrapper{
	width: 918px;
	display: block;
	text-align: left;
	margin: auto;
	float: none;
}



/*
	--------------- Header ---------------
*/

.header{
	height: 129px;
	
	background-color: #578dab;
	background-image:url(../images/bg_header2.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	
	border-bottom: 2px solid #476e85;
}

	.header a.logo{
		width: 260px;
		height: 129px;
		float: left;
		clear: both;
	}
	
	.my_fixer{
		width: 500px;
		float: right;
	}

	form.newsletter{
		padding-top: 10px;
		float: right;
	}
	
		form.newsletter img{
			margin-top: 1px;
			float: left;
		}
	
		form.newsletter input.text{
	width: 138px;
	padding: 2px 0;
	float: left;
	color: #666666;
	background-color: #414141;
	border: 1px solid #797979;
		}
		
		form.newsletter input.image{
			margin: 1px 0 0 5px;
			position: relative;
		}
		
	.navigation{
		margin-top: 75px;
		float: right;
	}
	
		.navigation a{
	margin-left: 25px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-family: "Myrad Pro", Arial;
	font-weight: bold;
		}
		
			.navigation a:hover{
				color: #fff;
			}

/*
	--------------- Center Area ---------------
*/

.centerd{
	background-image:url(../images/bg_body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

/*
	--------------- Sponsors Area ---------------
*/

.sponsors{
	width: 918px;
	float: left;
	
	margin: 15px 0 5px;
	text-align: center;
}

	.sponsors a{
		margin-right: 40px;
	}
	
		.sponsors a.last{
			margin-right: 0px;
		}

/*
	--------------- Real Content ---------------
*/

.content{
	width: 918px;
	margin-bottom: 15px;
	float: left;
	background-image:url(../images/bg_content.gif);
	background-position: top left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Myrad Pro", "Georgia", "Times New Roman";
	background-repeat: repeat-y;

	font-size: 12px;
}
.welcomeText{
	color:#588DAD;
	line-height:26px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.showtext{
	color:#333333;
	line-height:25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.imgright{
	float:right;
	margin-top: -50px;
}

.imgleft{
	float:left;
}

.contentinner{
	width: 918px;
	margin-bottom: 15px;
	float: left;
	background-position: top left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Myrad Pro", "Georgia", "Times New Roman";
	background-repeat: repeat-y;

	font-size: 12px;
}


	.c_left{
		width: 695px;
		padding-right: 10px;
		float: left;
	}
	
		.c_left p{
	text-align: left;
	font-family: "Lucida Grande", "lucida sans Unicode", "Myrad Pro", "Georgia", "Times New Roman";
	font-size: 1.1em;
	line-height: 20px;
		}
	
		.c_left p.first{
			width: 340px;
			padding-right: 40px;
			float: left;
		}
		
		.c_left p.second{
			width: 310px;
			padding-left: 0px;
			float: left;
		}
		
			.c_left p span{
				width: 100%;
				display: block;
				float: left;
				
				font-family: Arial;
				font-size: 22px;
				font-weight: bold;
			}
			
			.c_left p img{
				float: right;
			}
			
		.content .dotted_splitter{
			width: 690px;
			height: 3px;
			padding: 5px 0;
			float: left;
			
			background-image:url(../images/bg_dotted_splitter.gif);
			background-position: top left;
			background-repeat: repeat-x;
		}
	
	.c_right{
		width: 202px;
		padding-left: 10px;
		float: left;
	}
	
		.c_right a.link{
			display: block;
			padding: 10px 0 10px 10px;
			color: #000;
			text-decoration: none;
			font-family: "Lucida", "Myrad Pro", "Georgia", "Times New Roman";
		}
		
		.c_right a.push_more{
			margin-bottom: 20px;
		}
		
		.c_inner_left{
	width: 250px;
	margin-right:80px;
	padding-left: 0px;
	float: left;
		}
		.c_inner_right{
		width: 250px;
		padding-left: 0px;
		float: left;
		
		}

/*
	--------------- Media Quotes ---------------
*/

.media_quotes{
	width: 868px;
	margin: 0px 0 15px;
	padding: 10px 20px;
	float: left;
	
	background-color: #fff;
	border: 5px solid #a3c9df;
	
	font-family: "Georgia", "Times New Roman";
	font-size: 12px;
}

	.media_quotes p{
		width: 400px;
		margin: 0px;
		float: left;
	}
	
		.media_quotes p.right{
			padding-left: 60px;
		}

/*
	--------------- Footer ---------------
*/

.footer{
	width: 918px;
	float: left;
	height: 150px;
}

.footerinner{
	width: 918px;
	float: left;
	height: 150px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #00CCCC;
	border-right-color: #00CCCC;
	border-bottom-color: #00CCCC;
	border-left-color: #00CCCC;
}

	.footer p{
	font-family: "Lucida Grande", "lucida sans Unicode", "Myrad Pro", "Georgia", "Times New Roman";
	}

	.footer p.left{
		width: 375px;
		height: 47px;
		padding: 50px 0 0 90px;
		float: left;
		
		color: #004c93;
		font-size: 12px;
		
		background-image:url(../images/bg_footer_left.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	.footer p.right{
	width: 250px;
	margin-top: 15px;
	padding: 30px 0 0 65px;
	float: right;
	color: #004c93;
	font-size: 12px;
	background-image:url(../images/bg_footer_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.footer a{
	text-decoration: none;
	color: #004c93;
	cursor: pointer;		
	}
.faqheader {
	color:#578DAB;
	line-height:25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
}

input.btn{
	color:#000000;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:100%;
	font-weight:bold;
	background-color:#C5D6FC;
	border:1px solid;
	border-top-color:#B9D8EA;
	border-left-color:#578DAB;
	border-right-color:#B9D8EA;
	border-bottom-color:#578DAB;
}
