@charset "utf-8";
/* American Settlement Corp Master Styles */

body {
background-color:#FFFFFF;
background-image:url(/images/body-bg-blue.gif);
background-repeat:repeat-x;
margin:20px;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 12px;
line-height: 18px;
}


table.outer {
border: 8px solid #f3f1ea;

}

table.inner {
background-color:#f3f1ea;
background-color:#d6cfbe;
background-color:#e0dace;
}

.banner {
background-image:url(/images/banner-bg.jpg);
background-repeat:no-repeat;
border: 8px #e0dace solid;
border-bottom:0;
}

.sub-banner  {
border-bottom:8px solid #e0dace;
}


.endcap {
background-image: url(/images/endcap-repeat.gif);
background-repeat:repeat-x;
border: 8px #e0dace solid;
border-top:0;
}

.navigation {
background-color: #FFFFFF;
background-image:url(/images/sidebar-bg.jpg);
background-position:bottom;
background-repeat:no-repeat;
min-height:500px;
padding-top:10px;
padding-bottom: 240px;
}

	.home { background-image:url(/images/sidebar-home.jpg); }
	.staff { background-image:url(/images/sidebar-staff.jpg); }
	.ss { background-image:url(/images/sidebar-settlements.jpg); }

.white {
background-color:#FFFFFF; 
}

.main-content {
background-color:#FFFFFF; 
padding: 10px; 
padding-left: 16px;
}

	.main-content h1 { margin-top:0; }
	.main-content h2 {  }
	.main-content p { margin-left: 6px; }
	

div.callout {
background-color: #d6cfbe;
float:right;
width: 189px;
margin-left: 30px;
margin-bottom: 30px;
border: 6px #d6cfbe solid;
}

.red { color: #990000; }
.blue { color: #003399; }
.ltblue { color: #3366cc; }
.bluegray {color: #4E5E87; }
.gray { color: #333333; }
.orange { color: #cc6600; }

h1, h2, h3, h4, h5 {
font-family: "Times New Roman", Times, serif;
}

h1 {
color: #000000;
font-weight: bold;
font-size:19px;
margin-bottom: 10px;
} 

h2 {
font-weight: bold;
font-size:17px;
color: #990000;
margin-bottom: 8px;
}

h3 {
color: #000000;
font-weight: normal;
font-size: 15px;
margin-top:0;
margin-bottom: 8px;
}

h4 {
color: #990000;
font-size: 14px;
margin:4px 0;
}

h5 {
color: #000000;
font-style:italic;
font-size: 13px;
font-weight:bold;
margin-top:0;
}

p { 
color: #333333;
font-size: 12px;
line-height: 18px;
margin-top: 0px;
margin-bottom: 10px;
}

p.form {
font-size: 9px;
color: #CCCCCC;
margin-right:6px;
margin-bottom:0;
}

a { color: #003399; }
a:hover { color: #990000; }

input {
font-size: 11px;
}

.phone {
font-size: 12px;
font-weight: bold;
color: #FFFFFF; 
}

.header {
background-image: url(/images/header-rpt.gif);
background-repeat:repeat-x;
}


/* Sidebar styles */

td.sidebar {
background-color:#f3f1ea;
border-left: 8px #e0dace solid;
}

div.sidebar {
background-color:#f3f1ea;
width:170px;
margin:0px 0px 10px 20px;
float:right;
}

.sidebar h1 {
margin-left:0;
border-top: 3px #cc0000 solid;
font-size: 13px;
font-weight: bold;
color: #000000;
background-image: url(/images/sidebar-header-bg.gif);
background-repeat:no-repeat;
text-align: center;
padding: 4px 0;
}

.sidebar h2 {
margin-left:0;
margin-bottom:0;
font-size: 15px;
font-weight:bold;
}

.sidebar h4 {

}

.sidebar p, .callout p {
margin: 6px 12px;
color: #333333;
padding-top: 4px;
line-height: 15px;
font-size: 11px;
}

.sidebar a, .callout a { color: #990000; text-decoration:none; font-weight:bold; font-size: 11px;}
.sidebar a:hover, .callout a:hover { color: #003399; }

	.sidebar .highlight { color: #333333; font-weight: bold; }
	.bio p { border:0; margin: 6px 0px; text-align:center}
	.bio a { font-size: 10px; text-decoration:none; margin-left: 4px; }

div.sidebar ul {margin-left:-20px; padding-left: 40px;}
div.sidebar ul li { list-style:none; 	}
	
	.picklist {
	margin: 10px 0;
	}
	
.sidebar ul.services li { margin: 2px  0; }
.sidebar ul.services li a { color: #003399; }
.sidebar ul.services li a:hover { color: #990000; 
 }
	
/* CMS Containers */

#sitemap-container { 
border: 8px solid #e0dace;
background-color:#FFFFFF;
padding: 10px 30px; 
}

#sitemap li, .faq li { list-style:none; }
	
	
/* Forms */

#serviceMenu {
font-size: 8pt;
}

#login {
margin: 30px;
}


/* Footer */

.copyright {
font-size: 7pt;
color: #999999;
margin-top: 18px;
}

.author { float: right; margin-top: 18px; }
.author a { font-size: 7pt; color: #BBBBBB; text-decoration:none; }
.author a:hover { color: #999999; text-decoration:underline; }
