body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
	background-color: #000000;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

h1
{
	color: #F87B00;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

h2
{
	color: #F87B00;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

h3
{
	color: #F87B00;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

p
{
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}








#maincontainer
{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#banner
{
	width: 980px;
	height: 155px;
	overflow: hidden;
	clear: both;
	margin: 0px 0px 20px 0px;
}

#maincolcontainer
{
	width: 960px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background-image: url(images/bg_maincol_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	overflow: hidden;
}

#maincol
{
	background-image: url(images/bg_maincol.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px;
	overflow: hidden;
}

#leftcolcontainer
{
	width: 305px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 20px 0px;
	background-image: url(images/bg_left_col_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #f7941d;
	overflow: hidden;
}

#leftcol
{
	background-image: url(images/bg_left_col.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
}

#rightcolcontainer
{
	width: 635px;
	float: left;
	padding: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg_content_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#rightcol
{
	background-image: url(images/bg_content.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px;
}

#rightcol a
{
	color: #333333;
}

#rightcol a:hover
{
	color: #000000;
}

#footer
{
	background-image: url(images/bg_footer.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 105px;
	overflow: hidden;
	clear: both;
	margin: 20px 0px 0px 0px;
}

#footercontainer
{
	width: 980px;
	margin: 0 auto;
	
}

#footercontainer p
{
	font-size: 10px;
	color: #CCCCCC;
	padding: 40px 10px 0px 10px;
}

#footercontainer img
{
	margin-right: 10px;
}

#photocol
{
	padding: 20px 20px 0px 20px;
}




.white
{
	color: #FFFFFF !important; 
}

.mainheadingbar
{
	background-color: #666666;
	padding: 0px 10px 0px 10px;
	clear: both;
}

.rightheadingbar
{
	background-color: #666666;
	padding: 0px 10px 0px 10px;
}

.leftheadingbar
{
	background-color: #883c04;
	padding: 0px 10px 0px 10px;
}

.flashpics
{
	padding: 0px 20px 0px 20px;
}

.leftpics
{
	margin-bottom: 20px;
}




/*
-------------------------------------
SHOWCASE STYLES
-------------------------------------
*/

.showcaseblock
{
	width: 200px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 15px 15px 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.showcaseblock p
{
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}





/*
-------------------------------------
NEWS STYLES - HOME PAGE
-------------------------------------
*/

#news
{
	padding: 20px;
}

#news h1, h2, h3
{
	color: #FFFF00;
}

#news p
{
	color: #FFFFFF;
}

#news a
{
	font-weight: bold;
}

#news a:hover
{
	color: #FFFF00;
}





/*
-------------------------------------
NEWS STYLES - actual NEWS PAGE
-------------------------------------
*/

.newsitem
{
	clear: both;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	width: 920px;
}

.newsitem h2
{
	color: #FF6600;
}

.newspic
{
	margin: 10px 0px 20px 20px;
}




/*
-------------------------------------
NAVIGATION LIST
-------------------------------------
*/

#navigation
{
	width: 970px;
	padding-left: 10px;
	display: inline;
	float: left;
	height: 40px;
	clear: both;
	overflow: hidden;
	margin: 0px;
	background-image: url(images/bg_nav.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#navigation ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

#navigation li
{
	float: left;
	margin: 15px 10px 0px 10px;
}

#navigation li a
{
	color: #ffffff;
	text-decoration: none;
} 

#navigation li a:hover
{
	color: #F87B00;
}

a
{
	color: #ffffff;
}

a:hover
{
	color: #009933;
}

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}



