/* Overall Tags */
body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 18px;
}
a { outline: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
.clear { clear: both; display: inline; }
.line { font-size: 0; border-top: 1px solid #dadada; margin: 20px 0 20px; }
html>body .clear { display: block; }
span.small { font-size: 11px; font-style: italic; }
.container {
	width: 760px;
	margin: 0 auto;
}

/* Header */
.header {
	height: 57px;
	width: 760px;
}
.header h3 a {
	font-weight: normal;
	font-size: 24px;
	display: block;
	height: 57px;
	line-height: 57px;
	padding: 0 0 0 15px;
	text-decoration: none;
	/*background: url('images/logo.gif') no-repeat 0 0;
	text-indent: -9999px;*/
}
.phone_number {
	float: right;
	height: 57px;
	line-height: 57px;
	padding-right: 15px;
	font-size: 19px;
}

/* Nav */
.nav {
	height: 32px;
	width: 760px;
	/* background: #fff;*/
}
.nav ul, .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li {
	float: left;
	padding-left: 24px;
}
.nav li.first {
	padding-left: 9px;
}
.nav li a {
	display: block;
	line-height: 22px;
	font-size: 14px;
	text-decoration: none;
	padding: 3px 8px 5px;
	margin-top: 2px;
}

/* Body Content */
.content {
	padding: 9px 9px 20px 9px;
	width: 742px;
}

/* Header Creator */
.hd_bg {
	width: 738px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #d2d2d2;
}
table.hd_image {
	margin: 7px;
	width: 724px;
	height: 135px;

}
table.hd_image td {
	vertical-align: bottom;
	line-height: 20px;
	font-size: 20px;
	font-style: italic;
	color: #fff;
}
table.hd_image td div {
	margin: 0 10px 0 60px;
	padding-bottom: 10px;
}
table.hd_image td strong {
	line-height: 32px;
	display: block;
	margin-left: -30px;
	font-size: 37px;
	font-weight: bold;
	font-style: normal;
}

/* Body Content Right */
.content_right {
	float: right;
	margin: 20px 4px 0 0;
	width: 518px;
}
.content_right h1 {
	font-size: 22px;
	color: #484848;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 8px;
}
.content_right h2 {
	font-size: 18px;
	color: #484848;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 8px;
}
.content_right h3 {
	font-size: 16px;
	color: #484848;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 4px;
}
.content_right h1 a, .content_right h2 a, .content_right h3 a {
	text-decoration: none;
}
.content_right h1 a:hover, .content_right h2 a:hover, .content_right h3 a:hover {
	text-decoration: underline;
}
.content_right p {
	margin: 0 11px 15px 0;
	line-height: 22px;
}
.content_right ul {
	margin: 0 11px 15px 0;
	padding: 0 0 0 25px;
	line-height: 22px;
}

.content_right small {
	display: block;
	margin-bottom: 7px;
	font-size: 11px;
	font-style: italic;
}
.home_content {
	margin: 25px 0;
}

/* Body Content Left */
.content_left {
	float: left;
	width: 196px;
	margin: 20px 0 0 4px;
}

/* Footer */
.footer {
	clear: both;
	width: 760px;
	color: #727272;
	-moz-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-radius: 0 0 3px 3px;
}
.footer_gap {
	height: 25px;
}
.footer p {
	margin: 0 15px;
	padding: 15px 0;
	text-align: right;
	border-top: 1px dotted #CACACA;
}
.footer a {
	color: #727272;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/* Sub Navigation */
ul.sub_nav {
	border-top: 1px solid #c9c5c5;
	margin: 0 0 25px;
	padding: 0;
	list-style-type: none;
	background: #ededed;
}
ul.sub_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #c9c5c5;
	border-width: 0px 1px 1px 0;
}
ul.sub_nav li a {
	display: block;
	background: #ededed;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #484848;
	text-decoration: none;
	border-left: 5px solid #8bcbe4;
	background: #ededed;
}
ul.sub_nav li a:hover {
	color: #8bcbe4;
}
ul.sub_nav li.has_gc a {
	padding-bottom: 0px;
}

/* Sub Sub Nav */
ul.sub_nav ul {
	border-width: 0;
	margin: 0;
	padding: 0 0 7px;
	list-style-type: disc;
}
ul.sub_nav ul li {
	margin: 0 0 0 35px;
	padding: 0;
	color: #484848;
	list-style-type: disc;
	border-width: 0;
}
ul.sub_nav ul li a {
	display: block;
	background: #ededed;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #484848;
	text-decoration: none;
	border-width: 0;
	background: #ededed;
}
ul.sub_nav li.selected li a {
	color: #484848;
}

/* VCard */
.vcard {
	color: #484848;
	line-height: 19px;
	font-size: 14px;
	padding: 10px;
	background: #ededed;
	border: 1px solid #8bcbe4;
	margin-bottom: 25px;
}

/* Buttons */
a.button {
	color: #fff;
	display: block;
	height: 28px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
a.button:hover {
	color: #fff;
	cursor: pointer;
}

/* Homepage Graphic Area */
.graphic_cont {
	margin-bottom: 13px;
	width: 516px;
}
#graphic_area {
	background: #efefef;
	border: 2px solid #bbb7b7;
}
#graphic_area a {
	display: block;
	height: 204px;
	width: 512px;
	display: none;
	text-indent: -9999px;
}
#graphic_area a.show {
	display: block;
}
#graphic_area_nav {
	background: #e2e2e2;
	font-size: 12px;
	color: #222;
	line-height: 13px;
	padding: 5px;
}
#graphic_area_nav span {
	padding-left: 10px;
}
a.gan_a {
	display: block;
	float: left;
	height: 12px;
	width: 12px;
	font-size: 0;
	background: #bbb7b7;
	border: 1px solid #999;
	margin-right: 5px;
}

/* Home CTA Area */
#cta_left { float: left; }
#cta_right { float: right; margin-right: 2px; }
a.cta_a {
	display: block;
	width: 246px;
	height: 154px;
	border: 2px solid #afafaf;
	border-width: 2px 2px 0 2px;
	text-decoration: none;
	text-indent: -9999px;
}
a.cta_caption {
	display: block;
	width: 246px;
	border: 2px solid #afafaf;
	padding: 5px 0;
	background: #afafaf;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a.cta_caption:hover {
	color: #fff;
}

/* Photo Gallery */
ul#photo_gallerys {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}
ul#photo_gallerys li {
	list-style-type: none;
	width: 75px;
	height: 75px;
	background: #efefef;
	border: 1px solid #CACACA;
	padding: 3px;
	float: left;
	margin: 0 15px 15px 0;
}
ul#photo_gallerys li a img {
	display: block;
}

/* Forms */
table.form {
	width: 518px;
}
table.form td.first {
	width: 160px;
}
table.form td.td_required {
	font-weight: bold;
}
textarea.form_input, input.form_input {
	border: 1px solid #CACACA;
	width: 300px;
	padding: 4px;
}
textarea.form_input {
	height: 175px;
}
input.small_input {
	width: 35px;
}
.form_submit {
	margin-top: 15px;
	padding: 5px;
	text-align: center;
	background: #efefef;
	border: 1px dotted #CACACA;
}
.form_button {
	font-weight: bold;
}
label.error {
	display: block;
	color: #AA0000;
	background: #f6e3e3;
	padding: 5px;
	border: 1px solid #AA0000;
	font-weight: bold;
	margin: 4px 0 8px;
	width: 297px;
}

.pagination {
	text-align: right;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #999;
}
.pagination span { margin-left: 4px; }
.pagination a { border: 1px solid #CACACA; color: #666; text-decoration:none; padding: 1px 6px; }
.pagination a:hover { border-color: #666; background-color: #efefef; color: #666; }
.pagination .here { color:#166590; border: 1px solid #666; background: #efefef; padding: 1px 6px; font-weight: bold; }
.pagination em { color: #555; }

/* Bread Crumbs */
.content_bc {
	margin: 1px 4px 0 0;
}
.breadcrumbs {
	text-transform: lowercase;
	font-size: 11px;
	height: 17px;
	margin: 0 0 2px;
	text-align: right;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
