body {
	margin: 0;
	padding: 0;
	color: #777;
	background: #e5e5e5;
	font: .9em Arial, Verdana, Tahoma, Helvetica, sans-serif;	
}

/* General */

a img {
	border: 0;
}

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

#wrapper {
	width: 955px;
	height: auto;
	margin: 15px auto;
}

/* SIte top*/

#siteHeader {
	width: 955px;
	height: 180px;
	margin-bottom: 5px;
	background: #fff;
	overflow: hidden;
}

#siteHeader h1 {
	width: 190px;
	height: 180px;
	border-right: 5px solid #e5e5e5;
	float: left;
}

#siteHeader h1 a img {
	display: block;
}

object {
	width: 760px;
	height: 180px;
	float: left;
	border: 0;
}

#navContactBox {
	width: 190px;
	padding: 0;
	margin: 0 5px 0 0;
	background: #e5e5e5;
	float: left;
}

/* Main navigation */

#navBox {
	width: 190px;
	height: 165px;
	background: #fff;
}

#navBox ul {
	padding-top: 7px;
}

#navBox ul li {
	border-bottom: 1px solid #e5e5e5;
}

#navBox ul li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	line-height: 25px;
	height: 25px;
}

#navBox ul li a:link, #navBox ul li a:visited {
	color: #4F84C5;
}

#navBox ul li a:hover {
	color: #4F84C5;
	background: #e5e5e5;
}

#navBox ul li a:active {
	color: #4F84C5;
}

#navBox ul li#last {
	border: 0;
}

/* Contact */

#callUs {
	position: relative;
	width: 190px;
	height: 180px;
	margin-top: 5px;
	color: #fff;
	background: #4F84C5;
	padding-top: 25px;
	padding-bottom: 50px;
}

#callUs span {
	font-size: 20px;
	margin-left: 10px;
}

#callUs div#phone {
	margin-left: 10px;
	font-size:25px;
}

#callUs img {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

#callUs span a {
	color: #fff;
}

/* Site content */

#contentBox {
	clear: both;
	width: 955px;
}

#mainContent {
	width: 495px;
	height: auto!important;
	height: 425px;
	min-height: 425px;
	float: left;
	padding-left: 10px;
	font-size: .9em;
	line-height: 150%;
	background: #fff;
}

.column {
	width: 240px;
	float: left;
}

.column#left {
    margin-right: 15px;
}

.column p {
	padding: 5px 15px 5px 0;
}

#contentBox h2 {
	font-size: 1.5em;
	color: #4F84C5;
	font-weight: normal;
}

#mainContent h2 {
	font-size: 1.55em;
	padding-top: 10px;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
}

#sidebar h2 {
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
}


#quickLinks h2 {
	color: #fff;	
}

#mainContent p {
	margin: 5px 15px 12px 0;
}

#sidebar {
	float: right;
	width: 250px;
	background: #e5e5e5;
	margin-left: 5px;
}

#quickLinks {
	width: 250px;
       height: 165px;
	background: #4F84C5;
	margin-bottom: 5px;
}

#quickLinks ul {
	margin:0 10px 0 5px;
	padding-top: 5px;
}

#quickLinks ul li {
	height: 35px;
}

#quickLinks ul li a {
	display: block;
	padding: 0 0 0 25px;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	background: url(../img/list_bullet_white.gif) transparent no-repeat 5px 2px!important;
	background: url(../img/list_bullet_white.gif) transparent no-repeat 5px 3px;
}

#servicesList {
	width: 250px;
	height: 255px;
	background: #fff;
	color: #777;
}

#servicesList ul {
	margin:0 10px 0 5px;
	padding-top: 5px;
}

#servicesList ul li {
	padding: 0 0 0 25px;
	margin: 10px 0 0 0;
	line-height: 12px;
	font-size: .85em;
	background: url(../img/list_bullet.gif) transparent no-repeat 5px 2px!important;
	background: url(../img/list_bullet.gif) transparent no-repeat 5px 1px;
}

/* Footer */

#footer {
	clear: both;
	width: 955px;
	height: 66px;
	font-size: .8em;
	text-align: center;
}

#footer img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer span {
	clear: both;
}