* {
  margin: 0;
  padding: 0;
}

a {
  color: #4A87A6;
}

body {
  background: url(img/footer_bg.gif) top left repeat-x;
   font-family: "Myriad Pro", "Lucida Grande", "Helvetica", sans-serif;
}
p {
  margin-bottom: 1em;
  font-family: tahoma,arial,sans-serif
}
a {
  color: #4A87A6;
}

#page {
  width: 738px;

  margin: 0 auto;

}

#banner {
  margin-top: 40px;

  height: 56px;

  background: url(img/logo.jpg) top left no-repeat;

}
#banner h1, #banner h3 {
  text-indent: -5000px;

}

#menu, #primary h3 {
  font-size: 125%;
}

#menu {
  background:url(img/menu_tall.gif) top repeat-x;
 height:65px;
 margin-top: 20px;
 }
#menu .rightbg {
  background:url(img/menu_right.gif) top right no-repeat;
}
#menu .leftbg {
  background:url(img/menu_left.gif) top left no-repeat;
 width:100%;
 height:65px;
}
#menu .padding {
  padding:9px 0;
}
#menu li {
  float:left;
 width:123px;
 background:url(img/menu_libg.gif) top right repeat-y;

 font-size:16px;
 text-align:center;
  display:block;
}
#menu li a {
  color:#919191;
 text-decoration:none;
 font-weight:normal;
 display:block;
 padding:8px 0 5px 0;
}

#menu li span{
  display:block;
 padding:8px 0 5px 0;
}
#menu li a:hover {
  color: #4A87A6;

 text-decoration:underline;
}
#menu li span {
  color:#000000;
 text-decoration:underline;
}
#menu .last {
  background:none;
}

#primary {
  margin-top: 10px;

}
#primary h3 {
  margin: 5px 0 10px 0;
}
#primary ul {
  padding-left: 2em;
}

.dp50 {width:50%;
  float:left;
  display: inline;
  *margin-right:-1px;
 }

.content {
  margin: 10px;
}

.clear { clear: both;
 }

#footer {
  background: url(img/footer_bg.gif) top left repeat-x;
text-align: center;
  margin-top: 20px;

  padding: 10px 0;

}
#footer_text {
  width: 738px;
  margin: 1em auto;
  font-size: .8em;
  color: #666;
}

.more_link {
  margin-left: 1em;
  margin-top: 1em;
}





/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	padding:14px;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input, #basic textarea {
		float:left;
		width:480px;
		margin:2px 0 30px 10px;
	}
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}
	
