/*  Colours

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, trebuchet ms, helvetica, arial, lucida, sans-serif;
}

#wrapper {
	width: 760px;
	margin: 0px auto;
	background: #ffffff;
	color: #555555;
}

#shortcuts {
	display: none;
}

#header  {
	width: 100%;
	height: 100px;
	background: #3366cc url(../images/header_bg.jpg) repeat-x top right;
}

#logo  {
	width: 760px;
	margin: 0px auto;
}

#menu  {
	width: 760px;
	margin-top: 3px;
	text-align: right;
}

#mainArea {
	width: 760px;
	line-height: 1.5em;
}

.leadArea {
	width: 678px;
	margin: 0px 20px 0px 20px;
	padding: 10px 20px;
	border-left: 1px solid #bac9e5;
	border-right: 1px solid #bac9e5;
	background: #f2f4f8 url(../images/blue_fade.jpg) repeat-x top left;
	color: #444444;
}

.leadAreaTop {
	width: 720px;
	height: 8px;
	margin: 20px 20px 0px 20px;
	background: #ebeff6 url(../images/blue_bg_top.gif) no-repeat bottom left;
}

.leadAreaBottom {
	width: 720px;
	height: 8px;
	margin: 0px 20px 0px 20px;
	background: #f2f4f8 url(../images/blue_bg_bottom.jpg) no-repeat top left;
}

.secondaryArea {
	width: 440px;
	margin: 20px 20px 0 20px;
	padding: 10px 20px 10px 20px;
	float: left;
}

.contactPanelWrapper {
	width: 220px;
	float: left;
}

.contactPanel {
	width: 178px;
	margin: 0px 20px 0px 0;
	padding: 10px 20px 1px 20px;
	font-size: 75%;
	background: #f7eeeb url(../images/pink_fade.jpg) repeat-x top left;
	border-right: 1px solid #ebb4a1;
	border-left: 1px solid #ebb4a1;
}

.contactPanelTop {
	width: 220px;
	height: 8px;
	margin: 20px 20px 0px 0px;
	background: #f4ded6 url(../images/pink_bg_top.gif) no-repeat bottom left;
}

.contactPanelBottom {
	width: 220px;
	height: 8px;
	margin: 0px 20px 20px 0px;
	background: #f7eeeb url(../images/pink_bg_bottom.jpg) no-repeat top left;
}


.quotePanel {
	width: 180px;
	float: left;
	padding: 20px;
	font-size: 85%;
	line-height: 1.5em;
}

#footer {
	width: 700px;
	background: inherit;
	color: #555555;
	text-align: right;
	font-size: 80%;
	clear: both;
	margin: 0 40px 20px 20px;
}

h1, h2, h3, h4 {
	font-family: trebuchet ms, verdana, helvetica, arial, lucida, sans-serif;
	color: #cc3300;
	margin-bottom: 0.25em;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 130%;
}

.contactPanel h2 {
	font-size: 150%;
}

.quotePanel p.quote {
	color: #cc3300;
}

p {
	margin-bottom: 1em;
}

#menu ul {
	list-style: none;
	margin: 1px 20px;
}

#menu li {
	display: inline;	
	padding: 0;
	margin: 0 0 0 2px;
}

#menu li a {
	padding: 0.25em 0 0.5em 0.5em;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background: #3e6fcf url(../images/blue_button_bg_left.gif) no-repeat bottom left;
}

#menu li a span{
	padding: 0.25em 0.5em 0.5em 0;
	background: url(../images/blue_button_bg_right.gif) no-repeat bottom right;
}

#menu li a.chosen, #menu li a:hover {
	background: #d95e36 url(../images/orange_button_bg_left.gif) no-repeat bottom left;
}

#menu li a.chosen span, #menu li a:hover span {
	background: url(../images/orange_button_bg_right.gif) no-repeat bottom right;
}

#header img {
	margin-left: 10px;
}


#mainArea a, #footer a {
	color: #cc3300;
	background: inherit;
}

.noBottom {
	margin-bottom: 0;
}

.leadArea ol {
	margin-left: 2em;
}

img.headshots {
	margin: 5px 10px 10px 0;
	border: 1px solid #3366cc;
}

div.BackToTop {
	text-align: right;
	margin-bottom: 20px;
}

table.styledTable {
	width: 100%;
	margin-bottom: 20px;
}

table.styledTable th, table.styledTable td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 0.5em;
	margin: 1px;
	background: #f2f4f8;
	color: inherit;
}

a img{
	border: 0px;
	}