@charset "UTF-8";
/* CSS Document */

body {
background: url("images/background.jpg") repeat-x #02264f;
font-family: arial, verdana;
color: #666666;
font-size: 14px;
line-height: 21px;

}

a:link {
border: 0;
color: #ea5300;
}

img {
border: 0;
}

h1 {
margin: 0;
padding: 0 0 10px 0;
color:#f0a706;
font-family: Futura Condensed Medium, arial;
}

h2 {
margin: 0 0 5px 0;
font-size: 1em;
color: #2989cc;
}

#container {
width: 960px;
margin: 0 auto;
border: 1px solid #ffffff;
}

#site-head {
background: url("images/site-head.jpg") no-repeat;
height: 234px;
}

#nav {
height: 51px;
background: url("images/nav.jpg") no-repeat;
border-bottom: 1px solid #ffffff;
}

/*=== Navigation ===*/

#nav a {
	display: block;
	height: 51px;
	float: left;
	background: url(images/nav.jpg) left top no-repeat;
	text-indent: -5000px;
}

#nav img {
border: 0;
}

#nav #nav1 {margin-left: 112px; width: 102px; background-position: -112px top;}
#nav #nav1:hover {margin-left: 112px; background-position: -112px bottom; width: 102px;}

#nav #nav2 {width: 119px; background-position: -214px top;}
#nav #nav2:hover {background-position: -214px bottom; width: 119px;}

#nav #nav3 {background-position: -333px top; width: 113px;}
#nav #nav3:hover {background-position: -333px bottom; width: 113px;}

#nav #nav4 {background-position: -446px top; width: 143px;}
#nav #nav4:hover {background-position: -446px bottom; width: 143px;}

#nav #nav5 {background-position: -589px top; width: 127px;}
#nav #nav5:hover {background-position: -589px bottom; width: 127px;}

#nav #nav6 {background-position: -716px top; width: 113px;}
#nav #nav6:hover {background-position: -716px bottom; width: 113px;}

#content {
background-image: url("images/column-back.jpg");
background-repeat: repeat-y;
background-color: #ffffff;
width: 960px;
}

#content-left {
background-color: #ffffff;
float: left;
width: 240px;
padding: 10px 0 10px 0;
line-height: 21px;

}

#content-right {
float: left;
width: 680px;
padding: 30px 20px 50px 20px;
}

#content-end {
clear: both;
}

#footer {
background-color:#2989cc;
height: 8px;
width: 962px;
margin: 0 auto;
}

#braynard {
height: 8px;
width: 962px;
margin: 0 auto;
color: #2989cc;
padding: 5px 10px 5px 0;
text-align: right;
}

#braynard a {
color: #2989cc;
}

#braynard a:hover {
color: #ffffff;
}

#register-form {
line-height:1.5em;
}

#register-form br {
clear:both;
}

#register-form input {
width: 200px;
margin-bottom: 10px;
}

#register-form select {
margin-bottom: 10px;
}

#register-form label {
float:left;
padding-right:5px;
text-align:right;
width:250px;
}

#contact-form {
line-height:1.5em;
}

#contact-form br {
clear:both;
}

#contact-form input {
width: 200px;
margin-bottom: 10px;
}

#contact-form select,textarea {
margin-bottom: 10px;
}

#contact-form label {
float:left;
padding-right:5px;
text-align:right;
width:250px;
}
/*=========== POP UP STYLES ============= */
#pop-container {
height: 260px;
}

#pop-close {
position: relative;
left: 640px;
top: 10px;
width: 21px;
}

#pop-image {
background: url("images/pop-back.jpg") no-repeat;
height: 250px;
}

#pop-email {
position: relative;
margin-left: 355px;
top: 217px;
}

#pop-submit {
vertical-align: middle;
width:46px;
height:26px;
}

#captcha-container {
width: 250px;
text-align:right;
}

