* {margin:0;padding:0}
body {
  font:81.25%/1.6 Verdana, Arial, Tahoma, Helvetcia, Sans-Serif;
  text-align:center;
  background:#C0C0C0;
  color:black
}
/* IE Height Fixes */
* html body {margin:0;padding:0}
* html body{height:100%}
/* END IE Height Fixes */

/* Mozilla Height Fixes */
html,body {margin:0;padding:0;height:100%}
html>body #container{height:auto}
/* End Mozilla Height Fixes */

a img {border:none}
#content a {color: #0066CC; text-decoration: none;}
#content a:link, a:visited {color:#0066CC;text-decoration:none;}
a:hover, a:focus {text-decoration:none}

a {color: #333; text-decoration: none;}
a:link, a:visited {color:#333;text-decoration:underline}

div {text-align:left}
p {margin:1em 0; text-align: justify;}
#content p {padding:0 0 0 10px}
li {margin-left: 45px}

h1, h2, h3, h4, h5, h6 {font-family: Georgia, Serif;text-transform:uppercase}
h1 {font-size:170%}
h4 {font-size:130%}

#home #container {background:white}
#container {
  width:816px;
  height:100%;
  min-height:100%;
  margin:0 auto;
  background:url(images/contrepeat.jpg) top left repeat-y;
  border-left:1px solid black;
  border-right:1px solid black;
  position:relative
}

#header {
	width:100%;
	height:93px;
	background:#E2EAFF url(images/headerright.jpg) top right no-repeat;
	position:relative
}
/* --- logo image styles ---*/
.logo, .logo em {
	width:339px;
	height:93px;
	position:absolute;
	left:0;
	top:0;
	font-size:.1em;
	display:block;
	cursor:pointer
}
.logo em {background:white url(images/logo.jpg) top left no-repeat}
.logo a:link, .logo a:visited, .logo a:hover  {
	color:#F4F3DB;
	text-decoration:none
}

#headbottom {
	width:100%;
	height:50px;
	background:#FDB813 url(images/navtop.jpg) top left repeat-x;
	margin:0 auto
}

#banner {
	height:195px;
	background:#E2EAFF url(images/homebannerbottom.jpg) bottom left no-repeat;
	position:relative
}
#banner ul {
	display:inline;
	list-style:none;
	position:absolute;
	top:10px;
	left:17px
}
#banner ul li {
	display:inline;
	list-style:none;
	margin:0 0 0 -5px
}

#left {float:left}
#right {float:left}

#left, #right {
	margin:10px 20px 50px 20px;
  width:330px;
  padding:10px 10px 10px 5px;
  font-size:.9em;
  border-left:1px solid #eee
}
#left h1, #right h1 {
	background:url(images/homecontantheadicon.jpg) center left no-repeat;
	padding:0 0 0 17px
}
#left p, #right p {
	padding:0 0 0 20px
}


#cleft {
float:left;
	margin:10px 10px 10px 10px;
  width:80px;
  padding:10px 10px 10px 5px;
  font-size:1em;
}
#cright {
float:left;
	margin:10px 10px 10px 10px;
  width:300px;
  padding:10px 10px 10px 5px;
  font-size:1em;
}
#content {
	margin:10px 0 50px 0;
  float:right;
  width:575px;
  padding:10px 40px 10px 0;
  font-size:.9em
}

#sidebar {
	margin:0 0 50px 0;
  float:left;
  width:177px;
  font-size:.8em
}
#sidebar h4 {
  background:#EFD688;
  padding:5px 0 5px 10px
}
#sidebar address {
  margin-left:10px
}
#sidebar #agent {
	padding:5px 5px;
	background:white;
	text-align:center
}
#sidebar #subagent {
  background:#EFD688;
  padding:5px 0 5px 10px;
  border-bottom:2px solid #999
}
#sidebar #subagent ul {
  display:inline;
  list-style:none;
  color:white
}
#sidebar #subagent ul li {
  display:inline;
  list-style:circle;
  margin:0 3px;
  color:white
}
#sidebar #subagent ul li.pass {
  float:left;
}
#sidebar ul.links {
  margin:20px 0 0 10px;
  list-style:none;
  font-size:1.2em
}
#sidebar ul.links li {
  padding:0 0 8px 0;
  margin:10px 0 10px 8px;
  font-weight:600
}
#sidebar ul.links li a {
	background:url(images/arrowyel.jpg) top left no-repeat;
  padding:0 0 0 18px;
  margin:0 0 0 -15px;
  text-decoration:none
}
#sidebar ul.links li a:hover {text-decoration:underline}

#footer {
	background:url(images/footer.jpg) bottom left repeat-x;
	width:100%;
	height:40px;
  position:absolute;
  bottom:0;
  left:0
}

#footer p { text-align: center; }

.loginform {text-align:left;margin-left:10px}
label {font-weight:600}
#logsubmit {
	width:44px;
	height:24px;
	background:url(images/login.jpg) top left no-repeat;
	border:none;
	margin:8px 0 0 110px;
	cursor:pointer
}

.form_error {
	background-color: #FFE1E2;
}




/* --- forms table --- */ 
.myFormTable {
   width: 100%;
   border: 1px solid #ccc;
   border-collapse: collapse;
   font-size: .9em;
}
.myFormTable tr td {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;        
}
.myFormTable .even td {
    background: #eee;
}
/* --- forms --- */ 
.myForm fieldset {
	border: none
}
.myForm label {
  font-size: 100%;
}
.myForm input {
	padding: 3px 0 3px 2px;
}
.myForm input.button {
	font-weight: bold;
	padding: 3px 2px;
	cursor: pointer;
}
.myForm textarea {
	font: 100%/1.4 Verdana, Sans-Serif;
  padding: 3px 0 3px 3px;
}
.myForm input:focus, 
.myForm textarea:focus 
{
	background: #ffffee;
}
