/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

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

h1,h2
{
}

html, body 
{
	font-size: 10pt;
	color: #400040;
	background-color: #AFCDBD;
	font-family: Helvetica Neue Light, sans-serif, Geneva, Arial;
/*	height: 100%;*/
}


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

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
/*   min-height: 100%;
   margin-bottom: -33px;*/
   position: relative;
	padding: 0em;
	margin: 0em;
	width: 100%;
	background-color: #AFCDBD ;
}

/* Header */

#header
{
	position: relative;
	height: 8.7em;
	background-color: #AFCDBD;
	background-image: none;
	color: #400040;
}

#header h1
{
	position: absolute;
	top: .4em;
	font-size: 3em;
	letter-spacing: -0.05em;
	width: 100%;
	text-align: left;
	padding-left: 20px;
	color: #400040;
	font-weight: lighter;
}

#header h1 a
{
	color: #EEEEEE;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 2.2em;
	top: 1.85em;
	color: #FFFFFF;
	text-align: left;
	width: 100%;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: normal;
	vertical-align: bottom;
	font-weight: lighter;
}

/* Menu */

#menu
{
	position: absolute;
	top: 8em;
	right: 1em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #400040;
	border-left-color: #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #400040;
	padding: 0.1em;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #400040;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.5 em;
	background-color: #AFCDBD;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #400040;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: lighter;
}

#content h3
{
	font-size: 1.1em;
	font-weight: lighter;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
/*	border-left: solid 0.75em #005082;*/
	background-color: #AFCDBD;
	width: 100%;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
/*	border: 1px solid #fff;*/
}

#content table tr.rowH
{
	color: #400040;
	background: #006192;
/*	border: 1px solid #fff;*/
}

#content table tr.rowA
{
	color: #400040;
/*	border: 1px solid #*/fff;
}

#content table tr.rowB
{
	color: #400040;
/*	border: 1px solid #fff;*/
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #AFCDBD;
	float: right;
	width: 100%;
	margin-top: 0em;
	margin-right: -19em;
	margin-bottom: 0em;
	margin-left: -19em;
}

#primaryContent
{
	margin-top: 0em;
	margin-right: 19em;
	margin-bottom: 0em;
	margin-left: 13.25em;
	padding-top: 0em;
	padding-right: 3em;
	padding-bottom: 1.5em;
	padding-left: 3em;
	background-color: #AFCDBD;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 11em;
	background-color: #AFCDBD;
	padding-top: 2em;
	padding-right: 2.5em;
	padding-bottom: 1.5em;
	padding-left: 1em;
}

#secondaryContent .xbg
{
	position: absolute;
	right: -143px;
	bottom: -72px;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 16em;
	background-color: #AFCDBD;
	padding-top: 3em;
	padding-right: 2em;
	padding-bottom: 1.5em;
	padding-left: 0em;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	height: 64px;
	width: 150px;
}

/* Footer */

#footer
{
	/*	height: 33px;*/
	position: relative;
	padding: 1em;
	margin: 0em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #dfdfdf;
	width: 99%;
	background-color: #AFCDBD;
}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

a {
	color: #900;
	text-decoration: none;
	}

a:hover {
	background: #900;
	color: #FFF;
	}

/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 180px; /*For KHTML*/
	list-style: none;
	background-color: #AFCDBD;
	}

ul#navmenu:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	font-size: 16px;
	line-height: 0px;
	background-color: #AFCDBD;
	}

ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
	background-color: #AFCDBD;
	}

/* Root Menu */
ul#navmenu a {
	/*	border: 1px solid #FFF; */
	border-right-color: #CCC;
	border-bottom-color: #FFFFFF;
	display: block;
	color: #400040;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	/*	font-family: Arial, Helvetica, sans-serif; */
	font-size: .9em;
	line-height: 25px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 11px;
	background-color: #AFCDBD;
	border-bottom-width: thin;
	border-bottom-style: solid;
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	color: #A60D37;
	background-color: #AFCDBD;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #EEE;
	color: #A60D37;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #A60D37;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
	}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 120px;
	background-color: #AFCDBD;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	background-color: #AFCDBD;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	background-color: #AFCDBD;
	}
#secondaryContent .mainpic {
	position: absolute;
	right: -143px;
	bottom: -72px;
	height: 64px;
	width: 128px;
	background-image: url(/images/welcome.jpg);
	background-color: #AFCDBD;
}
#centralimage {
	position: relative;
	height: 200px;
	background-color: #EEEEEE;
	background-image: url(/images/welcome.jpg);
	background-position: center center;
	top: 5px;
	background-repeat: no-repeat;
}
#enterbutton {
	position: relative;
	background-color: #EEEEEE;
	top: 10px;
	text-align: center;
	width: 133px;
	margin: auto;
}

.posthidden {display:none} 
.postshown {display:inline}

.submit input
{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #AFCDBD;

}

.clearfooter {
   height: 33px;
   clear: both;
}

