﻿@font-face {
    font-family: 'HurryUpRegular';
    src: url('fonts/hurry_up-webfont.eot');
    src: url('fonts/hurry_up-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hurry_up-webfont.woff') format('woff'),
         url('fonts/hurry_up-webfont.ttf') format('truetype'),
         url('fonts/hurry_up-webfont.svg#HurryUpRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*
{

}

body
{
	text-align: center;
	color: black;
	font-family:"Bookman Old Style",Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: white url('common/background.jpg') repeat-x scroll left top;
		margin: 0;
	padding: 0;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 23px;
	color: #003300;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #5b3d1b;
	padding: 10px 0 0 0;
}

a img, a:hover img, a:focus img
{
	border: 0;
}

input[type=text], input[type=password], textarea, select
{
	border: 1px solid #7D603D;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover, input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
{
	border: 1px solid #729175;
}

.green-btm
{
	width: 238px;
	height: 48px;
	padding: 130px 0 14px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: White;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	float: left;
}

.green-btm a
{
	color:#FFF;
	line-height:14px;
}

#wrapper
{
	position: relative;
	width: 1014px;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}

#header
{
	width: 1008px;
	height: 113px;
	background: transparent url('common/content-bg-top.png') no-repeat scroll left bottom;
}

#nav
{
	width: 1008px;
	padding: 8px 0 0 0;
	color: white;
	text-align: right;
}

#nav ul
{
	width: 574px;
	height: 52px;
	list-style:none;
	margin: 0;
	padding: 0 30px 0 6px;
	position:relative;
	float: right;
	background: transparent url('common/nav-buttons.png') no-repeat scroll left top;
}

#nav ul li
{
	display:block;
	list-style:none;
	margin:0;
	padding: 0;
	position:relative;
	width: 140px;
	height: 46px;
	clear: none;
	float: left;
}

#nav ul li a, #nav ul li a:hover, #nav ul li a:visited
{
	display: block;
	width: 140px;
	height: 46px;
	padding: 16px 0 0 0;
	font-family: "HurryUpRegular";
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: transparent;
	clear: none;
}

#nav ul li a, #nav ul li a:visited
{
	color: white;
}

#nav ul li a:hover
{
	color: #d4bba2;
}

#splash
{
	width: 948px;
	height: 385px;
	padding: 13px 35px 0 0;
	color:#FFF;
	background: transparent url('images/brown-backing.png') no-repeat scroll right 13px;
}

#content-home
{
	width: 983px;
	padding: 0 17px 8px 12px;
	background: transparent url('common/content-bg.png') repeat-y scroll left top;
}

#content
{
	width: 959px;
	padding: 0 29px 8px 24px;
	background: transparent url('common/content-bg.png') repeat-y scroll left top;
	position:relative;
}

#splash p, #content p
{
	
	line-height: 1.4em;
}

#content a, #content a:hover, #content a:focus, #content a:visited
{
	color: #003300;
}

#content a
{
	text-decoration: underline;
}

#content a:hover, #content a:focus
{
	text-decoration: none;
}

#footer
{
	position: absolute;
	width: 1014px;
	height: 40px;
	padding: 30px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #5b3d1b;
	background: transparent url('common/content-bg-bottom.png') no-repeat scroll left top;
	z-index:10;
}

#footer div a, #footer div a:hover, #footer div a:focus, #footer div a:visited
{
	color: #5b3d1b;
	font-weight: bold;
	text-decoration: underline;
}

#pageheaderimage
{	
	width:979px;
	padding-top:15px;
	margin:0 -10px 0 -10px;
}

#greenbox
{
	width:196px;
	height:170px;
	padding: 0 20px;
	margin:0 0 40px 40px;
	float:right;
	background-image:url(common/green_box.gif);
	background-repeat:no-repeat;
	color:#FFF;
}

#greenbox a:link, a:hover, a:active, a:visited
{
	color:#f9f5e8;
}
#cb {
	clear:both;
}