/* CSS Document */
/* HTML ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #777;
	background-color: #998500;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 0.78em;
	line-height: 1.5em;
}

ul {
	list-style-type: none;
}

p {
	margin-bottom: 12px;
	line-height: 1.7em;
	padding-left: 5px;
}

dl{
	float: left;
	padding-left: 10px;
	overflow: visible;

}
dt{
	font-weight: bold;
	
}
/* HEADERS */

h1 {
	height: 0;
	width: 491px;		/* image width */
	padding-top: 78px;	/* image height */
	overflow: hidden;
	font-size: 1px;
	border: none;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	margin-top: 5px;
}

.home h1 {
	margin: 10px 0;
}

h2 {
	font-size: 1.18em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	text-transform: capitalize;
	padding-bottom: 5px;
}

/* LAYOUT */

.wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#top {
	background-color: #fff;
	padding-top: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.home #top { /* weird UFO padding issue fix */
	padding-top: 4px;
}
#shortNav{
	margin-bottom: 20px;
}
#header { /* collapse box model work around */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#mid {
	background-color: #fff;
	background-image: url(/images/bck.gif);
	background-repeat: repeat-x;
}

#bottom {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
object{
	float: right;
	width: 525px;
	display: block;
	margin-bottom: 25px;
	border: 2px solid #CCCCCC;
}
#primary {
	float: right;
	width: 536px;
	background: url('../_img/global_primary_bg.gif') right bottom no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#primary p {
	margin-right: 10px;
	margin-left: 10px;
}

#secondary {
	float: left;
	width: 220px;
	font-size: 1em;
	line-height: 1.6em;
}
#secondary ul {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#secondary ul li{
	background-image: url(/images/0025_bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}


/* CONTENT */

#primary a {
	padding-bottom: 1px;
	color: #577612;
	text-decoration: none;
	border-bottom: 1px dotted #a0c749;
}

#primary a:hover {
	color: #92bc34;
	border-bottom: 1px solid #a0c749;
}

.bullets li {
	padding: 0 0 4px 16px;
	background: url('../_img/bullet_checkmark.gif') 0 .2em no-repeat;
}
#secondary a{
	color: #998500;
	text-decoration: none;
}
#secondary a:hover{
	color: #095D90;
}

/* FOOTER */
#footer{
	color: #fff;
}

.footnote {
	float: left;
	margin-top: 14px;
	font-size: 1em;
}
.footnote a{
	color:#fff;
}

#address {
	width: 420px;
}

/* CONTACT FORM */

.contact form {
	margin: 10px 10px 10px 0;
	padding: 20px 0 20px 20px;
	background: #fcfef7 url(../_img/form_bkdg.gif) repeat-x;
	border: 1px solid #e8e8e8;
}

.contact select {
	float: left;
}

.contact input, textarea {
	display: block;
	border: 1px solid #bcc4b3;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.contact input {
	width: 200px;
}

textarea {
	width: 200px;
}

.contact #submit_btn {
	width: 130px;
	margin: 12px 0 0 352px
}



/* MISCELLANEOUS */

.clear {
	clear: both;
}

.floatbox {
	float: right;
	width: 200px;
}
.serv-home{
	float: left;
	width: 180px;
	margin-right: 10px;
}
.contact-info{
float: left;
	width: 220px;
	margin-right: 15px;
}
.contact-us{
	float: right;
	width: 260px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
}
.flickr{
	float: right;
	width: 330px;
	margin-right: 10px;
}
.flickr img{
	margin: 2px;
}
.team{
	float: left;
	width: 320px;
	display: block;
}

.team ul li{
	height: 120px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
}
.req{
	color:#E6652A;
}
.serv-sec{
	float: left;
	width: 300px;
}
