/* ########## Layout ########## */
html,body {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	min-height: 100%;
	font-family:arial,helvetica,sans-serif;
	font-size: 14px;
	text-align: center;
}
html {
	background-color: #e2d7d3;
}
body {
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
div#pagewidth {
	width: 956px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url("/images/site/dropshadow.gif");
	background-repeat: repeat-y;
	margin-top: 9px;
	margin-bottom: 9px;
}
div#wrapper {
	position: relative;
	width: auto;
	height: 100%;
	background-image: url("/images/site/dropshadow_top.gif");
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 9px;
}
h1,h2,h3,h4,p,ul,li { margin:0; padding:0; }
img { border: none; }


/* ########## Master Divs ########## */
div#header {
	height:  120px;
	background-image: url("/images/site/header.gif");
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
div#nav {
	height: 38px;
	background-image: url("/images/site/nav_background.gif");
	background-repeat: repeat-x;
	padding-left: 14px;
}
div#footer {
	padding-bottom: 9px;
	background-image: url("/images/site/dropshadow_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	margin-left: -8px;
	margin-right: -8px;
	padding-left: 8px;
	padding-right: 8px;	
}
#home div#footer .background { display: none; }
#home .violator { left: 8px; top: 395px; }
div#tracking {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* ########## Main Nav ########## */
div#nav {
	position: relative;
}
#nav #extra_links {
	position: absolute;
	text-align: right;
	right: 30px;
	top: 10px;
	width: 200px;
} 
#nav #extra_links a {
	color: white;
	text-decoration: underline;
	margin-left: 5px;
	display: block;
	padding: 5px;
	float: right;
	font-size: 11px;
}
#nav #extra_links a:hover, #nav #extra_links a.selected {
	color: white;
	text-decoration: none;
	display: block;
	border: 1px solid #1e9d8b;
	padding: 4px;
}
#nav a {  }
#nav a img { height: 38px; position: relative;}

/* ########## Sub Nav ########## */
div#subnav {
	height: 28px;
	color: #1e9d8b;
	font-size: 13px;
	letter-spacing: 1px;
}
div#subnav div#box {
	border-left: 1px solid #1e9d8b;
	border-bottom: 1px solid #1e9d8b;
	height: 100%;
}
div#subnav a {
	color: #1e9d8b;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-left: 15px;
}
div#subnav a:hover, div#subnav a.selected {
	color: #1e9d8b;
	text-decoration: none;
	font-weight: bold;
}

/* ########## Side Nav ########## */
#sidenav {
	display: block;
	width: 246px;
	background-color: #e9e0dd;
	background-image: url("/images/site/sidenav_background.gif");
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	right: 13px;
	border: 1px solid #a9887c;
	padding-left: 10px;
}
#sidenav.alt {
	background-image: url("/images/site/sidenav_background2.gif");
	font-size: 13px;
	line-height: 15px;
}

div#main div#sidenav h2 {
	display: block;
	color: white;
	background-color: #491f0a;
	background-image: url("/images/site/sidenav_h2.gif");
	background-repeat: repeat-x;
	height: 20px;
	margin-left: -10px;
	font-weight: normal;
	padding-top: 8px;
	padding-left: 16px;
	color: #dbd2ce;
	font-size: 16px;
}
div#main div#sidenav.subsubnav a {
	position: relative;
	left: -10px;
	display: block;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #491f0a;
	text-decoration: none;
	border-top: 1px dotted #855646;
	padding-left: 18px;
	margin-left: 10px;
}
div#main div#sidenav.subsubnav a.last {
	border-bottom: 1px dotted #855646;
}
div#main div#sidenav.subsubnav a:hover, div#main div#sidenav.subsubnav a.selected {
	color: #1e9d8b;
	font-weight: bold;
	text-decoration: none;
	background-image: url("/images/site/sidenav_selected.gif");
	background-repeat: no-repeat;
}
div#main div#sidenav.subsubnav a.notselected {
	color: #491f0a;
	font-weight: normal;
	background-image: none;
}
#sidenav li {
	list-style-type: square;
	padding-bottom: 15px;
}

/* ########## Footer ########## */
div#footer .background {
	background-image: url("/images/site/footer_background.gif");
	background-repeat: no-repeat;
	height: 58px;
	font-size: 11px;
	color: white;
	padding-left: 30px;
	padding-top: 27px;
}
#footer a {
	color: white;
}
#footer a:hover, #footer a.selected {
	color: #8ecec5;
}

/* ########## Header ########## */
div#header #logo {

}
#header div#topnav {

}
#header div#topnav a {

}
#header div#topnav a:hover {

}


/* ########## Content ########## */
#content {
	position: relative;
	float: left;
	background-color: white;
	margin:0; padding:0;
	margin-top: 18px;
	margin-left: 58px;
	padding-right: 280px;
	color: #491f0a;
	line-height: 20px;
	width: 602px;
	min-height: 490px;
}

#home #content { margin: 0px; }

div#content p { margin-bottom: 20px; max-width: 570px; }
.left { float: left; }
.right { float: right; }
div#content a { color: #1e9d8b; }
div#content a:hover { color: #8ecec5; }
#home div#content a { color: white; }
#home div#content a:hover { color: #8ecec5; }
div#content .violator { position: absolute; }
div#content .large { font-size: 16px; }
div#content .small { font-size: 12px; line-height: auto; }
div#content .xsmall { font-size: 11px; }
div#content .xxsmall { font-size: 10px; }
div#content .caps { text-transform: uppercase; }
div#content .tiny { font-size: 9px; }
div#content .center { text-align: center; margin-left: auto; margin-right: auto;}
div#content .green { color: #1e9d8b; }
div#content h1 {
	color: #491f0a;
	font-size: 20px;
	font-family:arial,sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
}
div#content h2 {
	color: #491f0a;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
div#content h3 {
	color: #1e9d8b;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
div#content h4 {
	color: #1e9d8b;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 10px;
}
div#content ul {
	margin: 0; padding: 0;
	list-style-image: url(images/site/icons/bullet.gif);
	list-style: square;
	margin-left: 16px;
	margin-bottom: 10px;
}
div#content ul li { margin-bottom: 2px; }
br.clear { clear: both; }
div.clear { clear: both; font-size: 0px; height: 0px;}

#content .greenbox {
	margin-left: 332px;
	width: 270px;
	color: #076356;
	border: 1px solid #8ecec5;
	background-color: #cae8e4;
	background-image: url("/images/services/greenbox_background.gif");
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 17px;
	height: 282px;
}
#content .greenbox h4 {
	margin-left: 48px;
	margin-top: 18px;
	margin-bottom: 14px;
}
#content .greenbox li {
	list-style-type: square;
	margin-left: 10px;
}
#content .greenbox p {
	margin-left: 10px;
}

#content .widebox {
	border: 1px solid #ddcfcb;
	background-color: #f7f3f2;
	background-image: url("/images/site/box_background.gif");
	background-repeat: no-repeat;
	width: 572px;
	padding-top: 12px;
}
#content .widebox li {
	padding-bottom: 10px;
}