/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: black;
	background: #776;
	margin: 20px;
	}

#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	background: #ccb;
	overflow: hidden;
	}

h1 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 2.0em;
	text-align: center;
	font-weight: bold;
	border: 0;
	width: 700px;
	height: 100px;
	background-image: url(images/header_objective.gif);
	background-position: top left;
	background-attachment: inherit;
	background-position: top left;
	}

#nav {
	float: left;
	margin-top: 0;
	padding-top: 0;
	width: 149px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	line-height: 2.0;
	}

#nav a, #nav strong {
	display: block;
	background: #ccb;
	color: #000;
	border-bottom: 1px solid #776;
	width: 124px;
	}

#nav a:link, #nav a:visited {
	padding: 3px 0 3px 25px;
	text-decoration: none;
	}

#nav a:hover, #nav a:active {
	background: #eed;
	padding: 3px 0 3px 25px;
	}

#nav strong {
	padding: 3px 0 3px 14px;
	background: #c60;
	color: #fff;
	width: 135px;
	}

.navtop {
	border-top: 1px solid #776;
	}

#content {
	margin: 0;
	padding: 0;
	width: 700px;
	background: #ccb;
	float: left;
	}

#content_text {
	margin: 0;
	padding: 0;
	width: 550px;
	float: left;
	background: #ccb;
	min-height: 300px;
	border-left: 1px solid #776;
	border-bottom: 1px solid #776;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	}

* html #content_text {
	height: 300px;
	}

p {
	font-size: 1em;
	color: black;
	text-decoration: none;
	margin: 0 15px 15px 15px;
	padding: 0;
	line-height: 1.5;
	}

p.thankyou {
	text-align: center;
	padding: 40px 0 0 0;
	}

p.thankyou2 {
	text-align: center;
	}

a.link:link, a.link:visited {
	color: #a40;
	font-weight: bold;
	text-decoration: none;
	}

a.link:hover, a.link:active {
	color: #a40;
	background-color: #eed;
	}

#footer {
	font-size: .9em;
	border: 0;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 36px;
	background-image: url(images/page_bg.gif);
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ccb;
	float: right;
	}

p.copyright {
	color: #000;
	text-align: center; 
	padding: 10px 0 0 0;
	}

#photo {
	float: left;
	margin-left: 10px;
	}

#thumbs {
	float: left;
	}

.webDesignBlock {
	float: left;
	margin: 0 10px 10px 10px;
	padding: 10px;
	background: #ccb;
	text-align: center;
	width: 220px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.webDesignBlock:hover {
	background: #ddc;
	}

* html .webDesignBlock {
	width: 460px;
	}

.contactWufoo {
	margin: 0 25px;
	}

.contact1 {
	display: block;
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
	}

.contact2 {
	display: block;
	width: 275px;
	float: left;
	margin: 0;
	padding: 0;
	}

.star {
	color: #a40;
	}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #a40;
	background-color: #eed;
	border: 1px solid #776;
	margin: 5px 5px 0 0;
	font-weight: normal;
	float: right;
	}

#hidden {
	display: none;
	}