@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	margin: 0px;
	background-image: url(images/bg3.png);
	background-repeat: repeat;
}
body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
p {
	margin-top:5px;
	line-height:18px;
}
html, body {
	height:100%;
}
b, strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
form {
	text-align:left;
	vertical-align:top;
}
/* Main styles for FCKEditor */
.Title {
	margin-bottom:15px;
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	color:#eace62;
}
.Link a {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	line-height:26px;
	padding-left: 15px;
	color:#eace62;
	background:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.Subheading {
	margin-bottom:12px;
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	color:#996600;
}

/* DIV ID styles */
#container {
	margin:0 auto;
	width:1024px;
	background:url(images/transbg.png);
}
#bgshading {
	margin:0 auto;
	width:800px;
	height:100%;
	background-color:#000000;
	opacity:.4;
	position:absolute;
}
#contentcontainer {
	/* width:630px; */
	width:914px;
	/* margin:0px 0px 0px 340px; */
	margin:0 0 0 55px;
	min-height:200px;
}
#sidebar {
	display:none;
	width:265px;
	margin:0px 0px 0 55px;
	line-height:12px;
	position:absolute;
}

/* temporary IE hacks to hide sidebar */
* html #sidebar {
	display:none;
}
*:first-child+html #sidebar {
	display:none;
}
* html #contentcontainer {
	width:914px;
	margin:0 0 0 55px;
}
*:first-child+html #contentcontainer {
	width:914px;
	margin:0 0 0 55px;
}


#title h1{
	margin-bottom:15px;
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	color:#eace62;
}
#content {
	margin-top:0px;
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	line-height:18px;
	color:#ffffff;
	min-height:100px;
}
#content a {
	color:#eace62;
	text-decoration:underline;
}
#content .inlineLink {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	line-height:26px;
	padding-left: 15px;
	color:#eace62;
	background:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#content .errormessage {
	color:#FF0000;
	font-size:14px;
}
#footer {
	color: #737373;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width:914px;
	margin:25px 0 0 55px;
	border-top: 1px solid rgb(255, 255, 255);
	padding-top:10px;
	padding-bottom: 25px;
}
#footer a {
	color:#737373;
}
#footer li {
	border-right: 1px solid #737373;
	display: inline;
	padding: 0px 6px 0 6px;	
}
#footer li:first-child {
	border-left-width: 0px;
	padding-left: 0px;
}	
#footer li:last-child {
	border-right-width: 0px;
	padding-right: 0px;
}
#footerCopyright {
	margin-top:25px;
	text-align:right;
	padding-left:30px;
}

#sidebar img{
	border: 7px solid #fff;
	margin-bottom:6px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#sidebar.frontpage {
	/* display:none; */
	position:static;
	margin:0 auto;
}
#contentcontainer.frontpage {
	width:914px;
	margin:0 auto;
	position:static;
}
#menu {
	background-image:url(images/menuheader.gif);
	background-repeat:no-repeat;
	width:1016px;
	height:283px;
	z-index:0;
}
.adminform {
	margin:0px;
}
.adminform td, tr, input, textarea, select {
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
	padding-top:5px;
}
.adminform input {
	margin:0 0 0 25px;
}
.adminform input[type="text"],.adminform input[type="password"] {
	background:none;
	border-bottom:1px dotted #FFFFFF;
	border-width:0px 0 1px 0;
	width:200px;
}
.adminform textarea, .adminform select {
	background:none;
	border:1px dotted #ffffff;
	width:200px;
	margin:0 0 0 25px;
}
.adminform input[type="submit"], .adminform input[type="button"] {
	width:75px;
	margin-top:15px;
	color:buttontext;
}
.adminform #month { width:60px;margin:0px }
.adminform #day { width:50px;margin:0px  }
.adminform #year { width:75px;margin:0px  }
.adminform #hour { width:60px;margin:0px  }
.adminform #minute { width:50px;margin:0px  }
.adminform #meridian { width:50px;margin:0px  }
.adminform #month2 { width:60px;margin:0px  }
.adminform #day2 { width:50px;margin:0px  }
.adminform #year2 { width:75px;margin:0px  }
.adminform #hour2 { width:60px;margin:0px  }
.adminform #minute2 { width:50px;margin:0px  }
.adminform #meridian2 { width:50px;margin:0px  }
.adminform #nomargin { margin:0px }
#adminmenu {
	background-color:#000000;
	position:fixed;
	width:1016px;
	height:30px;
	z-index:99;
}
#adminmenu ol {
	padding:10px 0;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:right;
}
#adminmenu li {
	display:inline;
	padding:2px 7px;
	color:#000000;
}
#adminmenu li:hover {
	font-weight:normal;
}
#adminmenu .adminddl {
	padding:4px 0 0 15px;
	position:absolute;
}
#adminmenu select {
	color:#000000;
	width:255px;
}
.sitesettingsform input[type="text"] {
	width:20px;
	vertical-align:middle;
	background:none;
	border-bottom:1px dotted #FFFFFF;
	border-width:0px 0 1px 0;
}
.sitesettingsform select {
	margin:0;
	width:100px;
	vertical-align:middle;
}
.sitesettingsform input#submit {
	color:buttontext;
	width:100px;
}

/* CSS Drop-Down Menu */
#menuh-container
	{
	position: absolute;		
	padding: 55px 0 0 45px;
	}
	
#menuh
	{
	font:normal 13px arial, helvetica, sans-serif;
	width:100%;
	padding:0px;
	float:left;
	margin:0.2em;
	/* margin-top:1em; */
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border-width: 0px;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: black;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #452120;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-color: none;
	}
	
#menuh a.child  /* attaches down-arrow to all top-parents */
	{
	background-color: #eee;
	width: 14em;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	}
#menuh a.child:hover
	{
	background-color: #fff;
	width: 14em;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	}
	
#menuh a.parent 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #eee;
	width: 14em;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	}

 #menuh a.parent:hover
 	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	width: 14em;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0 10px 0 0;
	float:left;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding-left: 1em;
	margin:0em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	font-weight:normal;
	background-color:#FFFFFF;
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

#menuh li#selected {
	border:9px solid #452120;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	color:#452120;
}

