@charset "utf-8";
/* CSS Document */

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: url(images/bg.png); 
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #3b5a4a; }
a:hover { color: #3b5a4a; }
a:visited { color: #3b5a4a; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}

td{
	border-top:1px solid #D87E3D;
	border-left:1px solid #D87E3D;
	padding:5px;
}
table{
		border-bottom:1px solid #D87E3D;
	border-right:1px solid #D87E3D;
}

/* layout
-------------------------------------------------------------------*/
#title{
	text-indent:-9999px;
	outline:none;
}
#wrapper{
	width:1000px;
	margin:0 auto;
}

#header{
	width:100%;
	position:absolute;
	top:-9999px;
	left:-9999px;
}
	
#slideshow_holder{
	width:1000px;
	height:765px;
	float:left;
	background:url(images/slide_bg.png) no-repeat top left;
}
#slideshow_holder #heading{
	width:1000px;
	position:absolute;
	top:140px;
}
#slideshow_holder #heading h2{
	text-align:center;
	font-size:24px;
	color:#FFF;
	
}
#slideshow_holder .slideshow{
	width:900px;
	margin-top:180px;
	margin-left:auto;
	margin-right:auto;
}

.menu_holder{
	width:630px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/underline.png) repeat-x center top;
	padding-top:10px;
	margin-top:20px;
	
}


.menu_holder ul li{
	margin:0px;
	padding:0px;
}

.menu_holder li{
	list-style:none;
	float:left;
}
.menu_holder li a{
	display:block;
	display:inline;
	padding:10px;
	text-decoration:none;
	color:#EFEFEF;
	background:url(images/separator-toolbar.png) no-repeat right center;
}
.menu_holder li a:hover{
	color:#999;
}
.menu_holder li a:active{
	color: #F1A9AB;
}
#content{
	width:750px;
	margin:0 auto;
	background:#FFF;
}
.clear{
	clear:both;
}