@import url(reset.css);

/* layout */
body { background: #767041; }

#wrap {
	background: #F8F4E6 url(../images/main_bg.gif) repeat-y;
	margin: 0 auto;
	width: 940px;
}

#header { background: #F8F4E6; }

#main {
	float: right;
	width: 780px;
}

#sidebar {
	background: #CEC472 url(../images/menu_top.gif) top left no-repeat;
	float: left;
	width: 160px;
}

#footer {
	background: #D2AF4F;
	clear: both;
	padding: 8px 20px;
}

.inner { margin: 24px; }

.clear { clear: both; }

/* type */
body {
	color: #605A2E;
	font: Georgia, serif;
	font-size: small;
}

p {
	font-size: 130%;
	line-height: 1.5em;
	margin: 0 0 8px 0;
}

strong {
	color: #5F2B67;
	font-weight: bold;
}

h1 {
	color: #5F2B67;
	font-size: 150%;
	height: 156px;
	margin: 0 auto;
	position: relative;
	width: 940px;
}

h1 a {
	color: #5F2B67;
	text-decoration: none; }
	
h1 span {
	background: url(../images/header.gif) no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
}

h2 {
	color: #5F2B67;
	font-size: 180%;
	letter-spacing: .1em;
	margin: 0 0 12px 0;
}

h3 {
	color: #c18a30;
	font-size: 150%;
	letter-spacing: .1em;
	margin: 0 0 12px 0;
}

h3 a {
	color: #c18a30;
	text-decoration: none;
}

h3 a:hover {
	color: #5F2B67;
	text-decoration: none;
}
	

#footer p {
	color: #F8F4E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	letter-spacing: .05em;
	margin: 2px;
	text-align: right;
}

/* lists */

.testimonials li {
	background: transparent url(../images/quotemarks.gif) no-repeat left 9px;
	border-bottom: 3px double #c18a30;
	margin: 18px 0;
	padding: 15px 0 8px 0;
}

.testimonials li p {
	font-size: 135%;
	font-style: italic;
	line-height: 1.5em;
	text-indent: 18px;
}

.testimonials li p.quote {
	font-size: 110%;
	font-style: normal;
	margin: 2px 0;
	text-align: right;
	text-indent: 0;
}

.bulletlinks { padding: 6px 0; }

.bulletlinks li {
	border-bottom: 3px double #c18a30;
	margin: 24px 0;
}

.bulletlinks li a {
	color: #c18a30;
	font-size: 150%;
	text-decoration: none;
}

.bulletlinks li a:hover {
	color: #5F2B67;
	text-decoration: none;
}

.bulletlinks li p {
	font-size: 130%;
	line-height: 1.5em;
}

.contactlist li {
	color: #605A2E;
	font-size: 150%;
	margin: 18px 0;
}

.contactlist li a {
	color: #c18a30;
	text-decoration: none;
}

.contactlist li a:hover {
	color: #5F2B67;
	text-decoration: none;
}
	

/* navigation */
#menu {
	font-size: 105%;
	letter-spacing: .1em;
	list-style-type: none;
	margin: 78px 0 0 0;
	width: 152px; }
#menu li {
	border-bottom: #c18a30 1px solid;
	display: block;
	margin: 0 12px 12px 12px;
	 }
#menu a {
	color: #5F2B67;
	text-decoration: none; }
#menu a:hover, #menu a.current {
	color: #605A2C; }

.subnav li a { 
	font-size: 95%;
	padding: 0 0 0 8px;
}

#coverage li {
	float: left;
	width: 30%;
	padding: 0 10px;
}

#coverage li a, #coverage li a:hover { text-decoration: none; }

#coverage li a img:hover { border-color: #5F2B67; }

#coverage li img {
	margin: 0 0 12px 0;
}

#coverage li p {
	font-size: 120%;
	margin: 0 12px 0 0;
}

/* images */
img { 
	background: #fff;
	border: 5px double #CEC472;
}

.leftpic {
	float: left;
	margin: 4px 18px 4px 0;
}

.rightpic {
	float: right;
	margin: 4px 0 4px 18px;
}
