@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Joomla Styles */

.contentheading, .contentpagetitle, h4{
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

h2, h3{
	font: 15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin:5px 0;
}

h3, .contentheading, .contentpagetitle{
	color:#c81d47;
}

.readon{
	color:#ff0000;
	text-align:right;
	float:right;
}
.blog{
	margin:5px 0;
}

.article_seperator{
	position:realtive;
	display:block;
	border-bottom:dotted 1px #000000;
	height:1px;
	width:100%;
	margin:10px 0;
}


.block{
	display:block;
	position:relative;
	width:100%;
	float:left;
}

ul.sponsors{
	position:relative;
	width:100%;
	list-style:none;
	display:block;
	float:left;
	clear:both;
}

ul.sponsors li{
	float:left;
	margin-right:10px;
}

.hr_white{
	color:#FFFFFF;
	border:#FFFFFF 1px solid;
	padding: 0;
	margin: 0;
}
.oneColElsCtrHdr #container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #FFFFFF; 
}
.oneColElsCtrHdr #header .nav {
	background:url(../images/nav_bg.gif) repeat-x;
	height:37px;
}
.oneColElsCtrHdr #header .nav .menu{
	display: block;
	width:890px;
}

.oneColElsCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
.oneColElsCtrHdr #mainContent .mainBanner{
	background-image:url(../images/banner_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
}
.oneColElsCtrHdr #mainContent .contentBody{
	display:block;
	width:890px;
	padding:0 15px;
	margin:0 auto;
}
.oneColElsCtrHdr #footer { 
	height: 25px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:right;

} 

.moduletable_copy{
	position:relative;
	float:right;
}

.oneColElsCtrHdr #footer p {
	position:relative;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#ffffff;
	float:right;
}

.homeIMGBlock{
	margin: 7px 0;
}

.moduletable_footer{
	position:relative;
	float:left;
	border:0px solid #ff0000;
	margin:0;
	padding:0;
}

.moduletable_footer ul li{
	margin:0;
	padding:0;
}

ul#mainlevel_footer{
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}

ul#mainlevel_footer li{
	float:left;
	margin-right:10px;
}

ul#mainlevel_footer li a.mainlevel_footer{
	color:#ffffff;
	text-decoration:none;
}

ul#mainlevel_footer li a:hover.mainlevel_footer{
	text-decoration:underline;
}