body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 15px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}

.label {
	width: 100px;
}

#container { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bgd-home-revised.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 685px;
}
#introcopy {
	display: block;
	width: 185px;
	height: 310px;
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 30px;
	float: right;
	margin-top: -310px;
}
#introcopy_top {
	width: 413px;
	height: 106px;
	float: right;
	font-size: 14px;
	line-height: 18px;
	padding: 15px 30px 0 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 25px;
	margin: 0;
	overflow: visible;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0 50px 25px;
	margin: 0;
}
#mainContent { 
	float: left;
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 660px;
	height: 565px;
}

#flash {
	width: 635px;
	height: 563px;
	float: right;
}


/* BIG BUTTONS AND ROLLOVERS */
#buttonholders {
	width: 393px;
	z-index: 150;
}

#bigbutton-ghn {
	margin: 19px 0 0 219px;
	clear: both;
}
a.ghn {
	display: block;
	width: 174px;
	height: 174px;
	background:url(../images/big-button-ghn.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.ghn {
	background-position: -174px 0;
}

#bigbutton-p-and-s {
	margin: 0 0 0 107px;
	clear: both;
}
a.p-and-s {
	display: block;
	width: 186px;
	height: 187px;
	background:url(../images/big-button-p-and-s.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.p-and-s {
	background-position: -186px 0;
}

#bigbutton-bs {
	margin: 11px 0 0 19px;
	clear: both;
}
a.bs {
	display: block;
	width: 174px;
	height: 174px;
	background:url(../images/big-button-bs.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.bs {
	background-position: -174px 0;
}


/* EXPANDING BACKGROUNDS */
#interior-bgd { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bgd-interior.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
}
#star-bgd { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bgd-star.jpg) bottom right no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#expanding-bgd { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/expanding-bgd.jpg) repeat-y #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}


/* LEFT MENUS */
.search {
	width: 220px;
	border-top: dotted 1px #b39938;
	border-bottom: dotted 1px #b39938;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 3px;
	text-shadow: #000000 1px 1px 2px;
}
.search form {
	margin: 0;
	padding: 0;
}
.bigmenu {
	width: 200px;
	border-bottom: dotted 1px #b39938;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	text-shadow: #000000 1px 1px 2px;
}
.big-popout-submenu {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	text-shadow: #000000 1px 1px 2px;
}
.middlemenu {
	width: 170px;
	border-bottom: dotted 1px #b39938;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	letter-spacing: 1px;
	text-shadow: #000000 1px 1px 2px;
}
.minimenu {
	width: 155px;
	border-bottom: dotted 1px #b39938;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	letter-spacing: 1px;
	text-shadow: #000000 1px 1px 2px;
}



/* CALLOUT AREA */
#callout {
	font-size: 10px;
	line-height: 15px;
	width: 225px;
}


/* HORIZONTAL RULE */
hr {
	height: 1px;
	color: #5A690A;
	background: #5A690A;
	border: none;
}



/* INTERIOR CONTENT PAGES */
#interiorContent { 
	float: left;
	margin: 0 30px 50px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 95px;; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 540px;
}
#interiorContent h1{ 
	margin: 50px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 16px;
	font-weight: bold;
	color: #5A690A;
	border-bottom: solid 1px #8ea727;
	line-height:24px;

}

#interiorContent h2{ 
	margin: 10px 0 10px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 13px;
	font-weight: bold;
	color: #5A690A;
}
#interiorContent h3{ 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #5A690A;
	border-bottom: solid 1px #5A690A;
}
#interiorContent h4{ 
	margin: 5px 0 5px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 20px;
	font-weight: normal;
	color: #5A690A;
	border-bottom: solid 1px #5A690A;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#interiorContent h5{ 
	margin: 10px 0 -10px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #5A690A;
}
#interiorContent p{ 
	margin: 10px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}
#interiorContent blockquote{ 
	margin: -10px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 40px;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}
#interiorContent ol{ 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 40px;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}
#interiorContent ul{ 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 40px;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}
#interiorContent li{ 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}
#interiorContent a, #interiorContent a:visited { 
	color: #5A690A;
}
#interiorContent a:hover {
	color:#8ea727;
}

#interiorContent img {
	border: 1px solid #8ea417;
}

#submenu{ 
	margin: 0 0 10px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 9px;
	color: #5A690A;
	line-height: 16px;
	border-bottom: solid 1px #8EA727;
	padding-top: 5px;
	padding-bottom: 5px;
}
#submenu a, #submenu a:visited{ 
	color: #5A690A;
	font-weight: normal;
	text-decoration: none;
}
#submenu a:hover {
	color:#8ea727;
	text-decoration:underline;
}

#tablestyleone {
	width: 100%;
	border-left: 1px solid #5A690A;
	border-right: 1px solid #5A690A;
	border-bottom: 1px solid #5A690A;
	border-top: 1px solid #5A690A;
}
#tablestyleone th {
	background: #5A690A;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 10px;
}
#tablestyleone td {
	background: #FFFFFF;
	width: 50%;
	font-size: 11px;
	padding: 5px;
	border-top: 1px solid #5A690A;
	border-bottom: 1px solid #5A690A;
	border-right: 1px solid #5A690A;
	border-left: 1px solid #5A690A;
}
#tablestyleone td p{
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}

#formstyleone {
	background: #ebebe6;
	font-size: 10px;
	line-height: 20px;
	padding: 20px 20px 20px 20px;
	border: 2px solid #5A690A;
}
#formstyleone .textfield {
	background-color: #FFFFFF !important;
	width: 200px;
	height: 20px;
	padding: 0;
	margin: 5px;
	border: 1px solid #5A690A;
	font-family: Arial, Helvetica, sans-serif;
}
#formstyleone td {
	height: 30px;
	line-height: 30px;
}
#formstyleone .sendbutton {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	border: 1px solid #5A690A;
	background: #fff;
	color: #000000;
	text-align: center;
}
#formstyleone .sendbutton:hover {
	border:1px solid #5A690A;
	color: #ffffff;
	background: #5A690A;
	cursor: pointer;
}
#formstyleone .selectinput {
	margin: 5px;
	border: #5A690A solid 1px;
	width: 200px;
	height: 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
}
#formstyleone .textarea {
	background-color: #FFFFFF !important;
	width: 250px;
	height: 80px;
	padding: 0;
	margin: 5px;
	border: 1px solid #5A690A;
	font-family: Arial, Helvetica, sans-serif;
}
#formstyleone h1{ 
	margin: 40px 0 10px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 33px;
	font-weight: normal;
	color: #5A690A;
	border-bottom: solid 1px #5A690A;
}
#formstyleone h2{ 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 16px;
	font-weight: bold;
	color: #5A690A;
}
#formstyleone h3{ 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #5A690A;
	border-bottom: solid 1px #5A690A;
}
#formstyleone .required {
	color: #FF0000;
}

#linkbutton-holder {
	margin-top: 20px;
}
a.linkbutton {
	display: block;
	width: 110px;
	height: 40px;
	background: url(/images/button-clickhere.jpg);
	text-decoration: none;
}
a:hover.linkbutton {
	background-position: -110px 0;
}




/* FOOTER */
#footer { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 870px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8ea727;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ 
	height: 50px;
	padding: 0 30px 0 30px;	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#333300;
	line-height: 50px;
	font-size: 11px;
}
#footer a.leftlinks, #footer a:visited.leftlinks {
	color:#333300;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover.leftlinks {
	color:#fdcd08;
}
#rightfooter {
	float: right;
	font-weight: normal;
	font-style: italic;
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	line-height: 50px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hidden { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    height:0;
	visibility: hidden;
    font-size: 0px;
    line-height: 0px;
	width: 225px;
}

/* date picker styles.. */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}

/* This is for the content area at the bottom of the index menu */
.index-news-holder {
	width: 180px;
	margin-top: 12px;
	margin-bottom: 5px;
	background: url(/images/button-interior-news.png) no-repeat;
}
.index-news-holder a{
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
.index-news-holder a:hover{
	color: #fbef48;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
}
.index-news-holder p{	
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
.index-livechat {
	width: 140px;
	height: 49px;
	padding-top: 12px;
	border-top: 1px dotted #b39938;
}
.index-livechat a {
	display: block;
	width: 140px;
	height: 49px;
	background: url(/images/icon-live-chat.png);
}
.index-livechat a:hover {
	background-position: 0 -49px;
}
.index-livechat a span {
	display: none;
}
.index-contactinfo {
	font-size: 11px;
	color: white;
	border-top: dotted 1px #b39938;
	width: 140px;
	margin-top: 12px;
}
.index-contactinfo a {
	color: #fdcd08;
}
.index-youth-holder {
	width: 180px;
}

/* This is for the content area at the bottom of the interior menus */
.interior-training-holder {
	width: 158px;
	margin-top: 14px;
	margin-bottom: 2px;
}
.interior-news-holder {
	width: 158px;
	margin-bottom: 2px;
	background: url(../images/button-interior-news.png) no-repeat;
}
.interior-news-holder a{
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
.interior-news-holder a:hover{
	color: #fbef48;
}
.interior-news-holder p{
	font-size: 9px;
	line-height: 13px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
.interior-youth-holder {
	width: 158px;
}
