* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }

body {
	text-align: center;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}

div.mastHeadImage
{
    height: 168px; 
    background-image: url(images/MastHead.jpg); 
    clear: both;
}

ul#nav {
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 35px;
	font-size: 1.2em;
	font-family: "Times New Roman", serif;
	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}
ul#nav li a:link, ul#nav li a:visited {
	color: white;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #D31145;
}

div#content 
{
	text-align:left;
}

div#sidebar {
	float: left;
	width: 233px;
}

div#content-inner {
	float: right;
	width: 771px;
}

div#footer{
	clear: both;
	height: 35px;
	background-color: #1b3f95;
	color: white;
	line-height: 35px;
	font-size: 12px;
}

div#footer a:link, div#footer a:visited
{
	color: white;	
	text-decoration: none;
}

div#footer a:hover
{
	color: #D31145;
}


/*Content formming*/
div.content-left {
	padding: 4px;
	width: 218px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
}
div.content-left img {
	border: 1px solid #fff;
}
div.content-left p {
	background-color: #dc3409;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
	padding: 2px;
	font-size: 1.3em;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: .8em;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 484px;
	display: inline;
}
div.content-full {
	clear: both;
	overflow: hidden;
	padding-top: 8px;
}
div.divider{
	border-bottom: 1px solid #1B3F95;
	margin-bottom: 5px;
}
div.topdivider{
	border-top: 1px solid #1B3F95;
	margin-top: 10px;
}
div.topdivider h2{
	padding-bottom: 10px;
}
p.end-story-links {
	border-bottom: 4px solid #1B3F95;
	margin-bottom: 15px !important;
	font-size: .8em;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}

img.content-img-right
{
	float: right;
	border: 2px solid #ccc;
	margin: 0 0 10px 10px ;
}

/*Sidebar formatting*/

#sidebar h4 a:link, #sidebar h4 a:visited
{
	color: #1B3F95;
}

#sidebar h4 a:hover
{
	color: #D31145;
}

ul.side-nav {
	margin: 10px 5px 10px 20px;
	border-top: 1px solid #e9e7e7;
	font-size: .7em;
	text-transform: uppercase;
}

ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 0px;
	color: #1B3F95;
	/*background: url(images/side-nav-bullet.gif) no-repeat 5px 50%;*/
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	text-decoration: none;
	font-weight: bold;
}
ul.side-nav li a:hover, ul.side-nav li.selected a {
	/*background: url(images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;*/
	color: #D31145;
}

ul.side-nav li.noLink
{
	padding-left: 20px;
}

ul.availlist 
{
	margin: -10px 0px 0px -20px;
}

/*other formatting*/
/* @group Headings */
h1 
{
	margin: 0;
	font-family: Verdana, serif;
	font: bold;
	font-size: 1.6em;
}
h2
{
	margin: 0 0 0 0;
	font-family: "Times New Roman", serif;
	font-weight: lighter;
	font-size: 1.6em;
}
h2.noDate
{
	margin-bottom: 10px;
}
h3.dateline {
	font-size: .8em;
	font-weight: lighter;
	color: #dc3409;
	margin: 0 0 10px 0;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "Times New Roman", serif;
}
h4.HomeAddress {
	margin-top: -5px;
	text-transform: none;
	font-weight: lighter;
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: .75em;
	line-height: 1.7em;
}
div#content-inner p {
	margin: 10px 0 10px 0;
}

/*Unsorted styles*/
div#content-inner ul
{
	margin-top: 0;
	margin-bottom: 25px;
}
div#loadarea
{
	background-color: #FFFFFF;
	width: 400px; 
	height: 300px;
	display:table-cell;
	vertical-align: middle;
	border: 1px solid #ccc;
}
div#loadarea img
{
	max-width: 400px;
	max-height: 300px;
	display: block;
	margin: auto;
}
div#thumbnailarea ul li, div#ctl00_mainContent_thumbnailarea ul li
{
	list-style-type:none;
	margin: 0;
	padding: 3px 0 0 0;	
}
div#thumbnailarea ul li img, div#ctl00_mainContent_thumbnailarea ul li img
{
	list-style-type:none;
	margin: 0;
	padding: 5px 0 0 0;
	max-width: 50px;
	max-height: 40px;	
}
div#thumbnailarea ul, div#ctl00_mainContent_thumbnailarea ul
{
	margin: -10px 0 0 0;
	padding: 2px 0 0 0;
}
p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #1B3F95;
	text-decoration: none;
	border-bottom: 1px dotted #1B3F95;
	font-weight: bold;
}
div#content-inner a:hover {
	color: #D31145;
	border-bottom: 1px dotted #706153;
}

div.homes 
{
	border: solid 1px black;
	cursor:pointer;
	padding: 15px;
	margin-bottom: 15px;
}

div.homes:hover {
	background-color: #E7E5D2;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}


div#MainInfo p, div#ctl00_mainContent_MainInfo p
{
	padding-left:6px;
	font-size: 1.5em;
	color: black;
	font-family: "Times New Roman", serif;
	margin-top: 0px;
}
ul.featlist 
{
	margin: 0px 0px 0px 0px;
}
/*color: #7d7257; */

/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */