html {
	padding: 0px;
	margin: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, San-Serif;
	font-size: 10px;
	text-align: center;
	background-color: #ddd;
}
a {
	color: #381d59;
}
h3 {
	color:#381d59;
}
#page {
	width: 792px;
	padding: 0px;
	margin: 0px auto;
	text-align:left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 105px;
}
#search-box {
    position: relative;
    top: -65px;
    left: 600px;
    width: 175px;
	padding: 0px;
	margin: 0px;
}
#search-box input {
    Border: 1px solid gray;
    font-size: 9px;
	margin: 0px;
    border: 0px;
}
.search-result {
    font-size: 115%;
    font-weight: bold;
}
.search-bullet {
    padding-bottom: 12px;
}
#main {
	width: 792px;
	float: left;
	clear: both;
}
.style1 {
	background: #a6c7e7 url('/images/sidebars/1.gif') repeat-x;
}
.style2 {
	background: #e17f3a url('/images/sidebars/2.gif') repeat-x;
}
.style3 {
	background: #a5cf85 url('/images/sidebars/3.gif') repeat-x;
}
.style4 {
	background: #e06457 url('/images/sidebars/4.gif') repeat-x;
}
.style5 {
	background: #bb9dcc url('/images/sidebars/5.gif') repeat-x;
}
#content {
	width: 627px;
	padding: 10px;
	background-color: #fff;
	float:left;
}
#content-image {
	float: left;
	height: 207px;
	width: 647px;
}
#sidebar {
	width: 145px;
	float: right;
}
#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidebar h3 {
    padding-left:5px;
}
#sidebar ul li {
	padding: 5px 10px;
}
#sidebar ul li a,
#sidebar ul li a:link,
#sidebar ul li a:active,
#sidebar ul li a:visited {
	text-decoration: none;
	font-weight: bold;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#footer {
	clear: left;
	float: left;
	background-color: #381d59;
	padding-bottom: 5px;
	width: 792px;
	height: 44px;
}
#copyright {
	float: left;
	color: #fff;
	padding-top: 25px;
	padding-left: 5px;
	font-size:90%;
}
#tagline {
	float: right;
	color: #fff;
	padding-right: 5px;
	font-weight: bold;
	font-size:120%;
}

#inner-nav-bar {
  float:left;
  clear: left;
  margin: -10px;
  width: 647px;
}
#innner-nav-bar p {
  font-size: 8px;
}
#buckets-footer {
	clear: left;
	width: 647px;
	margin: 0px;
	padding: 0px;
}
.bucket-footer {
	margin: 0px;
	float: left;
	font-size: 6px;
}
.bucket {
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	float: left;	
}
#bucket-green-footer {
	width: 129px;
	background: #ffffff url('/images/corp/green_bar.gif') repeat-x;

}
#bucket-orange-footer {
	width: 129px;
	background: #ffffff url('/images/corp/orange_bar.gif') repeat-x;
}
#bucket-blue-footer {
	width: 129px;
	background: #ffffff url('/images/corp/blue_bar.gif') repeat-x;
}
#bucket-red-footer {
	width: 129px;
	background: #ffffff url('/images/corp/red_bar.gif') repeat-x;
}
#bucket-purple-footer {
	width: 131px;
	background: #ffffff url('/images/corp/purple_bar.gif') repeat-x;
}
#bucket-green {
	width: 119px;
	background: #ffffff url('/images/corp/green_gradient.gif') repeat-x;
}
#bucket-orange {
	width: 119px;
	background: #ffffff url('/images/corp/orange_gradient.gif') repeat-x;
}
#bucket-blue {
	width: 119px;
	background: #ffffff url('/images/corp/blue_gradient.gif') repeat-x;
}
#bucket-red {
	width: 119px;
	background: #ffffff url('/images/corp/red_gradient.gif') repeat-x;
}
#bucket-purple {
	width: 121px;
	background: #ffffff url('/images/corp/purple_gradient.gif') repeat-x;
}
form.page {
	float: left;
	clear: left;
	width: 600px;
}
form p.text_field, p.select, p.text_area, p.button, p.label, form h3, form h4 {
	float:left;
	clear:left;
	width: 567px;
	margin: 5px;
}
form p.checkbox {
	float:left;
	width: 250px;
	margin: 5px;
}
form p.radio {
	float: left;
	clear: left;
	margin: 5px;
	margin-left: 250px;
}
form p.para {
	float: left;
	clear: left;
	margin: 5px;
	width: 590px;
}
form fieldset {
	float: left;
	clear: left;
	margin: 5px;
    border: 1px solid gray;
}
form legend {
	font-weight:bold;
}
label {
	float: left;
	width: 200px;
}
label p.area {
	float: left;
	width: 647px;
}
p.text_field input, p.select select, p.text_area textarea {
	float: left;
	width: 200px;
	font-size:95%;
}
/*p.text_field input, p.text_area textarea {
    border-left: 1px dotted gray;
    border-bottom: 1px dotted gray;
    border-right: 0px;
    border-top: 0px;
}*/
p.checkbox input, p.radio input {
	float: left;
}
form h3 {
	color:#fff;
	background-color:#454545;
	padding:3px;
}
#map {
    float:right;
    margin-right:50px;
    height:145px;
    width:375px;
}
