/* ++Default++ */
* {
	margin:0; 
	padding:0;
}

img {
	border: 0px;
}

img.side {
	padding-left: 20px;
}

img.featureImage {
	padding-right: 10px;
	float: left;
}

body {
	text-align:center;
	background: url("../images/background.png") repeat;
	height: 100%;
}

/* ++Wrappers++ */
#shadow {
	position: relative;
	width: 928px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: url("../images/shadow.png") no-repeat;
	z-index: 0;	
}

#wrapper {
	position: relative;
	width: 896px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #E2D09A;
	
	z-index: 1;
}

#brand {
	position: relative;
	width: 896px;
	height: 89px;
	margin: 0px;
}

#flash {
	position: relative;
	width: 896px;
	height: 239px;
	z-index: 3;
}

#nav {
	position: relative;
	background: url("../images/nav.png") no-repeat;
	width: 896px;
	height: 27px;
	text-align: center;
	margin: 0px auto;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #005789;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #3E2618;
	
	z-index: 100;
}

#nav span {
	display: block;
	height: 27px;
	padding-top: 5px;
}

#nav a.subpage {
	color: #005789;
	text-decoration: none;
}

#nav a.subpage:hover {
	color: #005789;
	text-decoration: underline;
}

#contentWrapper {
	position: relative;
	width: 894px;
	height: 100%;
	background: #FFFDEC;
	
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #5D3A24;
}

#content {
	position: relative;
	width: 894px;
	height: 100%;
	margin: 0px;
	background: url("../images/content-background.png") no-repeat bottom;
}

#content span {
	display: block;
	padding: 20px;
	width: 840px;
}

#col1 {
	padding: 20px;
	width: 550px;
	float: left;
}

#col2 {
	padding-top: 60px;
	width: 250px;
	float: right;
}

#col1address {
	padding: 20px;
	width: 425px;
	float: left;
}

#col2address {
	padding-top: 65px;
	width: 375px;
	float: right;
}

#col2 ul {
	list-style-type: none;
	margin: 0px;
}

#col2 ul li {
	display: block;
	margin: 0px;
	height: auto;
	width: 175px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	
	border-top: 0px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: #3E2618;
	border-style: solid;
}

#col3 {
	padding-top: 20px;
	width: 300px;
	height: 242px;
	float: right;
	background: url("../images/highlight-box.png") no-repeat left;
}

#content ul li a {
	text-decoration: none;
	color: #3E2618;
}

#content ul li a:hover {
	text-decoration: underline;
	color: #000000;
}

#col2 ul li.dark {
	background-color: #FAE9B7;
}

#col2 ul li.top {
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: #3E2618;
	border-style: solid;
	background-color: #FAE9B7;	
}

#col2 ul li.bottom {
	border-top: 0px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: #3E2618;
	border-style: solid;	
}


#content h1 {
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	padding-bottom: 20px;
	color: #167FAC;
}

#content h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #3E2618;
}

#content h2 a {
	text-decoration: none;
	color: #3E2618;
}

#content h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #3E2618;
}

#content h4 {
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #167FAC;
}

#content p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #3E2618;
}

#content p.address {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #3E2618;
}

#content p.italic {
	font-style: italic;
}

#content p.micro {
	font-size: 10px;
}

#content p.headline {
	width: 250px;
	padding-left: 40px;
}

#content p.headline a {
	color: #3E2618;
	text-decoration: underline;
	
}

#content p.headline a:hover {
	color: #167FAC;
	text-decoration: underline;
}

#content hr {
	height: 1px;
	text-align: left;
	color: #3E2618;
	background-color: #FFFDEC;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content p.top {
	text-align: center;
}

#content p a {
	color: #167FAC;
	text-decoration: underline;
}

#content p a:hover {
	color: #000000;
	text-decoration: underline;
}

#content ul {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#content ul.sub {
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
}

#content ul li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
	color: #3E2618;
}

#content ul li a {
	text-decoration: none;
	color: #3E2618;
}

#content ul li a:hover {
	text-decoration: underline;
	color: #000000;
}

#footer {
	position: relative;
	width: 896px;
	height: 73px;
	margin: 0px;
	background: url("../images/footer.png");
}

#footer span {
	display: block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #EBE3C1;
	padding-left: 20px;
	padding-top: 18px;
}

#footer a {
	color: #EBE3C1;
	text-decoration: none;
}

#footer a:hover {
	color: #167FAC;
	text-decoration: underline;
}

table {
	margin-bottom: 20px;
}

td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}
