/* Screen structure styles */

body {
	background: #d9d9d9;
	color: #333c4b;
	font: 12px Tahoma,sans-serif;
	line-height: 1.43;
	text-align: center;
}

p {
	margin: 1em 0 0;
}

h1 {
	color: #1625ac;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 2em;
	line-height: 1.25;
	margin: 1.5em 0 1em;
	text-transform: uppercase;
}

h2 {
	color: #ff7e00;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	margin: .8em 0 .6em;
	text-transform: uppercase;
}

h3 {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 1.5em;
	margin: 1em 0 1em;
	text-transform: uppercase;
}

h4 {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 1.3em 0 0.5em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	margin: 1em 0 0.5em;
	border-bottom:thin solid black;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	margin: 1.3em 0 0.5em;
}

blockquote {
	margin: 2em 4em;
}

address {
	margin: 1em 2em;
}

ul, ol {
	margin: 1.5em;
	padding: 0 .5em;
	text-indent: none;
}

li {
}

h1 small, h2 small, h3 small, h4 small {
	display: block;
	font-size: 80%;
}


a {
	font-weight: bold;
}

a, a:link, a:visited {
	color: #007dce;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
/* rir = Revised Image Replacement (Dwyer Method) */
.rir { background: transparent no-repeat; display: block; margin: 0; padding: 0; position: relative; }
.rir a { display: block; height: 100%; width: 100%; }
.rir span { display: block; height: 0; overflow: hidden; width: 0; }

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

img.bordered {
	border: 1px solid #333;
}


/* Layout elements */

#wrapper {
	background: #fff url(../img/wrapper_bg.gif) repeat-y center top;
	margin: 0 auto;
	padding: 0 4px;
	position: relative;
	text-align: left;
	width: 778px;
}

#banner {
	background: #fbfbfb url(../img/banner_bg.jpg) no-repeat;
	height: 193px;
	padding: 0 0 1px;
	position: relative;
	width: 778px;
}

#banner h1 {
	background-image: url(../img/banner_logo.gif);
	height: 68px;
	left: 12px;
	position: absolute;
	top: 16px;
	width: 282px;
}

#column-wrapper {
	background: transparent url(../img/sidebar_bg.jpg) repeat-y left top;
	height: auto !important; /* IE6 min-height hack */
	height: 400px;
	min-height: 400px;
}

#sidebar {
	background: transparent url(../img/sidebar_bg.jpg) repeat-y;
	float: left;
	width: 195px;
}


#menu-wrapper {
}

#sidebar h3 {
	background: transparent url(../img/sidebar_separator_thick.gif) no-repeat bottom;
	font-size: 1.17em;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: .1em 14px;
}

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

#sidebar .separated li {
	background: transparent url(../img/sidebar_separator.gif) no-repeat bottom;
	padding: 1.2em 14px;
}


#content {
	background: transparent url(../img/content_bg.jpg) no-repeat top;
	height: auto !important; /* IE6 min-height hack */
	height: 126px;
	margin: 0 0 0 195px;
	min-height: 126px;
	padding: 7px 28px 2em;
	position: relative;
}


#content h2 {
	line-height: 36px;
	margin: 0 0 1.2em;
	padding: 0;
}


#column-cap {
	background: transparent url(../img/column_cap.gif) no-repeat;
	height: 26px;
	width: 778px;
}


#footer {
	background: #fff url(../img/footer_bg.gif) repeat-y center bottom;
	margin: 0 auto;
	padding: 0 4px;
	position: relative;
	text-align: left;
	width: 778px;
}

#footer-left {
	color: #fff;
	float: left;
	font-size: .85em;
	padding: 1.8em 5px;
	text-align: center;
	width: 185px;
}

#footer-left a, #footer-left a:link, #footer-left a:visited {
	color: #fff;
	font-weight: normal;
}

#footer-right {
	float: right;
	font-size: .85em;
	padding: 1.2em 5px;
	text-align: center;
	width: 573px;
}
.staff {
	list-style:none;
}
.staff li {
	padding:4px 0;
	position:relative;
}
.staff li > a {
	padding:2px 0;
	cursor:pointer;
}
.tooltip {
	background:#F5F5B5;
	border:thin solid #DECA7E;
	z-index:3;
	padding:0 10px 8px;
	position:absolute;
	margin:1px;
}
a .tooltip, .tooltip a {
	color: #333c4b;
	font-weight:normal;
}
.tooltip a:hover {
	text-decoration:none;
}
.tooltip h5 a {
	color:#333c4b;
	font-weight:bold;
}
.tooltip p {
	color:#333c4b;
	font-weight:normal;
}
.qtip-button {
	margin:0;
	padding:0 5px 1px;
	font-size:10px;
	border:thin solid #A27D35;
	color:#A27D35;
}
#faq {
	margin-bottom: 25px;
}
#faq .faqcontent {
	margin:0 10px;
	font-size:95%;
}
#faq h4.faqopened, #faq h4.faqclosed {
	cursor:pointer;
	padding:0 0 0 15px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:0;
}
#faq h4.faqclosed:hover {
	color:black;
}
#faq h4.faqclosed {
	color:#666666;
	background:transparent url(../img/collapsed.png) no-repeat scroll 0 5px;
}
#faq h4.faqopened {
	color:black;
	background:transparent url(../img/expanded.png) no-repeat scroll 0 5px;
}
.contactInfo {
	float:left;
	padding:0 10px 0 0;
	width:220px;
}
ul.contactList {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 0 10px;
}
ul.contactList li {
	padding:8px 2px;
}
.contactForm {
	float:left;
	padding:15px 0 0;
}
.contactForm form {
	padding:0 0 0 30px;
}
.contactForm .inputContact {
	color:#333333;
	width:250px;
}
.contactForm label {
	color:#444444;
	display:block;
	margin-bottom:10px;
}
.contactForm label span {
	display:block;
	float:left;
	font-weight:bold;
	padding-right:6px;
	text-align:right;
	width:70px;
}
.contactForm .submitContact {
	left:75px;
	position:relative;
}