@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image: url(../images/back_main.jpg);
	background-repeat: repeat;
	font-family: Calibri,“DejaVu Sans”, "Nimbus Sans L", "Times New Roman", Times, sans-serif;
		}
#main {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: left;
	font-size:15px;
	margin-left: auto;
	height: auto;
	width: 750px;
	border: 1px solid #000;    /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	overflow: hidden;
	background:	white;
		}
#shadow {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:770px;
	background-image: url(../images/site_shadow.png);
	background-repeat: repeat-y;
		}
.banner {
	width:750px;
	height:150px;
	}
.banner2 {
	width:750px;
	}
.left {
	width: 355px;
	text-align:left;
	position: relative;
	margin-left: 5px;
	border: 1px solid #396E8E;
	padding: 5px;
	margin-bottom: 7px;
	height: 700px;

	}
	.left_services {
	width: 355px;
	text-align:left;
	position: relative;
	margin-left: 5px;
	border: 1px solid #396E8E;
	padding: 5px;
	margin-bottom: 7px;
	height: 470px;

	}
	
	.left_billing {
	width: 355px;
	text-align:left;
	position: relative;
	margin-left: 5px;
	border: 1px solid #396E8E;
	padding: 5px;
	margin-bottom: 7px;
	height: 840px;

	}
	.left_contact {
	width: 355px;
	text-align:left;
	position: relative;
	margin-left: 5px;
	border: 1px solid #396E8E;
	padding: 5px;
	height: 340px;
	}
	.right_contact {
	width: 355px;
	text-align: left;
	float: right;
	border: 1px solid #396E8E;
	margin-right: 5px;
	padding: 5px;
	height: 340px;
	}	
.right_billing {
	width: 355px;
	text-align: left;
	float: right;
	border: 1px solid #396E8E;
	margin-right: 5px;
	padding: 5px;
	height: 840px;
	}	
.right {
	width: 355px;
	text-align: left;
	float: right;
	border: 1px solid #396E8E;
	margin-right: 5px;
	padding: 5px;
	height: 700px;
	}
	.left_appeal {
	width: 355px;
	text-align:left;
	position: relative;
	margin-left: 5px;
	border: 1px solid #396E8E;
	padding: 5px;
	height: 780px;
	}
	.right_appeal {
	width: 355px;
	text-align: left;
	float: right;
	border: 1px solid #396E8E;
	margin-right: 5px;
	padding: 5px;
	height: 780px;
	}		
	.right_services {
	width: 355px;
	text-align: left;
	float: right;
	border: 1px solid #396E8E;
	margin-right: 5px;
	padding: 5px;
	height: 470px;
	font-size: 15px;
	}
	.right_services ul {padding: 0;margin:0;list-style-type:none;
	}
.right ul {padding: 0;margin:0;list-style-type:none;
	}
.right a {
	color: #396E8E;
	font-weight: bold;
	text-decoration: underline; 
	line-height: 30px;
}
.right a:hover {color:#000; text-decoration: underline;}
.content_title {color:#000; text-decoration: underline; font-weight:bold; font-size: 16px}
.update_records {
	width: 710px;
	text-align: left;
	float: right;
	border: 1px solid #396E8E;
	padding: 10px;
	height: 720px;
	margin-right: 10px;
	margin-left: 10px;
	}

#update_records form label {
   font-size: 15px;
   display: block;
   text-align: right;
   float: left;
   margin: 0px;
   width: 75px;
   padding-top: 4px;
   padding-right: 0px;
   padding-bottom: 3px;
   padding-left: 0px;
}
.middle {
	width: 650px;
	text-align: left;
	float: right;
	border: 1px solid #396E8E;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	}
	
#example {
	width: 650px;
	text-align: left;
	border: 1px solid #396E8E;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	}


.footer {
	position:relative;
	width: 750px;
	}	
	
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
		}	
.menu {
	width:745px;
	height:30px;
	font-size:15px;
	position:relative;
	z-index:100;
	border-right:1px solid #000;
	margin-left: 5px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:750px;
	w\idth:750px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:129px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:120px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	width:115px;
	height:30px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	background:#758279;
	padding-left:10px;
	line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:129px; w\idth:118px;}


/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 ;}
.menu ul ul :hover > a.drop {background:#c9ba65 ;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* 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:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:15px; padding:5px 10px; width:118px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:130px;w\idth:118px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* 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; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}


		
h1,h2,h3,h4 {
	font-family: Calibri,“DejaVu Sans”, "Nimbus Sans L", "Times New Roman", Times, sans-serif;
	margin-top: 10px;
}

	h1{
	font-size:110%;
	background-color: #ECE9D8;
	text-align: center;
	font-weight:bold;
}
	h2{
	font-size:100%;
	font-weight:bold;
	text-align:left;
	background-image: url(images/header_back.jpg);
}	
	a {
	color:#006699;
	background-color: #FFF;
	text-decoration: none;
	font-family: Calibri,“DejaVu Sans”, "Nimbus Sans L", "Times New Roman", Times, sans-serif;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	background-position: center;
}
	
.right-header {
	background-color:#FFF;
	font-size:18px;
	font-weight:bold;
}
.style2 {
	font-weight:bold;
	font-size:14px;
}

.style3 {
	font-size: 18px;
	font-weight: bold;
}

#pin {
font-family: Calibri,“DejaVu Sans”, "Nimbus Sans L", "Times New Roman", Times, sans-serif;
font-size:14px;
font-weight: bold;
}
#property_address {
font-family: Calibri,“DejaVu Sans”, "Nimbus Sans L", "Times New Roman", Times, sans-serif;
}
#map {
	width:728px;
	height: 350px;
	padding: 5px;
	border: 1px solid #396E8E;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
} 
/************* Form Styles *****************/

#fieldset {
	text-align: left;
	font-weight: bold;
	border-width: thin;	
	border-style: solid;	
}

.form_instruct {
	text-align: center;
	font-style:italic;
	font-weight: bold;
	border-width: 1px;	
	border-style: solid;
	border-color: #3366CC;	
	}


/*******************************************/
.jccform {
	background-image: url(images/form_back.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	}

form.cmxform fieldset {
	margin-bottom: 10px;
	font-weight: bold;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: bold;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

		
/************* Footer **************/

#footer {

	
}



td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
