/*body*/

*
{
	margin: 0;
	padding: 0;
	outline: 0;
}
body
{
	font: 12px/165% "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	color: #321400;
	margin: 0;
	padding: 0;
	background: #e6e6e6;
	text-align: center;
	background: url(images/bg.jpg) repeat;
}

/*links*/

a, a:active, a:link
{
	text-decoration: none;
	color: #b50202;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	color: #e8b900;
}

/*headers*/

h1, h2, h3
{
	font-family: "trebuchet ms", tahoma, arial, sans-serif;
	color: #b50202;
}
h1
{
	font-size: 1.7em;
	font-weight: normal;
	line-height: 22px;
	padding: 15px 15px 15px 15px;
	background: url(images/h1bg.jpg) repeat 15px 24px;
}
h2
{
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px 10px 5px;
}
h3
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 20px 10px 5px;
}

/*other text*/

p, dl
{
	padding: 10px;
	margin: 0;
}
p.beforelist
{
	padding: 0px;
	margin: 0;
}
ul, ol
{
	margin: 10px 0px;
	padding: 0 20px;
}
ol
{
	list-style: decimal;
	border: none;
	padding: 0 26px;
}
ul
{
	list-style: square;
	border: none;
}
dt
{
	font-weight: bold;
	color: #ababab;
}
dd
{
	padding-left: 25px;
}

/*images*/

img
{
	border: none;	
}
img.float-right
{
	margin: 5px 0px 0px 15px;
}
img.float-left
{
	margin: 5px 15px 0px 0px;
}
blockquote
{
	margin: 15px 10px;
	background: #181b1d;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6em;
	font-style: italic;
	font-family: georgia, "times new roman", times, sans-serif;
	color: #dedede;
}

/*forms*/

form 
{
	margin: 0px 10px; 
	padding: 0px 0px 0px 0px;
	border: none; 
	background: none; 	
}
label 
{
	display: inline;
	font-weight: bold;
	margin: 0px 0;
	color: #b50202;
}
input, select, textarea 
{
	margin: 0px 0px;
	font: normal 1em verdana, tahoma, sans-serif;
	color: #000000;
	background: #ffffff;  
	border: 1px solid #b50202;
	display: inline;
}
textarea 
{
	width: 280px;
	height: 100px;
	display: block;	
}
input.button 
{ 
	font: bold 12px arial, sans-serif; 
	height: 30px;
	width: 75px;
	margin: 3px 3px; 
	color: #e8b900;
	background: #b50202;
	border: 1px solid #000000;
}

/*layout*/

#headerbg
{
	height: 489px;
	font: 13px/165% "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	background: #e6e6e6;
	position: relative;
	margin: 0 auto;
	clear: both;
	padding: 0;
	background: url(images/bodybg.jpg) repeat-x;
}
#wrap
{
	position: relative;
	width: 792px;
	margin: 0 auto;
	text-align: justify;
}
#header
{
	width: 792px;
	height: 489px;
	background: url(images/header.jpg) no-repeat center top;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#bodywrap
{
	position: relative;
	width: 792px;
	margin: 0 auto;
	text-align: justify;
}
#contentwrap
{
	position: relative;
	clear: both;
	width: 792px;
	padding: 0;
	margin-left: 0;
	background: url(images/mainbg.jpg) repeat;
	float: left;
	display: inline;
}
#headerbottom
{
	position: relative;
	clear: both;
	width: 792px;
	height: 127px;
	background: url(images/headerbottom.jpg);
}

/*nav*/

#nav 
{
	position: absolute;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 697px;
	left: 0px;
	top: 439px;
}
#nav ul 
{
	float: left;
	list-style: none;
	width: 792px;		
	height: 40px;
	margin: 0 0 0 0px; 
	padding: 0;	
	display: inline;
}
#nav ul li 
{
	display: inline;
	margin: 0; 
	padding: 0;
}
#nav ul li a 
{
	float: left; 
	display: block; 
	background: transparent;
	color: #ffffff; 
	padding: 5px 5px 5px 60px;
	margin: 0px;
	font-weight: bold; 
	text-decoration: none; 
}
#nav ul li a:hover, #nav ul li a:active 
{
	color: #ffdb52;
	background: none;
	border: none;
}
#nav ul li#current a 
{	
	color: #ffdb52;	
}

/*navcontainer*/

#navcontainer ul
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	width: 218px;
}
#navcontainer li 
{ 
	margin: 14px 0 0px 34px; 
	background-color: #ffdb51;
	padding: 0px 0px 0px 0px;
}
#navcontainer a
{
	display: block;
	padding: 2px 2px 2px 12px;
	border: 1px solid #b50202;
	width: 169px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #b50202;
	text-decoration: none;
}
#navcontainer a:hover
{
	border: 1px solid #ffdb51;
	background-color: #b50202;
	color: #ffdb51;
}
#navcontainer ul li#current a 
{	
	border: 1px solid #ffdb51;
	background-color: #b50202;
	color: #ffdb51;	
}
/*leftcolumn*/

#leftcolumn
{
	float: left;
	width: 254px;
	padding: 0;
	margin: 0 0 0 1px;
	display: inline;
	background: url(images/leftbg.jpg) repeat;
}
#leftcolumn h2
{
	padding-bottom: 0px;
	margin-top: 0px;
	font: normal 1.3em "trebuchet ms", tahoma, helvetica, arial, sans-serif;
	color: #e44c20;
	letter-spacing: 0px;
	text-transform: none;
}

#maincontent
{
	float: left;
	width: 515px;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline;
	line-height: 18px
}
#maincontent h2
{
	padding-bottom: 0px;
	margin-top: 0px;
	font: normal 1.4em "trebuchet ms", tahoma, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #e8b900;
	letter-spacing: 0px;
	text-transform: none;
}

/*footer*/

#footerwrap
{
	height: 102px;
	font: 10px/165% "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	color: #b50202;
	background: #000000;
	position: relative;
	margin: 0 auto;
	clear: both;
	padding: 0;
	background: url(images/footerbg.jpg) repeat-x;
}
#footercontent
{
	height: 102px;
	width: 792px;
	background: url(images/footer.jpg) repeat;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#xhtml 
{
	position: absolute;
	margin: auto;
	padding: 0;
	height: 35px;
	width: 69px;
	left: 22px;
	top: 48px;
	background: none;
}
#css 
{
	position: absolute;
	margin: auto;
	padding: 0;
	height: 35px;
	width: 69px;
	left: 685px;
	top: 48px;
	background: none;
}
a.footer:link, a.footer:active, a.footer:visited
{
	color: #fae8bc;
}
a.footer:hover
{
	color: #f0CF5b;
}
a.footer:hover
{
	color: #f0CF5b;
}

/*align*/

.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}
.centeredimage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

/*clear*/

.clearer
{
	clear: both;
}
.clear
{
	display: inline-block;
}
.clear:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
