ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	color:#00f;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	position:relative;
	background:#fff;
	color:#000;
	font:62.5% Arial,sans-serif;
}

#header{
	width: 980px;
	height: 48px;
	float: left;
	margin: 0px 0px 18px 0px;
	background: url(images/header_bg.jpg) repeat-x;
}

#logo{
	display: block;
	width: 564px;
	height: 37px;
	margin: 6px 0px 0px 234px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -99999px;
}

#navigation{
	width: 969px;
	height: 44px;
	clear: both;
	padding: 0px 0px 0px 11px;
}

#navigation ul li{
	display: inline;
	float: left;
	margin: 0 25px 0 0;
}

#navigation ul li a{
	color: #666;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;	
	font-weight: bold;
	padding: 0 0 0 7px;
	border-left: 1px solid #666;
	height: 24px;
	display: block;
	float: left;
}

#navigation ul li a:hover{
  text-decoration: none;
  color: #999;
  border-left: 1px solid #999;
}

#content{
	width: 980px;
	float: left;
	background: #e3d8e9 url(images/content_bg.jpg) right repeat-y;
}

#left_column{
	width: 178px;
	float: left;
	padding: 18px 0px 18px 12px;
}

#text{
	width: 587px;
	float: left;
	padding: 56px 0 0px 45px;
}

#text h1{
	font-family: Trebuchet MS;
	color: #9d3d9e;
	margin: 0px 0px 21px 0px;
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
}

#text p{
	margin: 0px 0px 21px 0px;
	color: #336633;
	font-size: 14px;
}

#text a{
	color: #9d3d9e;
}

#text ul{
	margin: 0px 0px 11px 15px;
}

#text ul li{
	list-style: disc;
	color: #336633;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

#text img{
  background: #F5F5F5;
  padding: 5px;
  border: 1px solid #dadada;
  margin: 0 5px 10px 0;
}

#text .cloud ul li{
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 40px 10px 0;
  font-size: 1.2em;
  color: #79298D;
}

/*#text .cloud ul li:nth-child(3n) {color: #666; margin-left: 15px;}
#text .cloud ul li:nth-child(5n) {color: #79298D; margin-left: 25px;}*/


#footer{
	width: 980px;
	height: 26px;
	clear: both;
	float: left;
	padding: 12px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	background: #e3d8e9;
}

#footer p{
	color: #907c9a;
	font-size: 12px;
	text-align: center;
}

#footer p a{
	color: #9e3d9e;
}

/************* contact form ***************************/
form{
	width: 485px;
	margin: 15px 0 40px 0;
	float: left;
}

#form-left{
	width: 270px;
	float: left;
	padding: 0 3px 0 0;
}

#form-right{
	width: 210px;
	float: left;
}
.formfield, #messagediv label{
	padding: 0 0 10px 0;
	font-size: 14px;
}
input, select, option{
  height: 18px;
}
.inputfile input{
  height: 22px;
}
input, select, textarea{
	border: solid 1px #E2D7E7;
	background: #fff;
	width: 210px;
}
option{background: white;}
#messagediv{
  width: 380px;
  float: left;
}
textarea{
	width: 380px;
	background: transparent url(images/contact-textarea-back.gif) repeat-x left bottom;
}
.check{
  width: 15px;
  position: relative; top: 3px;
}
select#position{width: auto; height: 22px;}



#submitdiv input{
	float: left;
	width: 78px;
	height: 29px;
	border: 0;
	font-size: 18px;
	color: #fff;
	clear: both;
	background: url(images/contact-send-button.gif) no-repeat;
}

#errorwrap{
	width: 400px;
	overflow: hidden;
	float: left;
}

#errorimg{
	width: 60px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#errorimg img{
	float: left;
	margin: 0px;
}

#errormsg{
	width: 290px;
	float: left;
	color: red;
}


.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
#wrapper{
	width: 980px;
	margin:0 auto;
}