/*///////////////////////////////////////////////////////

	Stylesheet for Entourage Group Website
	Coded 09/07/2007 by Adam Martin - adam@shockmedia.com.au
	(C) Copyright 2007

	All Browsers [SCREEN]

///////////////////////////////////////////////////////*/


* { margin: 0; padding: 0; }

html,
body {
	height: 100%;
}

.clear {
	clear: both;
}

.spacer {
	height: 20px;
}

.blue {
	color: #2772a4;
}

.right {
	float: right;
}

body {
	position: relative;
	color: #000;
	background: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 150%;
}

#container {
    width: 753px;
    margin: 0 auto;
    background: #FFF url(/images/watermark.jpg) no-repeat;
}

#masthead {
	/*background: url(/images/logo.png) no-repeat;
	background-position: center;*/
	text-align: center;
	height: 91px;
	border-bottom: 4px solid #2772a4;
}

#masthead h1{
	display: none;
}

#masthead img {
	margin-top: 18px;
}

#topnav ul {
	background: url(/images/bg_topnav.gif) repeat-x;
	height: 34px;
	line-height: 34px;
	border-bottom: 3px solid #dbdcdc;
	margin-bottom: 7px;
}

#topnav ul li {
	float: left;
	list-style-type: none;
	background: url(/images/divider_topnav.gif) no-repeat;
}

#topnav ul li a {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

#topnav ul li a:hover {
	color: #94a428;
	cursor: pointer;
}

#topnav ul li a span {
	display: block;
	float: left;
	width: 125px;
	text-align: center;
	cursor: pointer;
}

#header {
	background: #2772a4;
}

#header h2{
	margin: 0;
	padding: 0;
	line-height: 44px;
	padding-left: 45px;
	font-size: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
	font-weight: normal;
}

#header img {
	padding: 0;
	margin: 0;
	display: block;
}

#maincontent {
	padding: 10px 0 20px 0;
	font-size: 12px;
}

#maincontent p {
	padding-bottom: 1em;
}

#maincontent ul {
	padding-bottom: 20px;
	margin-left: 20px;
	margin-top: -10px;
}

#maincontent ul li {
	color: #94a428;
}

#maincontent ul li span {
	color: #000;
}

#maincontent h3 {
	color: #94a428;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 15px;
}

#maincontent h4 {
	color: #2772a4;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#maincontent #leftcol {
	float: left;
	display: inline;
	width: 310px;
	padding: 0 25px 0 40px;
	border-right: 1px dashed #2772a4;
}

#maincontent #leftcol span.phone {
	float: left;
	display: inline;
	width: 80px;
}

#maincontent #rightcol {
	float: left;
	display: inline;
	width: 310px;
	padding: 0 0 0 25px;
}

#footer {
	padding: 0 10px;
	background: #e7e7e6;
	color: #666666;
	border-bottom: 8px solid #bdc0c4;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

a, a:visited {
	color: #003366;
}

a:hover {
	color: #94A428;
}

a img {
    border: none;
}

#footer p.smallgap {
	margin-top: -7px;
}

#footer div.left {
	float: left;
	text-align: left;
}

#footer div.right {
	float: right;
	text-align: right;
}

#map {
	border: 4px solid #94A428;
}

address {
	font-style: normal;
}

#map span {
	display: none;
}

#map a {
	display: none;
}

form {
	margin: 0;
	padding: 0;
	width: auto;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
}
fieldset label {
	display:block;
	line-height:150%;
	margin-bottom:0.2em;
	margin-top:0.2em;
	width:300px;
}
fieldset label span {
	clear:left;
	float:left;
	margin-left:10px;
	text-align:left;
	width:80px;

}

input, select {
	border:1px solid #94A428;
	clear:right;
	font-size:11px;
	height:18px;
	margin-left:5px;
	width:200px;
}
select {
	margin-bottom:4px;
	margin-top:4px;
}
textarea {
	background-color:#FFFFFF;
	border:1px solid #94A428;
	color:#000000;
	font-size:11px;
	margin-left:5px;
	overflow:auto;
	width:200px;
	height: 100px;
}
input#submit {
	margin:10px 0px 30px 95px;
	width:83px;
	height: 33px;
	border: none;
}
input.radio, input.checkbox {
	border:medium none;
	clear:none;
	float:left;
	margin:0px 0px 0px 10px;
	width:auto;
}
span.title {
	clear:none;
	float:left;
	margin-left:1px;
	width:auto;
}
span.agree {
	clear:none;
	margin-left:4px;
	width:370px;
}