/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	background-color:#e9e9e9; /** Background Color **/
	background-image:url(images/styles/css_11_styles.jpg); /** Background Image **/
	background-repeat:repeat-y; /** Background Repeat **/
	background-position:center; /** Background Position **/
	margin:10px; /** Site Margin **/
}

#home_tab {
	background-color:;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b2b19d;
}

#home_tab a:link,
#home_tab a:visited,
#home_tab a:hover,
#home_tab a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b2b19d;
}

#container_1 {
	position:relative;
	width:760px;
	margin:auto;
	background-color:#FFFFFF;
	background-image:url(images/styles/css_22_styles.jpg); /** Content Background **/
	background-repeat:repeat-x; /** Content Background Repeat **/
	background-position:bottom; /** Content Background Position **/
}
#container_2,#container_3 {
	position:relative;
}
#container_4 {
	position:relative;
	margin:5px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:126px;
	width:512px;
	margin-bottom:7px;
	float:right;
	background-color:#e9e9e9;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:35px;
	z-index:10;
	margin-bottom:10px;
}
#container_5 {
	height:140px;
	width:724px;
	margin:auto;
}
/* ***************************************************************************** */
/* COLUMNS */
#container_6 {
	width:724px;
	margin:auto;
}
#title {
	padding-left:10px;
	padding-top:7px;
	padding-bottom:2px;
	background-color:#e9e9e9;
	margin-bottom:10px;
}
#right_column {
	position:relative;
	width:205px;
	float:right;
}
#middle_column {
	position:relative;
	width:495px;
	padding:0px;
	margin:auto;
	float:left;
	padding:5px;
}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* SEARCH */
#search_keywords {
	border:1px solid #b2b19d;
	width:110px;
	height:16px;
}
#search_submit {
	background-color:#b2b19d;
	width:60px;
	height:20px;
	color:#ffffff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px none;
}
#right_search {
	border:3px solid #f6f6f6;
	padding:7px;
	text-align:center;
	height:28px;
}
#right_search form {
	padding:0px;
	margin:0px;
}
/* ***************************************************************************** */
/* NEWS */
#right_news {
	border-left:3px solid #f6f6f6;
	border-right:3px solid #f6f6f6;
	border-bottom:3px solid #f6f6f6;
	padding:7px;
	text-align:center;
}
#right_news .snippet_heading {
	display:none;
}
#right_news hr {
	display:none;
}
#news_right_title {
	border-left:3px solid #f6f6f6;
	border-right:3px solid #f6f6f6;
	border-bottom:3px solid #f6f6f6;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:2px;
	background-color:#e9e9e9;
	text-align:left;
}
/* ***************************************************************************** */
/* RIGHT HTML */
#right_html {
	border-left:3px solid #f6f6f6;
	border-right:3px solid #f6f6f6;
	border-bottom:3px solid #f6f6f6;
	padding:4px;
	text-align:left;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding:10px;
	margin-top:10px;
	height:75px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../images/footer_background.jpg);
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	top:20px;
	left:35px;
	width:168px;
	height:14px;
	float:left;
}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}

/* ***************************************************************************** */
/* TABLE STYLES */
.table_header {
	background-color:#CCCCCC;
	font-weight:bold;
}