body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #2c1c03;
}

#main_container {
	width: 760px;
	height: auto;
	border: 1px solid #999999;
	margin-top: 10px;
	background-image: url(images/BG-images/bg-texture3.jpg);
	margin-right: auto;
	margin-left: auto;
}

#banner {
	width: 760px;
	height: 220px;
}


#main_content {
	font-size: 12px;
	color: #4B4B4B;
	text-align: left;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	line-height: 130%;
}

#main_content_admin {
	font-size: 12px;
	color: #666666;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
}
#navwrapper {
	width: 742px;
	height: 23px;
	background-image: url(images/nav_BG2.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 1px;
}



.red {color: #990000}

#body_header {
	text-align: left;
	padding-top: 5px;
}
#body_header_admin {
	font-size: 15px;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
#body_header a:link{
	color: #FFCC99;
	text-decoration: underline;
}
#body_header a:hover{
	color: #FFE9C5;
	text-decoration: underline;
}
#body_header a:visited, a:active{
	color: #FFE9C5;
	text-decoration: underline;
}

#photo_signature {
	background-image: url(images/photo_signature.jpg);
	height: 215px;
	width: 555px;
	float: right;
	margin-bottom: 15px;
}

#sidenav_admin {
	width:175px;
	vertical-align: top;
	float: left;
	clear: both;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	line-height: 140%;
}	

#leftcol {
	padding-left: 10px;
	padding-top: 15px;
}

#leftcol li {
	list-style-image: url(images/bullet.gif);
	padding-top: 0px
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin-left: 0.3em; 
	margin: 0px; 
	line-height: 140%; 
}

#leftcol li a:link {
	text-decoration: underline;
	list-style-type: none;
}
#leftcol li a:visited {
	text-decoration: underline
}
#leftcol li a:hover {
	text-decoration: underline
}


#content {
	position:static;
	left:25px;
	top:25px;
	width:550px;
	margin-left: 85px;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	line-height: 140%;
	padding-top: 10px;
}

#dots {
	background-image: url(images/dots.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 8px;
}


h1 {
	font-size: 12px;
	color: #4B4B4B;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	color: #C01B2B;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	color: #7E4F1B;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 130%;
	font-size: 12px;
}
p a:link {
	color: #955A9F;
	text-decoration: none;
}
p a:visited {
	color: #955A9F;
	text-decoration: none;

}
p a:hover {
	color: #FBA046;
	text-decoration: none;
}
p a:active {
	color: #955A9F;
	text-decoration: none;

}

a, a:link {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

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

a.anchor {
	text-decoration: none;
}

.emphasis {
	color: #C0994E;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
.emphasis_next {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.emphasis_u {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF99;
}

.emphasis a, .emphasis a:link, .emphasis a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}

.emphasis a:hover {
	color: #990033;
	font-weight: bold;
	text-decoration: underline;
}

.form_title {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.caption {
	font-size: 65%;
	color: #000000;
	text-align: center;
}

.special {
	font-size: 83%;
	color: #000000;
}

/*breadcrumb*/
.breadcrumb {
	font-size: 83%;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #FFCC00;
	font-weight: normal;
	text-decoration: underline;
}

/* list items */

ul {
	margin-top: 0px; 
	padding-left: 3em; 
	margin-left: 0.3em; 
	color: #111111; 
	text-indent: 0em;
}

ol {
	margin-top: 0px; 
	margin-bottom: 0px;
}

li {
	list-style-image: url(images/bullet.gif);
	padding-top: 0px
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin-left: 0.3em; 
	margin: 0px; 
	line-height: 140%; 
}

li a:link {
	text-decoration: underline
}
li a:visited {
	text-decoration: underline
}
li a:hover {
	text-decoration: underline
}

#listnow {
	position:absolute;
	left:475px;
	top:4px;
	width:116px;
	height:27px;
	z-index:3;
	visibility:visible;
}

#pagetitle {
	font-size: 16px;
	color: #06054B;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

#footer {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	width: 760px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer a:link {
	text-decoration: none;
	color: #FFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
	color: #FFF;
}
#footer p {
	margin-top: 10px;
	line-height: 140%;
	font-size: 10px;
	color: #FFF;
}

#contact_form {
	width: 400px;
	margin-left: 50px;
	padding: 8px;
	border: 1px solid #EEEEEE;
}
#contact_subhead {
	font-weight: bold;
	color: #336699;
}
#contact_field {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 3px;
}
.contact_button {
	color: #006600;
	margin-top: 10px;
}
.required {
	color: #CC0000;
	font-size: 12px;
}

#photo {
	border: 1px solid #003399;
	margin: 3px;
}
td {
	font-size: 12px;
	color: #4B4B4B;
}
.td_cell_head {
	background-color: #F0EDE6;
	color: #003399;
	font-weight: bold;
}
#print_page {
	text-align: right;
	margin-right: 20px;
}
#table_outline {
	border: 1px solid #999999;
}
#tour {
	width: 95%;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #999999;
	margin-left: 12px;
	background-color: #FFFFCC;
	margin-top: 20px;
}
#blockquote {
	padding-left: 60px;
}
#video_frame {
	background-color: #000000;
	padding: 5px;
	width: 350px;
}
#hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#map {
	padding: 9px 5px 5px;
	width: 80%;
	border: 1px solid #C10003;
	margin: 10px;
	height: 120px;
	background-color: #F2F2FF;
}
#next {
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	}
.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C58C53;
	padding-right: 50px;
	padding-left: 50px;
}



/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{
	color:#555555;
	font-family:Georgia;
	font-size:12px;
	text-decoration:none;
	padding-top: 3px;
	padding-left: 3px;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		color:#B169D5;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		color:#B169D5;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#B169D5;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:0px;
		margin:6px 0px 0px 0px;
		background-color:#FDF5E8;
		border-width:0px;
		border-style:solid;
		border-color:#DADADA;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 10px 3px 5px;
		background-color:transparent;
		font-size:14px;
		border-width:0px;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#BB8612;
		color:#FFFFFF;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#BB8612;
		color:#FFFFFF;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#BB8612;
		color:#CC0000;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:13px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px 4px 0px;
		border-color:#BFBFBF;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px 2px;
		border-color:#AAAAAA;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#DADADA;
		background-color:#F7F7F7;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		padding:10px;
		margin:-2px 0px 0px 0px;
		background-color:#F7F7F7;
		border-width:1px;
		border-style:solid;
		border-color:#DADADA;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a	
	{	
		background-color:#F7F7F7;
	}
