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

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:12px;
	line-height:18px;
	background:url(images/bg.png) repeat-x;
}

#container {
	width:868px;
	margin:0 auto; 
	background:url(images/border-edges.png) repeat-y;
	padding:30px 46px 40px;
	overflow:hidden;
} 

/*   HEADER   */
#header {
	overflow:hidden;
	padding:0 0 15px;
}
#header #logo {
	float:left;
}
#header #logo a {
	display:block;
	background:url(images/logo.png) no-repeat top right;
	width:218px;
	height:90px;
	text-indent:-9999px; 	
}
#header #call {
	float:right;
	background:url(images/phone-no.png) no-repeat left bottom;
	width:307px;
	height:90px;
	text-indent:-9999px; 
}
#header #slogan {
	float:right;
	clear:right;
	font-size:1.8em;
}

/*   MENU   */
#menu-bar {
	clear:both;
	background:#dde9f4;
	overflow:hidden;
	text-transform:lowercase;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.menu {
	float:left;
	list-style:none;tyt
}
.menu li {
	float:left;
}
.menu li a, #contact a {
	display:block;
	padding:5px 16px;
	color:#666;
	text-decoration:none;
}
.menu li a:hover, #contact a:hover {
	background:#b2cce5;
	color:#777;
}
#contact {
	float:right;
}

/*   BANNER   */
#banner {
	padding:5px 0 15px;
	clear:both;
}

/*   HEADINGS   */
h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color:#6b8aa6;
	padding:0 0 3px;
	border-bottom:1px solid #6b8aa6;
	font-weight:100;
	margin:0 0 20px 0;
}

/*   LEFT    */
#left {
	width:580px;
	float:left;
}
#left p {
	padding:0 0 20px;
}
#left .alignright {
	float:right;
	padding:0 0 0 40px;
	text-align:right;
}

#left li {
	margin-left: 25px;
}


/*   RIGHT   */
#right {
	width:260px;
	float:right;
}
#right #clickForm {
	background:#83a8ca url(images/form-bg.png) repeat-x bottom left;
	padding:0 20px 40px;
	color:#fff;
}
#clickForm h4 {
	padding:25px 0;
	font-weight:100;
	text-align:center;
	font-size:34px;
	line-height:42px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0px -1px 1px rgba(0,0,0,1);
}
#clickForm p {
	padding:10px 0;
	border-top:1px solid #9cb9d5;
	border-bottom:1px solid #9cb9d5;
}
#clickForm ol {
	list-style:none;
}
#clickForm label {
	display:block;
	text-transform:lowercase;
	padding:8px 0 2px;
}
#clickForm .textbox, #clickForm textarea {
	width:220px;
	border:0;
	padding:3px 0;
}

#clickForm textarea {
	height: 130px;
}

#clickForm #submitButton {
	background:url(images/submit.png) no-repeat;
	cursor:pointer;
	width:164px;
	height:61px;
	border:0;
	margin:10px auto 0;
	display:block;
}


/*   FOOTER   */
#container-bot {
	background:url(images/border-bottom.png) no-repeat;
	width:960px;
	margin:0 auto;
	height:60px;
}

.clear {
	clear: both;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

#locations-container { overflow: hidden; }
#locations-container>ul.locations { width: 180px; padding-right: 10px; float: left; }
#locations-container .locations li { list-style-type: none; margin-left: 0; }

.more-link {
	display: block;
	margin-bottom: 1em;
	color: #6B8AA6;
}

ul.blog-list {
	list-style-type: none;	
}
ul.blog-list li {
	margin-bottom: 0.5em;
}
.blog-date {
	font-size: 10px;
	color: #666;
}
