@import url("body.css");

/*-----
	Yahoo Reset
	------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

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

body {
	color: #fff;
	background: #65afee top left repeat-x url(images/dayBg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
a {
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
strong {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}

div#animationWrapper {
	width: 100%;
	text-align: center;
}
div#contentWrapper {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 60px;
}
body.home div#contentWrapper {
	height: 520px;
	padding-bottom: 0;
}
header {
	width: 100%;
	display: block;
	background-color: rgba(255, 255, 255, .1);
	border-bottom: solid 2px #fff;
	text-align: center;
}
header div {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	display: block;
}
body.home header h1 a {
	background: left 20px no-repeat url(images/logo.png);
	display: block;
	width: 540px;
	height: 51px;
	margin-left: 220px;
	padding: 20px 0 20px 0;
	text-indent: -9999em;
}

/*------
	Main Nav
	------*/
body.home nav {
	display: block;
	padding-top: 202px !important;
}
body.home nav a {
	width: 320px;
	display: block;
	font-family: tahoma, arial;
	float: left;
	margin-left: 10px;
	font-size: 3.6em;
}
body.home nav a span {
	width: 305px;
	display: block;
	-webkit-border-radius: 5px;    /* for Safari */
    -moz-border-radius: 5px;       /* for Firefox */
	padding: 15px 0 18px 15px;
}
body.home nav a.orange span {
	color: #d78000;
	background: rgba(255, 255, 255, .8) 275px 25px no-repeat url(images/orangeArrow.png);
}
body.home nav a.green span {
	color: #b3ca00;
	background: rgba(255, 255, 255, .8) 275px 25px no-repeat url(images/greenArrow.png);
}
body.home nav a.blue span {
	color: #00b4c2;
	background: rgba(255, 255, 255, .8) 275px 25px no-repeat url(images/blueArrow.png);
}
body.home nav a.orange:hover span {
	color: #d78000;
	background: rgba(255, 255, 255, 1) 275px 25px no-repeat url(images/orangeArrow.png);
	text-decoration: none;
}
body.home nav a.green:hover span {
	color: #b3ca00;
	background: rgba(255, 255, 255, 1) 275px 25px no-repeat url(images/greenArrow.png);
	text-decoration: none;
}
body.home nav a.blue:hover span {
	color: #00b4c2;
	background: rgba(255, 255, 255, 1) 275px 25px no-repeat url(images/blueArrow.png);
	text-decoration: none;
}

footer {
	width: 100%;
	height: 80px;
	display: block;
	padding-top: 10px;
	font-size: 12px;
	border-top: solid 2px #fff;
}
footer div {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	display: block;
}

/*-----
	Clearfix
	------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}