/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;
	overflow: scroll;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link {color: #ff0000; text-decoration: none;}
a:visited {	text-decoration: none;	color: #ff0000;}
a:hover {	text-decoration: none;	color: #ff0000;}
a:active {	text-decoration: none;	color: #ff0000;}

table{
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;
	width:100%;
}
tr, td{
	padding: 4px;
	border: 0px;
}

/*------------------------------------------------------------*
 ~Headings ~
**------------------------------------------------------------*/
h1 {color: #ff0000;}
h2{ color: #ff0000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: lighter;
	font-variant: normal;
}
h3{
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
h4{
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

/*------------------------------------------------------------*
 ~layout~
**------------------------------------------------------------*/
#container {
	width: 850px;
	margin: 0 auto 0 auto;
	text-align: left;

}
#top {
	float:left;	
	margin-top:0px;
	height: 250px;
	width: 100%;
	background-image: url(img/top.png);
	background-position: left;
	background-repeat: no-repeat;

}
#content{
	float: left;
	padding-left: 40px;
	overflow: hidden;
	width:550px;
	min-height: 350px;
	z-index: 1;
	overflow: hidden;
	margin:0 0 50 0;
}
li	{
	list-style-position: outside;
	list-style-type: disc;

}

#menu {
float: left;
width: 100%;
list-style-type: none;
margin: 10 0 20 0px;
}

#submenu {
	float: left;
	padding: 10 0 0 0;
	width: 200px;
	list-style-position: outside;
	margin:0 0 50 30;
	list-style-image:url(img/arrow.gif);	
}


/*------------------------------------------------------------*
 ~top menu nav~
**------------------------------------------------------------*/

#navlist li
{
display: inline;
list-style-type: none;
margin-right: 10px;
margin-left: 0px;
padding-bottom: 5px;
}

.active{
	color: #ff0000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
}
/*------------------------------------------------------------*
 ~sub menu nav~
**------------------------------------------------------------*/

#submenu li {
	margin: 0;
	padding: 10 10 10 5;
	border-bottom: 1px solid #ccc;
	color: #000000;
}

#submenu ul
{
color:#000;
background-color: #f0f0f0;
width: 200px;
padding: 0px ;
text-decoration: none;
border-top: 1px solid #ccc;
}
.activesub{
	background-color: #fff;
	color: #000;
	list-style-image:url(img/arrowR.gif);
	list-style-position: outside;
}


/*------------------------------------------------------------*
 ~Footer Information~
**------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	height: 24px;
	padding:0 0 0 0px;
	font-size: 10px;
	color: #fff;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	background-color: #ff0000;
}
#footer a{color:#fff;}
