/* CSS Document */

body {
	background: url("images/body-bg.gif");
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 24px 0;
	padding:0 0 24px 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height:18px;
	margin:0;
	padding:0;
}

h1 {
	color:#5e413b;
	font-size:110%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color:#5e413b;
	font-size:90%;
}

h3 {
	color:#999999;
	font-size:11px;
}

p {
	color:#5e413b;
	font-size:85%;
	margin:0 0 16px 0;
	padding:5px 0 0 0 ;
	line-height:130%;
}

ul, ol {
	color:#5e413b;
	font-size:90%;
	margin:0 0 16px 24px;
}

a {
	color:#5d191a;
}

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

#container {
	background:url(images/content-bg.gif) left top repeat-y;
	border:1px solid #ffffff;
	margin:6px auto 0 auto;
	width:1024px;
}

#banner {
	background:#ffffff;
}

#nav {
	background:url(images/nav-bg.jpg) center top repeat-y;
	width:1024px;
}

#nav ul {
	margin:0;
	padding:0 0 0 24px;
}

#nav li {
	display:inline;
	list-style:none;
}

#nav a {
	color:#e0d0bf;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:42px;
	padding:13px 24px;
	text-decoration:none;
	text-transform:uppercase;
}

#nav a:hover {
	background:url(images/nav-roll-over.gif) center bottom no-repeat;
	color:#ccf2f1;
}

#sub-nav {
	background:#b8c4ae;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:232px;
}

#sub-nav #active-page {
	background:url(images/subnav-bg.jpg) left bottom repeat-x #a4bbc1;
	font-size:16px;
	color:#5d191a;
	font-weight:bold;
	line-height:18px;
	padding:18px 0 18px 20px;
	width:212px;
}

#sub-nav ul {
	background:#d1d8cb;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 72px 0;
	margin:0 0 72px 0;
	font-weight:bold;
}

#sub-nav li {
	list-style:none;
	border-bottom:1px solid #ffffff;
	padding:12px 20px;
}

#sub-nav a {
	color:#5d191a;
	font-size:12px;
	line-height:12px;
	text-decoration:none;
}

#sub-nav a:hover {
	color:#333333;
	font-size:12px;
	line-height:12px;
	text-decoration:underline;
}


#content {
	background:#ffffff;
	padding:20px 48px;
}



#content {
	background:#ffffff;
	margin:0 0 0 232px;
	padding:20px 48px;
}

#footer {
	background:#280a0b;
	clear:both;
	padding:24px 0;
	text-align:center;
}

#footer p {
	color:#a3bbc1;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	margin:0;
	padding:0;
}

#footer a {
	color:#a3bbc1;
	text-decoration:none;
}

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