body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url(images/bg.gif) repeat-x top;
	color: #666;
	margin: 0 0 30px 0;
}
#wrapper {width: 770px; margin:auto}
#header {
	height: 216px;
}
#logo {
	float: left;
	vertical-align: middle;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#globe {width: 210px;	float: right;
}
#nav {width: 218px; float:left}
#nav #icons #item {
	width: 40%;
	float: left;
	text-align: center;
	margin-left: 10%;
}
#nav #icons #item2 {
	width: 40%;
	float: left;
	text-align: center;
	margin-right: 10%;
}
#icons {
	background-image: url(images/border_gray.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 46px;
	vertical-align: middle;
	padding-top: 22px;
}
h1 {
	font-size: 23px;
	font-weight: normal;
	color: #5BAC35;
	background-image: url(images/border_green.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 18px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #5BAC35;
	padding-bottom: 10px;
	margin: 0px;
}
li {
	list-style-image: ;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 19px;
}
#main {
	background-color: #0066FF;
	margin: 0px;
	padding: 0px;
	list-style-image: ;
}
#menu {padding-top:20px;}
#menu a {
	display: block;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	padding-left:25px;
	padding-bottom: 10px;
}
#menu #active {
	font-weight: bold;
	color:#5BAC35;
	background: url(images/swirl.gif) no-repeat 0px 0px;
	font-size: 16px;
}

#content {width:520px; float: right;}
#footer { margin:30px 0 30px 0}
#links {
	width: 48%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	padding-right: 15px;
}
#links #item {
	margin-top: 10px;
	height: 60px;
}
#links #item a {
	font-size: 12px;
	color: #66CC00;
}
#links #item img {
	margin-right: 15px;
	margin-top: -10px;
}
#copy {
	font-size: 11px;
	width:46%;
	color: #999999;
	float:right;
	margin-top: 10px;
}
#copy a {
	color: #999999;
}
a:hover {
	text-decoration: none;
}

#grayBox {
	background-color: #e5e5e5;
	margin-bottom: 20px;
}
#tl {	background: url(images/tl.gif) no-repeat left top;}
#tr {	background: url(images/tr.gif) no-repeat right top;}
#bl {	background: url(images/bl.gif) no-repeat left bottom;}
#br {	background: url(images/br.gif) no-repeat right bottom; padding:25px 20px 25px 20px;}
#input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Contact form */

p.notice {
  color: #d79705;
  border: 1px solid;
  padding: 1em;
}

label.error {
  color: #d79705;
}

input.error,
textarea.error {
  border: 1px solid #d79705;
  background-color: #eecfcf;
}

