body {
	margin: 0;
	padding: 0;
	background: #eeeeee url(../images/main-bg.png) repeat-x;
	background-attachment: fixed;
	font-family: Georgia;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4b483f;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p{
	margin: 0 1em 1em 0;
	text-align: justify;
	line-height: 26px;
}

ul, ol {
	line-height: 26px;
	}

li {
	list-style-type: square;
	}

p.small {
	font-size: 11px;
	line-height: 18px;
	}

a {
	color: #666666;
	text-decoration: none;
	border-bottom: #666666 1px dotted;
	}

a:hover{
	text-decoration: none;
	border-bottom: #666666 1px solid;
	color: #666666;
	}



img {
	border: none;
	}

img.left {
	float: left;
	margin-right: 15px;
	}

img.right {
	float: right;
	margin-left: 15px;
	}

.links {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	}

.right {
	float: right;
	margin-right: 30px;
	margin-top: -30px;
	color: #cccccc;
	}
	
.footer-p {
	line-height: 10px;
	font-weight: normal;
	margin-right: 20px;
	}
	
.footer-p p{
	margin-bottom: 5px;
	margin: 0 0 0 0;
	}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 939px;
	margin: 0 auto;
}

/* Menu */



#navcontainer	{
	float: right;
	width: 939px;
	margin-left: 10px;
	height: 50px;
	margin-top: -60px;
	position: relative;
	padding-top: 6px;
	}

#navlist{
	list-style-type: none;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	height: 50px;
	}

#navlist li{
	border-left: #928561 1px dotted;
	list-style-type: none;
	float: right;
	line-height: 1.1em;
	margin: 0 .75em 0 -.5em;	
	padding: 0 .5em 0 .5em;
	}
	

#navlist li.first {
	border-left: none;
	}

#navlist li a{
	height: 50px;
	}

#navlist a {
	margin-right: 3px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	border-bottom: none;	
	font-size: 14px;
	color: #4b483f;
	font-weight: 700;
	margin-top: 50px;
	}
	
#navlist span {
	font-size: 11px;
	}
	

#navlist a:hover{
	text-decoration: underline;
	}
	
#navlist a.current {
	text-decoration: underline;
	}

/** Header Images */

#header-image {
	float: left;
	width: 988px;
	height: 290px;
	margin-left: -18px;
	background: url(../images/header.png) no-repeat left top;
	}


#wrapper {
	width: 956px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 30px;
}

/* Page */

#page {
	width: 939px;
	margin: 0 auto;
}

/* Content */

#content-wrapper {
	position: relative;
	clear:both;
	background: url(../images/bg.png) repeat-y left top;
	margin-left: -5px;
	width: 956px;
	}
	
#content-header-bg {
	position: relative;
	width: 755px;
	margin-left: 195px;	
	margin-bottom: -35px;
	height: 37px;
	}

#content {
	float: right;
	width: 630px;
	padding: 0 20px 0 0;
}

.breadcrumb {
	position: relative;
	font-size: 11px;
	margin-top: -85px;	
	margin-right: 30px;	
	margin-bottom: 20px;
	float: right;
	z-index: 10;
	font-family: helvetica;
	color: #ffffff;
}
.breadcrumb a {
	color: #ffffff;
	border-bottom: none;
	text-decoration: none;
	}
	
.breadcrumb a:hover {
	text-decoration: underline;
	}

.service-location {
	visibility: hidden;
	}

/* Sidebar */

#sidebar {
	background: #f1f1f0 url(../images/sidebar-bg.png) no-repeat left top;
	float: left;
	width: 240px;
	padding: 10px 0 23px 30px;
	margin-left: 9px;
	border-bottom: #f1f1f1 1px solid;


}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	font-family: Georgia, "Times New Roman", serif;
	font-variant: small-caps;	
	list-style-type: none;
	text-align: left;
	font-size: 12px;
	margin-left:-30px;
	padding-left: 20px;
	}

#sidebar li ul {
	padding-bottom: 30px;
	}

#sidebar li {
	line-height: 25px;
	border-bottom: 1px dotted #cccccc;
	}

#sidebar li:hover {
	background: #a1a1a1 url(../images/sidebar-menu-hover.png) repeat-x top left;
	color: #ffffff;
	line-height: 25px;
	border-bottom: 1px dotted #f4edd3;
	}

#sidebar li:hover a, #sidebar .current {
	color: #ffffff;
	background: none;
	}

#sidebar a {
	margin-left: -8px;	
	padding-left: 16px;
	border-bottom: none;
	}


#sidebar a.current {
	
	background:  url(../images/a-current.png) no-repeat center left;
	color: #6e0019;
	font-weight: bold;
	line-height: 35px;
	margin-left: -15px;	
	padding-left: 16px;
	border-bottom: none;
	}

#sidebar span {
	font-style: italic;
	text-align: center;
	}


#sidebar h2 {
	background: url(../images/h2.sidebar.png) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #035233;
	font-size: 22px;
	margin-left:-30px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 3px;
	margin-top: 12px;
	font-variant: small-caps;
	}	
	
#sidebar h2.none {
	font-family: 'Lucida Sans', Helvetica, Sans-Serif;
	background: none;
	letter-spacing: -1px;
	color: #84011f;
	font-size: 18px;
	font-weight: bold;
	margin-left:-30px;
	padding-left: 30px;
	padding-bottom: 0px;
	}	


#sidebar p {
	padding-bottom: 20px;
	padding-right: 30px;	
	font-size: 12px;
	}

#sidebar a {
	color: #484848;
	border: none;
	text-decoration: none;
	}

#sidebar a:hover {
	text-decoration: underline;
	color: #9f9672;
	}
	
	
/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 135px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #3A0700;
}

#x {
	padding: 3px;
	border: none;
	background: #3A0700;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}



/* Footer */
#footer-wrap {
	background: url(../images/footer-bg.png) no-repeat left bottom;
	width: 957px;
	height: 65px;
	margin: 0 auto;
	margin-left: 3px;
	margin-bottom: 30px;
	color: #cccccc;
}

#footer {
	margin: 0 auto;
	height: 65px;
	min-height: 64px;
	padding: 0;
	font-family: 'Lucida Sans', Helvetica, Sans-Sarif;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	}


#footer a {
	color: #cccccc;
	text-decoration: underline;
	border-bottom: none;
	}

#footer p {
	padding-top: 65px;
	padding-left: 30px;
	color: #cccccc;
	}

