* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background-color: #ffc;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Verdana;
}
p {
 margin:10px 0;
}
.clear {
 clear:both;
}
div#outer {
	width: 780px;
	margin: 20px auto 0 auto;
	background: url(images/content-bg.jpg) repeat-y 50% 0;
	text-align: center;
border: 1px solid #6B562A;
}

div#header {
	background:transparent url(images/header.jpg) no-repeat 50% 0;
        height:123px;
}
div#menu {
  background:transparent url(images/menu.jpg) 0 0 no-repeat;
  height:38px;
}
#outer #content-wrapper {
  text-align:left;
  background:transparent url(images/content-top.jpg) 0 0 no-repeat;
  padding-top:10px;
}
div#main {
	width: 550px;
	float: left;
	padding: 14px 0 0 30px;
   min-height:400px;
}
* html div#main {
 height:400px;
}
#main li {
  margin-left:25px;
}
#right {
 width:160px;
 font-size:11px;
 float:right;
 margin-right:15px;
}
#right h2 {
  font-size:11px;
}
#right .login input {
  width:150px;
}
.we-specialize {
padding:4px 3px 8px 2px;
 font-size:14px;
 text-align:center;
 font-weight:bold;
 color:#594722;
}
#content-bottom {
  height:28px;
}
#footer {
  text-align:center;
  background:transparent url(images/footer-bg.jpg) 0 0 repeat-y;
}
#footer li {
  list-style:none;
}
#bottom {
 height:9px;
 margin-bottom:15px;
  background:transparent url(images/footer-bg.jpg) 0 0 repeat-y;
}

#org-logos {
  margin:10px 0;
  text-align:center;
  line-height:16px;
  font-size:10px;
}
.member-of {
font-weight:bold;
color:#666;
}
.hba {
float:left;
margin-top:2px;
}
.separator {
  background-color:#ccc;
  height:1px;
  clear: both;
  margin: 9px 0;
}
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
        padding-right: 10px;
	width: 150px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}

