/** {margin: 0; padding: 0; border: 0;}*/

body {
background-image: url('Images/Layout/xp_bg.jpg'); 
background-repeat: repeat-x;
background-color: #1A2539;
text-align: center; 
}
html {
     overflow: -moz-scrollbars-vertical;
}

div.separatordots{
	border-top: 1px dotted #666666;
	margin-top:2px;
	padding-bottom:2px;
}
/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
padding:0px;
text-align: left;
width: 775px;
margin-right: auto;
margin-left: auto;
background: #F5F5F5 url(Images/Layout/content_bg.png);
/*background: #000 url(sidebar.gif) repeat-y 10px 0;*/
}
/* ----------------------------
    Table sytling
-------------------------------*/
table.myReg
{ text-align: center;
font-family:  Arial, sans-serif;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 535px;
background-color: #fafafa;
border: 1px #B0C59F solid;
border-collapse: collapse;
border-spacing: 0px; 
}
td.myHed
{ border-bottom: 2px solid #799466;
background-color: #D3DDCB;
text-align: left;
text-indent: 5px;
font-family:  Arial, sans-serif;
font-weight: bold;
font-size: 12px;
color: #404040;
}
table.myT
{ text-align: center;
font-family: Arial, sans-serif;
font-weight: normal;
font-size: 11px;
color: #E7E7E7;
background-color: #999999;
/*border: 1px #999999 solid;*/
border-collapse: collapse;
border-spacing: 0px; 
}
table.myInside
{ text-align: center;
font-family:  Arial, sans-serif;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 535px;
background-color: #fafafa;
border: 1px #CCCCCC solid;
border-bottom: 1px #FFF solid;
border-collapse: collapse;
border-spacing: 0px; 
}
td
{ border-bottom: 1px solid #CCCCCC;
border-top: 0px;
border-left: 1px solid #CCCCCC;
border-right: 0px;
text-align: left;
text-indent: 11px;
font-family:   Arial, sans-serif;
font-weight: normal;
font-size: 12px;
color: #404040;
background-color: #fafafa; 
padding: 6px;}

/* ---------------------- 
	Navigation Menu 
------------------------*/
#nav-menu
{
padding: 0px;
height:40px;
width:775px;
background: url(Images/Layout/nav_bg.jpg) #fff top left repeat-x;

}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}
#nav-menu ul li
{
float: left;
display:inline;
padding-bottom: 0px;
/*margin: 0 0.15em;*/
}

#nav-menu ul li a
{
padding:0px;
/*background: url(Images/Layout/nav_bg.jpg) #fff top left repeat-x;*/
height: 40px;
line-height: 40px;
float: left;
width: 9em;
display: block;
/*border: 0.1em solid #333333;*/
font-family: Arial, Helvetica, sans-serif;
color: #666666;
font-weight:bold;
/*font-weight:500;*/
font-size: 12px;
text-decoration: none;
text-align: center;
}
#nav-menu ul li a:hover
{
color: #333333;
text-decoration:underline;
}
/* Hide from IE5-Mac \*/
#nav-menu ul li a
{
float: none;
}
/* End hide */

#header {
	float: left;
	height: 150px;
	width: 735px;
	padding: 10px 20px 10px 20px;
}

#contentfloatholder {/* right faux column tab */
/*background: url(Images/Layout/sidebar.gif) repeat-y 100% 0;*/
float: left;
width: 775px;
}

#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
	height: 0px;
    clear: both; 
    visibility: hidden;
}

#contentwrap{
width: 535px;
float: left;
padding: 0px 10px 10px 25px;
}

/*---------------------------
   Main Content
-----------------------------*/
#content{
	
}
#content a, #subnav a {
	font-family: Arial, sans-serif;
	color: #6C955D;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}
#content a:hover {
	background-color:#E1E1BD;
}

/* ----------------------------
 	Image positioning.
-----------------------------*/
#bulletwrapper {
	clear:both;
}

#imgleft {
	float: left;
	margin:0px 15px 0px 0px;
}
#iconleft {
	float: left;
	margin:5px 5px 0px 0px;
}

#imgright {
	float: right;
	margin:0px 0px 0px 15px;
}
/* -------------------------------
/* FONTS 
/* -------------------------------*/
p, h1, h2, h3, li, #bulletwrapper {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	margin-top:0px;
}

p {
	margin-left:5px;
}
h1 {
	color:#000000;
	font-weight: bold;
	font-size:13px;
	margin-top:.5em;
}
h2 {
    color:#000000;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left:5px;
}

h3 {
	font-weight: normal;
}

li {
	margin-left:0px;
	padding:0px;
	text-indent:0px;
}
ul {
	margin-top: 5px;
}
/* -------------------------------
/* Vertical Navigation */
/* -------------------------------*/
#subnav{
float:right;
  width: 175px;
	margin: 0;
	padding: 0px 20px 0px 0px;
}
#subnav ul {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;	
			
}

#subnav ul li { display: inline;}

#subnav ul li a {
	display: block;
	height:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;
	/*font-size: 1.2em;*/
	padding: 10px 10px 9px 20px;
	border: none;
	color: #666666;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	background: #fff url('Images/Layout/subnav_reg.png');
	cursor: pointer;
}
#subnav #currentpage a {
background: #fff url('Images/Layout/subnav_down.png');
	color: #333333;
	font-weight:bold;
}
#subnav ul li a:visited {
	background: #fff url('Images/Layout/subnav_reg.png');
	color: #666;
	text-decoration: none;
}
#subnav ul li a:hover {
	background: #fff url('Images/Layout/subnav_down.png');
	color: #000;
	text-decoration: none;
}

#subnav ul li a:active {
	color: #00AA00;
	background: #fff url('Images/Layout/subnav_down.png');
	cursor: default;
}
/*#subnav ul li a.active:after { content: "\00A0\00BB" attr(cite); }*/


/************* IE Mac CSS Only  works for Win too **************
* html div#contentwrap {margin: 0 -100% 0 0;}
* html div#content {margin: 0;}

/* -------------------------
    FOOTER
--------------------------- */
#end {
clear: both;
padding: 0px;
}
#footer{
clear: both;
width: 755px;
padding: 5px 10px 0px 10px;
background: #1A2539;
color: #CCFFCC;
text-decoration: none;
}
#footer a{
float left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CCFFCC;
text-decoration: none;
}
/* Hide from IE5-Mac \*/
#footer a:hover
{
float: none;
text-decoration: underline;
}
#fineprint {
padding: 5px 10px 0px 10px;
font-family: Arial, Helvetica, sans-serif;
color: #777777;
font-size:10px;
background: #1A2539;
}
#fineprint a{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #4c6797;
text-decoration: none;
}
/* Hide from IE5-Mac \*/
#fineprint a:hover
{
float: none;
text-decoration: underline;
}
/* FORM INPUT STYLING */
input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
border: 1px solid #AAA;
background-color: #FFFFFF;
padding: 3px;
}

input:focus, textarea:focus {
background-color: #E8FAE1;
}

input:hover, textarea:hover{
border: 1px solid #777;
}

/* FORM ERROR STYLE */
#errorbox {
padding: 10px;
background-color: #DFEBC1;
border: 1px solid #006633;
}

#successbox {
padding: 10px;
background-color: #E8FAE1;
border: 1px solid #006633;
}
