/* Anzatea Generic Stylesheet */

body {
	margin-top: 0;
	background-color: #e5d5e8;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #2c2c2c;
}
#container {
	background: #fff url(media/images/cbg.jpg) repeat-y;
	margin: auto;
	width: 700px;
	height: auto;
	border: 0px solid #444;
}
#header {
	height: 147px;
	width: 700px;
	background: url(media/images/header.jpg) no-repeat;
	clear: both;
}
#agent_summary {
	margin: 0;
	height: auto;
	width: 700px;
	text-align: center;
	font-size: 10px;
	color: #000;
}
input {
	border: 1px solid #333;
	text-indent: 4px;
	font-weight: lighter;
	vertical-align: middle;
	margin-top: 2px;
}
#leftside {
	float: left;
	width: 170px;
	height: auto;
	border-right: 0px solid #f00;
}
#main_area {
	margin-left: 180px;
	height: auto;
	width: 500px;
}
#footer {
	clear: both;
	height: auto;
	width: 700px;
	text-align: center;
	color: #cccccc;
	margin: 20px 0;
	padding: 2px 0;
	border-top: 0px solid #cedae0;
}
#footer a {
	text-decoration: none;
	color: #cccccc;
}
#footer a:hover {
	text-decoration: underline;
}
#menu ul {
	margin: 0 0 0 10px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0px solid #e5d5e8;
}
#menu a {
	display: block;
	padding: 2px 0;
	width: 128px;
	background-color: #caaad0;
	border: solid #e5d5e8;
	border-width:  3px 6px;
	text-align: center;
}
#menu a:link, #menulist a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background-color: #7e3e98;
	color: #fff;
}

h1 {
	color: #666;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 3px;
}

a:link {
	color: #7e3e98;
	text-decoration: none;
}
a:visited {
	color: #7e3e98;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.contact_form {
    width: auto;
    background-color: #e5d5e8;
    border: solid #7e3e98;
    border-width: 8px 0;
}

form ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

form li {
    background: none;
    margin: 0 0 2px;
    padding: 0 0 2px;
}

fieldset { border: none; }

label {
    display: block;
    float: left;
    width: 120px;
	text-align: right;
}

input {
	border: 1px solid #638AB3;
	padding: 3px;
	vertical-align: middle;
	margin-top: 2px;
}

select {
	padding: 1px;
	width: 200px;
	margin-top: 2px;
}

.text { width: 200px; }

input.text:focus { border-color: #666; }

textarea {
	padding: 3px;
    width: 200px;
    height: 60px;
}

.anzatea {
    position: absolute;
    left: -999em;
}

.slink a {
	color: #7e3e98;
	text-decoration: none;
}
.slink a:hover {
	text-decoration: underline;
}