/*
Main Site Style Template
*/

div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	border-top: 5px solid #0673CE;
	border-left: 5px solid #0673CE;
	border-right: 5px solid #0673CE;
	border-bottom: 5px solid #0673CE;
	background: #0673CE;
	width: 910px;
	text-align: center;
}

body
{
	margin-left: auto;
	margin-right: auto;
	font-size: 95%;
	font-family: verdana, arial, helvetica, tahoma;
	color: #FFFFFF;
	background-color: #0F0F0F;
	text-align: center;
}
		
a:link { color: #036; }
a:visited { color: #066; }
		
a:hover, a:active
{
	color: #fff;
	background-color: #036;
}
		
div#banner
{
	color: #fff;
	border-bottom: 2px solid #0000000;
	background: #087FE7 url(/home.nsf/files/pagelayout/$file/hd_bg.jpg) no-repeat;
	width: 910px;
	text-align: left;
}
		
div#banner h1
{
	margin: 0;
	padding: .3em 0 .3em .5em;
	font-size: 1.8em;
	font-weight: normal;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	background-image: url(/home.nsf/files/pagelayout/$file/nav_col_base.jpg);
	background-repeat: repeat-y;
	width: 910px;
	color: #000000;
	background-color: #FFFFFF;
}
		
div#container2
{
	background-image: url(/home.nsf/files/pagelayout/$file/more_col_base.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
		
div#navigation
{
	float: left;
	width: 150px;
	padding-top: 2em;
	padding-left: 1em;
}		
		
div#more
{
	float: right;
	width: 150px;
	margin: 0;
	padding: 2em 10px 0 0;
	color: #FFFFFF;
	text-align: left;
}
		
div#more h3
{
	margin-top: 0;
	color: #FFFFFF;
	padding: .2em;
	background-image: url(/home.nsf/files/pagelayout/$file/more_base.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
		
div#more p
{
	margin-top: 0;
	color: #FFFFFF;
	padding-top: .3em;
	font-size: .7em;
	font-weight: normal;
	text-align: center;
}

div#more a:link 
{ 
	color: #000000; 
	background-color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #0000000;
	border-left: 1px solid #0000000;
	border-right: 1px solid #0000000;
	border-bottom: 1px solid #0000000;
	padding:  5px 5px 5px 5px;
}

div#more a:visited 
{ 
	color: #000000; 
	background-color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #0000000;
	border-left: 1px solid #0000000;
	border-right: 1px solid #0000000;
	border-bottom: 1px solid #0000000;
	padding:  5px 5px 5px 5px;
}

div#more a:hover
{
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	border-top: 1px solid #0000000;
	border-left: 1px solid #0000000;
	border-right: 1px solid #0000000;
	border-bottom: 1px solid #0000000;
	padding: 5px 5px 5px 5px;
}
		
div#content
{
	margin-left: 190px;
	margin-right: 200px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
}
		
div#content h2
{
	font-size: 2em;
	color: #036;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
}
		
div#content { line-height: 150%; }
		
#cleardiv
{
	clear: both;
	height: 1em;
}
		
div#footer
{
	border-top: 2px solid #000000;
	text-align: center;
	width: 910px;
	background-color: #0673CE;
}
		
div#footer p {
	margin: 0;
	padding-top: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: .6em;
	font-weight: normal;
}

div#footer a:link 
{ 
	color: #FFFFFF; 
	text-decoration: none;
}

div#footer a:visited 
{ 
	color: #FFFFFF; 
	text-decoration: none;
}

div#footer a:hover
{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}


/*
Main Site Menu Code
*/

#navholder {
	margin:0px;
	padding:0px;
	margin-top:15px;
	list-style: none; /* kills the list item "bullet" markers */
	width: 135px;
	float:left;
	display: inline; /* doubled margin bug fix for IE/win */
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
	text-align:left;
	text-transform:uppercase;
}
#navholder-contents ul {
	margin:0px;
	padding:0px;
	width: 135px;
	border-top: 1px solid #000; /* Makes top border on flyouts */
	background: #ffffff;
}
#navholder-contents li {
	list-style: none; /* kills the list item "bullet" markers */
	border-right: 1px solid #000; /* Makes side borders on flyouts */
	border-bottom: 1px solid #000; /* Makes bottom border on flyouts */
	border-top: 1px solid #000; /* Makes bottom border on flyouts */
	position: relative;
	font-family: arial, sans-serif;
	font-weight:bold;
	vertical-align: bottom; /* for IE5/win */
}
#navholder-contents ul a {
	display: block;
	padding: 5px 10px;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: center;
	text-decoration: none;
	color: #000000;
}
#navholder-contents ul ul li {border-left: 1px solid #000; /* Makes side borders on flyouts */}
#navholder-contents ul ul {position: absolute; left: -3000px; background: #ffffff;}
/* flyout elements need a background image or color to avoid bugs in IE/win */
#navholder-contents li:hover {background: #cfd9e3;}
#navholder-contents ul li:hover ul {left: 12em; top: 4px;}
#navholder-contents ul a:hover {text-decoration: underline;}

