body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #656565;
	line-height: 1.7em;
	background-image: url(images/background-dark.png);
	background-repeat: repeat;
}

h1 {
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #4A4A4A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBDBDB;
}

h2 {
	font-size: 1.2em;
	color: #4A4A4A;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #4A4A4A;
	background-image: url(images/h3-icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 22px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #4A4A4A;
	background-image: url(images/action-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

a:focus {
	outline: none;
}

a {
	color: #001090;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #CA1C10;
}

.blue {
	color: #001090;
}

.thumb-left {
	float: left;
	margin-right: 15px;
	padding: 9px;
	background-color: #F2F2F2;
	border: 1px solid #DDDDDD;
}
.thumb-left-transparent {
	float: left;
	margin-right: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.thumb-right {
	float: right;
	margin-left: 15px;
	padding: 9px;
	background-color: #F2F2F2;
	border: 1px solid #DDDDDD;
}

.sidebar-thumb {
	padding: 10px;
	float: left;
	margin-right: 15px;
}

.findings-thumb {
	background-color: #F2F2F2;
	margin: 10px;
	padding: 9px;
	float: left;
	border: 1px solid #DDDDDD;
}

img {
	border: none;
}

small {
	font-size: 11px;
}

#header {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	height: 440px;
	padding: 0px;
}

#header2 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	height: 220px;
	padding: 0px;
}

#action {
	float: left;
	margin-top: 80px;
	width: 400px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#action h1 {
	font-size: 16px;
	font-weight: bold;
	color: #001090;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#action ul {
	list-style-type: none;
}

#action li {
	background-image: url(images/action-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

#action .button {
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* Home page slider */

#slider-wrapper {
	height: 230px;
	width: 480px;
	padding: 9px;
	border: 1px solid #DBDBDB;
	background: #FFF;
	float: right;
	display: inline;
	margin-top: 45px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#featured_slider 	{
	width:480px;
	height:230px;
	position:relative;
	z-index:1;
	margin: 0px auto;
} 

#slider {
	position:relative;
	min-height:230px;
	background:url(images/loader.gif) no-repeat 50% 50%;
	margin: 0px;
	padding: 0px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider {
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
}


/* Menu */

#menu {
	width: 950px;
	height: 36px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 74px;
	padding-right: 10px;
}

#menu ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	text-decoration: none;
	font-size: 13px;
	color: #4A4A4A;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#menu a:hover {
	background-image: url(images/menu-hover.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000;
}

#menu .active a {
	background-image: url(images/menu-hover.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000;
}

/* Page */

#page {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Content */

#contentwide {
	float: left;
	width: 920px;
	background-color: #FFF;
	border: 1px solid #DBDBDB;
	padding: 10px;
}

#contentwide blockquote {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: #606060;
	line-height: 1.6em;
}

#content {
	float: left;
	width: 550px;
	background-color: #FFF;
	border: 1px solid #DBDBDB;
	padding: 10px;
}

#content blockquote {
	background-color: #F2F2F2;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #606060;
	padding-bottom: 1px;
	padding-top: 1px;
	border: 1px solid #DDD;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.post {
	text-align: justify;
}

.post .title {
	margin: 0px;
	padding: 0px;
}

.post .meta {
	margin: 0px;
	padding: 0px;
	color: #606060;
}

.post .entry {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	background-color: #FFF;
	border: 1px solid #DBDBDB;
	padding: 10px;
}

#sidebar p {
	text-align: justify;
}

#sidebar blockquote {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: #606060;
	line-height: 1.6em;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	background-image: url(images/action-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

#sidebar h2 {
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBDBDB;
	margin-bottom: 35px;
	font-size: 1.4em;
}

#locations {
	width: 918px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 230px;
	background-color: #FFF;
	border: 1px solid #DBDBDB;
	line-height: 1.4em;
	padding: 10px;
}

#locations h1 {
	font-size: 16px;
	margin-bottom: 0px;
}

#locations .col {
	float: left;
	width: 229px;
	font-size: 12px;
	margin-top: 10px;
}

/* Footer */

#footer {
	height: 140px;
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#footer p {
	text-align: left;
	color: #4A4A4A;
	font-size: 12px;
	padding-top: 12px;
	padding-left: 10px;
}

#footer a {
	color: #4A4A4A;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
	height: 100px;
	width: 100px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#links a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}

#links a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
label {
	display: block;
	font-size: small;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	padding: 5px;
	width: 340px;
	border: 1px solid #DBDBDB;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	padding: 5px;
	width: 440px;
	border: 1px solid #DBDBDB;
	font-size: 12px;
}
.submit {
	height: 28px;
	width: 120px;
	margin-left: -5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.required {
	font-weight: bold;
	color: #E91006;
}

/* Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loadergif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
