/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html{
}
body {
	position:relative;
	background:url(../images/bg.gif) top center repeat-y; /* */ 
	margin:0px;
	padding:0px;
}
/*
#shadow_bg {
	position:relative;
}
*/
#container_1 {
	position:relative;
	width:741px;
	height:100%;
	margin:0 auto;
	background-color:#93bbc8;
	background:url(../images/content_bg.jpg) top center no-repeat;
	/*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;
	height:100%;
	z-index:10;
}
#container_4 {
	position:relative;
	height:100%;
	z-index:10;
}
*/
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:77px;
	width:100%;
	background-color:#666666;
	z-index:10;
}
#sub_banner {
	z-index:10;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:29px;
	z-index:10;
}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
	position:relative;
	height:100%;
	width:190px;
	float:left;
	background-color:#93bbc8;
	border:1px solid black;
}
#middle_column {
	position:relative;
	/* margin:auto; */
	height:100%;
	width:521px;
	/*
	padding:10px;
	padding-left:20px;
	padding-bottom:45px;
	*/
	float:right;
}
#content {
	height:100%;
}

#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	color:#666666;
	font-size:12px;
	padding-bottom:10px;
	/*padding-left:100px;*/
	bottom:-40px;
}
.footer_link {
	color:#666666;
	font-size:12px;
	text-decoration:none;
}

#clear_column {
	clear:both;
}
#left_info {
	background-color:#788c93;
	text-align:center;
	color:#FFFFFF;
	padding:5px;
}
#left_info_link {
	color:#FFFFFF;
	text-decoration:none;
}
#left_spacer {
	height:20px;
}
#submenu_item {
	background-color:#8eb0bc;
	border:1px solid #88a8b3;
	text-align:center;
	width:190;
	padding:5px;
}
#submenu_link {
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
}
#submenu_link:hover {
	color:#3d4f5d;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	width:150px;
	height:60px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding-bottom:30px;
	color:#FFFFFF;
}
/* ***************************************************************************** */
/* 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;
}






