body {
	background: #FFFFFF url('../images/layout/bkg_body.png') repeat-x left top;
    color: #003399;
    font: 10pt "Verdana";
	margin: 0;
    text-align: center;
}

img {border: none;}
li {}
h4, h5,  h6 {color: #345473;}
td {
	text-align: left;
	vertical-align: top;
}
.center {
	text-align: center;
}
h4 {
	margin-bottom: 0px;
	border-bottom: 1px solid #666;
}
.line { 
    border: none;
    border-bottom: 1px solid #666;
    width: 65%;
    margin:auto auto 8px auto;
    height: 1px;
    display: block;
}
a, a:link, a:visited {
    color: #5674B9;
}
.red {
    color: #DB1212;
}
a:hover, a:active {
    color: #666;
}
div#container {
    width: 796px;
    margin: auto;
	height: auto;
    text-align: left;
	position: relative;
}
div#header {
    /*
	background: url('/images/bkg_header.gif') repeat-x left top;
	border: 1px solid purple;
	*/
    height: 68px;
    width: auto;
    text-align: right;
	position: relative;
}
#logo {
    border: none;
    float: left;
    width: 336px;
    height: 68px;
}

#main_nav ul {
	margin: 0;
	padding: 0;
	width: 185px;
}
#main_nav ul li {
    display: block;
    margin: 0; 
	margin-bottom: 3px;
    padding: 0;
	height: 27px;
	line-height: 27px;
}
#main_nav ul li a, #main_nav ul li a:link, #main_nav ul li a:visited {
    text-decoration: none;
    color: #003399;
    font-size: 12px;
    text-indent: 10px;
	font-weight: bold;
	display: block;
	width: 183px;
	line-height: 27px;
	border: 1px solid #fff;
	border-bottom: 1px solid #cfc89f;
	border-right: 1px solid #cfc89f;
	background: #f6f1dc url('../images/layout/bkg_nav_off.png') repeat-x bottom left;
}
#main_nav ul li a:active, #main_nav ul li a:hover {
    border: 1px solid #fff;
	border-bottom: 1px solid #bbcef1;
	border-right: 1px solid #bbcef1;
	background: #eaede9 url('../images/layout/bkg_nav_on.png') repeat-x bottom left;
}
#top_nav {
	/*border-top: 1px solid #BDD1E2;*/
	height: 40px; 
	overflow: hidden;
	position: absolute;
	top: 28px;
	right: 0;
	color: #a2c8ec;
}
#top_nav ul, #main_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
}
#top_nav ul li {
    display: inline;
    margin: 0; 
    padding: 0;
	height: 40px;
	line-height: 40px;
}
#top_nav ul li a, #top_nav ul li a:link, #top_nav ul li a:visited {
    color: #fff;
	font-weight: bold;
    padding: 2px 4px 2px 4px;
	text-decoration: none;
}
#top_nav ul li a:hover, #top_nav ul li a:active {
    color: #2E317E;
}

div#left_column {
	float: left;
    width: 185px;
	 /*position: absolute;
	 left: 0;*/
	background: url('../images/layout/logo_bttm.png') no-repeat top left;
	padding-top: 30px;
    min-height: 300px;
    display: block;    
    margin: 0;
	
}
div#right_column {
    width: 232px;
	min-height: 300px;
    display: block;    
    background: none;  
    position: relative;
	float: left;
    /*
	z-index: 9999;
	padding: 5px;
	border: 1px solid #666;
	float: right;
    margin: 10px 0px 10px 10px;
    top: 25px;
    right: -30px;*/
}
div#address_block {
    background: #ccc;
    text-align: center;
}

div#content {
	margin: 0px 0px 0px 4px;
	float: left;
	background: #fff;
    padding: 0;
	width: 605px;
    height: auto;
    display: block;
    min-height: 300px;
    position: relative;
    line-height: 1.3em;
}
div#toppageimage {
	margin-bottom: 5px;
}
div#copy {
	display: block;
	border: 1px solid #999;
	border-right: none;
	border-bottom: none;
	padding: 10px 15px 15px 15px;
	margin-right: 15px;
}
* html * div#content {
    height: 300px;
}
.hometxt {
	font-style: italic;
	color: #666;
}
h1#page_title {
    font-size: 18px;
	color: #5674B9;
	font-style: italic;
    margin: 3px 10px 3px 10px;
}

div#footer {
    clear: both;
    text-align: center;
    font-size: 11px;
    color: #999;
    margin: auto;
    height: 35px;
}

.location_title {

}
.location_address {
	
}
.location_image {
	text-align: right;
	vertical-align: top;
}

.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 */
form#loginform {
	color: #9a9a9a;
	margin: 5px 15px 5px 15px;
}
form#loginform p {
	margin: 2px 0px 2px 0px;
}
form#loginform label {
	width: 50px;
	text-align: right;
	font-weight: bold;
	float: left;
	display: block;
}

form#loginform input[type = 'text'], form#loginform input[type = 'password'], form#loginform .ftext {
    height: 20px;
	width: 100px;
	border: 1px solid #9a9a9a;
}
input[type = 'button'], input[type = 'submit'] {
    background: #003399;
    color: #fff;
}