/* Page styles */

html {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align:left;
}

html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, h7
{
	font-size: 13px;
	margin:0;
	padding:0;
}

ul, ol, dl, li
{
	list-style-type:none;
	margin:0;
	/*padding:0;*/
}

img
{
	border-style: none;
}

a
{
	text-decoration:none;
	color:#336699;
}

a:link
{
	text-decoration:none;
	color:#336699;
}

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

/***************************************************************/

/* utility classes */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.clear
{
	clear:both;
}
.clear_left
{
	clear:left;
}
.clear_right
{
	clear:right;
}

/***************************************************************/
body
{
	/*text-align:left;*/
	/*width:100%;*/
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	/*color:#5f5f5f;*/
	font-size:12px;
	background:#eee8de;
}

#header_frame
{
	width:100%;
	float:left;
	background:url(header_bg.gif) 10px 0 repeat-x;
}

#header_frame .header_frame_interior
{
	width:946px;
	margin:0 auto;
}

/***************************************************************/
#header
{
	position: relative;
	float:left;
	width:946px;
	height:75px;
}

#header .logo
{
	float:left;
	display:block;
	font-size:2em;
	font-weight:bold;
	margin: 30px 10px 0 10px;
}

#header .logo :link, #header .logo :visited
{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#header .logo h1
{
	margin: 0;
	font-size: 1em;
	display:inline;
}

/*#header .ad {*/
/*	float:left;*/
/*	display:block;*/
/*	width: 728px;*/
/*	height: 90px;*/
/*}*/

#header .right
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0.5em;
	color: #000;
	background-color: transparent;
}

/***************************************************************/
#menu
{
}

#menu ul
{
	width:700px;
	float:left;
	height:40px;
	margin:0;
	padding: 0;
	list-style:none;
	position:relative;
}

#menu ul li
{
	display:inline;
	float: left;
	font-family: verdana;
	font-size:14px;
	height:40px;
	width:auto;
	background: url(header_menu_separator_bg.jpg) no-repeat;
	/*border-left: 1px solid #FFFFFF;*/
}

#menu ul li a,
#menu ul li a:visited
{
	color:#876c4e;
	/*font-weight:bold;*/
	padding: 11px 11px 11px 11px;
	height: 40px;
	line-height: 40px;
	text-decoration:none;
	font-size: 15px;
	text-shadow:1px 1px 0 #fff;
}

#menu ul li a:hover,
#menu ul li a:active
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#8f7758;
	background: url(header_menu_separator_bg.jpg) no-repeat #fefcfa;
	/*background:#fefcfa none repeat scroll 0 0;*/
}


/***************************************************************/
#search
{
	float:right;
	margin:5px 0 0 0;
	background:url(header_search_bg.gif) 20px 2px no-repeat;
	width:225px;
	position:relative;
	height:40px;
}

#search .query,
#search .query:focus
{
	-moz-border-radius:0;
	-webkit-border-radius:0;

	background:transparent;
	border:0 !important;
	margin-top:7px;
	font-size:13px;
	width:140px !important;
	margin-left:27px !important;
	letter-spacing:0 !important;
	color:#222;
	font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

#search .submitquery
{
	position:absolute;
	top:0;
	right:0;
	width:53px !important;
	height:27px !important;
	background:transparent !important;
	border:0 !important;
	font-size:xx-small;
	padding:0 !important;
	min-width:53px !important;
	cursor:pointer !important;
	text-indent:-999em;
	display:block !important;
}

/***************************************************************/

.content_frame
{
	width:100%;
	float:left;
	background:#eee8de;
}

.content_frame .content_frame_interior
{
	width:950px;
	margin:0 auto;
	position: relative;
}

/***************************************************************/

#navigator
{
	padding: 5px 10px;
}

/***************************************************************/

.content_frame_2column
{
	width:100%;
	float:left;
	background:url(body_2column_footer_bg.png) no-repeat bottom left;
	padding-bottom:20px;
	margin-bottom:7px;
}

.content_frame_2column .content_frame_2column_bg
{
	background:url(body_2column_bg.png) repeat-y;
}

.content_frame_2column .headline
{
	background:url(body_2column_headline_bg.png) top center no-repeat;
	height:118px;
	padding:10px 30px 0 30px;
}

.content_frame_2column .headline h1
{
	color:#CC6600;
	font-size:41px;
	margin:29px 0 0 0;
	line-height:1em;
	text-shadow:0 1px 0 #fff;
}

.content_frame_2column .sidebar_left
{
	float:left;
	width:170px;
	padding:0 0 0 2px;
}

.content_frame_2column .content_body
{
	float:left;
	width:730px;
	margin-top:0;
	margin-left:15px;
	margin-bottom:50px;
	padding:0;
	min-height: 600px;
}

/***************************************************************/

.content_frame_1column
{
	width:100%;
	background:url(body_1column_footer_bg.png) no-repeat bottom left;
	padding-bottom:70px;
	margin-bottom:7px;
}

.content_frame_1column .content_frame_1column_bg
{
	background:url(body_1column_bg.png) repeat-y;
}

.content_frame_1column .headline
{
	background:url(body_1column_headline_bg.png) top center no-repeat;
	height:118px;
	padding:10px 30px 0 30px;
}

.content_frame_1column .headline h1
{
	color:#CC6600;
	font-size:41px;
	margin:29px 0 0 0;
	line-height:1em;
	text-shadow:0 1px 0 #fff;
}

.content_frame_1column .content_body
{
	width: 880px;
	margin:17px 20px 20px 20px;
	padding:0;
	margin-left:20px;
	min-height: 500px;
}

/***************************************************************/
#footer
{
	width:950px;
	margin:0 auto 0 auto;
	text-align:center;
	clear: both;
}

