@charset "UTF-8";
/**************/
/*  Defaults  */
/**************/
body {
	background: url(../Images/Defaults/bg-pinstripe.png) repeat-y center;
	font-size: 62.5%;
}
a {
	color: #B08200;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #CDAE6C;
}
a[href ^='mailto:'] {
	padding-right: 18px;
	background: transparent url(../Images/Defaults/icons/icon-mailto.gif) right no-repeat;
}
a[href	$='.pdf'] {
	padding-right: 18px;
	background: transparent url(../Images/Defaults/icons/icon-pdf.gif) right no-repeat;
}
address {
	padding: 5px 0 15px 0;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666;
	font-style: normal;
}
blockquote {
	font-size: 1.2em;
	padding: 6px 20px;
	line-height: 1.3em;
	color: #444;
	font-style: italic;
}
em {
	font-style: italic;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	border-bottom: 3px double #ccc;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	color: #333;
}
h1 {
	border-bottom: none;
}
h3 {
	font-size: 1.6em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 7px 0 3px 0;
	color: #333;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
	padding-top: 10px;
	color: #555;
}
p, label,ul, ol, dl {
	color:#444444;
	font-family:Verdana,Geneva,sans-serif;
	font-size:1.1em;
	line-height:1.6em;
}
p {
	padding: 3px 0 8px 0;
}
strong {
	font-weight: bold;
}

/*  Tables  */
table {
	border-collapse: collapse;
	width: 100%;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}
	caption {
		background: #333;
		color: #DDDDDD;
		padding: 10px;
		font-size: 1.3em;
		text-transform: lowercase;
		font-variant: small-caps;
	}
	td, th {
		padding: 10px 8px;
		font-family: Verdana, Geneva, sans-serif;
	}
	th {
		background: #DDDDDD;
		border-bottom: 2px solid #666666;
		font-weight: bold;
		font-size: 1.2em;
	}
	td {
		border-bottom: 1px solid #CCCCCC;
		font-size: 1.1em;
	}
/*  Tables End  */

/***********/
/*  Lists  */
/***********/
ul, ol, dl {
	line-height: 1.3em;
}
ul {
	list-style-image: url(../Images/Defaults/bullet-l1.gif);
	padding: 5px 18px;
}
ul ul, ol ol {
	font-size: 1em;
	color: #777;
}
ul ul {
	list-style-image: url(../Images/Defaults/bullet-arrow_grey.gif);
}
ol {
	list-style: decimal;
	padding-left: 25px;
}
ol ol {
	list-style: lower-alpha;
}
li, dd {
	padding: 2px 0;
}
ul#nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-image: none;
	padding: 15px 0;
}
ul#nav li {
	border-bottom: 1px solid #ccc;
	padding: 0;
}
ul#nav a {
	display: block;
	padding: 3px 0;
	text-indent: 5px;
	color: #A27C17;
}
ul#nav a:visited {
	color: #A27C17;
}
ul#nav a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
dl {
	padding: 3px 0 10px 0;
}
dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 8px 3px 0;
}
dd {
	padding: 3px 15px;
}
/***********/
/*  Forms  */
/***********/
form {
	background: #eaeaea;
	border: 1px solid #bbb;
}
form ul {
	list-style-image: none;
	padding-left: 0;
}
fieldset {
	padding: 8px 20px;
}
label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	padding: 8px 0 0 0;
	color: #444;
}
label.inline {
	display: inline;
	padding-left: 10px;
}
textarea {
	display: block;
}
input {
	margin: 2px 0 5px 0;
	vertical-align: middle;
}
/**************/
/*  Wrappers  */
/**************/
#wrapper {
	width: 740px;
	margin: 30px auto;
}
#contentWrap {
	background: #f0f0f0;
	overflow: hidden;
}
/**********************/
/*  Major Containers  */
/**********************/
#roof {
	background: #000000 url(../Images/Defaults/bg-roof.png) repeat-x;
	margin: 0 auto;
	height: 24px;
	text-align: right;
}
#roof img {
	display: block;
	margin: 0 auto;
	padding-left: 600px;
}
#roof a:hover {
	background: none;
}

#header {
	position: relative;
	background: url(../Images/Defaults/banner_images/banner_02.jpg) no-repeat top right;
	height: 184px;
}
#mainContent {
	float: left;
	width: 445px;
	background: #fff;
	padding: 25px 25px 20px 0;
}
#sideBar {
	float: right;
	width: 230px;
	padding: 25px 20px 20px 20px;
}
#footer {
	clear: both;
	text-align: right;
	border-top: 1px solid #ccc;
}
/*******************************/
/*  Container Specific Styles  */
/*******************************/
#mainContent img {
	margin: 10px;
}
#sideBar form {
	background: none;
	border: none;
}
#sideBar input.searchBox {
	width: 160px;
}
#footer p {
	font-size: 1em;
	color: #888;
}
/***********/
/*  Tools  */
/***********/
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.hidden {
	position: absolute;
	left: -9999px;
}
/* Banner Tools  */
.logo {
	position: absolute;
	left: 0;
	bottom: 0;
}
.department {
	position: absolute;
	right: 0;
	bottom: 0;
}
