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


body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url('images/back.jpg');
	background-repeat: repeat-x;
	background-color: #004A80;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

h2 {
	font-weight: 700;
	color: #837900;
}

h3 {
	font-weight: 700;
	color: #837900;
}

h4 {
	color: #837900;
}

a {
	color: #837900;
}

.twoColElsLtHdr #container { 
	width: 48em; 
	background-color: #FBFAED;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #333333;
	border-bottom: 2px solid #333333;
	text-align: left;
} 
.twoColElsLtHdr #header { 
	background-image: url(images/headback.jpg);
	background-repeat: repeat-x; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 10em; /* since this element is floated, a width must be given */
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	padding-top: 30px;
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar1 li .active {
	background: #D4C112;
	color: #ffffff;
	font-weight: bold;
}

.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 1em 12.5em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	zoom: 1; 
	padding-top: 15px; 
} 

.twoColElsLtHdr #footer { 
	padding: 0 10px; 
	background-image: url(images/menuback.gif);
	background-repeat: repeat-x; 
} 
.twoColElsLtHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	color: #FCFAED;
	font: bold 12px Arial, Helvetica, sans-serif;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

table {
	width: 85%;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}

td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}

.map {
	margin-left: 80px;
	margin-bottom: 10px;
	border: none;
}

.button {
	margin-left: 250px; 
	margin-bottom: 20px;
	border: none;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #cfcfcf;
	text-decoration: none;
	font-weight: bold;
}

/* --------------------------------------------------------------------------------------------------------- */

.arrowsidemenu{
	width: 170px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #837900;
	border-size: 1px;
	border-width: 1px;
	margin-left: 10px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: normal 13px Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowyellow.gif) 100% 0;
	height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #FCFAED;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
	font-weight: bold;
	color: #ffffff;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #FCFAED;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #ffffff;
	font-weight: bold;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #333333;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #BCAA00;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FCFAED;
	padding: 5px 0;
	padding-left: 10px;
	background-color: #BCAA00;
}

.arrowsidemenu ul li a:hover{
	background: #D4C112;
	color: #ffffff;
	font-weight: bold;
}
