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

	Stylesheet for Entourage Group Website
	Coded 09/07/2007 by Adam Martin
	Modified 25/11/2008 by Juan Londono
	(C) Copyright 2007

	All Browsers [SCREEN]

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


* { margin: 0; padding: 0; }

html,
body {
	height: 100%;
}

.clear {
	clear: both;
}

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;
	display: inline;
}

#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: inline;
	float: left;
	width: 125px;
	text-align: center;
}

#maincontent {
	padding: 10px 0 0 0;
}

#maincontent div.box img {
	float: left;
	padding-right: 7px;
	padding-top: 10px;
	display: inline;
}

#maincontent .click {
    cursor: pointer;
}

#maincontent div.box {
	padding: 0px 10px;
	margin-left: 13px;
	font-size: 11px;
	line-height: 150%;
	display: inline;
	background: url('/images/box_body.gif') left bottom no-repeat;
	width: 217px;
	height: 185px;
	float: left;
}

#maincontent div.box a {
	color: #003366;
}

#maincontent div.box a:hover {
	color: #94a428;
}

#maincontent div.box p {
	padding: 7px 5px;
}

#maincontent .box .top {
    margin-left: -10px;
    float: left;
    width: 205px;
    height: 22px;
    background: url('/images/box_top.gif') left top no-repeat;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    padding: 4px 16px;
}

#quote {
    padding-top: 15px;
}

#quote img {
    float: right;
    margin-top: -18px;
    display: inline;
}

#quote p {
	padding: 10px 20px;
	margin-bottom: 10px;
	border-top: 1px dashed #2772a4;
	border-bottom: 1px dashed #2772a4;
	color: #94a428;
	font-size: 18px;
}

.blue {
	color: #2772a4;
}

#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;
}

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

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

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