/* CSS Document */

#wrapper1 {
	width: 800px;
	text-align: left;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 700px;
	}
	
#bannertop {
	width: 800px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	vertical-align:middle;
	background-color: #3c4d01;
	}
	
#bggrey {
	width: 535px;
	background-color: #CCCCCC;
	padding: 5px 5px 5px 5px;
	border:dotted #999999
	}
	
#content {
	width: 800px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}
	
#leftcol {
	width: 200px;
	float: left;
	height: 1500px;
	background-image: url(../Images/left_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#midcol {
	width: 600px;
	height: 1500px;
	background-image: url(../Images/main_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	float: left;
	text-decoration: none;
	text-align: left;
}

#leftcolhome {
	width: 200px;
	float: left;
	height: 1130px;
	background-image: url(../Images/left_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin-left:auto;
}

#midcolhome {
	width: 600px;
	height: 1130px;
	background-image: url(../Images/main_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	float: right;
	margin-right:auto;
}


#leftcol1 {
	width: 200px;
	float: left;
	height: 550px;
	background-image: url(../Images/left_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#midcol1 {
	width: 600px;
	height: 550px;
	background-image: url(../Images/main_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	float: left;
}

#rightcol1 {
	width: 180px;
	float: right;
	height: 1500px;
	background-repeat: repeat-y;
	margin: 0px;
	background-image: url(../Images/right_bg.jpg);
}

#leftcol .item {
	width: 100%;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
#nav {
	width: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: #FFB612
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul li {
	display: block;
	width: 100%;
	color: #FFFFFF;
}

#nav ul li a {
	display: block;
	width: 180px;
	color: #FFFFFF;
	background: url(../left_bg.gif) repeat-y;
	padding: 5px 10px;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 1px dotted #A24A13;
}

#nav ul li a:hover {
	display: block;
	width: 180px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background: #A24A13;
	padding: 5px 10px;
}
	
#footer {
	width: 800px;
	padding: 0px;
	height: 20px;
	background: #FFB612;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding-top: 4px;
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#footer a:hover {
	color: #009999;
}

.content1 {
	text-align: left;
	font: 10pt/1.3em Arial, Helvetica, sans-serif;
}

.content2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.1em;
}

h1 {
	text-align: left;
	font: bold 13pt Arial, Helvetica, sans-serif;
}

h2 {
	text-align: left;
	font: bold 11pt Arial, Helvetica, sans-serif;
}
#wrapperbody {
	margin-left:auto;
	margin-right:auto;
}
body {
	text-align:center;
}

/* ANYLINK CSS */

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px dotted #A24A13;
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 22px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 150px; /* default width for menu */
padding-right:5px;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #A24A13;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #FFFFFF;
background: #FFB612;
text-align:left;
padding-left:5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #A24A13;
color: white;
border-bottom-color: #FFFFFF;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */

/*CSS for shadow. Keep this as is */
/*.anylinkshadow{ 
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
/*background: black;
visibility: hidden;
}*/