* {
padding: 0px;
margin: 0px;
}

body
{
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #8C8C73;
	line-height: 18px;
	background-image: url(grad_bg.png);
	background-repeat: repeat-x;
	text-align: center; /* for IE */
}

a
{
	color: #FF7800;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#outer 
{
	position: relative;
	width: 880px;
	margin: 0 auto;
	margin-top: 3px;
	text-align: left;
	background: #fff;
	border: 1px solid #BBBBAB;
}

#inner
{
	position: relative;
	padding: 13px 15px 13px 15px;
	z-index: 2;
}
#splash
{
	position: absolute;
	right: 15px;
	background: #EAEAE2 url('bg_logo.gif') no-repeat;
	width: 570px;
	height: 92px;
}
#splash span
{
	position: absolute;
	top: 17px;
	margin-left: 138px;
	font-size: 17pt;
	width: 310px;
	color: black;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}
#header
{
	position: absolute;
	background: #FF7800 url('grad_logo.png') repeat-x;
	width: 305px;
	height: 92px;
	color: #fff;
	padding-left: 35px;
}
#header span 
{
	font-weight: normal;
}

#header h1
{
	position: absolute;
	font-size: 23px;
	letter-spacing: -1px;
	top: 25px;
	height: 92px;
}

#header h2
{
	position: absolute;
	font-size: 10px;
	font-weight: normal;
	color: #FCE2CA;
	top: 52px;
}
#content h3
{
	margin-top: 5px;
	padding: 0px 10px 2px 10px;
	font-size: 12pt;
}
#content ul
{
	padding-left: 45px;
}
#content ul.about
{
	padding-left: 45px;
	font-size: 10pt;
}
label.about
{
	font-size: 10pt;
}
#header sup
{
	color: #FCE2CA;
}
#menu
{
	position: relative;
	background: #46461F url('menu_bg.png') repeat-x;
	height: 67px;
	padding: 0px 20px 0px 5px;
	margin: 98px 0px 20px 0px;
}

#menu ul 
{
}

#menu ul li
{
	display: inline;
	line-height: 52px;
	padding-left: 3px;
}

#menu ul li.first
{
	border-left: 0px;
}
#menu ul li.last
{
	border-left: 0px;
	padding-left: 120px; /* 360px */
}

#menu ul li a
{
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 8px 12px 8px 12px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#menu ul li a:hover
{
	background: #fff url('menu_hover_bg.png') repeat-x top;
	color: #4A4A24;
	text-decoration: none;
}

/****************************************	ADMIN MENU *************************************************/
#admin
{
	position: relative;
	height: 30px;
	background: #003366;
}

#admin ul li
{
	display: inline;
	line-height: 25px;
	padding-left: 3px;
}

#admin ul li a
{
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 8px 12px 8px 12px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#admin ul li a:hover
{
	text-decoration: none;
}
/**********************************************************************
**********************************************************************/

#primarycontent .post
{
	margin-bottom: 30px;
}
#primarycontent h2
{
	position: relative;
	top: 4px;
	font-size: 18px;
	color: #656551;
	letter-spacing: -1px;
	background: url('images/a22.gif') bottom repeat-x;
	padding-bottom: 10px; 
	margin-bottom: 0px;
}

#primarycontent .post .header
{
	position: relative;
	border-bottom: 1px dotted #cccccc;
}

#primarycontent .post .date
{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #AFAFA4;
	font-weight: bold;
}
#error
{
	text-align: center;
	font-size: 15pt;
	background: #E8A8A5;
	border: 1px solid black;
	font-weight: italic;
	padding: 5px;
	color: #E80000;
}
#promo
{
	background: #CCF1B2;
	color: #000;
	padding: 10px;
	margin-top: -15px;
	text-align: center;
	border: 1px solid;
	font-weight: bold;
}

#green
{
	text-align: center;
	font-size: 10pt;
	background: #CCF1B2;
	border: 1px solid black;
	font-weight: italic;
	padding: 5px;
	color: #549D1D;
}
div.ok
{
	text-align: center;
	font-size: 10pt;
	background: #CCF1B2;
	border: 1px solid black;
	font-weight: italic;
	padding: 5px;
	color: #549D1D;
}
#error2
{
	text-align: center;
	font-size: 9pt;
	background: #E8A8A5;
	border: 1px solid black;
	font-weight: italic;
	padding: 5px;
	color: #E80000;
}
#footer
{
	position: relative;
	clear: both;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background-image: url('footer_bg.png');
	color: #A8A88D;
}
input.link
{
	margin-left: 30px;
	color: #781351;
	background: #fee3ad;
	border: 1px solid #f13600;
}
select.link
{
	margin-left: 30px;
	color: #781351;
	background: #fee3ad;
	border: 1px solid #f13600;
}

input.link2
{
	cursor: pointer;
	background-color: transparent;
	border: 0; 
	padding: 0;
	font-weight: bold;
	color: #EF7B0A;
}
input.link2:hover
{
	background-color: transparent; 
	border: 0; 
	padding: 0;
	color: #EF7B0A;
	text-decoration: underline;
}

textarea.link
{
	margin-left: 30px;
	color: #781351;
	background: #fee3ad;
	border: 1px solid #f13600;
}
fieldset
{
	border: 1px solid #f13600;
	width: 100%;
}
legend
{
	color: #fff;
	background: #ffa20c;
	border: 1px solid #f13600;
	padding: 2px 6px;
	margin-left: 10px;
}
listings
{
	margin: 0px;
	padding: 0px;
}
.red a, .red a:visited
{
	overflow: hidden;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background: #E8A8A5;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.red a:hover
{
	overflow: hidden;
	border-top: 1px solid #cccccc;
	background: #F8DEDD;
	font-weight: bold;
	text-decoration: none;
}
.green a:link, .green a:visited
{
	overflow: hidden;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background: #CCF1B2;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	color: #21536A;
}

.green a:hover
{
	overflow: hidden;
	border-top: 1px solid #cccccc;
	background: #E3F5DD;
	font-weight: bold;
	text-decoration: none;
}

.orange a:link, .orange a:visited
{
	overflow: hidden;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background: #F2E3B2;
	font-weight: bold;
	padding: 1px 0px 1px 10px;
	color: #21536A;
}

.orange a:hover
{
	overflow: hidden;
	border-top: 1px solid #cccccc;
	background: #F6F0DD;
	font-weight: bold;
	text-decoration: none;
}

.white a:link, .white a:visited
{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url("../img/bg_nav.jpg");

	padding: 0px 0px 0px 10px;
	color: #21536A;
}

.white a:hover
{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;

	text-decoration: none;
}