@charset "utf-8";
/* CSS Document */

body {
	background-color: #f9eed8;
}


/********** header **********/

#header {
	background:url(images/TopBknd.png) repeat-x;
	height:66px;
	width:100%;
	z-index:100;
	position:absolute;
	left:0;
	top:0;
}

.headertext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color: #f4e9c9;
	padding-left:400px;
	padding-top:10px;
}

.headertext a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color: #f4e9c9;
}



/********** main body **********/


#backgroundglow {
	background-image:url(images/bknd_glow.jpg);
	width:1080px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
}

#wrapper {
	width:977px;
	margin-left:auto;
	margin-right:auto;
	padding-top:26px;
	position:relative;
	height:auto;
}

#top {
	width:977px;
}

#menu {
	background-image:url(images/menu_bg_interior.jpg);
	background-repeat:no-repeat;
	height:65px;
}

#menu ul{
	float:left; 
	width:967px; 
	list-style:none;
	text-align:center;
	padding-top:45px;
	margin-top:-32px;
}

#menu li{
	float:left; 
	width:auto; 
	padding:0px 60px 0 0;
	display:inline;
}

#menu li a{
	color:#464646; 
	font:18px Georgia, "Times New Roman", Times, serif;
	padding-left:5px;
}


/********** main body section **********/

#center {
	width:977px;
	/*background-color:#f4e9c9;*/
	height:auto;
	overflow:hidden;
}

#center_left {
	float:left;
	width:250px;
	background-color:#494949;
	margin-top:15px;
	margin-left:15px;
	padding-bottom:2000px;
	margin-bottom:-2000px;
}

#center_left ul { 
	list-style:none;
}

#center_left li {
	font-family:Tahoma, Geneva, sans-serif;
	padding-top:15px;
}

#center_left li a{
	color:#f4e9c9; 
	font:13px Tahoma, Geneva, sans-serif;
}
	

#center_right {
	float:left;
	width:692px;
	background-color:#f4e9c9;
	padding-bottom:2000px;
	margin-bottom:-2000px;
	margin-top:15px;
}

#heading {
	height:55px;
	margin-left:20px;
}


#content {
	margin-left:20px;
	padding-top:30px;
}

.bodytext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#494949;
	margin-left:15px;
}

.bodytext a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color: #494949;
	text-decoration:underline;
}

.bodytext ul, li 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#494949;
	margin-left:15px;
}

.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#494949;
	margin-left:15px;
}

.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#494949;
	margin-left:15px;
}





/********** carousel section **********/

#carousel_section {
	width:937px;
	background-color:#f9eed8;
	height:100px;
	padding:20px;
}

.button {
	margin-right:25px;
}


/********** footer **********/

#footer_container {
	background:#464646; 
	width:100%;
}

#footer {
	height:150px;
	width:977px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
}

#footer ul{
	float:left; 
	width:967px; 
	list-style:none;
	margin-left:25px;
}

#footer li{
	float:left; 
	width:auto; 
	padding:0px 60px 0 0;
}

#footer li a{
	color:#eadbac; 
	font:13px Tahoma, sans-serif;
	padding-left:5px;
}

.footer_text_left {
	font-family:Tahoma, sans-serif;
	font-size:12px;
	color:#eadbac;
	padding-top:50px;
	padding-left:15px;
}

.footer_text_right {
	font-family:Tahoma, sans-serif;
	font-size:12px;
	color:#eadbac;
	float:left;
	padding-left:300px;
	display:inline;
}

#footer p{float:left; width:auto; color:#eadbac; font:13px Tahoma, Arial, Helvetica, Georgia; padding-top:42px; text-align:center;}
#footer p.float{float:right;}


	





a:hover{text-decoration:underline}
a{text-decoration:none; border:none;}
.floatright {float:right;}
.clear{clear:both;}

	





