@charset "utf-8";
/* CSS Document */
body {
margin:0;
padding:0;
background:#FFF;
font:12px Arial, Helvetica, sans-serif;
/*color:#d27877;*/
line-height:auto;
	}

h1,h2,h3,h4,h5,h6,ul,li,div{margin:0; padding:0;}

p {
margin:0;
padding:0;
line-height:auto;
}

a{
color:#f00;
}

a:hover {
color:#254125;
}

span{
margin:0;
padding:0;
line-height:auto;
float:left;
}

#container {
margin:0 auto;
width:1000px;
height:auto;
clear:both;
}

#header {
	width:960px;
	height:160px;
	padding:0px 20px 0px 20px;
	float:left;
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.headtop {
	width:960px;
	height:107px;
	padding-bottom:20px;
	float:left;
}

.logo {
background:url(../images/logo.jpg) no-repeat;
width:284px;
height:107px;
float:left;
}

.loginbox {
width:380px;
height:75px;
padding:10px 0 0 296px;
float:left;
}

.loginbox h4{
width:380px;
font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000000;
font-weight:bold;
float:left;
}

.loginbox .box{
width:370px;
height:45px;
padding:12px 0 0 10px;
background:#eeeee3;
border-bottom:1px solid #9a944d;
font:10px  Arial, Helvetica, sans-serif;
color:#9a944d;
float:left;
}

.loginbox .box p{
width:370px;
font:10px  Arial, Helvetica, sans-serif;
padding-top:4px;
color:#9a944d;
float:left;
}

.loginbox .box a{
width:370px;
font:10px  Arial, Helvetica, sans-serif;
color:#9a944d;
text-decoration:none;
float:left;
}

.loginbox .box a:hover{
width:370px;
font:10px  Arial, Helvetica, sans-serif;
color:#942323;
text-decoration:none;
float:left;
}

.loginbox .box .form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B4B4B;
	text-decoration: none;
	border: 1px solid #ccccae;
}


.button1 {
	/*background-color: #b8892e;*/
	font:11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom:1px;
	background:url(../images/login_bt.gif) no-repeat;
	height:15px;
	width:46px;
	border:none;
	text-align:center;
	cursor:pointer;
	
}



/* <----Navigation Starts Here-- */

.navigation {
width:960px;
height:32px;
float:left;
}

.navigation ul{ margin:0px; padding:0px; float:right; margin-top:0px; padding-top:0px;}
.navigation li{ 
list-style-type:none; 
float:left; 
font-family:Arial, Helvetica, sans-serif ;
font-size:14px;
padding-top:5px;
font-weight:bold; 

}



.navigation a{
      float:left;
      display:block;
      background:none;
      padding:0px 44px 2px 42px;
      color:#FFF;
	  text-decoration:none;
 }
 

 
.navigation a:hover{
	float:left;
	display:block;
	padding:0px 44px 0px 42px;
    /*background:url(../images/nav_over.gif) no-repeat;*/
	color:#f6dada;
	font-weight:bold;
	text-decoration:none;
}



.navigation #current a {
    color:#f6dada;
	display:block;
	padding:0px 44px 0px 42px;
    /*background:url(../images/bt_over.gif) no-repeat;*/
	font-weight:bold;
	text-decoration:none;
}	



/* <----Navigation Ends Here-- */


#bodycon {
background:url(../images/bodybg.jpg) repeat-y;
width:960px;
height:auto;
padding:0px 20px 0px 20px;
float:left;
}

.innerbanner {
	width:960px;
	height:132px;
	float:left;
	background-image: url(../images/inner_bannerbot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:14px;
}

.innerimg {
	width:539px;
	height:132px;
	float:left;
}

.innertit {
background:url(../images/inner_tit.gif) no-repeat;
	width:387px;
	height:38px;
	padding:94px 34px 0 0;
	float:left;
}

.innertit {
	width:387px;
	height:38px;
	font:18px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:right;
	text-transform: uppercase;
	float:left;
}


#surround {
width:916px;
height:auto;
padding:30px 22px 25px 22px;
float:left;
}

.content {
width:916px;
height:auto;
float:left;
}

.content p{
width:916px;
height:auto;
font:12px Arial, Helvetica, sans-serif;
color:#4c4c4c;
margin-bottom:18px;
float:left;
}

.content h3{
width:916px;
height:auto;
font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#be2221;
text-align:center;
float:left;
}


#surround_agent {
width:960px;
height:auto;
padding-bottom:25px;
float:left;
}

.agent {
width:960px;
height:auto;
float:left;
}


.leftmenu {
background:url(../images/ac_bg.gif) repeat-x;
width:170px;
height:209px;
border:1px solid #e0dec7;
float:left;
}

.leftmenu img{
width:auto;
height:auto;
float:left;
}


.leftmenu ul{ margin:0px; padding:0px; margin-top:30px;}
.leftmenu li{ list-style-type:none; 
             font:11px Arial, Helvetica, sans-serif;
			 line-height:24px; 
	         text-align:left;
			 margin-left:10px;
			 margin-right:10px;
			 border-bottom:#e0dec7 dashed 1px ; 
			 
}

.leftmenu a{
      color:#666666; text-decoration:none;
	  background:url(../images/ac_bt.gif) no-repeat 0px 4px; 
	  padding-left:10px;
	  
	  font-weight:none;
	  margin:0px;
	  
	  }
	  
.leftmenu a:hover{
    	  color:#343231;
}
.leftmenu #current a {
            font-weight:bold;
            color:#343231;
      
}

.rightcol {
width:738px;
height:auto;
margin-left:25px;
margin-right:25px;
float:right;
}

.agentmain {
width:738px;
height:21px;
border-bottom:#d7d5ba 1px dashed;
float:left;
}
.agentmain .agentmenu {
width:547px;
height:18px;
padding-top:3px;
float:left;
}

.agentmain .agentmenu ul{ margin:0px; padding:0px; float:LEFT; margin-top:0px; }
.agentmain .agentmenu li{
	list-style-type:none;
	float:left;
	background:url(../images/ac_bt.gif) 0px 3px;
	background-repeat:no-repeat;
	text-align:right;
	text-decoration: none;
	font:10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
      }

.agentmain .agentmenu a{
      float:left;
      display:block;
      background:none;
      padding:0px 8px 0px 10px;
      color:#000; 
	  text-decoration:none;
 }
 
.agentmain .agentmenu a:hover{
      float:left;
      display:block;
      padding:0px 8px 0px 10px;
      color:#801010;
      font-weight:none;
      text-decoration:none;
      }

.agentmain .agentmenu #current a {
      color:#801010;
      font-weight:none;
      text-decoration:none;
}

.agentmain .agenttit {
width:191px;
height:21px;
font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#be2221;
text-align:right;
float:right;
}





.rightcol .register{
	width:700px;
	margin:0 auto;
}
.rightcol .register{
	display:block;
	clear:both;
	padding:10px 0px;
}

.rightcol .register div{
	clear:both;
	display:block;
	margin-bottom:8px;
}
.rightcol .register div label{
	float:left;
	width:150px;
	padding-top:2px;
	color:#4c4c4c;
	text-align:left;
}
.rightcol .register span.star{ color:#b31f1e; padding:0 2px;}
.rightcol .register .form{
	background:#f6f6ed;
	border:#d4d4cb solid 1px;
	margin:0 8px;
	color:#000;
}


.contact{
	width:55%;
	margin:0 auto;
	margin-left:25px;
}
.contact{
	display:block;
	clear:both;
	padding:10px 0px;
}

.contact div{
	clear:both;
	display:block;
	margin-bottom:8px;
}
.contact div label{
	float:left;
	width:120px;
	padding-top:2px;
	color:#4c4c4c;
	text-align:left;
}
.contact span.star{ color:#b31f1e; padding:0 2px;}
.contact .form{
	background:#f6f6ed;
	border:#d4d4cb solid 1px;
	margin:0 8px;
	color:#000;
}

.nobrdr{
border:none;
background:none;
}

input.submitbtn{
	background:#144783;
	border:#2c65a8 solid 1px;
	color:#FFF;
	cursor:pointer;
	padding:2px 5px;
	text-transform:uppercase;
}

.button2 {
	/*background-color: #b8892e;*/
	font:11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background:url(../images/submitc_bt.gif) no-repeat;
	height:20px;
	width:78px;
	border:none;
	text-align:center;
	cursor:pointer;

}


/*
#footer {
margin:0 auto;
background:url(../images/footerbg.jpg) no-repeat;
width:1000px;
height:52px;
clear:both;
}


.footerbox {
      width:960px;
	  height:27px;
	  padding:25px 20px 0 20px;
	  float:left;
}

.footercopyright {
      width:357px;
	  height:27px;
	  font:10px Arial, Helvetica, sans-serif;
	  color:#7c7623;
	  float:left;
	  text-transform: uppercase;
}

.footernav {
      width:603px;
      height:27px;
      float:left;
}

.footernav ul{ margin:0px; padding:0px; float:LEFT; margin-top:0px; }
.footernav li{
	list-style-type:none;
	float:left;
	background:url(../images/footernav_bullet.gif) 0px 3px;
	background-repeat:no-repeat;
	text-align:right;
	text-decoration: none;
	font:10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
      }

.footernav a{
      float:left;
      display:block;
      background:none;
      padding:0px 8px 0px 10px;
      color:#000;
	  text-decoration:none;
 }

.footernav a:hover{
      float:left;
      display:block;
      padding:0px 8px 0px 10px;
      color:#801010;
      font-weight:none;
      text-decoration:none;
      }

.footernav #current a {
      color:#801010;
      font-weight:none;
      text-decoration:none;
}

.developedby {
      height:27px;
	  font:10px Arial, Helvetica, sans-serif;
	  color:#7c7623;
	  float:right;
	  text-transform: uppercase;
}
*/
.blockquote {font:Arial, Helvetica, sans-serif 16px bold; color:#FF0000; text-shadow: black 3px 3px, yellow -3px -3px }


.pagination { padding: 4px 0; }

.pagination a, .pagination a:visited {
padding: 3px;

text-decoration: none;
color: #2e6ab1;
background-color: #F8F6EA;
border: 1px solid #222222;
color:#000000;
}

.pagination .activelink {
padding: 3px;
font-size: 12px;
text-decoration: none;
color: #000000;
border: 1px solid #222222;
background-color: #F7D2D2;
}

.pagination a:hover, .pagination a:active{
color: #000;
background-color: #F7D2D2;
border: 1px solid #222222;
}

.pagination span {
    float: none;
}


.listingmask{
	position:relative;
	width:200px;
	height:150px;
	overflow:hidden;
}
.listingmask img{
	position:absolute;
	display:block;
	border:none;
}

.albummask{
	position:relative;
	width:500px;
	height:300px;
	overflow:hidden;
}
.albummask img{
	position:absolute;
	display:block;
	border:none;
}


.mask{
	position:relative;
	width:300px;
	height:225px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}


.imagebuttons{padding:5px;}
.imagebuttons span{color:#E10000;padding:0 5px;cursor:pointer;font-family:Arial, Helvetica, sans-serif ; font-size:12px; font-weight: bold; }
.imagebuttons span.active, .imagebuttons span:hover{background:#E10000;color:#fff}


table.mainStyle {
	width: 100%;
	margin-top: 5px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.mainStyle tr th {
    padding: 3px 3px 3px 3px;
    background-color:#C72423;
    color:#ffffff;
}

table.mainStyle tr th, table.mainStyle tr td {
    border: 1px solid #E2E2E2;
}

table.mainStyle tr td {
    padding: 1px 10px 1px 10px;
}

table.listingStyle {
	width: 100%;
	margin-top: 5px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.listingStyle tr th {
    padding: 3px 3px 3px 3px;
    background-color:#C72423;
    color:#ffffff;
    text-align: left;
}

table.listingStyle tr th, table.listingStyle tr td {
    padding: 2px 0;
    /*border: 1px solid #E2E2E2;*/
}

table.mainStyle tr td {
    padding: 1px 10px 1px 10px;
}

.dotline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

