* {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
	color:#00768C;
}

a:hover {
	text-decoration:underline;
	color:#6DB523;
}


body {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(/fresh/imgs/bg_repeat.gif) top center no-repeat;
	min-width:960px;
	background-color:#FFFFFF;

}

td, th, div, blockquote, dl, ul, div, p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
}
ul li{
	background:url(/fresh/imgs/img_arrow.jpg) 10px 3px no-repeat;
	padding:0 0 0 20px;
}

ol {
	padding-left:10px;
	list-style-position:inside;
}

p {
	line-height:15px;
	margin-bottom:18px;
}

img {
	border:none;
}

td, th {
	vertical-align:center;
}

th {
	text-align:left;
}

h1, h2, h4, h5 {
	font-weight:normal;
	padding:6px 0 4px 0;
}

h1 {
	font-size:22px;
	color:#00768C;
}

h2 {
	color:#3FA0B3;
	font-size:18px;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#00768C;
}

h4 {
	font-size:13px;
	color:#3FA0B3;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* page structure
-----------------------------------------------------------------------------------*/
#pageContainer {
	width:990px;
	margin:0 auto;
	padding-bottom:25px;
}

#headerContainer {}

#breadcrumContainer {}

/* header structure
-----------------------------------------------------------------------------------*/
.logoImg {float:left;}

.heroImg {float:right;}

/* column structure
-----------------------------------------------------------------------------------*/
#column1Container {
	float:left;
	width:219px;
}

#column1 {
	padding:23px 32px 0 10px;
}

#column1 h3 {
	border-bottom:1px solid #6DB523;
}

#column2Container {
	float:left;
	width:500px;
	min-height:420px;
}

#column2 {
	padding:14px 0 0 0;
}

#column3Container {
	float:right;
}

#column3 {
	padding:14px 14px 0 0;
}

.contentImg {
	float:left;
	margin:0 11px 11px 0;
	border:1px solid #B5D6DF;
}

.imgCaption {
	font-size:11px;
}

/* breadcrumb
---------------------------------------------------------------------------------- */
#breadcrumb {
	float:right;
	width:500px;
	color:#589522;
	font-size:11px;
	padding:8px 0 7px 0;
}

#breadcrumb a {
	color:#666666;
	text-decoration:none;
	padding-right:5px;
}

#breadcrumb a:hover {
	text-decoration:underline;
}

/* site search
---------------------------------------------------------------------------------- */
.searchContainer {
	float:right;
	width:269px;
}

.searchTbl th, .searchTbl td {
	padding:6px 12px 0 0;	
}

.searchTbl th {
	padding-left:46px;

}

.searchTbl input {
	width:143px;
	height:16px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px 0 0 4px;
	border:1px solid #676767;
	background:#FFFFFF;
}

/* printer friendly
-----------------------------------------------------------------------------------*/
#printerFriendlyContainer {
	font-size:11px;
	width:88px;
	text-align:right;
	margin:0 0 12px 25px;
	background:url(/fresh/imgs/btn_printer.gif) 0 1px no-repeat;
}

/* footer
---------------------------------------------------------------------------------- */
#footerContainer {
	height:66px;
	background:url(/fresh/imgs/bg_footer.jpg) top center repeat-x;
}

#footer {
	font-size:11px;
	width:590px;
	margin:0 auto;
	overflow:hidden;
}

#footerContent {
	float:left;
	color:#00768C;
	padding:16px 0 0 58px;
	background:url(/fresh/imgs/img_smallLogo.gif) left 5px no-repeat;
}

#footer a {
	padding:0 2px 0 2px;
}

#footer p  {
	color:#00768C;
	padding:3px 0 0 2px;
}

.footerImage {
	float:left;
	margin:8px 0 0 20px;
}

/* search results & error handling
Note that search results requires h3 style also
-----------------------------------------------------------------------------------*/
.highlight {
	font-weight:bold;
	color:#B31F17;
	outline:1px dashed pink;
}

.errorMsgTxt {
	color:red;
	font-weight:bold;
	line-height:14px;
}

#errorMsg {
	color:red;
	font-size:10px;
	line-height:11px;
	margin-top:-2px;
	margin-bottom:3px;
}
