body
{
	/*background-image: 		url(main_images/bg_body.jpg);
	background-repeat:		repeat;*/
	background-color:		#F5F5F5;
	color: 					black;
	font-size: 				11px;
	font-family: 			verdana, sans-serif, arial, helvetica;
	margin:					0px;
	padding:				5px;
	text-align:				center;
}

.body_table
{
	border:					2px solid #C9BCAC;
	margin:					0px auto;
	padding:				0px;
	text-align:				left;
	width: 					960px;
	vertical-align:			top;
}

	.body_table td
	{
		vertical-align:	top;
	}

.tab_container
{
	/*background-image:	url(./main_images/bg_menu.jpg);
	background-repeat:	repeat-x;
	background-position:top left;*/
	background-color:	#C9BCAC;
	border-right:		0px solid #AAAAAA;
	vertical-align:		top;
}	

.tab_table
{
	cursor:				default;
	font-size: 			11px;
	font-family: 		Verdana, arial, helvetica, sans-serif;
	font-weight: 		bold;
	margin: 			0px 0px;
	margin-top: 		0px;
	/*if you want tabs centered, add 'margin-right: auto;' here*/
	padding:			0px;
	text-align:			left;
	text-decoration:	none;
	vertical-align:		top;
	width:				100%;
}

.tab_tr
{
	
}

.tab_td, .tab_td a:link, .tab_td a:visited, .tab_td a:active
{
	border-bottom:		2px solid #424200;
	color: 				#424200;
	padding-top:		10px;
	padding-bottom:		10px;
	padding-left:		2px;
	text-decoration:	none;
}

	.tab_td a:hover
	{
		color: 			#FDFFDF;
	}
	
.tab_td_selected, .tab_td_selected a:link, .tab_td_selected a:visited, .tab_td_selected a:active, .tab_td_selected a:hover
{
	border-bottom:		2px solid #FDFFDF;
	color: 				#FDFFDF;
	padding-top:		10px;
	padding-bottom:		10px;
	padding-left:		2px;
	text-decoration:	none;
}

.content
{
	border-top:			0px solid #AAAAAA;
	border-bottom:		0px solid #AAAAAA;
}

.header
{
	color: 				black;
	height:				150px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-size: 			9px;
	letter-spacing:		0px;
	margin:				0px;
	padding:			0px;
	text-align:			left;
	vertical-align:		middle;
}
		.header td
		{
			background-image:	url(./main_images/bg_header.jpg);
			background-repeat:	no-repeat;
			background-position:center left;
			vertical-align:		middle;
		}
		
h1
{
	/*border-bottom:		1px solid #336699;*/
	color: 				#A7937A;
	font-size: 			16px;
	font-family: 		"trebuchet ms", "lucida sans", Verdana, arial, helvetica, sans-serif;
	font-weight: 		bold;
	/*font-variant:		small-caps;*/
	font-weight: 		bold;
	letter-spacing:		0px;
	margin:				0px;
	margin-bottom:		10px;
	margin-right:		15px;
	padding:			0px;
	padding-top:		5px;
	padding-left:		10px;
	text-align:			left;
	text-transform:		none;
}

h2
{
	/*background-image:	url(./main_images/bg_h2.jpg);
	background-repeat:	repeat;
	background-position:top left;*/
	/*background-color:	#D9E8F4;*/
	border-bottom:		2px solid #E4E4E4;
	color: 				#5B5A58;
	font-family: 		"trebuchet ms", "lucida sans", Verdana, arial, helvetica, sans-serif;
	font-size: 			11pt;
	font-weight: 		bold;
	letter-spacing:		0px;
	margin:				0px;
	margin-left:		5px;
	padding:			0px;
	padding-left: 		10px;
	text-decoration:	none;
}

	h2 a:link, h2 a:visited, h2 a:active
	{
		color: 				#0068B3;
		text-decoration:	none;
	}

	h2 a:hover
	{
		color:				blue;
		text-decoration:	underline;
	}

h3
{
	/*background-image:	url(./main_images/bg_h3.jpg);
	background-repeat:	repeat-y;
	background-position:bottom left;
	background-color:	#E4E4E4;*/
	font-family:		Arial, palatino, times, arial, helvetica, sans-serif;
	color:				#646363;
	font-size:			10pt;
	margin-left:		10px;
	margin-right:		15px;
	padding:			0px;
	text-align:			left;
	border-bottom:		1px #646363 dashed;
}

	p.under_h2
	{
		margin-left:	10px;
		margin-right:	10px;
	}
	
p
{
	font-size:			12px;
	margin-top:			10px;
	margin-bottom:		10px;
	text-align: 		justify;
}

	sub, sup
	{
		font-size:		6pt;
	}
	
img
{
}

	img.normal
	{
		border:			1px solid #000000;
		margin:			0px auto;
		position: 		relative; 
		left: 			5px; 
		top: 			5px; 
		margin-bottom: 	10px;
		margin-top: 	10px;
	}

	img.right
	{
		border:			1px solid #000000;
		float:			right;
		margin-left:	15px;
	}
	
	img.left
	{
		border:			1px solid #000000;
		float:			left;
		margin-right:	15px;
	}
	
	a img
	{
		border:			1px solid #000000;
		margin:			0px auto;
	}

ul
{
	font-size:			12px;
	list-style-position:outside;
	list-style-type:	disc;
	margin-top:			0px;
	margin-left:		20px;
}

.gmap
{
	text-align:			left;
	vertical-align:		top;
	width: 				230px;
}

input, select, textarea
{
	background-color: 	transparent;
	border:				1px solid #7F9DB9;
	font-size: 			8pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-weight: 		normal;
}

option
{
	background-color: 	white;
	font-weight: 		normal;
}

form
{
	margin:				0px;
	padding:			0px;
}

.table_with_border
{
	border:				1px solid #E4E4E4;
	margin-bottom:		5px;
	border-collapse:	collapse;
}

.table_title, .table_title td
{
	background-color:	#B20000;
	font-size: 			16px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	color: 				white;
	font-weight: 		bold;
	text-align:			left;
	border: 			1px solid #E4E4E4;
	padding: 			0px;
	padding-left: 		10px;
	margin: 			0px;
}

.table_header, .table_header td
{
	background-color:	#DDDDDD;
	font-size: 			14px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	color: 				black;
	font-weight: 		bold;
	text-align:			center;
	vertical-align:		middle;
	border: 			1px solid white;
	padding: 			2px;
	margin: 			0px;
}

.table_row, .table_row td
{
	font-size: 			12px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	color: 				black;
	text-align:			left;
	vertical-align:		middle;
	padding: 			2px;
	margin: 			0px;
}

.table_row_alt, .table_row_alt td
{
	background-color:	#E4E4E4;
	font-size: 			12px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	color: 				black;
	text-align:			left;
	vertical-align:		middle;
	padding: 			2px;
	margin: 			0px;
}

.message
{
	background-color:	#FFFFE1;
	border:				1px solid #E4E4E4;
	color: 				red;
	font-size: 			8pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	padding:			5px;
	margin:				5px;
	width:				97%;
}

.confirm
{
	background-color:	#FFFFE1;
	border:				1px solid #0D9460;
	color: 				#0D9460;
	font-size: 			8pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	padding:			5px;
	margin:				5px;
	width:				90%;
}

.footer
{
	background-color:	#C9BCAC;
	color: 				black;
	height:				20px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-size: 			9px;
	letter-spacing:		0px;
	margin-top:			0px;
	margin-bottom: 		0px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			0px;
	text-align:			center;
	width:				940px;
	width:				940px;
}

	.footer td
	{
		vertical-align:	middle;
	}
	
	.footer a:link, .footer a:visited, .footer a:active, .footer a:hover
	{
		color:			black;
	}


a.head:link, a.head:visited, a.head:active
{
	font-weight:		bold;
	font-size:			9pt;
	color:				#4C4C4C;
	text-decoration:	underline;
}

a.head:hover
{
	font-weight:		bold;
	font-size:			9pt;
	color:				#4C4C4C;
	text-decoration:	none;
}

a.small:link, a.small:visited, a.small:active
{
	font-size:			8pt;
	color:				#4C4C4C;
	text-decoration:	underline;
}

a.small:hover
{
	font-size:			8pt;
	color:				#4C4C4C;
	text-decoration:	none;
}
	
.customize_text
{
	/*background-color:	#D4DEE4;*/
	width:				149px;
	height:				17px;
	color:				#1F6793;
	font-weight:		bold;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-size:			8pt;
	margin-left:		10px;
	margin-right:		2px;
	margin-bottom:		4px;
	padding:			2px;
	Border-bottom:		1px solid #d6d5d5;
}

.customize_option
{
	/*background-color:	#D4DEE4;*/
	width:				418px;
	height:				17px;
	color:				#000000;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-size:			8pt;
	margin-left:		0px;
	margin-right:		2px;
	margin-bottom:		4px;
	padding:			2px;
	Border-bottom:		1px solid #d6d5d5;
}

.customize_value
{
	background-color:	#D4DEE4;
	width:				109px;
	height:				17px;
	color:				#000000;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-size:			8pt;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		2px;
	text-align:			right;
	padding:			2px;
	Border:				1px solid #1F6793;
}

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #aaa; padding: 5px;}

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 120px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 10pt; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
