/*------------------------------------------------------------*
**  General
**------------------------------------------------------------*/

body {
 padding: 0;
 margin-top: 0;
 background-color: #c2baa7;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 }

p {
 padding-left: 10px;
 padding-right: 10px;
 }

a {
 text-decoration:none;
 }
 
a:hover {
 text-decoration:underline;
 } 
 
h1 {
 color: #000053;
 font-size: 16px;
 font-family: Georgia, "Times New Roman", Times, serif;
 }

h2 {
 color: #000053;
 font-size: 15px;
 font-family: Georgia, "Times New Roman", Times, serif;
 }

h3 {
 font-size: 13px;
 font-family: Georgia, "Times New Roman", Times, serif; 
 }

#container {
 width: 752px;
 margin:0 auto;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
 }

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 750px;
background-color: #010066;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #FFF; /*THEME CHANGE HERE*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.chromestyle ul li a:hover{
background-color: #C2BAA7;
color: #010066;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #010066; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
z-index:100;
background-color: white;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #010066; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/
#body {
 width: 100%;
 float:left;
 background-color: #fff;
 }

#leftside {
 width: 250px;
 float:left;
 }
 
.beige {
 background-color: #c2baa7;
 width: 100%;
 } 
 
.contact-us {
 width: 95%;
 background-color: #000053;
 padding: 5px;
}
 
 h3.contact-us a {
 color: #FFF;
 font-weight:bold;
 text-align:center;
 }
 
#rightside {
 width: 501px;
 min-height: 600px !important;
 float:right;
 background-image:url(../images/Content-Background.jpg);
 background-repeat:repeat-y;
 border-left: 1px solid #b5ac96;   
 }

#rightside h1 {
 background-color: #c2baa7;
 width: 100%;
 text-align:center;
 }
 
#rightside h2 {
 padding-left: 10px;
 } 

#rightside a {
 color: #000053;
 font-weight: bold;
 }

.contact-us-bankruptcy {
 width: 95%;
 background-color: #000053;
 padding: 5px;
}
 
#rightside h3.contact-us-bankruptcy a {
 color: #FFF;
 font-weight:bold;
 text-align:center;
 }

.testimonials {
 color: #000053;
 }
 
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer {
 width: 100%;
 float:left;
 background-color: #f0f0f0;
 margin: 0;

 }

#footer h3 {
 text-align: center;
 font-size:14px;
 font-family: Georgia, "Times New Roman", Times, serif;
}

#footer p {
 text-decoration: none;
 color: #B5AC9;
 font-size: 11px;
 }

#footer a {
 color: #000053;
 font-size: 11px;
}

#footer ul li {
 background-image: url(../images/bullet-checkmark.gif);
 background-repeat: no-repeat;
 background-position: 0px 5px;
 padding-left: 15px;
 list-style-type: none;
}

#footer .quickheader {
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
 background-color: #c2baa7;
 margin: 0;
 }

#footer .quicklinks {
 width: 750px;
 float:left;
 }

#footer .firstcolumn {
 width: 200px;
 float:left;
 }

#footer .secondcolumn {
 width: 285px;
 float:left;
 }

#footer .thirdcolumn {
 width: 265px;
 float:left;
 }

.message {
 background-color: #000053;
 font-size: 8px;
 text-align: center;
 color: #c2baa7;
 padding-left: 5px;
 padding-right: 5px;
 }
 
.copyright {
 color: #c2baa7;
 background-color: #000053;
 font-size: 11px;
 text-align: center;
 font-weight: bold;
 margin: 0;
 }
 
 /* ---------
 ** Other CSS 
 ----------*/
 
 .spacer {
  height: 150px;
  }
 
 #link-partners #container {
 width: 752px;
 margin:0 auto;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
 } 
 
  #link-partners #rightside {
 width: 500px;
 min-height: 600px !important;
 float:right;
 background-image:url(../images/Content-Background.jpg);
 background-repeat:repeat-y;
 border-left: 1px solid #b5ac96;   
 }
 
 #link-partners #rightside p {
 padding-left: 10px;
  }
  
 #link-partners #rightside a {
 padding-left: 10px;
  }  
