/*/////// COLORS ///////

yellow
#e0ab41

blue
#023092

grey
#7A7879

//////////////////////*/

/*/////// GLOB ///////*/
body {
	margin: 0;
	padding: 0;
	background: #7A7879 url('../../img/tile.gif') repeat;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
hr {
	height: 10px;
	border: none;
	border-bottom: 2px dashed #7A7879;
	background: #fff;
	margin: 0 0 20px 0;
}
p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #023092;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:focus {
	-moz-outline-style: none;
}
h1 {
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0 0 20px 0;
	line-height: 1.25em;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	color: #023092;
	margin: 0;
	line-height: 1.25em;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #023092;
	margin: 0 0 15px 0;
	line-height: 1.25em;
}
strong {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	color: #023092;
}
em {
	font-weight: bold;
}
img {
	border: 0;
	display: block;
}
small p {
	font-size: 11px;
	margin: 0;
	line-height: 1.25em;
}


/*/////// TEMPLATE/TEMPLATE ///////*/
#container {
	margin: 0 auto;
	width: 820px;
	text-align: left;
	background: #fff url(../../img/nav_bg.gif) top left repeat-y;
	border: 3px solid #000;
	border-right: 3px solid #000;
}
#faux {
	height: 100%;
	clear: both;
}
#clear {
	clear: both;
}
#spacer {
	padding: 0;
	margin: 0;
	height: 0;
}
#footer {
	height: 35px;
	width: 820px;
	background: #023092;
	margin: 0;
	text-align: center;
	padding: 1px 0 0 0;
}
#footer_content {
	margin: 12px 10px 0 14px;
	width: 780px;
}
#footer_content a {
	color: #fff;
}
#footer_content a:hover {
	color: #e0ab41;
}
#footer_content ul {
	margin: 4px 0;
	padding: 0;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}
#footer_content li {
	display: inline;
	list-style: none;
	border: none;
}
#footer_content li.login {
	margin-right: 30px;
	font-size: 9pt;
}
#footer_content li img {
	margin-bottom: -1px;
}
#header{
	height: 130px;
	background: #fff;
	margin: 0;
}
#logo {
	width: 600px;
	margin: 0;
	float: left;
}
#phone {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	width: 205px;
	float: right;
	margin: 5px 15px 0 0;
	text-align: right;
}
#head_link {
	font-size: 11px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
#head_link a {
	font-weight: normal;
}
#nav {
	width: 185px;
	margin: 20px 0 20px 15px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	clear: left;
}
#nav ul {
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #000;
	text-transform: uppercase;
}
#nav li {
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	margin: 5px 0 20px 0;
	padding: 0;
	text-transform: none;
}
#nav a {
	text-decoration: none;
	font-weight: inherit;
	color: #e0ab41;
}
#nav a:hover {
	text-decoration: none;
	font-weight: inherit;
	color: #fff;
}
#nav a.current, #nav a.current:hover {
	text-decoration: none;
	font-weight: inherit;
	color: #fff;
}
#main {
	width: 590px;
	float: right;
	margin: 20px 15px;
	line-height: 1.75em;
}
#main img {
	margin: 0 0 15px 0;
}
#main ul {
	list-style: none;
	display: inline;
	padding: 0;
}
#home_left {
	float: left;
	width: 300px;
	margin: 0 15px 0 0;
}
#home_right {
	background: #023092;
	float: left;
	width: 265px;
	margin: 0 0 10px 0;
	padding: 5px;
}
#home_left img, #home_right img {
	margin: 0;
}
#signup {
	background: #e0ab41;
	color: #000;
	height: 25px;
	padding: 3px 15px;
	margin: 0;
	text-align: right;
}
#signup_txt {
	float: left;
	margin: 6px 0 0 0;
}
#signup_txt a {
	color: #000;
	text-decoration: underline;
}
#signup_txt a:hover {
	color: #023092;
}
#signup_form {
	background: #023092;
	color: #fff;
	float: right;
	margin: 1px 0 0 0;
}
#signup_form a {
	color: #fff;
	display: block;
	padding: 5px 10px;
}
#signup strong {
	color: #000;
}
#contact_left {
	float: left;
	width: 145px;
	margin: 10px 10px 0 40px;
}
#contact_right {
	float: right;
	width: 335px;
	margin: 0 60px 0 0;
}
#privacy_policy {
	text-align: right;
	margin: 20px 60px 0 0;
	font-size: 12px;
	text-decoration: none;
}
#privacy_policy a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#privacy_policy a:hover {
	color: #7A7879;
}
#privacy_window {
	margin: 15px;
	padding: 30px 30px 15px 30px;
	background: #E7E6DA;
	text-align: left;
}
p.blueprint {
	margin: 45px 0 0 0;
}
em.ymp-skin {
	margin: -4px 0 0 0;
}
.bold {
	font-weight:bold;
}

/*////// FORM LABELS/INPUTS ////////*/
.form div{
	clear: left;
	margin: 10px 0 0 0;
	width: 530px;
	text-align: right;
}
.form label{
	float: left;
	text-align: right;
	width: 145px;
	margin: 5px 10px 0 30px;
	line-height: 1.25em;
}
.form p {
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 2px 0;
}
.form input[type="text"], .form input[type="password"], .form textarea{ 
	width: 330px;
}
.form select {
	margin: 5px 0 0 0;
	width: 340px;
}
.form textarea.message{
	height: 150px;
	resize: none;
}
.form input, .form textarea, .form select{
	background-color: #fff;
	border: solid 1px #7A7879;
	font-size: inherit;
	font-family: inherit;
	color: #000000;
	margin-bottom: 2px;
	padding: 5px 4px 4px 4px;
}
.form input[type='submit'], .form input[type='reset']{
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #f9f9f9;
	border: solid 4px #000000;
	background: #000000;
	display: inline;
	padding: 2px 3px 1px 3px;
	margin: 15px 0;
}
.form input[type='submit']:hover, .form input[type='reset']:hover {
	background: #000000;
	border-color: #000000;
}