/*
Blank StyleSheet
Tom Beck
Copyright (c) 2008, MenuMill. All rights reserved.


*/


/*=============================
  Global Page Elements 
===============================*/

html{
	background:#75716e url(bg.jpg) no-repeat top center;
}
body{}
p{
	padding:5px;
}
a:link, a:visited{
	text-decoration:none;
	color:#A44201;
	font-weight:bold;
}
a:hover, a:active{
	color:#333;
}
hr{}


hr{
	padding:5px;
	width:95%;
	clear:both;
	border:0px;
	border-top: 1px solid #FFF;
}
/*=============================
  Global Layout Elements 
===============================*/
#doc_cust {
margin:auto;text-align:left;
width:61.54em;
*width:60.06em;
min-width:800px;
}

#hd{
	position:relative;
	margin-top:10px;
	height:210px;
	background: #DDD url(header_bg.jpg) no-repeat top center;
	border: 1px solid #FFF;
	
	
}
#bd{
	position:relative;
	
	color:#333;
	background: url(white_40.png) repeat;
	padding-bottom:20px;
	border: 1px solid #FFF;
	border-top:none;
	
}
#ft{
	position:relative;
	
	text-align:center;
	padding: 10px 0px;
	min-height:50px;
}

/*=============================
  Heading Elements 
===============================*/
h1{
	font: 220% "Book Antiqua",serif;
	font-weight: normal;
	color:#A44201;
	
}
h2{
	font-size:180%;
	font-weight:bold;
	color:#A44201;
} 
h3{
	font-size:120%;
	font-weight:bold;
	color:#A44201;
}
#details h3{
	font-size:120%;
	font-weight:bold;
	color:#A44201;
	padding: 17px 10px 20px 12px;
	background: url(h3_bg.png) no-repeat;
}
h4{
	font-size:100%;
	color:#A44201;
}
h5{
	font-size:115%;
}
h6{
	color:#666;
}
/*=============================
  Navigation Elements 
===============================*/
#mainnav{
	width:100%;
	
	position:relative;	
}
#mainnav ul{
	margin:0 auto;
	padding:10px;
	overflow:auto;
	text-align:center;
}
#mainnav ul li{
	font-size:100%;
	display:inline;
}
#mainnav ul a{
	padding: .5em 1em;
	line-height:2.1em;
}
#mainnav a:link, #mainnav a:visited{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#mainnav a:hover, #mainnav a:active{
	color:#A44201;
	background:transparent url(white_40.png) repeat;
}
#mainnav ul ul {
	display:none;
}

/*=============================
  Content 
===============================*/
#logo{}
#header{}
#contact_info{
	color:#A44201;
	height:25px;
	padding:5px;
}
#main{
	position:relative;
}
#page-title{
	text-align:center;
}
#content{
	font-size:120%;
	padding:10px;
}
#main img{
	border: 1px solid #AAA;
	margin:5px;
	padding:3px;
}
.block{}
.unit{}
#footer{}

/*=============================
  Details 
===============================*/

#details ul{
padding: 0px 0px 40px 0px;
}
#details li{
padding: 5px 25px;
background:url(tick_orange.png) no-repeat 5px 5px;
}

/*=============================
  Events 
===============================*/
#event{
	background-color: #000;
	color:#FFF;
	padding:20px;
	margin:0px;
	margin-left:10px;
	min-height:300px;
	border: 1px solid #666;
	font-style: italic;
}
#event img{
	margin-right:15px;
}
#event h1{
	font: normal small-caps bold 180% 'Trebuchet', Tahoma,Arial,Helvetica,sans-serif;
	font-style: oblique;
}
#event dt{
	font-weight:bold;
	font-style: oblique;
	padding-top:15px;
}
#event .metastuff {
	margin-top:5px;
	font: italic normal normal 85% Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	text-align:center;
	color:#999;
}
#event .date{
	font: 75% "Lucida Grande", "Trebuchet MS", Tahoma,Arial,Helvetica,sans-serif;
	text-align:center;
	padding:5px;
	margin:2px;
	color:#999;
}


/*=============================
  FAQs 
===============================*/
#faqs{
	margin:15px;
	padding:5px;
}
#faqs dt{
	color:#60990c;
	font-weight:bold;
}
#faqs dd{
	padding:5px;
}

/*=============================
  Errors and Feedback 
===============================*/
.form_feedback{
	float:right;
	margin-right:50px;
	font-weight:bold;
	color:#760000;
	padding-left:25px;
	background: url(/images/icons/error.png) no-repeat center left; 
}
.fieldWithErrors {
  padding: 2px;
  background-color: #a30000;
  display: table;
}

#errorExplanation {
  width: 95%;
  border: 1px solid #a30000;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  display:block;
  font-size:100%;
  text-indent: 25px;
  background: #c00 url(/images/icons/error.png) no-repeat 5px 50%;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 100%;
  list-style: square;
}


/*=============================
  Effects 
===============================*/
.hide{
	display:none;
}
.clear{
	clear:both;
}
.right{
	float:right;
}
.left{
	float:left;
}