/* Import stylesheets */
@import url(../tiny/styles.css);
@import url(layout.css);
@import url(nav.css);
@import url(forms.css);

body {
	width: auto !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none;
	background-color: #4A4A4A;
	background-image:url(../images/background_repeat.jpg);
	background-repeat:repeat-x;
}
.clear-both {
	clear: both;
	display: hidden;
}
:link img, :visited img {
	border: none;
}
.col_wrapper {
	width: 915px;
}
#logo {
	height:210px;
	width:257px;
	position:absolute;
	margin-right:4px;
	padding-bottom:2px;
	left: 0px;
	top: 0px;
}
#flash_banner {
	position:absolute;
	width:750px;
	height:205px;
	margin-top:9px;
	right: 0px;
}
.topNav {
	width:955px;
	position:relative;
}
.col1_contact {
	width:450px;
	position:relative;
	height:auto;
	float:left;
	margin-right:15px;
}
.col2_contact {
	width:450px;
	position:relative;
	height:auto;
	float:left;
}
#top_bar {
	width:100%;
	height:29px;
	background-image:url(../images/top_bar.png);
	background-repeat:repeat-x;
}
/*FOOTER*/

.footer_right {
	float:right;
	position:relative;
	height:auto;
	font-size:0.8em;
	color:#FFFFFF;
}
ul.foot_nav {
	list-style-type: none;
	float:left;
	position:relative;
	margin-right:50px;
}
ul.foot_nav li {
	clear:both;
	margin-bottom:7px;
	
}
.footer_wrapper ul.foot_nav li a:link, .footer_wrapper ul.foot_nav li a:visited {
	color:#CCCCCC;
	text-decoration: none;	
}
.credits a:link, .credits a:visited {
	color: #999999!important;
	text-decoration: underline !important;	
}
.credits a:hover, .credits a:active {
	color: #666666;	 !important;
	text-decoration: none !important;
}
/*Content Area*/

#sideNav_wrapper {
	width: 238px;
	float:left;
	position:relative;
	min-height:100px;
	height:auto !important;
}
.content_top {
	width:955px;
	padding-top:19px;
	background-image:url(../images/content_top.png);
	background-repeat:no-repeat;
	background-position: top;
	position:relative;
	float:left;
}
.content_bottom {
	width:955px;
	padding-bottom:19px;
	background-image:url(../images/content_bottom.png);
	background-repeat:no-repeat;
	background-position: bottom;	
	position:relative;
	float:left;
}
.content_middle {
	width:915px;
	height:auto;
	background-image:url(../images/content_middle.png);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:10px;
}
.home_content_top {
	width:955px;
	padding-top:19px;
	background-image:url(../images/home_content_top.png);
	background-repeat:no-repeat;
	background-position: top;
	position:relative;
	float:left;
}
.home_content_bottom {
	width:955px;
	padding-bottom:19px;
	background-image:url(../images/home_content_bottom.png);
	background-repeat:no-repeat;
	background-position: bottom;	
	position:relative;
	float:left;
}
.home_content_middle {
	width:915px;
	height:auto;
	background-image:url(../images/home_content_middle.png);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:10px;
}
.main_column {
	width:580px;
	height:auto;
	position:relative;
	margin-right:15px;
	float:left;
}
.news_column {
	width:320px;
	height:auto;
	position:relative;
	float:left;
}
.content_top_sideNav {
	width:955px;
	padding-top:19px;
	background-image:url(../images/nav_content_top.png);
	background-repeat:no-repeat;
	background-position: top;
	position:relative;
	float:left;
}
.content_bottom_sideNav {
	width:955px;
	padding-bottom:19px;
	background-image:url(../images/nav_content_bottom.png);
	background-repeat:no-repeat;
	background-position: bottom;	
	position:relative;
	float:left;
}
.content_middle_sideNav {
	width:935px;
	height:auto;
	background-image:url(../images/nav_content_middle.png);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	padding-right:20px;
	padding-bottom:5px;
}


