/* layout styles */

body {
	margin: 0;
	padding: 0 6%;
/*	padding: 0 8%;  original */	
	text-align: center;
	background: #ccc;
	font-family: Verdana, trebuchet, helvetica, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	line-height: 1.25em;
	}

#wrap {
	position: relative;
	width: 100%;	
/*	width: 90%;  original */
	margin: 0 auto;
	font-size: 100%;
	text-align: left;
	background: #fff;
	}

#header {
	background: #fff;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#topnav {
	background-color:#fff;
	padding-top: 10px;
	}

#content-left {
	float:left;
	width:70%;
	background:#fff;
	padding: 0 15px 15px 15px;
	margin: 15px 0 15px 0;
/*	border-right: 1px dashed #003399;  */
	text-align: left;
	}

#content-right {
/*	background: #eee9d2; */
	margin-top:15px;
	margin-left: 15px;
	margin-right: 15px;
	}
	

#footer {
	clear: both;
	background: #003399;
	margin: 0;
	padding: 5px 5px 10px 5px;
	font-size: 85%;
	color: #fff;
	text-align: center;
	}


/* Text styles below */


h1 {
	font-size: 150%;
	margin-bottom: 15px;
	}

h2 {
	font-size: 130%;
	padding-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	}

h3 {
	font-size: 115%;
	}

h4 {
	font-size: 100%;
	}


/* top nav menu styles */

#navlist
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #E8EBF0;
border: 1px solid #ccc;
color: #666;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist a:hover { color: #f00; }

body.section-1 #navlist li#nav-1 a,
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1,
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a,
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
} 


/* content-right styles */

#box-color {
margin: ;
padding: 10px;
background-color: #ffffcc;
}

#box-color h1 { 
margin: 0 0 10px 0;
padding: 10px 0 0 0;
text-align: center;
font-size: 110%;
color: navy;

}


#box-color ul, #box-color li { 
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
color: navy;
}


#footer a:link {
	color: #ffffcc;
}

#footer a.hover {
	color: #66ccff;
	
}

#footer a.active {
	color: #ffffff;
	
}

#footer a:visited {
	color: #66ccff;
}

#address ul, #address li {
list-style-type: none;
margin: 0;
padding: 0;

}


#content-left li {
padding: 0 0 3px 0;
}