/* CSS Document */


body {
	background: #000000 url(images/bg.jpg) no-repeat top center;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	width: 940px;	
}


/* ********************************************* */
/* *****************  Links  ******************* */
/* ********************************************* */

a:link {
	color:#FF6600;
	}
	
a:visited {
	color:#FF6600;
	}
	
a:active {
	color:#FF6600;
	}
	
a:hover {
	color:#0099FF;
	}

/* ********************************************* */
/* *****************  Header  ****************** */
/* ********************************************* */


#header {
	float: left;
}

#header img {
	border: none;
}

#leftheader {
	float: left;
	width: 470px;
	height: 140px;
}


#rightheader {
	float: right;
	width: 470px;
}

/* ********************************************* */
/* *****************  Navigation  ************** */
/* ********************************************* */

#nav {
	float:right;
	margin-top: 30px;
}

#nav ul {
	display:inline-block;
	list-style:none;
}

#nav ul li {
	float:left;
	margin:0px 12px;
}

/* ********************************************* */
/* *****************  Menu  ******************** */
/* ********************************************* */
	
ul.menu {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	float: left;
}

ul.menu li {
	float: left;
}
 
ul.menu li a {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 4px 8px 0px 0;
	margin-bottom: 5px;
	margin-right: 0px;
	font: 900 14px "Arial", Helvetica, sans-serif;
}

ul.menu li a span {
	float: left;
	padding-right: 8px;
	display: block;
	margin-top: -4px;
	margin-left: 0px;
	height: 30px;
}


ul.menu li a:hover, ul.menu li a.current {
 	color: #FFFFFF;
	background: url("images/bttn.png") no-repeat top right;
}
 
ul.menu li a:hover span, ul.menu li a.current span {
	background: url("images/bttn.png") no-repeat top left;
}

ul.menu li a:active {
 	color: #FFFFFF;
	background: url("images/bttnactive.png") no-repeat top right;
}
 
ul.menu li a:active span {
	background: url("images/bttnactive.png") no-repeat top left;
}

/* ********************************************* */
/* *****************  Intro1  ****************** */
/* ********************************************* */

#intro1 {
	float: left;
	width: 940px;
	font-size: 28px;
	margin: 10px 0px 0px 0px;
}

#intro1 p, #intro2 p {
	margin: 0px;
	padding: 0px;
}

.topintro {
	float: left;
	background: url(images/topintro1.gif) no-repeat top left;
	width: 940px;
	height: 7px;
}

.midintro {
	float: left;
	background: transparent url(images/midintro1.gif) repeat-y top left ;
	width: 900px;
	padding: 0px 20px;
	
}

.botintro {
	float: left;
	background: url(images/botintro1.gif) no-repeat top left;
	width: 940px;
	height: 7px;
}

/* ********************************************* */
/* *****************  Content  ***************** */
/* ********************************************* */

#content {
	float: left;
	margin: 20px 0px 0px 0px;
	width: 940px;
	color: #333333;
}

#topcontent {
	float: left;
	width: 940px;
	height: 6px;
	background: url(images/topcont.gif) no-repeat top left;
}

#midcontent {
	float: left;
	width: 940px;
	padding: 40px 0px;
	background: url(images/midcont.gif) repeat-y top left;
}

#botcontent {
	float: left;
	background: url(images/botcont.gif) no-repeat top left;
	height: 7px;
	width: 940px;
}

#leftcontent {
	float: left;
	width: 310px;
	padding: 0px 40px;

}

#leftcontent h2 {
	margin: 0px;
	padding: 0px;
}

#rightcontent {
	float: right;
	width: 550px;
	padding: 0px;
}

img.imgcont {
	background-color: #CCCCCC;
	width: 480px;
	height: 240px;
	margin: auto 0px;
	border: 10px solid #d6cfc8; 
}

/* ********************************************* */
/* *****************  Intro2  ****************** */
/* ********************************************* */

#intro2 {
	float: left;
	width: 940px;
	margin-top: 20px;
	font-size: 28px;
}

.topintro2 {
	background: url(images/topintro2.gif) no-repeat top left;
	height: 6px;
}

.midintro2 {
	background: transparent url(images/midintro2.gif) repeat-y scroll top left ;
	padding: 0px 20px;
}

.botintro2 {
	background: url(images/botintro2.gif) no-repeat top left;
	height: 7px;
}

/* ********************************************* */
/* *****************  Footer  ****************** */
/* ********************************************* */

#footer {
	background: #000000 url(images/footbg.jpg) no-repeat top left;
	float: left;
	width: 940px;
	min-height: 340px;
	margin: 20px 0px;
	border: 1px solid #30251b;
	color: #777777;
}

#footer h2 {
	color: #DFD2BF;
}

#footer ul li {
	color: #FFFFFF;
}

#footleftcontainer {
	float: left;
	background: url(images/footvertical.gif) repeat-y top right;
	width: 620px;
}

#leftfoot {
	float: left;
	width: 298px;
	padding: 10px;

}

#midfoot { 
	float: left;
	width: 282px;
	padding: 10px;

}

#rightfoot {
	float: right;
	width: 298px;
	padding: 10px;
}




/* ********************************************* */
/* *****************  Button  ****************** */
/* ********************************************* */

.bttn {
	display: inline;
	padding: 5px;
	margin: 10px 0;
	list-style: none;
}

.bttn a {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 4px 15px 0 0;
	margin-right: -10px;
	font: 900 14px "Arial", Helvetica, sans-serif;
}

.bttn a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	margin-left: -10px;
	height: 30px;
}

.bttn a:hover, .bttn a.current {
 	color: #FFFFFF;
	background: url("images/bttn.png") no-repeat top right;
}
 
.bttn a:hover span, .bttn a.current span {
	background: url("images/bttn.png") no-repeat top left;
}

.bttn a:active {
 	color: #FFFFFF;
	background: url("images/bttnactive.png") no-repeat top right;
}
 
.bttn a:active span {
	background: url("images/bttnactive.png") no-repeat top left;
}

/* ********************************************* */
/* *****************  Bottom Links  ************ */
/* ********************************************* */

#bottomlinks {
	float: left;
	background-color: #211a13;
	border: 1px solid #564433;
	width: 100%;
	color: #564433;
}

#bottomlinkscontainer {
	margin: 0 auto;
	width: 940px;
}

#bottomlinks a {
	color: #81724e;
	text-decoration: underline;
}

#bottomlinks a:hover {
	color: #CCCCCC;
}

/* ********************************************* */
/* *****************  Misc  ******************** */
/* ********************************************* */

.floatright {
	float: right;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}

.floatleft {
	float: left;
	margin: 5px 15px 0px 0px;
	padding: 0px;
}

ul{
	list-style-image: url(images/arrow_right.png);
}


/* ********************************************* */
/* *****************  Form  ******************** */
/* ********************************************* */

fieldset {  
margin: 10px;  
padding: 0;
}
legend {  
margin-left: 1em;  
color: #DFD2BF;  
font-weight: bold;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
float: right;
padding-bottom: 1em;
}
fieldset.submit {  
border-style: none;
}

/* ********************************************* */
/* *****************  General Typography  ****** */
/* ********************************************* */
	
h1 {
	font-size: 150%;
	font-weight: normal;
}

h2 {
	font-size: 120%;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	font-weight: normal;
}

h4 {
	font-size: 80%;
	font-weight: bold;
}

h5 {
	font-size: 70%;
	font-weight: bold;
}

h6 {
	font-size: 64%;
	font-weight: bold;
}


