@charset "utf-8";
html,body { width: 100%; height: 100%; }
body {
	font: 16px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444;
}

a {
	color: #f28929;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

img { border: none; }

h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
}
h4 { 
	display: inline;
	text-transform: uppercase;
	color: #b6b6b6;
}
#container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}
#header {
	background: url(/images/logo.jpg) no-repeat center;
	width: 984px;
	height: 300px;
}

#inner {
	width: 1021px;
	margin: 34px auto;
	text-align: left;
}

.outer {
	width: 100%;
	margin: 0 auto;
}
.outer_wrapper {
	margin: 0 auto;
	width: 1021px;
	text-align: left;
}

#nav {
	background: url(/images/nav.gif) repeat-x;
	height: 46px;
	color: #FFF;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
	display: inline-block;
}
 
#nav li:hover, #nav .nav_current {
	background-position: center -35px;
}
#nav li:hover .navl, #nav .nav_current .navl { background-position: left -35px; }
#nav li:hover .navr, #nav .nav_current .navr { background-position: right -35px; }
#nav li {
	background: url(/images/nav_bg.gif) repeat-x;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 2px;
	height: 35px;
	width: auto;
	cursor: pointer;
}
#nav a {
	color: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px 10px;
	display: block;
	height: auto;
	float: left;
}
#nav .navl {
	background: url(/images/nav_bgl.gif);
	width: 2px;
	height: 35px;
	float: left;
}
#nav .navr {
	background: url(/images/nav_bgr.gif) 2px 0;
	width: 2px;
	height: 35px;
	float: left;
}
#nav a:hover {
	text-decoration: none;
}
/* IE6+7 Fix */
* html #nav li { display:inline; }
* + html  #nav li { display:inline; }
/* End Fix */

#leftColumn, #mainContent, #rightColumn { 
	float: left;
	margin-right: 20px;
}
#leftColumn { 
	width: 310px; 
	font-size: 15px;
}
#leftColumn h1 { color: #78ba31; }
.leftTop { margin-bottom: 56px; }
.leftMiddle { margin-bottom: 20px; }
.leftMiddle img { padding: 5px 0; }
#mainContent {
	background: #FFFFFF;
	width: 310px;
}
#mainContent h1 { color: #1271b7; }
.sub_page {
	width: 671px !important;
}

#map_canvas { 
	width: 615px;
	height: 284px;
	border: 1px solid #b7b7b7;
	padding: 4px;
	margin-left: -4px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.wp-caption {
	background: #dfdfdf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	font-size: 12px;
	height: 195px;
	margin: 6px;
	padding: 10px 1px;
	text-align: center;
	width: 152px !important;
}

.services {
	list-style-type: square;
	padding: 0 13px;
}
.services li { padding-bottom: 5px; }
.blueserv { list-style-image: url(/images/bluebullet.gif); }
.pinkserv { list-style-image: url(/images/pinkbullet.gif); }
.newslist, .tweetlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.newslist li {
	float: left;
	clear: both;
	width: 100%;
}
.newslist li, .tweetlist li {
	border-bottom: 4px solid #cfcfcf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.newslist span { float: left; width: 50%; }
.newslist img { float: right; }
.date { 
	color: #7abb33; 
	display: block;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold !important;
}

#rightColumn { width: 310px;}
#rightColumn h1 { color: #e1007a; }

.locations { font-size: 12px; }
.locations strong { font-size: 13px; }
.locations h3 { font-size: 15px; }

.clear {
	clear: both;
	height: 20px;
}
.contactfields p { margin-top: 5px; margin-bottom: 5px; }
.contactfields input, .contactfields textarea {
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	width: 60%;
}
.contactfields input[type=submit] { width: auto; }
.info_btn:hover { opacity: 0.6; }
#footer {
	background: url(images/nav.gif) repeat-x;
	height: 46px;
	color: #FFF;
	font-size: 11px;
}

#footer span {
	padding-top: 13px;
}

#footer a { color: #FFF; }

#subfoot {
	text-align: right;
	width: 1021px;
	margin: 0 auto;
	font-size: 11px;
	padding: 5px 10px;
}
#subfoot a { color: #000000; }

.pink_text {
	color: #e1007a;
	font-weight: bold;
}
.blue_text { 
	color: #1271b7;
	font-weight: bold;
}
.green_text {
	color: #7abb33;
}
.gray_text { color: #999; }
.purple_text { color: #541d5b;}

.sd_link:hover { text-decoration: none; }
.sd_logo {
	position: relative;
	top: 3px;
}