/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	background-color:#7a7977; /** Background Color **/
	margin:1px; /** Site Margin **/
	font-family: Georgia, "Times New Roman", Times, serif;
}
#top{
	background-image:url(images/homebg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	}
#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	height:125px;
	z-index:300;
}
#container_2{
	position:relative;
	width:960px;
	margin:0 auto;
	}
#container_3 {
	position:relative;
	background-image:url(images/contentbg.gif);
	background-repeat:repeat-x;
	background-color:#c6c2bc;
	width:100%;
}
#container_4 {
	position:relative;
	height:180px;
	margin:0;
	background-image:url(images/footerbg.gif);
	background-repeat:repeat-x;
	padding-bottom:44px;
}
#content_container {
	margin:0 auto;
	width:960px;
	padding-top:15px;
	}
/* ***************************************************************************** */
/* HEADER */
#header {
	height:110px;
	background-color:#ffffff;
	clear:both;
	}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	float:left;
	width:612px;
	height:243px;
	background-color:#ffffff;
	margin-top:8px;
	margin-bottom:5px;
}
#bannerbg {
	height:243px;
	width:612px;
	padding:6px;
	height:auto;
	border:2px solid #0068b3;
	}
#welcome {
	width:323px;
	height:260px;
	background-image:url(images/welcomebg.gif); background-repeat:no-repeat;
	float:right;
	margin-top:8px;
	margin-bottom:5px;
	padding-top:10px;
	text-align:center;
	font-size:18px;
	}
#message {
	padding:20px 15px 0 5px;
	text-align:justify;
	font-size:12px;
	}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:700px;
	float:right;
	margin-top:68px;
}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
	position:relative;
	float:left;
}
#middle_column {
	position:relative;
	margin:auto;
	float:left;
	margin-left:8px;
}
#right_column {
	position:relative;
	float:right;
	margin-left:6px;
}
#feature_title {
	width:295px;
	height:25px;
	background-image:url(images/feature_header.gif);
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:400px;
	color:#0068b3;
	padding:8px;
	}
#feature_content {
	background-image:url(images/feature_bg.gif);
	background-repeat:no-repeat;
	width:295px;
	height:260px;
	padding:10px;
	}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	margin:0 auto;
	width:960px;
	background-image:url(images/footerskyline.gif);
	background-repeat:no-repeat;
	height:122px;
	}
#address {
	color:#ffffff;
	font-size:11px;
	text-align:left
	}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	float:left;
	width:260px;
	padding-top:10px;
}
/* ***************************************************************************** */
/* 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;
}*/
/* contact form */
label
{
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 2px;;
	display: block;
}
input.grey {
	background-color:#ffffff;
	color: #330066;
	border: 2px solid #7a7977;
	height:10px;
	}
textarea{
	color: #330066;
	background: #ffffff;
	border: 2px solid #7a7977}
.submit {
text-align:right;
}
img {border:0;}
:focus {outline:none;}

