/* CSS Document */
* { padding: 0; margin: 0; }

body {
	margin: 20px 0;
	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #6D5434;
	text-align: center;
	height: 100%;
	background-color: #0CB1AD;
	margin-top: 0px;
}

/* links */
a { background: inherit; color: #009999; text-decoration: underline; }
a:hover { background: inherit; color: #cc0099; text-decoration: underline; }

/* headers */

h1 {
	font-size: 1.7em;
	color: #B8146F;
}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #B8146F;
}
h3 {
	font-size: 1.2em;
	color: #B8146F;
}

p, h1, h2, h3 {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 8px;
}
ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

/* images */
img {
	background-color: #FFFFFF;
}
img.float-right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.float-left {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/***********************
	  LAYOUT
************************/
#wrap {
	width: 800px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 37px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* header */
#header {
	position: relative;
	height: 250px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#header .headerphoto {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 800px;
	height: 250px;
	background-image: url(..//images/headerint.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
#header #logo-box {
	position: absolute;
	left: 10px;
	top: 10px;
}
#logo-box h1#logo {
	position: absolute;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: -42px;
	left: -11px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 8px;
	text-align: center;
	width: 801px;
	z-index: 1005;
	background-color: #9DA251;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#logo-box #slogan {
	position: absolute;
	text-transform: none;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: -42px;
	left: -25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	width: 830px;
	height: 28px;
	font-style: normal;
	z-index: 999;
	letter-spacing: 4px;
	background-color: #000000;
	text-align: center;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	border: 0 none;
	width: 800px; /*For KHTML*/
	list-style: none;
	height: 28px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	}

ul#navmenu li {
	border: 0 none;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	margin: 0;
	padding: 0;
	}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu a {
	border-right-color: #000000;
	border-bottom-color: #000000;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	padding-top: 0;
	padding-right: 7.5px;
	padding-bottom: 0;
	padding-left: 7.5px;
	}

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

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	color: #FFFFFF;
	background-color: #000000;
	letter-spacing: -1px;
	}

/* 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: #36A7AB;
	color: #FFF;
	}

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

/* 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: #666;
	}

/* 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,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}

/* 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;
	}

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;
	}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFF;
}
#content {
	width: 800px;
	clear: both;
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}





/* main */
#main {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5;
	padding-right: 0;
	padding-left: 0;
}

.post {
	margin: 0;
	padding: 0;
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}


/* footer */
#footer {
	clear: both;
	margin: 0;
	height: 65px;
	color: #FFFFFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #9DA251;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;	
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.border{border: 0;}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	color: #000000;
}
a:link {
	color: #009999;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}



#main .post p {
	margin-right: 15px;
	margin-left: 15px;
	line-height: 13pt;
}
h4 {
	font-size: 17pt;
	color: #000000;
	text-align: center;
	font-weight: normal;
	padding-top: 13px;
	padding-bottom: 4px;
}
.style15 {
	font-size: 24pt;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h5 {
	font-size: 17pt;
	color: #6600CC;
	margin-left: 25px;
	padding-left: 25px;
	padding-top: 25px;
}


#top {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #9DA251;
}
#top p {
	line-height: 12pt;
}

#top div {
	background-color: #FFFFFF;
}
#top hr {
	margin-right: 170px;
	margin-left: 170px;
}
#content #bottom {
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	padding-left: 22px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	color: inherit;
	padding: 3px;
	vertical-align: top;
	width: 150px;
	height: 103px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #D9EBEC;
}

.hoverbox .preview
{
	border-color: #000;
	width: 375px;
	height:300px;
}
/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -28px;
	left: -100px;
}

.hoverbox li
{
	position: static;
}
.style18 {font-size: 9pt}

