/*
	 http://css-tricks.com
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #004b92;
  margin: 10px 0;
}

#page-wrap {
	margin: 0 auto 0;
	background-color: #fff;
	background-image: url(../images/content-shadow.gif);
	
	width: 930px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 930px;
	height: 200px;
	color: #000;
	margin: 0 auto 0;
	background-color: #fff;
	background-image: url(../images/vertical-shadow.gif);
	background-repeat: repeat-y;
}

#header h1 {
	margin-left: 20px;
}

#header-banner {
	margin-top: 70px;
	color: #000;
	z-index: 10;
	position: absolute;
	z-index: 10;
	border: 0px;
	width: 904px;
	margin-left: 13px;
}
#header-logo {
	margin-top: 10px;
	margin-left:20px;
	color: #000;
	z-index: 10;
	position: absolute;
	z-index: 10;
	border: 0px;
}
#header-phone {
	float: right;
	margin: 10px 20px 0 0;
	color: #28520c;
	font-size: 100%;
	text-align: right;
}

#img-header 
{
	margin-top: -60px;
	margin-left: -16px;
}

#img-alt-header
{
	margin-top: -140px;
	margin-left: -16px;
}

#main-content {
	text-align: justify;
	width: 410px;
	min-height: 400px;
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 290px;
}

#main-content ul {
	margin-left: 30px;
	padding-bottom: 10px;
}

#main-content-full {
	text-align: justify;
	width: 610px;
	min-height: 400px;
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 290px;
}

#main-content-full ul {
	margin-left: 30px;
	padding-bottom: 10px;
}

#main-sidebar {
	position: absolute;
	text-align: justify;
	top: 0;
	width: 230px;
	bottom: 0;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

#secondary-sidebar {
	position: relative;
	float: none;
	margin-top: -760px;
	margin-left: 680px;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

#footer {
	width: 930px;
	background: #fff;
	background-image:url(../images/footer-bg.gif);
	margin: 0 auto 15px;
	height: 100px;
}
#footer p {
	margin-left: 30px;
	padding: 15px;
	color: #004b92;
	font-weight: bold;
	word-spacing: normal;
	line-height: 18px;
	letter-spacing: normal;
}
#footer a {
	color: white;
	border-bottom: 1px dotted white;
	text-decoration: none;
}
#footer a:hover {
	border-bottom-style: solid;
}
#footer-bottom {
	width: 930px;
	height: 28px;
	margin: 0 auto 15px;
	margin-top: -15px;
	background-image: url(../images/footer-bottom.gif);
}
#footer #links {
	float: right;
	display: inherit;
	margin-right: 20px;
	padding: 10px;
}

#footnote {
	width: 930px;
	text-align: right;
	font-size: 90%;
	right: 50px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 50px;
}

#footnote a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

#footnote a:hover {
  text-decoration: underline;
}

/* NAVIGATION */
.sub-menu-header {
  background: url(../images/nav-arrow-right.png) no-repeat left center;
}

.sub-menu-header .active, .sub-menu-header .current, .sub-menu-header .currentParent {
  background: url(../images/nav-arrow-down.png) no-repeat left center;
}

.sub-menu-header:hover {
  background: url(../images/nav-arrow-down.png) no-repeat left center;
}


#nav-wrapper {
	float: left;
	margin: 0px 0 0 15px;
	padding: 0;
	padding-bottom: 20px;
	width: 259px;
}
#main-nav {
	margin: 0;
	padding: 0;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 110%;
	font-weight: normal;
	display: block;
	padding: 3px 0 3px 10px;
	width: 209px;
}
#main-nav a:active {
	color: #0F0;
}
#main-nav a:hover {
	background-color: #004b92;
}
#main-nav li ul {
	margin: 0;
	padding: 0;
}
#main-nav li ul li a:hover {
	background-color: transparent;
	font-weight: bold;
}
#main-nav li ul li {
	width: 259px;
	background-color: #28520c;
}
#main-nav li ul li a {
	padding: 3px 0 3px 20px;
	width: 199px;
	background-color: transparent;
}
