/* -------------------- Common -------------------- */

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

p {
	line-height: 150%;
}

/* -------------------- Main -------------------- */

body {
	background: #fff url(media/images/header_bg.jpg) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #666;
	padding: 0;
	margin: 0;
}

#container {
	background: #fff;
	margin: 25px auto 0;
	width: 810px;
	height: auto;
	border: 0px solid #444;
}

#header {
	height: 284px;
	width: 810px;
	overflow: visible;
}

#agent_summary {
	height: 1px;
	width: 810px;
	background: #fff;
	margin-bottom: 50px;
}

#leftside {
	float: left;
	width: 175px;
	border-right: 0px dotted #cedae0;
}

#main_area {
	width: 600px;
	margin-left: 190px;
	padding-left: 10px;
	border-left: 0px dotted #cedae0;
}

#footer {
	background: #fff url(media/images/footer.jpg) bottom no-repeat;
	clear: both;
	height: 75px;
	width: 810px;
	padding-top: 40px;
	border-top: 0px solid #cedae0;
}

#footer a {
	text-decoration: none;
	color: #ccc;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
}

/* -------------------- Sub -------------------- */

.image {
	border: 1px solid #ccc;
	padding: 6px;
}

/* -------------------- Menu -------------------- */

#menu ul {
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	list-style: none;
}

#menu a {
	width: 150px;
	display: block;
	padding: 4px 0 4px 30px;
	background: #fff url(media/images/line.jpg) left no-repeat;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#menu a:hover {
	color: #000;
	background: #fff url(media/images/star.png) left no-repeat;
	text-decoration: none;
}

/* -------------------- Forms -------------------- */

.contact_form {
    width: auto;
    background: #f4f4f4;
	margin: 5px 10px;
}

form ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

form li {
    background: none;
    margin: 2px;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset p {
	background: #f1f1f1;
	font-weight: bold;
	margin: 5px 0;
	padding: 4px 0;
}

label {
    display: block;
    float: left;
    width: 200px;
	text-align: right;
}

fieldset span {
	width: 200px;
	margin-left: 1px;
	font-weight: bold;
}

input {
	border: 1px solid #638ab3;
	padding: 2px;
	margin-left: 3px;
}

.none {
	border: none;
}

select {
	padding: 1px;
	width: 200px;
	margin-left: 3px;
}

.text {
	width: 200px;
}

textarea {
	padding: 2px;
    width: 200px;
    height: 60px;
	margin-left: 3px;
	border: 1px solid #638ab3;
}

.submit {
	float: left;
	width: 206px;
	border: 1px solid #638ab3;
	margin-left: 5px;
	text-align: center;
}

.anzatea {
    position: absolute;
    left: -999em;
}
