html {
	overflow: -moz-scrollbars-vertical !important;
}

body {
	background: #d9e4f8 url(../images/page_background.gif) repeat-y center top;
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, sans-serif;
	text-align: left;
	font-size: 76%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
}

a img {
	border: 0;
}

div#container {
	margin-left: 1px;
	background: transparent url(../images/content_background.jpg) repeat-y top center;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
	background-color: white;
}

#header {
	border-top: 10px solid #002184;
	padding: 10px 0;
}

#logo {
	margin-right: 600px;
}

#strapline {
	float: right;
	width: 600px;
	text-align: right;
	padding-top: 5px;
}

#strapline * {
	padding: 0;
	margin: 0;
}

#strapline h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 160%;
	color: #002184;
	height: 40px;
}

#strapline h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 160%;
	color: #002184;
	height: 45px;
}

#strapline h2 span.phone {
	color: #00c;
	font-weight: bold;
}

#strapline p {
	font-weight: bold;
}

#nav {
	clear: both;
	border-bottom: 10px solid white;
	border-top: 5px solid #002184;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 105px;
	height: 30px;
	background: #002184 url(../images/nav.gif) repeat-x 0 0;
	line-height: 30px;
	font-weight: bold;
	font-size: 110%;
}

#nav ul li {
	float: left;
	margin: 0;
	display: inline;
	text-transform: uppercase;
}

#nav ul li a {
	text-decoration: none;
	color: white;
	display: block;
	padding: 0 10px;
	background: #002184 url(../images/nav.gif) repeat-x 0 0;
}

#nav ul li a:hover {
	background-position: 0 -30px;
	text-decoration: none !important;
}

#nav ul li a.on {
	background-color: white;
	background-image: none;
	color: #002184;
	text-decoration: none !important;
}


#mainArea {
	clear: both;
	background: white url(../images/mainarea_background.jpg) no-repeat top left;
	padding: 0 0 0 115px;
	height: 1%;
	position: relative;
}

#homepage {
	color: white;
}

#homepage div.image {
	float: left;
	border-right: 10px solid white;
}

#homepage ul {
	list-style-type: none;
	padding: 0 10px;
	line-height: 1.5em;
	margin: 10px 0;
}

#homepage ul li {
	background: transparent url(../images/list_icon.gif) no-repeat 0 2px;
	padding-left: 19px;
}

#homepage div.services {
	background: #667ab5 url(../images/services_background.jpg) no-repeat top left;
	float: left;
	width: 263px;
	margin-bottom: 10px;
	height: 135px;
}

#homepage div.values {
	background: #667ab5 url(../images/services_background.jpg) no-repeat top left;
	float: left;
	width: 263px;
	height: 155px;
}

#homepage div.values h2 {
	margin: 10px;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
}

#content {
	color: #336;
	clear: both;
	line-height: 1.5em;
	padding: 20px 0 0 0;
}

#content div.inset_image {
	float: right;
	border-bottom: 20px solid white;
	border-left: 20px solid white;
}

#content div.inset_image img {
	border: 3px solid #d9e4f8;
	padding: 3px;
	background-color: white;
}

#content h2 {
	font-size: 150%;
	font-weight: normal;
	color: #002184;
	margin-top: 0;
}

#content h3 {
	font-size: 120%;
	font-weight: bold;
	color: #002184;
	border-bottom: 1px dotted #ccc;
	margin-top: 0;
	text-transform: uppercase;
}

#content h4 {
	font-size: 120%;
	color: #002184;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content p {
}

#content ul {
	list-style-type: square;
}

#content a {
	color: #002184;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none !important;
}

#content dl {
	line-height: 1.75em;
	margin-bottom: 1em;
}

#content dl dt {
	float: left;
	width: 140px;
	font-weight: bold;
}


#content dl dd {
	margin-left: 0;
}

#contact_details {
	background-color: #d9e4f8;
	padding: 10px;
	height: 11em;
	margin-bottom: 10px;
	color: #002184;
}

#contact_details p {
	margin: 0;
	padding: 0;
}

#contact_details div.office {
	width: 33%;
	float: left;
}

#gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gallery ul li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
}

#gallery ul li.last {
	margin-right: 0;
}

#gallery ul li img {
	padding: 2px;
	border: 2px solid #d9e4f8;
}

#gallery ul li img:hover {
	border: 2px solid #667ab5;
}

#footer {
	clear: both;
	padding: 10px;
	background-color: #002184;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer p {
	margin: 0;
}

#footer p.right {
	width: 400px;
	float: right;
	text-align: right;
}

#footer p.left {
	margin-right: 400px;
}

#footer a {
	color: white;
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

div#sticker
{
        position:absolute;
        top:174px;
        left:-10px;
        width:196px;
        height:195px;
}
