@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);

*{margin:0; padding:0;}

html,body{
	background:#b6b6bb;
	font-family:'Open Sans',Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#b6b6bb;
	letter-spacing:.1em;
	font-weight:600;
}
a{
	text-decoration:none;
	color:#f49f1e;
}
a:hover{
	color:#CCC;
}
h1{
	margin-bottom:8px;
	font-size:3em;
	font-weight:700;
	text-shadow:#231f20 2px 2px 2px;
}
h2{
	margin:8px 0;
	font-size:1.5em;
	font-weight:600;
	font-style:italic;
	text-shadow:#231f20 2px 2px 2px;
}
p{
	margin:15px 0;
}
ul,ol{
	margin:0 30px 15px 30px;
}



#pageContainer{
	margin:0 auto;
	width:944px;
}
	#video{
		float:right;
		clear:none;
		width:200px;
		margin-left:5px;
	}
	#pageContent{
		float:left;
		clear:left;
		width:100%;
		min-height:654px;
		background:#363f59 url(../images/backgroundPhoto.jpg) no-repeat;
	}
		#shareBox{
			float:left;
			clear:both;
			margin:0 0 0 220px;
			width:360px;
			height:40px;
			background:url(../images/backgroundShare.png) no-repeat;
		}
		#siteLogo{
			float:left;
			clear:both;
			margin:32px 0 0 207px;
		}
			#siteLogo img{
				border:none;
			}
		#navigation{
			float:left;
			clear:both;
			margin:0 0 0 200px;
			width:697px;
			height:34px;
			background:url(../images/backgroundNavigation.png) no-repeat;
			color:#FFF;
			text-align:center;
			line-height:34px;
			font-size:13px;
		}
			#navigation a{
				margin:0 10px;
				color:#FFF;
				letter-spacing:0;
			}
			#navigation a:hover{
				color:#999;
			}
		#body{
			float:left;
			clear:both;
			margin:0 0 0 200px;
			padding:25px;
			padding-bottom:10px;
			width:647px;
			background:url(../images/backgroundBody.png) repeat-y;
		}
		#body img{
			float:left;
			clear:none;
			padding:5px 10px 5px 0;"
		}
			#questionsBox{
				float:right;
				margin:10px;
				margin-right:-15px;
				padding:65px 6px 0 0;
				width:281px;
				height:64px;
				background:url(../images/backgroundQuestions.png) no-repeat;
				text-align:center;
				color:#000;
				font-size:29px;
				font-weight:bold;
				font-style:normal;
				text-shadow:none;
				line-height:29px;
			}
		#contentFooter{
			float:left;
			clear:both;
			margin:0 0 0 200px;
			width:697px;
			height:37px;
			background:url(../images/backgroundContentFooter.png) no-repeat;
		}
	#pageFooter{
		float:left;
		clear:both;
		margin-bottom:20px;
		padding:0 47px 0 192px;
		width:705px;
		height:24px;
		background:url(../images/backgroundFooter.png) no-repeat;
		font-size:10px;
		letter-spacing:2px;
		text-align:center;
	}


.shadowedText{text-shadow:#231f20 2px 2px 2px;}
.blueText{color: #069;}
.yellowText {color: #F8BA5C;}

/*Add This Share Widget*/
.at15t_compact, .addthis_button_compact{float:left; width:0px; height:0px; background:none; display:inline;}
#shareButton{width:48px; text-align:center; height:16px; text-align:center; float:left; background:url(../images/shareButton.png) no-repeat; text-decoration:none; color:#336699; font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; padding-top:4px;}
