/** {
	padding: 0px;
	margin: 0px;
}*/
html, body {
	height: 100%;
}
body { 
	 font-family: Arial, Helvetica, sans-serif;
	 background:#1f1f1f;
	 font-size:12px;
	 color:#a9a476;

}

p { font-size: 12px;
	color:#a9a476;

	}

h1 { font-size: 28px;
	 font-weight: normal;
	 color: #e6a414;
}

h2 { font-size: 24px;
	 font-weight: normal;
	 color: #a9a476;
}

h3 { font-size: 14px;
	color: #c8a950;
	 font-weight: bold;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { 
	color: #ddd;
	font-weight: bold;
	text-decoration: none;}

a:hover {
	color: #a9a476;
	text-decoration: underline;}

li { font-size: 12px;
	 line-height: 14px;
	 margin: 0px;
	padding: 0px;
	 padding-bottom:5px;
	 list-style-position: outside;
	 list-style-type: none;
}

.imgborder { BORDER: #e6a414 2px solid;
	margin: 5px;
}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color:#c8a950;
	background:#c8a950;
	height:1px;
	border:0;}
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */

/*Custom Template*/

#centerDiv {
	margin:0 auto;
	width:760px;
	height:100%;
}


#mainWrap {
	width:760px;
	height:auto;
	background:url(assets/images/menu_bg.jpg) top right repeat-y #2b393d;
	/*min-height: 100%;
	height: auto;*/
}


#banner{
	width:760px;
	height:320px;
	background:url(assets/images/top_banner.gif) top left no-repeat;
	float:left;
}


#pictureHolder {
	width:439px;
	height:271px;
	float:right;
	/*background:url(assets/images/top_right.gif) top right no-repeat;*/
}

#logoRegion {
	width:320px;
	height:271px;
	float:left;
}

.address{
	padding-left:21px;
	color: #635c70;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#title{
	width:400px;
	height:70px;
	float:left;
	margin-top:-50px;
	padding-left: 200px;
}

#mainContent {
	_margin-top: -70px;
	margin-top:-30px;
	width:550px;
	min-height: 160px;
	height:auto;
	padding: 0px 20px 0px 23px;
}

#navRight {
	width:160px;
	float:right;
	margin-top: -50px;
	
}
#navRight ul {
	margin: 0px;
	padding: 0px;
	margin-left: 3px;
}
#navRight li {
	font-size:30px;
	color: #4f4b69;
	list-style-type: none;

}
#navRight a {
	color: #e6a414;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: auto;
	line-height: 31px;
	/*background-color: red;*/
}
#navRight a:hover {
	text-decoration: none;
	color: #a9a476;
}

#footer {
	width:760px;
	height:72px;
	background:#dabe98;
	margin-top:7px;
}
#bottomNav {
	width:760px;
	margin-top:10px;
	line-height: 1em;
}
#bottomNav {
	text-align: center;
}
#bottomNav li {
	display: inline;
}
#bottomNav li a {
	font-weight: normal;
}
#bottomNav a {
	color: #a9a476;
	text-decoration: none;
}
#bottomNav a:hover  {
	text-decoration: underline;
}
/*End template*/