body
{
background-color:#fff;
padding:0; font-family: Arial, Helvetica, sans-serif;
margin:auto;
color:#424849;
font-size:12px;
}


h1{
font-size:16px;
font-weight:bold;
color:#666666;
width: auto;
padding:0px 0 5px 0;
margin: auto;
text-decoration:none;
}
h2{
font-size:14px;
font-weight:bold;
color:#666666;
width: auto;
padding:5px 0 5px 0;
margin: auto;
text-decoration:none;
text-align:left;
}
h3{
font-size:14px;
font-weight:bold;
color:#0464a1;
width: auto;
padding:5px 0 5px 10px;
margin: auto;
text-decoration:none;
}
p{
font-size:11px;
text-align:justify;
padding:2px 0 0 2px;
margin:0px;
}
pp{
font-size:11px;
text-align:center;
padding:0px;
margin:0px;
}
p.proposal_text{
width:170px;
font-size:11px;
text-align:justify;
padding:15px 0 0 15px;
margin:0px;
}
img.img_left{
float:left;
padding:0px 8px 8px 0px;
}
img.img_right{
float:right;
padding:0px 8px 8px 8px;
}
img.img_thumb{
float:left;
padding:10px;
}
img.img_big_pic{
padding:4px;
border:1px #CCCCCC solid;
}
#main_container{
width:970px;
height:auto;
margin:auto;
padding:0px;
}
#header{
width:100%;
float:left;
height:100px;
background-color:#3090dd;
background-image:url(../images/Bluesea5.jpg);
}
#wrap{
position:relative;
margin:0 auto;
width:900px;
}
#headerold{
width:970px;
height:110px;
background-image:url(../images/Bluesea.jpg);
margin:auto;
}
#logo{
width:177px;
height:50px;
float:left;
padding:20px 0 0 100px;
}

.banner_adds{
width:650px;
height:82px;
float:right;
}
.style1 {
 color: #FF0000;
 font-size: 14px;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
 color: #3090dd;
 font-size: 20px;
 font-weight: ;
 font-family: Verdana,Arial, Helvetica, sans-serif;
}
.style3{
font-size:9px;
font-family: Verdana;
}
.style4 {
 font-size: 11px;
 font-family: Verdana;
}
.style6 {
 font-size: 11px;
 color: #3056dd;
 font-weight: bold;
}
.style9 {
 font-size: 12px;
 color: #3090dd;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style11 {
 color: #3090dd;
 font-size: 14px;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style19 {
 font-size: 18px;
 color: #3090dd;
 font-weight: bold;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
.listing{
    margin:0px 0px 0px 0px;
 border:0px solid #ffffff;
 width:100%;
 font-size:11px;
}
.listing .resultSet{
 margin:5px 0px 0px 0px; 
}
.listing .header{
 background-color:#3090dd;
 width:auto;
 border-top:1px  #ff9900;
 border-bottom:1px #ff9900;
 height:12pt;
 padding: 2px 0px 0px 2px;
 color:#ffffff;
 font-weight:bold;
 font-size:10px;
 margin:0px 0px 0px 0px;
}
.thinGreyBar{
 background-color:#3090dd;
 height:16px;
 width:auto;
 border-top:1px solid #3090dd;
 border-bottom:1px solid #3090dd;
 border-left:1px solid #3090dd;
 border-right:1px solid #3090dd;
 font-weight:bold;
 font-size:12px;
 color:#FFFFFF;  
}
.titlebar{
 width:auto;
 font-weight:bold;
 font-size:16px;
 color:#ffffff;
 text-align:left;
}
.titlebar1{
 width:auto;
 font-weight:bold;
 font-size:16px;
 color:#3090dd;
 text-align:center;
}
.titlebar2{
 width:auto;
 font-weight:bold;
 font-size:14px;
 color:#000066;
 text-align:center;
}

#content{
 float:right;
 width:560px;
 margin:3pt 1px 0px 1px;
 padding:3px 2px 0px 2px;
 background-color:#ffffff;
 font:Verdana;
 font-size:11px;
 /*border-top:6px solid #e5e5e5;*/
}

/*---------------- menu tab----------------------*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {font-size:11px;padding:0px; float:left; width:100%;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:28px; background:#3090dd;}

/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:28px;line-height:28px;}

/* style the sub level list items */
.menu ul ul li {display:block;width: auto;height:auto;position:relative;line-height:1em; border-bottom:1px #2384BF solid;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:11px;text-decoration:none;color:#fff;background:#3090dd;padding:0 21px 0 17px;}
.menu a.current{background:#3da1e0;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#ff9900; color:#fff;width:10em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {left:-1px;}
.menu ul ul table ul.left {margin-left:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#3da1e0;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#3da1e0;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#3da1e0;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#3da1e0;}

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:#3da1e0;}
.menu :hover > a {color:#fff;background:#3da1e0;}
/* second */
.menu ul ul a:hover{color:#fff;background:#3da1e0;}
.menu ul ul :hover > a {color:#fff;background:#3da1e0;}
/* third */
.menu ul ul ul a:hover {background:#3da1e0;}
.menu ul ul ul :hover > a {background:#3da1e0;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}



/*-------------------details list----------------*/
.details_list{
padding:10px;
}
.details_list ul{
text-decoration:none;
list-style:none;
margin:0px;
padding:0px;
}
.details_list ul li{
padding:5px 5px 5px 25px;
background:url(images/bullet.gif) no-repeat left;
color:#333333;
}
.details_list ul li span{
color:#0464a1;
}
.button{
width:139px;
height:30px;
background:url(images/blank_button.gif) no-repeat center;
text-align:center;
line-height:30px;
font-weight:bold;
font-size:13px;
}
.button a{
text-decoration:none;
color:#d8325d;
}

/*------------------table style---------------*/
td{
text-align:center;
padding:5px;
border-bottom:2px #fff solid;
}
th{
background-color: #333333;
padding:5px;
color:#FFFFFF;
}
tr.color1{
background-color:#F3F5F6;
}


/*-----------------form style--------------------*/
.form{
width:201px;
text-align:center;
color:#615357;
padding:2px 0 2px 0;
}
.form_row{
float:left;
width:201px;
text-align:center;
padding:1px 0 1px 0;
}
label.left{
float:left;
width:70px;
padding-top:3px;
text-align:right;
}
label.left_long{
float:left;
width:90px;
padding-top:3px;
text-align:right;
}
input.form_input{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:150px;
float:left;
margin-left:10px;
}
.contact_information{
font-size:10px;
color:#385870;
text-align:left;
padding-left:20px;
}
.contact_information span{
color:#d8325d;
}


/*---------------------pagination-----------------------------*/
#pagecell{
 position:absolute;
 border:1px;
 padding:5px 0px 0px 10px;
 margin:auto;
 background-color:#ffffff;
 width: 970px;
 
}
div.pagination {
 padding:5px;
 margin:5px;
 text-align:center;
 float:left;
 font-size:10px;
}

div.pagination a {
 padding: 2px 5px 2px 5px;
 margin-right: 2px;
 border: 1px solid #ddd;
 
 text-decoration: none; 
 color: #d8325d;
}
div.pagination a:hover, div.pagination a:active {
 border:1px solid #ddd;
 color: #fff;
 background-color: #d8325d;
}
div.pagination span.current {
 padding: 2px 5px 2px 5px;
 margin-right: 2px;
 border: 1px solid #ddd;
 font-weight: bold;
 background-color: #d8325d;
 color: #FFF;
}
div.pagination span.disabled {
 padding: 2px 5px 2px 5px;
 margin-right: 2px;
 border: 1px solid #ddd;
 color: #ccc;
}
/*-----------------------contact------------------------*/
.contact_tab{
width:670px;
height: auto;
float:left;
background-color:#f3f5f6;
padding:8px;
margin:5px 5px 5px 0px;
}
.form_contact{
width:357px;
float:left;
text-align:center;
color:#615357;
padding:5px 0 5px 0;
}
.location_contact{
width:250px;
float:left;
padding:15px;
}
.form_row_contact{
float:left;
width:357px;
text-align:center;
padding:3px 0 3px 0;
}
input.form_input_contact{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
float:left;
margin-left:10px;
}
select.form_select{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
float:left;
margin-left:10px;
height:20px;
}
textarea{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
height:80px;
margin-left:10px;
}



/*-------------------footer------------------------*/
.footer{
 width:970px;
 text-align:center;
 background-color:#3090dd;
 height:41pt;
 margin:auto;
 font-size:12px;
 padding-top:10px;
 padding-left:50px;
 padding-right:50px;
 padding-bottom:10px;
 color:#ffffff;
}
.footertwo{
width:970px;
text-align:center;
 background-color:#ffffff;
 height:41pt;
 margin:auto;
 font-size:12px;
 padding-top:10px;
 padding-bottom:10px;
 color:#ffffff;
}
.linkservices{
 height:10pt;
 font-size:12px;
 margin:0px 0px 0px 0px;
 left:3px;
 top:0px;
 bottom:10px;
 color: #74bcec;
 font-weight:bold;
 border-left:1px solid #ffffff;
}

.footer a{
 color:#ffffff;
 font-size:11px;
 text-decoration:none;
}
.footertwo a{
 color:#3090dd;
 font-size:14px;
 text-decoration:none;
}
.footer a:hover{
 text-decoration:none;
 color:#FD9C31;
}
.footertwo a:hover{
 text-decoration:none;
 color:#dd0000;
}
.footer a.link, .footer a.visited{
 color:#FD9C31;
}
.footertwo a.link, .footer a.visited{
 color:#FD9C31;
}
.footer .copywrite{
 color:#CCCCCC;
 font-size:12px;
}

/*********************************/

#lft{
 float:left;
 height:60pt;
 width:202px;
 background-color:#ff8600;
 border-bottom:3px solid #f2f2f2;
 padding-left:0px;
 padding-top:0px;
}
#rt{
 height:69pt;
 float:right;
 width:554px;
 padding-left:10px;
 background-color:#0d96f4;
 border-bottom:6px solid #0777f4;
 padding:3px 3px 3px 3px;
}



.listing IMG{
    float:left; 
 margin:3px 3px 3px 0px;
 border:none;
}
.listing .orangeSize1{
 font-weight: bold; 
}
.listing .blueSize1{
}
.links{
 font-size:11px;
 padding:0px 10px 0px 10px;
 background-color:#ffffff;
}
.searchPaneBottom{

}
.resultSet{
 border-bottom:5px solid #f2f2f2;
}
.blueSize1{
 color: #2093ca;
 font-size:12px;
}
.orangeSize1{
 color: #3090dd;
 font-size:12px;
}
.orangeSize2{
 color: #000000;
 font-size:12px;
}
.orangeSize3{
 color: #770011;
 font-size:12px;
 font-weight:bold;
}
.orangeSize4{
 color: #770011;
 font-size:12px;
}

.moreDetails{
 color: #666666;
 font-family:verdana;
 font-size:11px;
 font-weight:bold;
}
.moreDetails2{
 color: #666666;
 font-family:verdana;
 font-size:11px;
 font-weight:bold;
 text-align:left;
}
.moreDetails .easyNav{
 text-align:right;
}
.freeInspection{
 color:#FF6600;
 margin-bottom:20px;
 margin-top:50px;
 border-bottom:1px dotted #cccccc;
 font-size:20px;
}
.holder{
 background-color:#ecf0f3;
 border-left:2px solid #ffffff;
 border-right:1px solid #ffffff;
 border-bottom:2px solid #ffffff;
}
.searchTablet{
 border-bottom:1px dashed #cccccc;
 margin:2px 0px 0px 10px;
 height:23px;
}
.searchTablet input{
 background-color:#3090dd;
 border:1px solid #333333;
}
 
.searachTablet select, .searchTablet input{
 font-size:10px;
 margin-left:5px;
}

