/* CSS Document */

body
{
	background-image:url(bg.jpg);
	background-attachment:fixed;
/*	background-color:#000000;*/
	
}
.ent-web  a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.ent-web a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.ent-web a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.form
{
	  font-family: Arial, Helvetica, sans-serif;
	  color:#202020;
	  font-size:11px;
	  font-weight:normal;
}

.content_small
{
	  /*font-family: Arial, Helvetica, sans-serif;*/
	color:#202020;
	font: 8pt/13pt Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.content_small a:link
{
	font: 8pt/13pt Arial, Helvetica, sans-serif;
	  color:#436802;
	text-decoration:none;
}
.content_small a:hover
{
	font: 8pt/13pt Arial, Helvetica, sans-serif;
	  color:#924C00;
		text-decoration:underline;
}
.content_small a:visited
{
	font: 8pt/13pt Arial, Helvetica, sans-serif;
	  color:#C80013;
	text-decoration:none;
}
.content_red
{
	  /*font-family: Arial, Helvetica, sans-serif;*/
	color:#C80013;
	font: 9pt/15pt Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.content_title
{
	  /*font-family: Arial, Helvetica, sans-serif;*/
	color:#4E4D4D;
	font: 12pt/18pt Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.content
{
	  /*font-family: Arial, Helvetica, sans-serif;*/
	color:#4E4D4D;
	font: 8pt/15pt Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.content a:link
{
	  font-family: Arial, Helvetica, sans-serif;
	  color:#336699;
	  font-size:11px;
	text-decoration:underline;
}
.content a:hover
{
	  font-family: Arial, Helvetica, sans-serif;
	  color:#924C00;
	  font-size:11px;
		text-decoration:none;
}
.content a:visited
{
	  font-family: Arial, Helvetica, sans-serif;
	  color:#793900;
	  font-size:11px;
	text-decoration:none;
}
.table_border 
{
	  font-family: Arial, Helvetica, sans-serif;
	  color:#FF6600;
	  font-size:13px;
	  font-weight:normal;
	  border: 1px solid #D1EDFD;
	  line-height:100%;
}
.light_table_border 
{
	  font-family: Arial, Helvetica, sans-serif;
	  color:#333333;
	  font-size:13px;
	  font-weight:normal;
	  border: 1px solid #DDF1FE;
	  line-height:100%;
}

.table_title
{
	font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}

.footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#00436F;
}
.footer a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#36A6E5;
	text-decoration:none;
}
.footer a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#447FA0;
	text-decoration:underline;
}
.footer a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#36A6E5;	
	text-decoration:none;
}
.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 700px;
}

.curlycontainer .innerdiv{
background: transparent url(brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 2px;
			/*border-top: 1px solid;*/
			height: 200px;

		}
		.vertical li a{
			display: block;
			width: 130px;
			text-decoration: none;
			height: 1.5em;
			padding: 4px;
			/*border: 1px solid;
			border-top: 0px;*/
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.6em;
			margin-left: 130px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 1px solid;
			display: block;
			height: 1.4em;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 1.2em;
			float: left;
			display: block;
			width: 125px;
			padding: .1em 1px;
			border: 1px solid;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 129px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.horizontal li ul li a{
		width: 125px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: .5em;
		font-size: 95%;  
		}
		.arrow a:hover span{
		padding-left: 1em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			font: 8pt/15pt Arial, Helvetica, sans-serif;
			background-color: #279EE2;
			color: #FFFFFF;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: #E3F3FE;
			color: black;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}