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

/*------------------------this defaults all browsers to 0------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Times New Roman", Verdana, Georgia;
}
/*-----------base structure-------------*/

a {
	text-decoration:none;
}
	
.a {
	text-decoration: none;
	color: #CC6600;
}

#hr {
	width: 570px;
	height: 3px;
	background: url(images/main%20layout%20gfx/hr.png);
	margin: 10px;
	clear: both;
}
img.left {
	float: left;
	margin: 0;
	padding: 0;
	clear: left;
}

img.right {
	float: right;
	margin: 0;
	padding: 0;
	clear: right;
	position: relative;
}

#hr_gold {
	width: 570px;
	height: 3px;
	background: url(images/main%20layout%20gfx/hr_gold.png);
	margin: 10px;
	clear: both;
}



/*base styling*/

body {
	text-align: left;
	font-family: "Trebuchet MS", "Times New Roman", Verdana, Georgia;
	font-size: 90%;
	background-color: #adadad;
	background-image: url(images/main_site_gfx/bg.jpg);
	background-repeat: repeat;
	}
	
#wrapper {
	position:relative;
	width:800px;
	margin: 0 auto;
	text-align:left;
	font-size: 85%;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 0px;
}
#main {
	background:  url(images/main_site_gfx/wrapper_bg.jpg) top left repeat-y;
	width:800px;
	padding: 0px;
	margin-top: 10px;
	clear: left;
	top: 0px;
	left: 0px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
#clear {
	clear:both;
	}
	
/*-----------------------------position containers elemnts------------------------*/

/*----heading------*/
#header {
	position:relative;
	background:#fff url(images/main_site_gfx/top_header_bg.jpg) no-repeat top left;
	height: 90px;
	width: 800px;
	}
	
#header h1{
	margin-left: -9000px;
	}
	
#header #heading_title {
	position: absolute;
	top: 159px;
	left: 197px;
	width: 403px;
	height: 64px;
	background: url(images/main%20layout%20gfx/heading_title.png) no-repeat top left;
	}
	
#header #heading_logo {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 350px;
	height: 91px;
	background:  url(images/main_site_gfx/logo.png) no-repeat top left;
	}
	
#header #heading_effect {
	position: absolute;
	top: 3px;
	left: 639px;
	width: 158px;
	height: 55px;
	background: url(images/main%20layout%20gfx/heading_effect.png) no-repeat bottom left;
	}
	
#header #heading_sidepic {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	height: 140px;
	background: url(images/main%20layout%20gfx/heading_sidepic_bg.png) no-repeat top right;
	}
	
/*--------------flash gfx-----------------*/	

#flashgfx {
	background:  #fff url(images/main_site_gfx/header.jpg) no-repeat left top;
	float:  left;
	position:  relative;
	margin-top: 0px;
	width: 800px;
	height: 300px;
	margin-bottom: 2px;
	}
	
/*-------------main nav-------------*/
#main_nav {
	background:  #fff url(images/main_site_gfx/main_nav_bg.jpg) repeat-x left top;
	height: 36px;
	width: 800px;
	position: relative;
	float: left;
	border-bottom: 10px;
	border-bottom-color: #FFFFFF;
	
}	
#main_nav  ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	height: 40px;
	background: url(images/main%20layout%20gfx/nav_bg.png)  no-repeat top left;
	}
	
#main_nav ul li {
	float: left;
	}
	
#main_nav ul a {
	padding: 0 2em;
	font-size: 12px;
	line-height: 3em;
	font-weight:bold;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	}
	
#main_nav ul li a:hover {
	color:#FFFFFF;
	text-decoration: blink;
	border: dotted 1px;
	width: 75px;
	height: 40px;
	background-color: #85A435;
	text-transform: uppercase;
	}
/*-----------left side bar---------*/

#leftsidebar {
	background-color:#fffcd9;
	float: left;
	width: 200px;
	margin-right: 5px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	}	
	
#leftsidebar ul {
	list-style: none;
	width: 200px;
	padding: 0;
	margin: 0;
	}
	
#leftsidebar ul li {
	display: inline;
	display:  block;
	line-height: 3em;
	text-decoration: none;
	text-align: left;
	background-color: #fff8af;
	margin-bottom: 2px;
	padding-left: 20px;
	font-weight: bold;
}
	

#leftsidebar ul li a {
	text-decoration: none;
	color: #ae9760;
}

#leftsidebar ul li a:hover {
	text-decoration: underline;
	color: #CC9900;
}
	
#leftsidebar h2	{
	color: #a74418;
	font-family:"Times New Roman", "Trebuchet MS", Times, serif;
	font-size: 1.6em;
	margin: 5px;
	}
	
#leftsidebar h3	{
	color: #95b441;
	font-family:"Times New Roman", "Trebuchet MS", Times, serif;
	font-size: 1.6em;
	margin: 5px;
	}
	
	
/*---------------------------right side bar-----------------------*/
	
#rightsidebar {
	float:right;
	background-color:#fffcd9;
	width:200px;
	padding: 0px;
	margin-top: 10px;
	height: auto;
	margin-bottom: 10px;
	margin-left: 5px;
	}
	
#rightsidebar h2	{
	color: #a74418;
	font-family:"Times New Roman", "Trebuchet MS", Times, serif;
	font-size: 1.6em;
	margin: 5px;
	}
	
#rightsidebar h3	{
	color: #95b441;
	font-family:"Times New Roman", "Trebuchet MS", Times, serif;
	font-size: 1.6em;
	margin: 5px;
	}
	
/*----content area-----*/	

#content {
	position: relative;
	background: url(images/main%20layout%20gfx/content_bg.jpg) repeat-y top left;
	background-color:#fff;
	width:360px;
	padding: 10px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	}	
	
#content ul {
	list-style-type: none;
	list-style-image: url(images/main_site_gfx/bullet.png);
	margin-left: 50px;
	}
	
	
#content h2	{
	color: #a74418;
	font-family:"Times New Roman", "Trebuchet MS", Times, serif;
	font-size: 1.6em;
	margin: 5px;
	}
	
#content h3	{
	color: #95b441;
	font-family:"Times New Roman", "Trebuchet MS", Times, serif;
	font-size: 1.6em;
	margin: 5px;
	}

#content h4	{
	color: #627894;
	font-family:"Times New Roman", "Trebuchet MS", Times, serif;
	font-size: 1.1em;
	margin-left: 15px;
	margin-bottom: 4px;
	margin-top: 8px;
	}
	
	
#content hr {
	color: #ab945d;
	margin: 5px;
	margin-bottom: 25px;
	margin-top: 25px;
}

#content p {
	color: #57492D;
	font-style: normal;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
	padding-bottom: 10px;
	}

#content td h6 {
	padding-left:10px;
	color:#FFFFFF; 
	font-size:12px;
	font-weight:bold;
	}
#content td a {
	color:#CC9900;
	}
		
#content td h5 {
	padding-left:25px;
	color:#000; 
	font-size: 12px;
	}

/*----------footer---------*/

#footer {
	background:  #CC9966 url(images/main_site_gfx/top_header_bg.jpg) no-repeat top left;
	float:  left;
	width:  800px;
	height:  30px;
	padding: 0px;
	position: relative;
	border-top: 10px;
	border-top-color: #FFFFFF;
	}
	
#sub_nav  ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	height: 40px;
	background: url(images/main%20layout%20gfx/nav_bg.png)  no-repeat top left;
	}
/*--------------footer nav bar-------------*/	

#sub_nav ul li {
	float: left;
	}
	
#sub_nav ul a {
	padding: 0 2em;
	font-size: 10px;
	line-height: 3em;
	font-weight:bold;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	}
	
#sub_nav ul li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	background-color: #826930;
	}
/*--------copyright----------*/

#copyright {
	height: 8px;
	float: left;
	width: 800px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#copyright a {
	color: #CC9900;
	}
	
	
/*-------------end of code-------------*/


#flash_galleries {

}


#bg_gfx {
	background: url(images/main_site_gfx/cool_gfx_2_3.png) top center no-repeat;
	width:1400px;
	height:1000px;
	margin: 0 auto;
	padding-top: 30px;
	}
