body {
    margin: 0;
    padding: 0;
    background-color: white;
}

img {
    border: 0;
}

a {
    color: #0A50A1;
}

a:hover {
    color: #609CC8;
}

a.get_quote_button {
	margin: 15px 5px 15px 5px;
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: none;
	border-style: solid;
	border-color: #074F7F;
	border-width: 2px;
	background-color: #A4D1EF;
	white-space: nowrap;
}
a.get_quote_button:hover {
#	border-color: #A4D1EF;
#	background-color: #074F7F;
    color: #00264F;

}

#page{
    width: 800px;
}
#adminpage {
    width: 100%;
}

#header {
    background: url(../images/header-img.jpg) top right no-repeat;
    width: 800px;
}

#page {
    background: url(../images/nav-bg.gif) repeat-y;
    width: 800px;
}

#main .nav {
    float: left;
    width: 190px;
    padding-left: 25px;
}

#main .nav ul {
    margin: 12px 0 5px 0;
    padding: 0;
    list-style: none;
}

#main .nav li {
    margin: 2px 0 8px 0;
    padding: 4px 26px 6px 0;
    background: white url(../images/nav-blank.gif) no-repeat top left;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

#main .nav li a {
  text-decoration: none;
  color: #0A50A1;
}

#main .content {
    float: left;
    width: 570px;
    padding-left: 15px;
}
#adminpage #main .content {
    width: auto;
}

#footer {
    background: url(../images/footer-img.gif) top right no-repeat;
    height: 80px;
}

#adminfooter {
    background: url(../images/footer-img.gif) top left no-repeat;
    height: 80px;
}

#footer p , #adminfooter p {
    padding-left: 230px;
    padding-top: 80px;
    font-size: 11px;
}

/*#developedBy {
    text-align: right;
    padding-right: 40px;
    padding-bottom: 5px;
}
*/
#admindevelopedBy {
    text-align: center;
    padding-right: 40px;
    padding-bottom: 5px;
}

p, div, td, th {
    font: 12px/140% Verdana,sans-serif;
}

p {
    margin: 0 0 8px 0;
    padding: 0;
}

form {
    display: inline;
}

th {
   /* font-weight: bold; */
    text-align: left;
    padding-right: 5px;
    vertical-align: top;
}

td {
    padding-bottom: 5px;
    vertical-align: top;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    color: #0A50A1;
    margin: 12px 0 12px 0;
    padding: 0;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    color: #0A50A1;
    margin: 0 0 5px 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 11px;
}


h4 {
    font-size: 14px;
    font-weight: normal;
    color: #0A50A1;
    margin: 0 0 5px 0;
    padding: 0;
}

td h2 {
    margin-top: 10px;
}


input, select, textarea {
    font: 11px Verdana,sans-serif;
    border:  1px solid #0A50A1;
    background: white;
    /* width: 138px; */
}

.large {
    width: 300px;
}

input.button {
    color: #06315F;
    background: #D1E0EF;
    font-weight: bold;
    margin-top: 3px;
}

input.image {
	height: 100%;
	width: 100%;
}

input.checkbox {
    border: 0;
}

textarea {
    height: 100px;
}

.streetleveloff {
	visibility: hidden;
	/*display: none;*/
}
.streetlevelon {
	visibility: visible;
	/*display: block;*/
}

hr {
	color: white;
	background: transparent;
	border: 0;
	border-top: 1px solid  #0A50A1;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.searchTable select {
	width: 140px;
}

.searchTable {
	width: 100%;
}
.searchTable th {
	width: 120px;
}

dl, dt, dd { margin: 0; padding: 0; }
dt, dd { margin: 1.5em 0; }
dt { font-weight:bold; }

h2.bold { font-weight: bold; margin: 1em 0 0.6em 0;}
span.small { font-size: 10px; }

.quoteStyle {
	display: block;
	width: auto;
	margin: 10px;
	padding: 10px;
	margin-left: 20px;
	border: 1px solid gray;
	background-color: #f1f1f1;
}

#member_description {
	padding: 20px;

}

#member_description br {
	margin-bottom: 1.8em;

}

.highlight_required {
	background-color: #FFF58F;
}