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

/*CSS Designed by Geo Trice III
http://www.geotrice.com
igiti@cox.net
*/

/* ----------------------------------------STYLE CSS-----------------------------------------*/

/* BASICS LAYOUT---------------------*/
body{
	background:url(/Images/WoodBG.png) repeat;
}
p, h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#666666;
}
p, .Content ul{
	font-size: 24px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	position: relative;
	bottom: 8px;
	line-height: 89px;
}
.Content ul{
	list-style:inside;
	list-style-image:url(../Images/favicon.png);
}
h1{
	font-size: 40px;
	font-weight: normal;
}
h2{
	font-size: 24px;
	font-weight: bold;
}
h3{
	font-size: 16px;
	font-weight: normal;
}
h4{
	font-size: 14px;
	font-weight: normal;
}
/* END BASICS LAYOUT---------------------*/

/* ANCHORS LAYOUT---------------------*/
a, a:hover, a:link, a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	line-height: 140%;
	text-decoration:none;
}
a{	
	color:#009933;
}
a:hover{
	color:#FF0000;
	border-bottom: solid 1px #FF0000;
}
a:visited{
	color:#66CC33;
}
/* END ANCHORS LAYOUT---------------------*/

/* CLASS LAYOUT---------------------*/

.Red{
	color:#FF0000;
}

/* HEADER LAYOUT---------------------*/
.HeaderWrap{
	background:none;
}
.Header{
	background:url(/Images/Header.png) no-repeat;
	height: 243px;

}
.Header img{
	padding: 5px;
}
/* END HEADER LAYOUT---------------------*/

/* TOPNAV LAYOUT---------------------*/
.TopNavWrap{

}

.TopNav{
	background:url(/Images/Paper.png) repeat-y;
	height: 91px;
}
.Links a{
	font-size: 24px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	position: relative;
	bottom: 13px;
	line-height: 90px;
}
.Links li{
	display: inline;
	padding: 0px 5px 0px 5px;
}
/* END TOPNAV LAYOUT---------------------*/

/* CONTENT LAYOUT---------------------*/
.ContentWrap{
	background:none;
	
}
.Content{
	background:url(/Images/Paper.png) repeat-y;

}
/* END CONTENT LAYOUT---------------------*/

/* FOOTER LAYOUT---------------------*/
.FooterWrap{
	background:none;
}
.Footer{
	background:url(/Images/Paper.png) repeat-y;
}
/* END FOOTER LAYOUT---------------------*/

/* END CLASS LAYOUT---------------------*/

-
/* -----------------------------------------CUSTOM CSS-----------------------------------------*/

/* ---------------------------------------END CUSTOM CSS----------------------------------------*/

/* ---------------------------------------END STYLE CSS-----------------------------------------*/




/* ----------------------------------------STUCTURE CSS-----------------------------------------*/
/* BASICS LAYOUT---------------------*/
/*Sticky Footer*/
* {
	margin:0;
	padding:0;
} 
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
html, body, #BodyWrap {
	height: 100%;
}
body > #BodyWrap {
	height: auto; min-height: 100%;
}
#BWrap {
	padding-bottom: 150px; /* must be same height as the footer */
}  
/*END Sticky Footer*/

body {
	min-width: 900px;
}
img {
	margin:0px;
	padding:0px;
}
/* END BASICS LAYOUT---------------------*/


/* CLASS LAYOUT---------------------*/
.BodyWrap{
	width: 100%;
	margin: 0px auto;
	padding-bottom:0px;
	text-align: left;
}
/* HEADER LAYOUT---------------------*/
.HeaderWrap{
	width: 100%;
	margin:0px;
}
.Header{
	width: 900px;
	margin: 0px auto;
	text-align:right;
}
.Today{
	position:relative;
	right: 15px;
	top: 60px;
}
.DaysLeft{
	position:relative;
	right: 15px;
	top: 123px;
}
/* END HEADER LAYOUT---------------------*/

/* TOPNAV LAYOUT---------------------*/
.TopNavWrap{
	width: 100%;
	margin:0px;
}
.TopNav{
	width: 815px;
	margin:0px auto;
	padding: 0px 15px 15px 70px;
}
/* END TOPNAV LAYOUT---------------------*/

/* CONTENT LAYOUT---------------------*/
.ContentWrap{
	width: 100%;
	margin:0px;
}
.Content{
	width: 815px;
	margin:0px auto;
	padding: 0px 15px 15px 70px;
}
/* END CONTENT LAYOUT---------------------*/

/* FOOTER LAYOUT---------------------*/
.FooterWrap {
	width: 100%;
	margin: 0px;
	/*Sticky Footer*/
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	/*END Sticky Footer*/
}
.Footer {
	width: 815px;
	margin:0px auto;
	padding: 2px 15px 0px 70px;
}
/* END FOOTER LAYOUT---------------------*/

/* CLEAR FIX---------------------*/
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ClearFix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.ClearFix {display: block;}
/* End hide from IE-mac */
/*EMD CLEAR FIX---------------------*/

/* END CLASS LAYOUT---------------------*/


/* COLUMN LAYOUT---------------------*/
#Spacer{
	clear:both;
}
/* 1 COLUMN LAYOUT CSS--------------------------*/
#OneColumnWrap{
	float: left;
	text-align: center;
	margin: 0px auto;
}

/* 2 COLUMN EVEN LAYOUT CSS---------------------*/
#TwoColumnWrapEven{
text-align: left;
}
#TwoColumnWrapEven #LeftColumn{
	float:left;
	width: 50%;
}
#TwoColumnWrapEven #RightColumn{
	float:right;
	width: 50%;
}

/* 2 COLUMN 30/60 LAYOUT CSS--------------------*/
#TwoColumnWrap3060{
	text-align: left;
}
#TwoColumnWrap3060 #LeftColumn{
	float:left;
	width: 34%;
}
#TwoColumnWrap3060 #RightColumn{
	float:right;
	width: 66%;
}

/* 2 COLUMN 60/30 LAYOUT CSS--------------------*/
#TwoColumnWrap6030{
	text-align: left;
}
#TwoColumnWrap6030 #LeftColumn{
	float:left;
	width: 66%;
}
#TwoColumnWrap6030 #RightColumn{
	float:right;
	width: 34%;
}

/* 3 COLUMN LAYOUT CSS--------------------------*/
#ThreeColumnWrap{
	text-align: left;
	padding: 15px;
}
#ThreeColumnWrap #LeftColumn{
	float:left;
	height: 200px;
	width: 15%;
}
#ThreeColumnWrap #MiddleColumn{
	width: auto;
}
#ThreeColumnWrap #RightColumn{
	float:right;
	height: 200px;
	width: 15%;
}
/* END COLUMN LAYOUT---------------------*/

/* --------------------------------------END STUCTURE CSS---------------------------------------*/

/* --------------------------------------CUSTOM CSS---------------------------------------*/
.OnDemand{
	color:#0066CC;
}
.StrongEm{
	font-style: italic;
	font-weight:bold;
}

/* --------------------------------------END CUSTOM CSS---------------------------------------*/