@charset "utf-8";
/* CSS Document */

/********************
**                 **
****  Universal  ****
**                 **
********************/
body, html {
	text-align:center;
	margin:0;
	padding:0;
	height:100%;
	}
	
body > #container {height: auto; min-height: 100%;}

	
body {
	background-image:url(images/body-bg.png);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
ul,li {
	text-align:left;
	}
	
p {
	text-align:justify;
	margin:0 0 10px 0;
	padding:0;
	}
	
h1 {
	text-align:left;
	font-size:32px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font-size:24px;
	font-weight:bold;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:15px 0 10px 0;
	}
	
a {
	color: #2B63C0;
	text-decoration: none;
	}
	
a:hover {
	text-decoration:underline;
	}

/********************
**                 **
****  Container  ****
**                 **
********************/
#container {
	width:100%;
	height:100%;
	background-image:url(images/container-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}

/********************
**                 **
****    Header   ****
**                 **
********************/	
#header {
	height:331px;
	}
	
#header img {
	display:block;
	margin:0 auto 0 auto;
	top:215px;
	position:relative;
	}

/********************
**                 **
****    Menu     ****
**                 **
********************/	
#menu {
	width:760px;
	height:60px;
	margin:0 auto 0 auto;
	overflow:hidden;
	clear:both;
	}
	
#menu ul {
	margin:0 0 0 70px;
	padding:0;
	}
#menu li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
	}
	
#menu li a {
	display:block;
	text-indent:-9999px;
	height:60px;
	background-repeat:no-repeat;
	background-position:top;
	outline:none;
	float:left;
	}

/********************
**                 **
****   Buttons   ****
**                 **
********************/	
#menu li a.home {
	width:174px;
	background-image:url(images/buttons/home.png);
	}
	
	#menu li a.home:hover {
		background-position:bottom;
		}
		
#menu li a.results {
	width:219px;
	background-image:url(images/buttons/results.png);
	}
	
	#menu li a.results:hover {
		background-position:bottom;
		}
		
#menu li a.contact {
	width:228px;
	background-image:url(images/buttons/contact.png);
	}
	
	#menu li a.contact:hover {
		background-position:bottom;
		}
	
/********************
**                 **
****   Content   ****
**                 **
********************/	
#content {
	width:720px;
	margin:20px auto 0 auto;
	clear:both;
	padding-bottom:110px;
	}

/********************
**                 **
****   Footer    ****
**                 **
********************/
#footer {
	background-image:url(images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	clear:both;
	}
	
#footer p {
	text-align:center;
	color: #666666;
	margin:0;
	padding:0;
	}
	
#footer p.links {
	padding-top:10px;
	}
	
/******************************
***** Nick's Contact Form *****
******************************/

/* Validation DIV
********************/
#validation {
	width:350px;
	}
	
/* If successful */
.success {
	background-color:#009966;
	}
	
.success p {
	color:#FFF;
	font-weight:bold;
	margin:0;
	padding:5px;
	}
	
span.cool {
	font-weight:normal;
	}

/* If unsuccessful */
.failure {
	background-color:#FF5E5E;
	}
	
.failure p {
	color:#000;
	font-weight:bold;
	margin:0;
	padding:5px;
	}
	
span.uncool {
	font-weight:bold;
	color:#FF0000;
	}

/* Form
********************/
form#mailer {
	width:350px;
	margin:10px 0 0 0;
	clear:both;
	}

/* Labels */
form label {
	width:100%;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	text-align:left;
	}
	
form label small {
	font-size:10px;
	color:#FF0000;
	float:left;
	}
	
form label span.captcha {
	float:left;
	margin:-10px 0 5px 90px;
	top:0;
	}
	
/* Input Areas */
form label input {
	float:right;
	width:150px;
	margin:-10px 50px 0 0;
	border:1px solid #CCC;
	font-size:13px;
	padding:3px;
	}
	
form label textarea {
	float:right;
	width:200px;
	height:100px;
	margin:-10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid #CCC;
	padding:3px;
	}
	
form label input#captcha {
	float:right;
	width:50px;
	margin:0px 150px 0 0;
	top:0;
	}

/* Hover and Focus effects */	
form label input:hover, textarea:hover {
	border:1px solid #666;
	}
	
form label input:focus, textarea:focus {
	border:1px solid #666;
	}

/* Submit Button */
form input#submit-button {
	float:right;
	width:50px;
	margin:10px 160px 0 0;
	}

	
/********************
**                 **
****    Misc     ****
**                 **
********************/
.clear {
	clear:both;
	}
	
img.alignright {
	float:right;
	margin:0 0 10px 10px;
	clear:both;
	}
	
.left {
	width:350px;
	float:left;
	}
	
.right {
	width:350px;
	float:right;
	}
	
p.month {
	padding:10px;
	background-color:#EFEFEF;
	line-height:18px;
	}
	
span.red {
	color:#FF0000;
	}
	
span.green {
	color:#009900;
	}
	
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
