* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #d4d4d4;
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1 {
	background: -moz-linear-gradient(center top , #030303, #232323) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#030303), to(#232323));	
    padding: 10px 15px;
	border:0;
	-moz-box-shadow: 0 4px 1px #000000;
	-webkit-box-shadow: 0 4px 1px #000000;
	box-shadow: 0 4px 1px #000000;
	font-size:18px;
	text-align:center;
	color:#c3e0f0;
	margin:20px;
}
p {
	margin:10px 20px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:link {
	color:#6daad0;
	text-decoration: underline;
}
a:visited {
	color: #6daad0;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#6daad0;
}
.container {
	width:100%; 
	overflow:hidden;
	font-size:12px;
}
.header {
}
.logo {
	padding:30px 20px;
	background: none repeat scroll 0 0 #3366BB;
}
.homeTop {
	position:absolute;
	right:20px;
	top:10px;
}
.homeBottom {
	position:absolute;
	right:20px;
	bottom:70px;
}
.homeTop a, .homeBottom a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	display:block;
	padding:5px 15px;
}
.headerContent {
	background:none repeat scroll 0 0 #FFFFFF;
	height:50px;
	text-align: center;
	margin-top: 20px;
}
.headerPic {
	height:246px;
	
}
.headerTitle {
	-moz-transition: all 0.26s ease-out 0s;
    background-image: -moz-linear-gradient(left center , transparent, transparent 2%, rgba(255, 255, 255, 255));
    background-size: 200% 100%;
    color: #3366BB;
    display: block;
    overflow: hidden;
	font-size:18px;
	padding:10px 20px;
	position:absolute;
	bottom:0;
	right:0;
}
.buttonStyle {
	background: -moz-linear-gradient(center top , #3366BB, #5a9cc5) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#3366BB), to(#5a9cc5));	
    color: #FFFFFF;
	border:0;
	cursor:pointer;
	-moz-box-shadow: 0 4px 3px #000000;
	-webkit-box-shadow: 0 4px 3px #000000;
	box-shadow: 0 4px 3px #000000;
	display:block;
}
.mainMenu {
	width:255px;
	display: block;
	margin: 27px auto 58px;
}
.siteContent span {
	color:#6daad0;
}
.siteContent .sitePic {
	text-align:center;
	margin:0 20px;
}
.siteContent li {
	list-style:none;
	margin:2px 5px;
}
.siteContent li img {
	margin-right: 10px;
}
.siteContent a {
	color:#06c;
	text-decoration:none;
}
.siteContent .menuButtonStyle {	
    padding:1px 1px;
	color: #06c;
	font-size:18px;
}
.footer {
	text-align:center;
	padding:15px 0;
	position:relative;
	margin-top:50px;
}
.footer_links{float:right;font-size:11px; color:#828282; line-height:18px; margin-bottom:20px;margin-top:5px;}
.footer a{color:#666666; text-decoration:underline; padding-right:15px;}
.footer a:hover{color:#666666; text-decoration:none;}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}