/*
Author: Marje Cannon Anexio New Media
version 6.28.2005
version 3.11.2006
*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(resources/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #A6C5E3;
	color: #113664;
}
#outerwrap {
	background-image: url(resources/bg-outerwrap.gif);
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	position: relative;
	width: 778px;
	}
#wrap {
   margin: 0 auto 0 auto;
	position: relative;
	width: 776px;
	color: #113664;
	background-color: #113664;
}

#logo {
	color: inherit;
	background-color: #1B548B;
	height: 80px;
}
#logo img {
	display: block;
}
#flash {
	color: inherit;
	background-color: #78AB8F;
	height: 150px;
}
#navcontainer {
	width: 776px;
	height: 32px;
	border-bottom: 1px solid #FFFFFF;
}
#content {
	width: 776px;
	position: relative;
	background-image: url(resources/bg-wrap.jpg);
	background-color: #78AB8F;
	color: inherit;
	text-align: left;
}
#content-left {
	float: left;
	width: 534px;
	border-right: 1px solid #FFFFFF;
	background-color: #E1EBF2;
	color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 11px;
}
#content-left p { 
   padding: 8px 70px 0 60px;
   text-align: left;
   color: #113664;
   line-height: 1.4;
	background-color: inherit;
	}
#content-left a:link {
		color: #113664;
	   background-color: transparent;
	}
#content-left a:visited {
		color: #1B539C;
	   background-color: transparent;
	}
#content-left a:hover {
		color: #000;
	   background-color: transparent;
	}
#content-left a:active {
		color: #000;
	   background-color: transparent;
	}
#content-right {
	float: left;
	width: 240px;
	/* background-color: #709E7E; */
background-image: url(resources/bg-content-right.gif);
background-position: top left;
background-repeat: no-repeat;
}
#content-right a {
	color: #FFFFFF;
	background-color: transparent;
}
#content-right p { 
   padding: 8px 0 2px 28px;
   text-align: left;
   font-family: Arial, sans-serif;
   font-size: 15px;
   color: #FFFFFF;
	background-color: inherit;
   line-height: 1.4;
}
#content-right p.copyright { 
   padding: 8px 4px 2px 28px;
   text-align: left;
   font-family: Arial, sans-serif;
   font-size: 13px;
   color: #FFFFFF;
	background-color: inherit;
   line-height: 1.3;
}
h1 {
   text-align: left;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 23px;
   color: #1B548B;
	background-color: inherit;
	margin: 36px 0 20px 30px;
	padding: 8px 0 14px 26px;
	background-image: url(resources/bg-headline.gif);
	background-repeat: no-repeat;
}
h2 {
   text-align: left;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 19px;
   color: #1B548B;
		background-color: inherit;
	margin: 29px 0 14px 47px;

}
h3 {
   text-align: left;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 17px;
   color: #1B548B;
		background-color: inherit;
	margin: 26px 0 12px 47px;
	font-weight: bold;
}
h4 {
   text-align: left;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 15px;
   color: #1B548B;
		background-color: inherit;
	margin: 26px 0 12px 47px;
	font-weight: bold;
}
h5 {
   text-align: left;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   color: #1B548B;
	margin: 26px 0 12px 47px;
	font-weight: bold;
}
h6 {
   text-align: left;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   color: #1B548B;
	background-color: inherit;
	margin: 26px 0 12px 47px;
	font-weight: bold;
}
#content-left ul, #content-left ol  {
	padding: 24px 100px 20px 90px;
	color: #113664;
	background-color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 11px;
	line-height: 2;
}
#boxlegalservices {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 267px;
}
.block {
	display: block;
}
#footer {
	clear: both;
	height: 25px;
}
#content-left .imgleft {
   float: left;
	margin: 0 18px 14px 0;
	padding: 5px;
	background-color: #FFFFFF;
	color: #2B75D6;
	border: 1px solid #B2CDF0;
}
#content-left .imgright {
   float: right;
	margin: 0 0 14px 18px;
	padding: 5px;
	background-color: #FFFFFF;
	color: #2B75D6;
	border: 1px solid #B2CDF0;
}

.smalltext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4;
}

/* --------------------- navigation ------------------ */
#navcontainer ul {
	padding-left: 20px;
	margin-left: 0;
	background-color: #113664;
	color: #CBECF5;
	float: left;
	width: 700px;
   font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding: 0.8em 1.5em 0.5em 1.5em;
	background-color: #113664;
	color: #CBECF5;
	text-decoration: none;
	float: left;
}
#navcontainer ul li a:hover {
	background-color: #369;
	color: #FFF;
}
/* -------------- copyright info --------------- */
#belowwrap {
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	}
.belowwrapleft {
	margin: 20px 0 30px 0;
	width: 390px;
	text-align: left;
	float: left;
	color: #FFF;
	background-color: transparent;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}
.belowwrapright {
	margin: 20px 0 30px 0;
	width: 340px;
	text-align: right;
	float: right;
	color: #FFF;
	background-color: transparent;
	font-family: verdana, arial, "Trebuchet MS", sans-serif;
	font-size: 10px;
}
.belowwrapright a {
	color: #FFF;
	background-color: transparent;
}

/* ------------------------- css signature -------------- */
#home #navhome, #about #navabout, #legalservices #navlegalservices, #mediationservices #navmediationservices, #helpfullinks #navhelpfullinks, #contact #navcontact {
	background-color: #369;
	color: #FFF;
}


#contact .boxes{
width: 1em;
}
#contact form  {
	margin-left: 50px;
}
#contact form label {
float: left;
width: 180px;
}
#contact form textarea {
width: 200px;
height: 100px;
background-color: #C8DCD1 !important;
color: #003333;
}
#contact form input {
width: 200px !important;
margin-bottom: 5px;
background-color: #C8DCD1 !important;
color: #003333;
}

#contact form #submitbutton{
margin-left: 180px;
margin-top: 5px;
width: 90px;
}

#contact form br{
clear: left;
}
#contact form label.indent {
	float: left;
	width: 180px;
	padding-left: 50px !important;
}
#tellfriend form  {
	margin-left: 50px;
}
#tellfriend form label {
	float: left;
	width: 180px;
}

#tellfriend form input{
width: 200px !important;
margin-bottom: 5px;
background-color: #C8DCD1 !important;
color: #003333;
}
#tellfriend form textarea {
width: 200px;
height: 100px;
background-color: #C8DCD1 !important;
color: #003333;
}
#tellfriend form #submitbutton{
margin-left: 180px;
margin-top: 5px;
width: 90px;
}
#tellfriend form br{
clear: left;
}


/* ------------------- home table ----------------- */
#home table#twoservices {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #113664;
}
td.left {
	border-top:  1px solid #1B548B;
	border-right:  none;
	border-bottom: 1px solid #1B548B;
	border-left:  1px solid #1B548B;
	background: #1B548B;
	padding: 12px;
	color: #FFF;
}
#home table#twoservices td.left a:link, #home table#twoservices td.left a:visited {
	color: #FFF !important;
	background-color: inherit !important;
}
#home table#twoservices td.right a:link, #home table#twoservices td.right a:visited {
	color: #FFF !important;
	background-color: inherit !important;
}
td.right {
	border-top:  1px solid #1B548B;
	border-right:  1px solid #1B548B;
	border-bottom: 1px solid #1B548B;
	border-left: none;
	background: #113664;
	padding: 12px;
	color: #FFF;
}
td.right a {
	color: #FFF;
	background-color: inherit;
}
td.bottomleft {
	border-top:  1px solid #1B548B;
	border-right:  1px solid #1B548B;
	border-bottom: none;
	border-left:  1px solid #1B548B;
	background: #113664;
	padding: 2px;
	color: #E1EBF2;
}
td.bottomright {
	border-top:  1px solid #1B548B;
	border-right:  1px solid #1B548B;
	border-bottom: none;
	border-left: none;
	background: #113664;
	padding: 2px;
	color: #E1EBF2;
}
th.thleft {
	border-top:  1px solid #1B548B;
	border-right:  1px solid #1B548B;
	border-bottom: 1px solid #1B548B;
	border-left:  1px solid #1B548B;
	padding: 0;
}

th.thright {
	border-top:  1px solid #133A60;
	border-right:  1px solid #133A60;
	border-bottom: 1px solid #133A60;
	border-left: none;
	padding: 0;
}

table#twoservices td.left p {
	margin: 0;
	padding: 6px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   color: #FFFFFF;
   line-height: 1.3;
}
table#twoservices td.right p {
	margin: 0;
	padding: 6px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   color: #FFFFFF;
   line-height: 1.3;
}










