body {
	background-color: #e0e0e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#logo-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#logo {
	background-image: url(images/sadler_talbot_logo.png);
	background-repeat: no-repeat;
	background-position:18px 30px;
	text-align: right;
	padding: 0px;
}

/* special style for the external News page's header */

body#news #logo-wrap{
	background:url(images/ph_news.jpg) no-repeat transparent right center;
}
body#news #logo{
	height:125px;
}
body#news #logo img{
	display:none;
}
body#news #left{
	position:relative;
}
body#news #acca{
	bottom:0;
	left:0;
	background:url(images/acca-logo.gif) no-repeat transparent left bottom;
	width:60px;
	height:90px;
}

/* end special style */


#logo-home {
	height:85px;
	background-image: url(images/logo-home.jpg);
	background-repeat: no-repeat;
	background-position:-3px 11px;
	text-align: right;
	padding:40px 50px 0 0;
}
#logo-home span.phonenumber{
	display:block;
	font-size:18px;
	color:#ff0000;
}
#logo-home span.subtitle{
	display:block;
	color:#6d6d6d;
	font-size:14px;
	font-weight:bold;
}
#main {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	position:relative;
}
#left {
	float: left;
	width: 240px;
	margin-left: 30px;
	padding-bottom:130px; /* to make sure the acca logo has space */
}
#right {
	float: left;
	width: 620px;
	margin-right: 50px;
}
#nav  {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 11px;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	margin: 0px;
	list-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #FF0000;
	text-decoration: none;
}
a.nav:hover {
	color: #666666;
	text-decoration: none;
}
#nav .over {
	color: #666666;
	text-decoration: none;
}
#acca {
	position:absolute;
	bottom:30px;
	left:30px;
}

.clear {
	clear: both;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #999999;
}
span.red{
	color:#FF0000;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #999999;
}
.greybox {
	background-color: #FFF;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border:15px solid #E0E0E0;
}
.greybox a{
	color:#ff0000 !important;
	text-decoration:none !important;
	display:block;
}
.greybox h2{
	margin:0 0 10px 0;
	padding:0 0 8px 0;
	border-bottom:1px solid #E0E0E0;
}
.greybox h3{
	margin-bottom:0;
}
.greybox h3,
.greybox p{
	font-size:14px;
	font-weight:normal;
	margin-top:0;
}

.white-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.rightpic {
	padding-bottom: 15px;
	padding-left: 15px;
}
.teambio{
	overflow:hidden;
	margin-bottom:35px;
}


a:link, a:visited, a:active {
	color: #af1316;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer {
	clear: both;
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer-left {
	float: left;
}
#footer-right {
	float: right;
}

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	font-size: 11px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #af1316;
	text-transform: uppercase;
}
div.element {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.tabs {
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

#popoup-wrapper {
	background-color: #FFFFFF;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#popup-main {
	background-color: #FFFFFF;
	padding: 20px;
}
