/* site styles */
body { 
color: #000;
background-color: #663399;
background-image:url(images/back.jpg);
background-repeat: repeat-x;
margin: 0px;
padding: 0px;
border-style: none;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 20px;
text-align: left;
}

a:link {color: #000;
text-decoration: underline;}
a:visited{text-decoration:none;}
a:hover {color: #ff7625;
text-decoration: none;}



h1 {font-size: 1.4em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #ffffff;}

h2 {font-size: 1.3em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #ffffff;}

h3 {font-size: 1.2em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #ffffff;}

h4 {font-size: 1.1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #ffffff;}

h5 {font-size: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #ffffff;}

img { border:0;}
img.floatrightclear { 
float:right;
clear:right;
padding-left: 10px;}
/*end site styles*/

/*Layout Styles */
#container {margin-right:auto;
margin-left:auto;
width: 750px;
}
#header {
width: 745px;
height: 76px;
/*background-image:url(images/header.jpg);
background-repeat:no-repeat;
*/float: left;
background-color:#663399;
border:solid 1px #ccc;

}
#header_box {
width: 746px;
height: 270px;
background-image:url(images/homephoto.jpg);
background-repeat: no-repeat; 
float: left;
margin-bottom: 0px;
background-color:#FFFFFF;
}
#header_box p{
background-color:#FFFFFF;
padding: 10px;
width: 350px;
height: 120px;
margin-top: 103px;
margin-left: 5px;
font-size:11px;
border:solid 1px #5b755c;
}
#content {
width: 746px;
background-image:url(images/content-back.jpg);
background-repeat: repeat-y; 
float: left;
background-color:#FFFFFF;
border:solid 1px #5b755c;
border-top:none;
border-right: 2px;
}
#content p{
padding: 0px 10px 0px 10px;
font-size:11px}
/*#content li{ list-style:none;
width:140px;
margin-right: 10px;
display:inline;
float:left;
margin-bottom: 0px;
margin-top: 500px;}*/
/*#box_1 {
margin:-10px 5px 10px 0;
padding:0px;
float:left;
width:150px;
}

#box_2 {
margin:-10px 7px 0 14px;
padding:0px;
float:left;
width:150px;
}

#box_3 {
margin:-10px 14px 0 7px;
padding:0px;
float:left;
width:150px;
}

#box_4 {
margin:-10px 0 0 5px;
padding:0px;
float:left;
width:150px;
}

#box_1 p, #box_2 p, #box_3 p, #box_4 p {
font-size:.75em;
color:#000000;
}

#box_1 h2, #box_2 h2, #box_3 h2, #box_4 h2 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:.8em;
} 

#box_1 ul, #box_2 ul, #box_3 ul, #box_4 ul {
margin:0 0 0 5px;
padding:0 0 0 0;
list-style:none;
}

#box_1 li, #box_2 li, #box_3 li, #box_4 li {
margin:0 0 0 0;
padding:0px 0 300px 35px;
font-size:.9em;
}*/
/*#column{
width: 746px;
margin:0;
text-align:left;
margin-left: auto;
margin-right: auto;
}*/
.statelist ul { padding-left: 70px;
margin-bottom: 10px;}
.statelist li{ list-style:none;
width:140px;
margin-right: 10px;
display:inline;
float:left;
margin-bottom: 0px;
margin-top: 0px;
}
.citylist ul { padding-left: 70px;
margin-bottom: 10px;
margin-top: -30px;}
.citylist li{ list-style:none;
width:140px;
margin-right: 10px;
display:inline;
float:left;
margin-bottom: -5px;
margin-top: 0px;
}
.google-column ul{ margin-left: 105px;}
.google-column li{ list-style:none;
display:inline;
padding-left: 20px;
padding-right: 9px;}
/* for city page */
.column { width:746px;
height:250px;}
.column li{
display:inline;
list-style:none;
margin-left: 40px;
margin-right: 10px;
padding-right: 20px;
padding-top: 20px;
padding-left: 0px;
width: 300px;
}
.column ul{ padding-right: 0px;
padding-left: 0px;
margin:0px;
display:inline;}
.column p{ display:inline;
width: 300px;
padding-left: 40px;
}
#footer {
margin-right:auto;
margin-left:auto;
width:755px;
margin-top: 0px;
padding-top: 5px;
background-image:url(images/footer-back.jpg);
background-repeat: repeat-x;
color: #999999;
clear:both;
}
#footer p{ text-align:center;
padding-top: 0px;}
#footer a{ color:#ff7625; text-decoration:underline}
#footer a:hover{ color: #999999; text-decoration:none}
/*end layout styles*/


/* -- Nav -- */

#nav {
width: 750px;
height: 27px;
background-image:url(images/nav-back.jpg);
text-align:right;
padding-top: 4px;
background-repeat:no-repeat;
color:#b5985a;
}
#nav a{ 
color:#b5985a;
font-weight:bold;
padding-right:10px;
padding-left: 10px;
text-decoration:none;
}
#nav a:hover{ 
color:#ffffff;
font-weight:bold;
}

/* -- Classes -- */

.photoborder {
padding: 4px;
border: 1px solid #ccc;
}

/* form */

.formul ul{
list-style: none;
}
.formul ul li{
list-style: none;
margin:0;
}
fieldset {
/*border: 1px solid #000000;*/
width:400px;

}
label {
/*width: 400px;*/
float:left;
color:#000000;
/*text-align: right;*/
/*margin-right: 10px;*/
display: block
}


.submit input {
margin-left: 4.5em;
} 
legend
{
color: #A31716;
background: #FFFFFF;
border: 1px solid #000000;
padding: 2px 6px
} 