@charset "utf-8";
/* CSS Document */

html, body {
	background: url(../images/body-bg.png) top center no-repeat;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	border-bottom: 1px solid #ff6604;
	color: #ff6604;
	font-size: 18px;
	margin-bottom: 1em;
	padding-bottom: .5em;
}

h2, h3 {
	font-size: 16px;
}

h2 {
	color: #ff6604;
}

h3 {
	color: #61ab70;
}

h4 {
	color: #666;
	font-size: 15px;
}

p {
	margin-bottom: 1em;
}

a {
	color: #2a92C0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

body {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

.clr {
	clear: both;
}

#wrapper {
	margin: auto;
	width: 990px;
	
}

#header {
	height: 201px; /* had to use height instead of margin or padding for FUCKING IE6 */
	position: relative;
}

#header-logo {
	margin-top: 20px;
}

#header-address {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	left: 68px;
	position: absolute;
	top: 109px;
}

#header-people {
	float: right;
	position: relative;
	z-index: 2;
}

#nav-wrapper {
	background: url(../images/nav-wrapper-bg.png) repeat-x;
	height: 55px;
	left: 0;
	position: absolute;
	top: 151px;
	width: 100%;
	z-index: 1;
}

#nav {
	margin: auto;
	position: relative;
	width: 990px;
	
}

#nav li {
	float: left;
	line-height: 55px;
}

#nav a {
	color: #fff;
	font-size: 16px;
	padding: 5px 7px;
}

#nav a:hover {
	background: #fff;
	color: #ff7319;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav #nav-home {
	background: url(../images/nav-home-bg.gif);
	display: block;
	height: 47px;
	margin-top: 3px;
	padding: 0;
	width: 39px;
}

#nav #nav-home:hover {
	background-position: bottom;
}

#content {
	padding-top: 20px;
	position: relative;
}

#home-virtual-tour {
	background: url(../images/home-virtual-tour.jpg);
	bottom: -10px;
	height: 319px;
	position: absolute;
	right: 0;
	width: 416px;
	z-index: 1;
}

#home-virtual-tour a {
	background: url(../images/right-arrow-bg.png) 160px center no-repeat;
	color: #fff;
	display: block;
	height: 34px;
	padding: 3px 0 0 10px;
	position: absolute;
	bottom: 32px;
	right: 0;
	width: 180px;
}

#home-virtual-tour a:hover {
	background-color: #75B582;
	text-decoration: none;
}

#left-column {
	float: left;
	margin-right: 10px;
	width: 200px;
}

.left-quicklinks {
	margin: 0 0 .5em .5em;
	padding-left: .5em;
}

.left-quicklinks a {
	font-size: 12px;
}

#center-column {
	float: left;
	padding-right: 20px;
	position: relative;
	width: 725px;
	z-index: 2;
}

#center-column-with-left-column {
	float: left;
	padding-right: 20px;
	width: 515px;
}

#center-column ul, #center-column ol, #center-column-with-left-column ul, #center-column-with-left-column ol {
	margin: 0 0 1em 1em;
	padding-left: 1em;
}

#center-column ul li, #center-column-with-left-column  ul li {
	list-style-type: disc;
} 

#center-column ol li, #center-column-with-left-column  ol li {
	list-style-type: decimal;
} 

#right-column {
	float: right;
	line-height: 1.3;
	padding: 10px 0 0 20px;
	width: 225px;
}

#right-column ul {
	margin-bottom: 1em;
}

#right-column a {
	font-size: 15px;
}

#home-procedure-list {
	color: #666;
	font-weight: bold;
	margin: 1em 0 0 10px !important;
	padding: 0 !important;
}

#home-procedure-list li {
	float: left;
	list-style: none !important;
	margin-right: 10px;
	width: 240px;
}

.home-doc a {
	background: url(../images/home-document-bg.png);
	color: #ff6604;
	display: block;
	font-weight: bold;
	height: 152px;
	padding: 76px 20px 0 20px;
	text-align: center;
	width: 138px;
}

.home-doc a:hover {
	text-decoration: none;
}

.home-doc span {
	background: #61AB70 url(../images/right-arrow-bg.png) 160px center no-repeat;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	left: 0;
	line-height: 20px;
	padding-right: 25px;
	position: absolute;
	text-align: right;
	width: 153px;
}

.staff-list {
	margin: 0 !important;
	padding: 0 !important;

}

.staff-list li {
	float: left;
	list-style-type: none !important;
	margin: 0 0 1em 0;
	width: 240px;
}

#items-required {
	border-top: 1px solid #ff6604;
	border-bottom: 1px solid #ff6604;
	margin-bottom: 1em;
}

#items-required h2 {
	background: #fdf6ce;
	font-size: 17px;
	margin-bottom: 5px;
	padding: 10px 5px;
}

#items-required ul {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 0;
}

#items-required ul li {
	line-height: 16px;
	list-style: none;
	padding: 3px 5px;
}

#items-required img {
	margin-right: 5px;
	vertical-align: middle;
}

#items-required a {
	font-weight: normal;
}

#center-column .gallery {
	margin: 0;
	padding: 0;
}

#center-column .gallery li {
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
}

/* contact form styles */

form {
	display: table;
	margin: auto;
}

form .input {
	margin-bottom: .5em;
}

form .submit {
	margin-bottom: .5em;
	text-align: right;
	overflow: auto;
}

form label {
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 80px;
}

form label.error {
	color: #a80000;
	display: block;
	float: none;
	font-size: 12px;
	font-style: italic;
	margin-left: 90px;
	text-align: left;
	width: auto;
}

#sending {
	display: none;
	line-height: 25px;
	padding-right: 5px;
	font-style: italic;
}


#footer {
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 12px;
	padding: 10px 10px 0 10px;
}

#footer-links {
}

#footer-links li {
	float: left;
	margin: 0 20px 10px 0;
}

#footer p {
	font-size: 11px;
	padding-left: 10px;
}

