*{
margin: 0;
padding: 0;
border: 0;
}
html{
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
}
body 
{
background-color:#fff;
color: #333;
font-size: 1.2em;
border-top: 4px solid #605866;
}
.purple {
color: #AF00AF;
}
a
{
color: #663285;
}
#wrap
{
padding-top: 10px;
margin:0 auto;
width:937px;
}
#headerwrap
{
background: #fff url(images/outerheaderbg.gif) repeat-x;
height: 310px;
}
#header
{
background-image: url(images/headerbg.gif);
height: 270px;
margin:0 auto;
width:937px;
}
#logo
{
padding-top: 40px;
margin-left: 0px;
}
#menu
{
margin: 90px 0 0 22px;
clear: both;
height: 30px;
background-color: #fff;
color: #444;
}
#menu li
{
float: left;
list-style: none none;
}
#menu li a
{
float: left;
list-style: none none;
padding: 10px 0 0 0;
background: #fff;
color: #444;
font-weight: bold;
height: 30px;
}
#menu li a:hover, #menu li a.active{
background: #fff url(images/arrow.gif) no-repeat center top;
}
.menupush
{
margin-right: 16px;
}
#innerwrap
{
width: 937px;
}
#main ul
{
padding: 0 0 20px 30px;
list-style: url(images/flower-bullet.gif);
line-height: 1.9;
}
#main p{
padding: 10px 20px 10px 0;
}
#main
{
width: 648px;
float: right;
position: relative; right: 15px;
}
#sidediv
{
margin: 0 60px 0 0;
width: 195px;
padding: 0 12px;
float: left;
position: relative; left: 11px;
}
#sidediv p
{
text-align: center;
color: #7E7B82;
line-height: 1.6;
padding: 5px 0;
}
#sidediv p a
{
color: #800080;
font-size: 0.9em;
font-weight: bold;
}
#sidediv ul{
margin: 50px 0 0 0;
list-style: none none;
}
#sidediv ul li a
{
color: #405467;
padding: 5px 17px 5px 0;
border-bottom: 1px solid #C0BBC5;
background: url(images/sidearrow.gif) no-repeat right center;
width: 178px;
display: block;
}
#footerwrap
{
background: url(images/outerfooterbg.gif) repeat-x left bottom;
margin: 20px 0 0 0;
float: left;
width: 100%;
}
#footer
{
margin: 0 auto;
width: 937px;
position: relative; left: 22px;
height: 290px;
}
#footer p{padding: 0; margin: 0;}
#last{width: 880px; text-align: right; position: absolute; bottom: 22px;}
#last p{color: white; font-size: 0.9em; padding: 0; position: relative; top: 22px; margin: 0;}
#last p a{color: white; }
#footspacer
{
height: 30px;
clear: both;
}
.afooter
{
width: 200px;
float: left;
padding: 0 15px 0 0;
}
.afooter ul
{
list-style: none;
line-height: 1.4;
}
.afooter li a
{
color: #575559;
font-size: 0.9em;
}
#main .afooter ul
{
list-style: url(images/atbullet.gif);
}
.nextfooter
{
width: 178px;
float: left;
padding: 5px 0 0 2px;
}
.nextfooter ul
{
list-style: none;
padding: 0 0 5px 0;
line-height: 1.0;
}
.nextfooter ul li{
padding: 0 0 5px 0; 
}
.nextfooter ul li a
{
color: #575559;
font-size: 0.9em;
}
#mainimage
{
float: right;
padding: 0 0 0 10px;
}
h1
{
width: 300px;
padding: 30px 0 10px 0;
background-color: #fff;
color: #3A566A;
font-size: 1.5em;
font-weight: normal;
}
p
{
line-height: 1.9;
padding: 10px 0;
}
.title
{
line-height: 1.4;
font-size: 1.2em;
}
a:link, a:visited, a:active
{
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
.sidetitle
{
color: #3A566A;
font-size: 1.4em;
font-weight: bold;
line-height: 1.2;
letter-spacing: -0.02em;
}
.clear{clear: both;}


form{
	width: 350px;
	margin: 0 0 40px 0;
	float: left;
}


.formfield, #messagediv label{
	padding: 0 0 10px 0;
}

input, select, option{
  height: 18px;
}

input, select, textarea{
	border: solid 1px #ddd;
	background: transparent url(images/contact-input-back.gif) repeat-x;
	width: 340px;
}

option{background: white;}


textarea{
	width: 340px;
	background: transparent url(images/contact-textarea-back.gif) repeat-x left bottom;
}

#title{width: 150px;}

.submitbutton{
	background: #E2DEEE;
	color: #673388;
	height: 25px;
  font-weight: bold;
}

#errorwrap{
	width: 350px;
	padding: 10px 10px 10px 70px;
	height: 78px;
	margin: 0 0 20px 0;
	background: url(images/problem.jpg) no-repeat 10px 10px;
	color: red;
	border: solid 1px red;
	clear: left;
}
