/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	position:relative;
	background-color:#2a0708; /** Background Color **/
	background-image:url(images/styles/main_bg.jpg); /** Background Image **/
	background-repeat:repeat-x; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin:0px;
}

p	{font-size:12px;}


#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
	
}
#header{
	position:relative;
	background-image:url(images/styles/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0 auto;
	width:960px;
	height:110px;
	text-align:left;
}
#container_3 {
	position:relative;
}
#container_4 {
	position:relative;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	float:left;
	height:302px;
	width:623px;
	margin-bottom:7px;
}
/* ***************************************************************************** */
#toparea {
	position:relative;
	width:950px;
	height:302px;
	background-image:url(../images/bannerareabg.jpg);
	background-repeat:no-repeat;
	backround-position:bottom;
	margin-bottom:5px;
	}
#welcome {
	postion:relative;
	float:right;
	background-color:#d3d9dc;
	background-image:url(../images/welcomebg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:267px;
	width:302px;
	padding:10px 10px 0 10px;
	line-height:16px;
	text-align:justify;
	}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	background-image:url(../images/menu_bg.jpg);
	background-color:#68a0bb;
	height:35px;
	z-index:10;
}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	clear:both;
	padding-bottom:8px;	}
#banners_row2 {
	position:relative;
	float:left;
	width:232px;
	height:285px;
	background-color:#CCCCCC;
	margin-right:7px;
	}
#banners_row2a {
	position:relative;
	float:left;
	width:232px;
	height:285px;
	background-color:#CCCCCC;
	margin-right:7px;
	}
#banners_row2b {
	position:relative;
	float:left;
	width:232px;
	height:285px;
	background-color:#CCCCCC;
	margin-right:7px;
	}	
#banners_row2c {
	position:relative;
	float:left;
	width:232px;
	height:285px;
	background-color:#CCCCCC;
	}
#enews {
	position:relative;
	float:left;
	width:302px;
	height:150px;
	background-image:url(../images/enewsbg.jpg);
	background-repeat:no-repeat;
	background-color:#999999;
	margin-right:7px;
	font-size:11px;
	font-weight:bold;
	color:#4b0f10;
	padding-top:30px;
	padding-right:10px;
	text-align:right;
	line-height:15px;
	}
#testimonials {
	position:relative;
	float:left;
	width:312px;
	height:180px;
	background-image:url(../images/testimonialbg.jpg);
	background-repeat:no-repeat;
	background-color:#cccccc;
	margin-right:7px;
	}
#banners_row3b {
	position:relative;
	float:left;
	width:312px;
	height:180px;
	background-color:#999999;
	}
#left_column {
	position:relative;
	width:180px;
	padding:10px;
	float:left;
}
#middle_column {
	position:relative;
	width:525px;
	padding:10px;
	margin:auto;
	float:left;
	border-left:1px dotted #999999;
}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding:10px;
	margin:0px;
	position:relative;
	background-color:#000000;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:auto;
	
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	width:960px;
	height:110px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding-bottom:30px;
	color:#FFFFFF;
}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:300px;
	padding:50px 20px 10px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:18px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
.snippet a:link,
.snippet a:visited,
.snippet a:hover,
.snippet a:active {
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
}
/* ***************************************************************************** */
/* 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;
}
input.enews {
	background-color:#ffffff;
	color: #330066;
	border: 2px solid #4b0f10;
	}
:focus {outline:none;}

