/*** Content ***/

body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 13px;
	background-color: #93B4C6;
}

h1 {
	color: #5E7485;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;	
	border-bottom: 1px solid #93B4C6;
	padding-bottom: 2px;
}

h2 {
	color: #371302;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

h2.top {
	margin-top: 10px;
}

.small {
	font-size: 11px;
}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

.photo {
	background-color: #FFF;
	border: 1px solid #93B4C6;
	padding: 3px;
}

/*** Lists ***/

ul {
	list-style-image: url(../images/box.gif);
	list-style-position: outside;
	padding-left: 18px;
}

ul,
ol {
	margin-top: 0;
	margin-left: 0;
}

ol {
	padding-left: 21px;
}

ul.bottom {
	margin-bottom: 0;
}

/*** Horizontal Rule ***/

hr {
	border: none;
	background-color: #93B4C6;
	color: #93B4C6; /* Older versions of IE use the `color` attribute to style <hr> */
	height: 1px;
	line-height: 1px;
	margin-top: 15px;
	width: 100%;
}

/*** Styled Table ***/

.feature th,
.feature td {
	text-align: left;
	vertical-align: top;
}

.feature th {
	background: url(../images/layoutsplices/th.png) repeat-x #728FA3;
	border-bottom: 1px solid #688395;
	color: #FFF;
	font-size: 13px;
	padding: 4px 8px;
}

.feature td {
	padding: 8px;
	
}

.feature {
	background: #DEE8ED;
	border: 1px solid #96AAB6;
	border-top: none;
}

.feature td.center {
	text-align: center;
}

/*** Column ***/

.column {
	width: 200px;
	float: right;
}

/*** Links ***/

a:link,
a:visited,
a:active {
	color: #3F505C;
	text-decoration: none;
}

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

/*** Layout ***/

#site_wrapper {
	border: 1px solid #371302;
}

#nav {
	background-image: url(../images/layoutsplices/nav_bkgrnd.gif);
	background-position: top right;
	background-repeat: repeat-y;
}	

#nav ul {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	list-style-image: none;
	margin-left: 7px;
	padding-left: 15px;
}

#nav ul.subnav {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
}

#nav li {
	margin-bottom: 10px;
	margin-top: 10px;
}
	
#nav .subnav li {
	margin-bottom: 5px;
	margin-top: 5px;
}	

#nav a:link,
#nav a:visited,
#nav a:active {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #90B9C3;
}

#nav .current_link a:link,
#nav .current_link a:visited,
#nav .current_link a:active {
	color: #90B9C3;
}

#nav li .subnav a:link,
#nav li .subnav a:visited,
#nav li .subnav a:active {
	color: #FFF;
	text-decoration: none;
}

#nav li .subnav li.current_link a:link,
#nav li .subnav li.current_link a:visited,
#nav li .subnav li.current_link a:active,
#nav li .subnav a:hover {
	color: #90B9C3;
}

#title {
	display: none; 
}

#topbar {
	background-image: url(../images/layoutsplices/topbar.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 800px;
}

#search_area {
	padding: 110px 0 0 15px;
}

#search {
	padding-left: 3px;
}

#search_area form {
	margin: 0;
}

#content_area td.content {
	padding: 0 15px 15px 15px;
}

#content_area #print td {
	padding: 8px 15px 0 15px;
}

address {
	font-style: normal;
}

.copyright {
	clear: both;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

.copyright a {
	color: #371302;
}

/*** Clear Fix ***/

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}