/* basics */
* {
	margin:0;
	padding:0;
	border:0;
} 

body {
	background: #BF9F61 url(../images/pg_bg.png) top center no-repeat;
	text-align : left;
	padding : 0px;
	color : #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 62.5%;
	line-height: 1.4;
}

hr {
	margin : 1em 1.2em;
	background-color : #eee;
	color : #fff;
	height : 1px; 
	border : none; 
	clear : both; 
} 
/* links */
a, a:link, a:hover, a:focus {
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
	outline:none;
} 

a:link {
	color: #BF9F61;
}
a:visited {
	color: #FFF;
} 

a:hover, a:active {
	color: #C09E61;
	text-decoration:underline;
}

.required {
	font-weight:bold;
	font-size: 132%;
	color:#FFCC00;
}

#wrap {
	position: relative;
	width: 900px;
	height: 100%;
	margin:0 auto;
}

#nav-bg{
	width: 900px;
	margin:0 auto;
	background: #FFFFFF url(../images/nav_bg.gif) top repeat-x;
	display: block;
}

#nav{
	width:900px;
	margin:0 auto;
	text-align: center;
}

#header {
	width: 900px;
	background: #18316F url(../images/header_bg.jpg) no-repeat;
	padding: 0px;
	height: 162px;
	position: relative;
	color: #FFFFFF;
	font-size: 92%;
}

#header #logo {
	position: absolute;
	margin: 0.2em;
	padding: 0px;
	top: 14px;
	left: 15px;
}

#header #address {
	position: absolute;
	margin: 0.2em;
	padding: 0px;
	bottom: 4px;
	right: 11px;
}

#header #reg {
	position: absolute;
	margin: 0.2em;
	padding: 0px;
	top: 5px;
	right: 11px;
	text-align: right;
}

#header_logo a{
	color:#A8D9F6;
}

#header_logo a:hover{
	color:#FFFFFF;
}

#flashbanner {
	clear:both;
	background: #FFFFFF url(../images/header.jpg) no-repeat;
	padding: 0px;
	height: 140px;
	position: relative;
} 

#header #slogan {
	position: absolute;
	top: 90px;
	left: 70px;
	color: #142D65;
	font-size: 1.4em;
	text-align:center;
	letter-spacing: 0px;
	line-height:1.8em;
	text-transform: uppercase;
	background-color: #FFFFFF;
	padding: 2px;
}

#content {
	background: #FFFFFF url(../images/content-bg.gif) repeat-y;
	width: 900px;
	margin:0 auto;
}

#content h2#title {
	position: absolute;
	margin: 5px; padding: 0px;
	font: bold 2em Georgia, Verdana, Arial, "Times New Roman";
	top: 240px; left: 550px;
}

#content h6#address {
	position: absolute;
	margin: 5px; padding: 0px;
	font: bold 0.85em Georgia, Verdana, Arial, "Times New Roman";
	top: 267px; left: 576px;
}

div#mainpara{
	margin:1em 0em 3em 2em;
	clear:left;
	float:left;
	width:470px;
	display: inline;
}
div#mainpara-location{
	margin:1em 0em 3em 2em;
	clear:left;
	float:left;
	width:470px;
	display: inline;
}

div#mainpara ul{
	margin:5px 25px;
	font-size: 120%;
}

div#map{
	margin:0 0 1.6em 0.8em;
	clear:left;
	float:left;
	width:731px;
}
/* right side div */
div#right{
	border: 0px solid #000;
	margin:10px 20px 2em;
	float:right;
	width:370px;
	background: #8B754D;
}

div#right img{
	margin:0.8em 1em 0.4em;
	border: 2px solid #8B754D;
}

div#right h2 {
	font-size : 146%;
	margin: 0.6em 1.4em 0.8em;
	color: #FFF;
}

div#right a:hover {
	color:#FFF;
	text-decoration:none;
}
/* footer */
#footer {
	width: 900px;
	margin: 0;
	padding: 0;
	height: 100px;
	font-size : 92%;
	background: url(../images/footer-bg.jpg) bottom no-repeat;
	color: #FFFFFF;
	display: block;
	clear: both;
	position: relative;
}

#footer a {
	font-weight: bold;
	color: #BF9F61;
}

#footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

#footer #footer-logo{
	float: left;
	width: auto;
	top: 0px;
	left: 20px;
	position: absolute;
}

#footer #footer-left{
	float: left;
	width: auto;
	top: 35px;
	left: 100px;
	position: absolute;
}

#footer #footer-right{
	float: right;
	width: auto;
	position: absolute;
	bottom: 25px;
	right: 20px;
}
p, ol {
	margin: 0.8em 0.6em 0em;
	font-size:120%;
}
.disclaimer {
	font-size:100%;
	color:#666666;
}
form{
	padding: 1.2em 0.4em 2em 0;
	margin: 0.8em 0.2em 1em 1.2em;
}
#breadcrumbs {
	font-size:72%;
	line-height:60%;
	margin:0 0 1.2em 1.6em;
}
h1 {
	font-size: 200%;
	margin: 0em 0.2em 0em;
	color: #FFF;
	border-bottom: 1px dashed #806A45;
} 
h2 {
	font-size : 146%;
	margin: 0.8em 0.4em 0;
	color: #BF9F61;
} 
h3 {
	font-size : 130%;
	margin: 0.6em;
	color: #006600;
} 
h4 {
	font-size : 116%;
	padding: 0.2em 0em 0.4em 0.2em;
	margin: 0 0.8em 0.6em 0.8em;
} 
h5 {
	font-size : 106%; 
	line-height : 80%;
	border:none;
} 
h6 {
	font-size : 96%;
	color: #F2E2C6;
} 

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
