@import url("nav.css");
@import url("modules.css");
@import url("blog.css");

@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('CartoGothicStd-Book.eot');
	src: local('CartoGothic Std Book'), local('CartoGothicStd-Book'), url('CartoGothicStd-Book.ttf') format('truetype');
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('CartoGothicStd-Bold.eot');
	src: local('CartoGothic Std Bold'), local('CartoGothicStd-Bold'), url('CartoGothicStd-Bold.ttf') format('truetype');
}




body {margin: 0; padding: 0; color: #333; background: #fff; font-size: 86%;}
body, textarea {font-family: Arial, Helvetica, sans-serif;}
p, blockquote, li, dd, dt, h4, label, input, select, textarea {font-size:1em;}

a {color:#153E62; text-decoration: none; outline: none;}
a:hover {text-decoration: underline;}
img {border: none;}
table, form {margin: 0; padding: 0; font-size: 100%;
	border-collapse: collapse; }
th, td { vertical-align:top; }

h1, h2, h3 {margin:0 0 0.5em 0; font-weight: bold; padding: 0;}

h1 {font-size: 22px; font-family: CartoGothicStdBook; font-weight: normal; color: #163d5f;
	text-transform: uppercase;} 
h2 {font-size: 1.6em; font-family: CartoGothicStdBook; font-weight: normal;}
h3 {font-size: 1em; }
h4 {font-size: 0.8em; font-style: italic; font-weight: normal;}


p, pre { margin: 0 0 1em 0; line-height: 1.4em; }
dd, ul li, ol li { line-height: 1.3em;}
dl, ul, ul li, ol, ol li, blockquote { padding: 0;}
dl { margin: .5em 0;}
dt { font-weight: bold; margin: 0.25em 0 0 0;}
dd { margin-left: 0.5em;}
ul { margin: 0.5em 0 0.5em 1.1em;}
ul li { list-style: square; margin:0 0 0.25em 0.5em;}
ol { margin: 0.5em 0 0.5em 1.4em;}
ol li { margin:0 0 0 0.5em;}
blockquote { margin: 0 1em 0.5em 1em;}

fieldset {padding: 1em; margin: 0.25em 0; border: 1px solid #ccc;}
legend {font-size: 1.1em; font-weight: bold; color: #333; padding: 0 0.5em; margin: 0;}
*:first-child+html legend {margin: 0 0 0.5em 0;} /* hack for all IE versions */

input, select, textarea {margin: 0.01em; padding: 0 0.02em; vertical-align: middle;}
textarea {vertical-align: top;}
input:focus, textarea:focus, select:focus {background: #ffc;}
label { position: relative; top: 0.02em; padding-right: 0.02em;}

.Clearer { clear: both;}
/* =Clearfix (all browsers)--------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}



.zoneLeft { padding: 0 1em 0 0; width: 20%;}
.zoneRight { padding: 0 0.5em; border-left: 1px solid #ccc; }

.wrap {width: 950px; margin: 0 auto; }
#head {height: 100px;  background: url(../img/bg_head.jpg) repeat-x; position: relative; }
#head h1 { padding: 35px 0 0 0; width: 500px;}
#headText {float: right; width: 238px; margin-top: 20px;
	color: #fff; font-size: 22px; font-family: CartoGothicStdBook; }

#foot {background: url(../img/bg_foot.jpg) repeat-x; color: #fff; text-align: right; 
	font-size: 11px; padding: 20px 5px; }
#foot a {color: #fff; text-decoration: underline;}
.copy {margin: 0 0 6px 0;}
#newsletter { text-align: left; float: left; width: 450px; }
#newsletter h2 {font-size: 22px; float: left; width: auto; font-weight: normal; font-family: CartoGothicStdBook;
	margin: 0 10px 0 0;}
#newsletter #plc_lt_zoneFoot_BizForm_viewBiz {margin-top: 4px;}
#newsletter label {display: none;}
#newsletter .EditingFormControlNestedControl {display: inline;}
#newsletter div.clearFocus { background: url(../img/bg_txtField.png) no-repeat; height: 24px; width: 159px; 
	display: block; float: left; 
	margin: 0 4px 0 0; padding: 4px 0 0; }
#newsletter span input.clearFocus { border: 0 none; background: none; color: #363636;
	margin: 0; padding: 0 6px 0 6px; width: 147px; outline: none; font-size: 12px;}
#newsletter span input.TextBoxField:focus {outline: none;}
#newsletter .FormButton { padding: 0; background: none; color: #fff; 
	border: 0 none; -moz-border-radius: 0px; -webkit-border-radius: 0px;
	-moz-box-shadow: 0px 0px 0px #888; -webkit-box-shadow: 0px 0px 0px #888;}
#newsletter .EditingFormErrorLabel {display: none !important;}
#newsletter .ErrorLabel {position: relative; top: -10px; display: block;}


#cnt { clear: both; padding: 1em 0; min-height: 400px;}

#search { position: absolute; top: 60px; left: 50%; margin-left: 235px; text-align: right; width: 230px;}
#search span { background: url(../img/bg_txtField.png) no-repeat; height: 24px; width: 159px; 
	display: block; float: left; 
	margin: 0 2px 0 0; padding: 4px 0 0; }
#search span input.stxt { border: 0 none; background: none; color: #363636;
	margin: 0; padding: 0 6px 0 6px; width: 147px; outline: none; }
#search span input.stxt:focus {outline: none;}
#search input.FormButton { background: #fff; color: #fff; font-size: 1em; padding: 0; border: 0 none;}

table.landing { width: 100%; clear: both;}
.landing th { font-weight: normal; text-align: left; border-right: 1px dashed #ccc; width: 200px;}
.landing td {padding-left: 1em;}

/* home page */
table.homet {width: 100%;}
.homet td {width: 630px;}
#photobg { padding: 10px; border: 1px solid #ccc;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; background: #ededed url(../img/bg_largePhoto) repeat-x;}
#photobg img {max-width: 611px; }
#hometxt {margin: 1em 0.5em;}
#hometxt h2 {}

.homet th {width: 310px; padding-left: 20px; font-weight: normal; text-align: left;}
ul.tabs {margin: 0 0 0 1px; padding: 0; list-style: none; width: 310px; height: 60px; z-index: 10; position: relative;}
.tabs li {margin: 0 1px 0 0; padding: 0; list-style: none; float: left; width: auto; }
.tabs li a {display: block; background: url(../img/bg_tabs.png) no-repeat 0 -60px; font-size: 14px;
	font-family: CartoGothicStdBook; color: #111; text-transform: uppercase; text-align: center;
	min-height: 60px; width: 283px; line-height: 37px;}
.tabs li a.current {background-position: 0 0; color: #fff;}
.tabs li a:hover {text-decoration:  none;}



.pane { width: 310px; background: url(../img/bg_panes.png) no-repeat left bottom; padding: 2em 0 1.0em 0;
	position: relative; top: -26px; z-index: 0; 
	-webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px;}

.newsTab { color: #fff; padding:  1em 1.5em; font-size: 12px; 
	background:  url(../img/bg_tabs_sep.png) no-repeat center bottom;}
.newsTab h3 { font-size: 14px; font-weight: normal; text-transform: uppercase; 
	margin: 0 0 2px 0; font-family: CartoGothicStdBook; }

.pane textarea { }
.pane .homebiz { width: 200px; margin: 0 auto;}
.pane label {color: #fff; display: block; margin-top: 8px;}
.pane textarea {width: 190px;}
.pane .homebiz h2 {color: #fff;}
.pane .homebiz .ErrorLabel, .pane .homebiz .EditingFormErrorLabel {color: #ffc;}


.EditMode {}/* add for styles that need to display differently in cmsdesk */

















