
/* -----[ Default Styles ]--------------------------------------------------------------------- */

body, table, td, div, p, form
{
	margin: 0;
	padding: 0;
	color: #444;
	font-family: "Georgia", sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

/* -----[ Body and Container ]--------------------------------------------------------------------- */

body
{
	background: #410D00 url(../img/bg.gif) repeat top center;
	margin-bottom: 50px;
	text-align: center;
}
#container
{
	background: #F9F9F9;
  	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#container, #footer, #endnotes
{
	width: 750px;
}
#container, #endnotes
{
	margin: 0 auto;
}

/* -----[ Logo, Header & Footer ]--------------------------------------------------------------------- */

#logo, #header, #footer
{
	background: #000000;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
}
#logo
{
	float: left;
	width: 110px;
	background: #000000;
	border-right: 1px solid #000000;
}
#header
{
	float: right;
	width: 639px;
}
#footer
{
	clear: both;
}

/* -----[ Header Title ]--------------------------------------------------------------------- */

#title
{
	background: #000000 url(../img/header/bg_title.gif) no-repeat top right;
	height: 79px;
	text-align: left;
}
#title div
{
	padding: 8px 16px 0 16px;
	color: #ffffff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 40px;
	font-weight: normal;
	word-spacing: -8px;
}
#title h1
{
	top: -4px;
	position: relative;
	padding: 0 30px;
	color: #ffffff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: normal;
}

/* -----[ Navigation ]--------------------------------------------------------------------- */

#nav
{
	background: #7D3E1A url(../img/header/bg_nav.gif) repeat-x top left;
	height: 30px;
	border-top: 1px solid #000000;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Verdana", sans-serif;
	font-size: 10px;
}
#nav li, li.account
{
	float: left;
	background: url(../img/header/bg_nav_split.gif) no-repeat top right;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
}
#nav li.account
{
	float: right;
	background: url(../img/header/bg_nav_split.gif) no-repeat top left;
	padding: 0 0 0 1px;
}
#nav a
{
	float: left;
	padding: 9px 15px;
	color: #F7E2D2;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover, #nav a.active
{
	background: #A1591A;
	color: #FFF;
}
#nav a.here
{
	background: url(../img/header/bg_nav_invert.gif) repeat-x top left;
	color: #FFF;
}

/* -----[ Admin Navigation ]--------------------------------------------------------------------- */

#adminNav
{
	clear: both;
	height: 22px;
	background: #3987BF;
	border-bottom: 3px solid #1C5E8C;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Verdana", sans-serif;
	font-size: 10px;
}
#adminNav li
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#adminNav a, #adminNav li.adminID
{
	float: left;
	padding: 5px 10px;
	color: #BDD7E9;
	font-weight: bold;
	text-decoration: none;
}
#adminNav li.adminID
{
	width: 90px;
	border-right: 1px solid #2D70A0;
	color: #333;
	font-weight: normal;
	text-align: right;
}
#adminNav a.here, #adminNav a:hover, #adminNav a.active
{
	background: #52A3CC;
	color: #FFF;
}

/* -----[ Footer ]--------------------------------------------------------------------- */

#footer p, #endnotes p
{
	font-size: 82%;
	font-family: "Tahoma", sans-serif;
}
#footer p
{
	padding: 5px 20px 40px 20px;
	color: #FFAD29;
	font-weight: bold;
}
#footer a
{
	color: #ADC7D9;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover
{
	color: #F9F9F9;
	text-decoration: none;
}

/* -----[ Endnotes ]--------------------------------------------------------------------- */

#endnotes p
{
	padding: 0;
	color: #69C;
	text-align: right;
}
#endnotes a
{
	color: #4C86BF;
	text-decoration: none;
}
#endnotes a:hover
{
	color: #F9F9F9;
	text-decoration: none;
}

/* -----[ Main Content ]--------------------------------------------------------------------- */

#main
{
	float: left;
	width: 528px;
}
#content
{
	clear: both;
	padding: 20px;
}
#content p
{
	padding: 0 0 15px 0;
	line-height: 1.4em;
}
#content div.box, #content p.box
{
	background: #FFF;
	border: 1px solid #ADC7D9;
	margin: 0 10px 25px 10px;
	padding: 10px 10px 10px 10px;
	font-family: "Verdana", sans-serif;
	text-align: left;
}
#content div.box span, #content p.box span
{
	color: #999;
	text-align: center;
	line-height: 1em;
}

/* -----[ Side Bar ]--------------------------------------------------------------------- */

#sidebar
{
	width: 222px;
	float: right;
	line-height: 1.2em;
}
#sidebar h3
{
	background: #EEE;
	border-left: 1px solid #DDD;
	margin-top: 20px;
	padding: 5px;
	color: #367EB3;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
#sidebar p
{
	background: #EEE;
	border-left: 1px solid #DDD;
	padding: 0px 10px 10px 10px;
	color: #555;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	text-align: left;
}
#sidebar p.pRight
{
	text-align: right;
}
#sidebar input
{
	width: 125px;
	padding: 0;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
}
#sidebar a
{
	text-decoration: none;
}
#sidebar a:hover
{
	text-decoration: underline;
}

/* -----[ H tags ]--------------------------------------------------------------------- */

h2
{
	background: url(../img/misc/bullet_square.gif) no-repeat center left;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1px 11px;
	color: #CC6114;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	font-weight: normal;
}
h3
{
	color: #803F1A;
	font-family: "Georgia", sans-serif;
	font-size: 15px;
	font-weight: normal;
}
h2.box
{
	height: 22px;
	overflow: hidden;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0px 20px;
	color: #ADC7D9;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	font-weight: normal;
}

/* -----[ Links ]--------------------------------------------------------------------- */

a
{
	color: #367EB3;
	text-decoration: underline;
}
a:visited
{
	/*color: #66A1CC;*/
	color: #367EB3;
}

a:hover
{
	color: #E56000;
	text-decoration: none;
}

/* -----[ Forms ]--------------------------------------------------------------------- */

.formTable td
{
	padding: 5px;
	font-size: 92%;
}
label
{
	color: #555;
}
td.fLabel
{
	width: 60px;
	text-align: right;
}
input.optional
{
	border: 1px dotted #BBB;
	padding: 2px;
}
input, textarea, select
{
	font-size: small;
	font-family: Arial, sans-serif;
}
#formContact textarea
{
	width: 380px;
}
input.submit
{
	width: 100px;
}
em
{
	color: #C33;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}

/* -----[ Miscellaneous ]--------------------------------------------------------------------- */

.xlinks, a.xlinks
{
	visibility: hidden;
}

