a:link  { color: #F90;}
a:visited  { color: #555;}
a:hover {color: #FC6;}

* { padding: 0; margin: 0; }
p { margin: 1em 0; line-height: 1.6em; }
ol { margin: 1em 0 1em 25px; line-height: 1.6em }
h1,h2,h3,h4,h5,h6
{
	font: small normal ,Georgia, serif, Trebuchet MS;
}
h1 { font-size: 2.5em; color: #DCBA72; margin-top: .8em; }
h2 { font-size: 1.8em; color: #FFF; }
h3 { font-size: 1.5em; color: #DCBA72; margin-top: .1em; }
h4 { font-size: 1.3em;  color: #DCBA72; position: relative; top: -1em; left: 1em; line-height: 0; white-space: nowrap }
h5 { color: #C33; margin: 0.5em 0; }
h6 { font-size: 1.3em;  color: #DCBA72; }
#header h2 { padding-top: 0.5em; }
#header p { color: #C66; font-size: 0.7em; text-transform: uppercase; }
body
{
	background: #000 url("images/bg.jpg") top repeat-x;
	font: small normal ,Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
}

.logo { float: left; padding-right: 1em; border: 0; position: relative; left: -13px; }

#wrapper
{ 
	margin: 0 auto;
	width: 893px;
	border-top: 0;
}

#topnav
{
	float: left;
	width: 893px;
	height: 34px;
	clear: both;
}

#topnav ul { float: right; margin-top: 10px; }

#topnav li
{
	display: inline;
	margin-left: 10px;
}

#topnav a, #topnav a:visited { font-variant: small-caps; color: #896F6F; font-size: 0.85em; }
#topnav a:hover { color: #FFF; }

#header
{
	height: 131px;
	clear: both;
}

#navbar
{
	margin: 60px 0 30px 0;
	width: 196px;
	float: right;
	background: url("images/navbar_bg.gif") no-repeat;
}

#navbar ul
{
	list-style: none;
	padding: 5px 0 0 12px;
}
#navbar li
{
	display: block;
	padding: 3px 0;
	white-space: nowrap ;
}

#navbar a, #navbar a:visited { color: #F90; text-decoration: none; padding: 2px 1em; background: url("images/arrow.gif") no-repeat left; }
#navbar a:hover { color: #FC9; background: url("images/arrow.gif") no-repeat 2px; }

#topcontent
{
	float: left;
	width: 600px;
}

#topcontent p { line-height: 2em; }
#topcontent ul, .section ul { list-style: circle; }
#topcontent li, .section li { margin: 5px 50px; }

#topcontent .topic p { line-height: 1.4em; }

.subpic { float:right; margin-left: 1em; }

.topic
{
	float: left;
	clear: both;
	width: 630px;
	padding: 1em 0;

}
.topic img
{
	float: left;
	padding-right: 1em;
	position: relative;
	top: 5px;
}


.section
{
	float: left;
	clear: both;
	width: 893px;
	background: url("images/fold.gif") repeat-x top;
	margin: 2em 0;
}

.imgblock { text-align: center }
.imgblock img {  padding: 2px; border:1px #333 solid; }



#footer
{ 
	float: left;
	text-align: center;
	font-size: 0.8em;
	width: 893px;
	clear: both;
	color: #444;
	background: url("images/footer_bg.jpg") no-repeat top;
	padding: 10px 0 30px 0 ;
}
#footer a, #footer a:visited { color: #80724B; }
#footer a:hover { color: #B08F35 }

#footer ul { margin: 8px 0; }
#footer li { display: inline; margin-right: 9px; }


/* Form */

form
{
	width: 610px;
	padding: 14px;
	float: left;
	background: #222 url("images/form.jpg");
	border-top: 10px #333 solid;
	border-bottom: 10px #333 solid;
}
fieldset
{
	border: 0;
	padding: 1px;
}

form ul { list-style-type: none; padding: 0.5em;  margin: 0;}

label
{

	color: #CCC;
	width: 6em;
	float: left;
	margin-right: 0.3em;
	display: block;
	padding-top: 0.3em;
	
}

input { width: 15em; }
input, textarea
{
	border: 1px #555 solid;
	background: #333;
	color: #CCC;
	padding: 5px;
	margin: 2px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;	
}
textarea { overflow: auto} 
#sub { padding-bottom: 10px; }
#sub ul
{
	background: url("images/sub_left.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
}

#sub input
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	height: 28px;
	width: auto;
	color: #000;
	border: none;
	cursor: pointer;
	cursor: hand;
	background: url("images/sub_right.png") no-repeat right top;
	padding: 0 4px 1px 0;
}


.warning
{
	color: red;
	visibility: hidden;
	display: none;
	padding-left: 10px;

}
