/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #ffd15f url(images/bg.gif) repeat-x;
}
/* */
body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.lh { line-height:20px;}

h1, h2 {
	/*margin-top: 1.5em;*/
	color: #c1481b;
}

h1 {
	/*letter-spacing: -.075em;*/
	/*font-size: 3em;*/
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #c1481b;
}


h3 {
	font-size: 1em;
	color: #c1481b;
}

.t12 { font-size:14px; }

p, ul, ol, input, textarea {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #c1481b;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #c1481b;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #FF9900 /*#3C7BCF;*/
}

hr {
	display: none;
}
/*





*/
/* Header */

#header {
	width: 780px;
	height: 55px;
	margin: 0 auto;
}




#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	/*background:  #F3F3F3;*/
	color: #2C2E22;
}

#menu .current_page_item a {
	/*background: #F3F3F3;*/
	color: #2C2E22;
}


/* Footer */

#footer {
	text-align: center;
	font-size: 9px;
	color: #c1481b
}