@charset "utf-8";
/* CSS Document */

.clr {
	clear: both;		
}
.hr {
	background-image: url(images/sidebar-divide.jpg);
	background-repeat: no-repeat;
	height: 3px;
}

body{
	background:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #222;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 16px;
	color: #306;
}

h2{
	font-size:14px;
	color:#306;
}

h3 {
	font-size:12px;
	color:#306;
	font-style:italic;
	margin: 15px 0 10px 0;
}

h1 span {
	color: #5bc8e4;
}


p, li {
	line-height: 150%;	
	font-size: 12px;
}
p.small {
	font-size: 10px;
	color: #555;
	margin-top: 0;
}
li {
	list-style: url(images/bullet.png);
}

a:link, a:visited {
	color:#306;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #5bc8e4;
}

/* Contact list */
ul.none {
	padding-left: 25px;
	margin-left: 0;
}
ul.none li {
	line-height: 250%;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul.none li img {
	margin-right: 4px;	
}

#container {
	background: #FFF;
	width:830px;
	margin:0 auto;
	padding:0;
	
}

#header{
	background: url(images/header_bg.jpg);
	background-repeat:repeat-x;
	height:103px;

}
#logo {
	padding: 0;
	margin: 0;
	width:274px;
	height:103px;
	float:left;
}
#logo a {
	background:url(images/logo.jpg);
	padding:0;
	width:274px;
	height:103px;
	margin: 0;
	display: block;
}
#logo span {
	display: none;
}

#callus{
	background:url(images/callus.jpg);
	width:346px;
	height:67px;
	margin: 0 0 0 70px;
	position: absolute;
	top: 0;
	left: 50%;
}

#callus span {
	display:none;
}

#navigation{
	float: right;
	height: 36px;
	padding:0;
	margin: 67px 0 0 0;
}
#navigation ul {
	height:36px;
	background-color: #006;
	float: right;
	list-style: none;
	padding:0;
	margin: 0;
}
#navigation ul li {	
	background:url(images/btn.jpg);
	width:105px;
	height:36px;
	float:left;
	text-align: center;
	padding:0;
	list-style: none;
}
#navigation ul li a{
	padding: 9px 0 6px 0;
	color:#FFF;
	display:block;
	text-decoration:none;
	line-height: 16px;
	font-weight: bold;
}
#navigation li a:hover {
	background:url(images/btn_h.jpg);
}
#navigation li a.on {
	height:25px;
	background:url(images/btn_on.jpg);
	background-repeat:no-repeat;
	color: #333;
}

#mainContent{
	padding-top:20px;
	width:830px;
	float:left;
	
}

#leftCol {
	background-color: #FFF;
	width:600px;
	float:left;
	
}
#leftCol h2 {
	margin: 15px 0 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #CCC;
}
#leftCol .inner {
	background-color: #FFF;
	margin:0;
	padding-top:25px;
	margin-right:35px;
}

/* Float homepage boxes */
#leftCol ul.boxes {
	margin:0;
	background-color: #FFF;
	float: left;
	padding:0;
}
#leftCol ul.boxes li {
	padding:0px 5px 0px 0px;
	float:left;
	display:block;
}

#box_dc{
	background:url(images/DC.jpg);
	width:187px;
	height:209px;
	display:block;
}

#box_cc{
	background:url(images/CC.jpg);
	width:187px;
	height:209px;
	display:block;
}

#box_pm{
	background:url(images/PM.jpg);
	width:187px;
	height:209px;
	display:block;
}

#box_dc span {
	display:none;
}

#box_cc span {
	display:none;
}

#box_pm span {
	display:none;
}

#rightCol{
	background: #FFF;
	width:230px;
	float:right;
	padding:0;
	padding:0;

}
#rightCol .grey{
	background:url(images/rightCol_bg.jpg);
	width:230px;
	padding:0;
	margin:0;
	
}
#rightCol ul{
	padding: 0px 0px 0px 23px;
	list-style: url(images/line.png);
	margin: 10px 0 10px 0;	
}
#rightCol .inner {
	margin:20px;
	padding:0;
}
#rightCol span {
	font-weight:bold;
}

#off {
	background: url(images/bubble.jpg);
	height:117px;
	width:230px;
	display:block;
}

#off span {
	display:none;
}

#btm{
	background-image:url(images/rightCol_btm.jpg);
	width:230px;
	height:20px;
}

#footer {
	height:50px;
	width:830px;
	clear:both;
	padding-top: 20px;
}
#footer p {
	color: #999;
	font-size: 11px;
}
#footer a {
	color: #999;
}

#googleMap {
	margin: 5px 0 5px 24px;	
}
