@charset "utf-8";
/* CSS Document */

body
{
	background-color:#0c0c0c;
	margin:0px;
}


img a
{
	border:0;
}


li
{
	list-style-type:none;
}

ul
{
	margin:0px;
}

/* this section is for navigation divs----------------- */


#navbar
{
	width:850px;
	height:63px;
	background-image:url(../images/navbar.jpg);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
}


ul#menuitems
{
	width:100%;
	height:63px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}


ul#menuitems li
{
	width:auto;
	float:left;
	display:block;
	font-family:franklin gothic medium;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}


ul#menuitems li a:link,
ul#menuitems li a:visited
{
	float:left;
	display:block;
	font-family:franklin gothic medium;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	padding:22px 48px 0px 48px;
}


ul#menuitems li a:hover
{
	display:block;
	color:#e8c650;
	text-decoration:none;
}


/* this section is for container divs----------------- */


#main
{
	width:850px;
	height:auto;
	overflow:hidden;
	margin:0px;
}


#container
{
	width:850px;
	height:auto;
	overflow:hidden;
	margin:0px;
}


#header
{
	width:850px;
	height:350px;
	overflow:hidden;
	margin:0px;
}


#slideshow
{
	width:850px;
	height:160px;
	overflow:hidden;
	margin:0px;
}


#text_bg
{
	width:850px;
	height:auto;
	background-image:url(../images/text_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f5f5f5;
	overflow:hidden;
	margin:0px;
}



#heading_container
{
	width:810px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


#text_container
{
	width:810px;
	height:auto;
	overflow:hidden;
	margin:15px 0px 40px 0px;
}


#text_container_left
{
	width:213px;
	height:auto;
	float:left;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}

#text_container_right
{
	width:590px;
	height:auto;
	float:left;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}

#text_container_links
{
	width:803px;
	height:auto;
	float:left;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}

/* this section is for text divs----------------- */


.text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-stretch:normal;
	font-weight:normal;
	text-align:left;
	line-height:130%;
	color:#4C4C4C;
	padding:0px 0px 0px 0px;
}

a link,
a visited
{
	color:#7a7a7a;
	text-decoration:none;
}


a hover
{
	color:#e8c650;
	text-decoration:underline;
}


/* this section is for footer divs----------------- */


#footer
{
	width:850px;
	height:auto;
	overflow:hidden;
	margin:0px;
}


.footer_link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7a7a;
	text-align:left;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}


.footer_link a:link,
.footer_link a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7a7a;
	text-decoration:none;
}


.footer_link a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4C4C4C;
}

