/* -----------------------------------------------------------------------------
							HTML ELEMENTS
----------------------------------------------------------------------------- */
h2 {
	font-size : 110%;
	color : #7C3313;
	padding : 0 0 3px 18px;
	background : transparent url(/pics/h2_bg.gif) 0 100% no-repeat;
}

a img {border : 0;}

ul {
	list-style-type : none;
	margin-left : 8px;
}

ul li {
	padding-left : 1em;
	padding-bottom : 3px;
	background : transparent url(/pics/bullet_arrow_sml.gif) 0 2px no-repeat;
}

hr {
	border : 0;
	height : 1px;
	margin-bottom : 1em;
	border-bottom : 1px solid #E4E1CA;
	background-color : transparent;
}

a, a:active, a:visited {
	color : #00668C;
	text-decoration : underline;
}
a:hover {text-decoration : none;}

/* -----------------------------------------------------------------------------
							ID BASED RULES
----------------------------------------------------------------------------- */


#main {
	text-align : center;
	border-bottom : 1px solid white;
	background-color : #A09E8E;
}
#mainInner {
	background : #FFFFFF url(/pics/bg_main_homepage.gif) 0 0 repeat-y;
	text-align : left;
	width : 772px;
	margin : 0 auto 0 auto;
	padding : 0;
	border-left : 1px solid white;
	border-right : 1px solid white;
}
/* IE BOX MODEL HACK */
#mainInner {
	\width: 774px; 
	w\idth: 774px;
}
html>body #mainInner {
	width: 772px;
}

#leftNav {
	float : left;
	width : 157px;
	font-size : 70%;
}
#leftNav img {
	/*display : block;*/
}
#leftNav ul {
	margin : 0;
	padding-bottom : 1px;
	list-style-type : none;
	background : #F2F0E5 url(/pics/dotted_line.gif) 0 100% repeat-x;
	
}
#leftNav li {
	padding : 5px 5px 5px 17px;
	
	background : #F2F0E5 url(/pics/dotted_line_arrow.gif) 0 0 repeat-x;
}
#leftNav li a,
#leftNav li a:active,
#leftNav li a:visited {
	text-decoration : none;
	color : #807560;
}
#leftNav li a:hover {
	color : #332F00;
	text-decoration : underline;
}

#contentArea {
	float : left;
	padding : 12px 12px 12px 12px;
	font-size : 70%;
	width : 404px;
}
* html #contentArea {
	width: 428px;
}

#contentArea form select,
#contentArea form input {
	font-size : 100%;
	background-color : #F2F0E5;
	color : #00668C;
}

#rightNav {
	color : #807560;
	float : left;
	display : inline;
	width : 187px;
	font-size : 70%;
}

#rightNav img {
	/*display : block;*/
}
#rightNav ul {
	list-style-type : none;
	margin : 1em 0 1em 0;
}
#rightNav li {
	padding : 0 5px 2px 24px;
	background : transparent url(/pics/bullet_arrow_sml.gif) 12px 1px no-repeat;
}
#rightNav li a,
#rightNav li a:active,
#rightNav li a:visited {
	text-decoration : none;
	color : #807560;
}
#rightNav li a:hover {
	color : #332F00;
	text-decoration : underline;
}

/* iframe styles */
#imageGallery {
	border: 0;
	margin: 0;
	padding: 0;
	height: 188px;
}

#imageGallery body {
	margin: 0;
	padding: 0;
}

.displayBlock {display:block;}


/* -----------------------------------------------------------------------------
								OVERRIDE RULES
------------------------------------------------------------------------------*/

