/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	position:relative;
	background-color:#7b7b7b;
	background-image:url(images/styles/css_11_styles.jpg); /** Background Image **/
	background-repeat:repeat-x; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin:1px; /** Site Margin **/
}
#topbar {
	position:relative;
	height:12px;
	background-color:#565454;
	}
#main	{
	background-image:url(images/styles/sub_bg.jpg); /** Content Background **/
	background-repeat:repeat-x; /** Content Background Repeat **/
	background-position:top; /** Content Background Position **/
	background-color:#d3d9dc;
	}
#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#ffffff;
	border:1px solid #ffffff;
}
#container_2 {
	position:relative;
	margin:2px;
}
#header {
	position:relative;
	height:185px;
	margin-top:0px;
	background-color:#21566e;
	clear:both;
	}
#bottom {
	width:100%;
	position:relative;
	background-color:#7b7b7b;
	background-image:url(images/styles/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	float:right;
	height:185px;
	width:764px;
	background-color:#666666;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:27px;
	background-color:#d3d9dc;
	z-index:10;
	margin-bottom:10px;
	margin-top:3px;
}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	position:relative;
	width:930px;
	padding:10px;
	float:left;
}
#content_main {
	width:600px;
	float:left;
	padding-top:10px;
	}
#content_right {
	width:320px;
	float:right;
	padding-left:10px;
	padding-top:10px;
	text-align:left;
	}
#titles {
	position:relative;
	width:940px;
	height:28px;
	border-bottom:1px solid #cccccc;
	clear:both}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	border-top:1px dotted #999999;
	padding:10px;
	margin-top:10px;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	float:left;
	width:192px;
	height:185;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	background-color:#21566e;
}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	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;
}
a:link {color:#333333; text-decoration:none;}
a:visited {color:#333333; text-decoration:none;}
a:hover {color:#333333; text-decoration:none;}
li {margin-left:-10px;}
:focus {outline:none;}



