/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/* here the css, to handle the different browsers and set the fix height for the image .line */
.imageHeadlines { line-height: 0px; font-size: 1px; }
.imageHeadlines img { display: block; line-height: 0px; }
.imageHeadlines .line { height: 26px; }


a img { border: none; }

a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #383838;
	font-weight: normal;
	height: 100%;
	background-color: #ffffff;
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	width: 100%;
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
	}

form input:focus, form input:hover {
	color: black;
	}

form select {
	font-size: 11px;
	}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.outOfSight {
	overflow: hidden;
	width: 0;
	height: 0;
	float: left;
	}

.csc-firstHeader {
	margin-top: 0px;
	}

.graphicTextWrapper {
	overflow: hidden;
	}

.graphicText {
	padding-top:140px;
	display: block;
	}
	
hr {

border:1px dashed #D0D0D0;
color:#D0D0D0;
display:block;
height:0;
margin:10px 0;
}

/* @end Common Classes */

/* @group Layout */

#pageWrap {
	/*background: url(images/bgfade.gif) repeat-x;*/
	}

#innerPageWrap {
	width: 980px;
	padding: 20px;
	margin: 0 auto;
	}

#feature {
	margin: 0;
	padding:15px;
	background-color: #F0F0F0;
	/*border-left: 1px solid #D0D0D0;*/
	/*border-right: 1px solid #D0D0D0;*/
	border-bottom: 1px solid #D0D0D0;
	color: #383838;
	}
#feature h2 {
	font-size:18px;
	font-weight:bold;
	color:#000;
}

#feature div.module {
	background-color: #ffffff;
	height: 250px;
	border: 1px dotted #D0D0D0;
}

#feature div.module .moduleBody {
	padding:15px;
}

#feature div.module .moduleBody .csc-firstHeader {
	font-size: 16px;
	font-weight:bold;
	color: #666666;
	border-bottom:1px solid #F0F0F0;
	padding-bottom:5px;
	}

#feature p {
	font-size:13px;
	color: #4E555B;
	line-height:18px;
}

#feature.bleed {
	padding: 0;
	}
	
#generatedContent-1 {
	width: 200px;
	float: left;
	margin-right: 20px;
	height:100%;
	}


#generatedContent-2 {
	width: 250px;
	float: right;
	}

#outerContentWrap {
	background-color: #F0F0F0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	margin:0;
	}

#contentWrap {
	padding: 25px;
	border-bottom:1px solid #D0D0D0;
	background-color:#f0f0f0;
	position: relative;
	z-index: 100;
	height:100%;
	margin:0;
	}
#f1a #contentWrap{
	background: transparent url(images/homefooterbg.gif) 0 0 scroll repeat-x;
	background-color:#ffffff;
}

#f1a #contentWrap h2 {
	color: #9C4A4A;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;

}
/* @end Layout */

/* @group Header */

#header {
	border:1px solid #D0D0D0;
	height:auto;
	/*position: relative;*/
	z-index: 150;
	}

#masthead {
margin: 12px 0 0 15px;
	float: left;
	height: 90px;
	width: 340px;
	overflow: hidden;
	background: url(images/masthead.gif) no-repeat;
	}
	


#masthead a {
	display: block;
	padding-top: 120px;
	}

#tagline {
	float: right;
	/*width: 220px;*/
	/*height: 25px;*/
	overflow: hidden;
	/*background: url(images/tagline.gif) no-repeat;/*
	/*margin-top: 10px;*/
	}

#busyNogginID a {
	display: block;
/*	padding-top: 100px;*/
	}

/* @group Global Menu */

#globalMenuWrap {
	clear:both;
height:37px;
	}

#globalMenuLeftCap {
	/*width: 30px;/*
	/*float: left;/*
	/*background-image: url(images/gm_left_cap.gif);/*
	/*height: 45px;/*
	display:none;
	}

#globalMenuRightCap {
	/*width: 30px;/*
	/*float: right;/*
	/*height: 45px;/*
	/*background: url(images/gm_right_cap.gif) right top;*/
		display:none;

	}

#globalMenu {
	float: left;
	width: 978px;
	margin: 0;
	padding-top: 5px;
	font-size: 13px;
	background-color:#F0EEEE;
	border-top:1px solid #D0D0D0;
	color:#000000;
	height:auto;
	/*padding-left:5px;*/
	}

#globalMenu li {
	display: inline;
	float: left;
	padding: 0 20px 0 0;
	/* border-right: 1px solid #c9d9ea; */
	height: 30px;
	overflow: hidden;
	}

#globalMenu li.last {
	border: none;
	margin: 0;
	padding: 0;
	}

#globalMenu a {
	height: 30px;
	display: inline;
	float: left;
	color: #999;
	background-repeat: no-repeat;
	}

#globalMenu a:hover {
	color: #000;
	background-position: 0 -32px;
	}

#globalMenu li.active a {
	color: #9C4A4A;
	background-position: 0 -32px;
}

/* @end Global Menu */







/* @group Utility Menu */

#utilityMenuWrap {
	padding:15px 15px 0 0;
	/*height:100px;*/
	float: right;
	overflow: hidden;
	}

#utilityMenu {
	clear: both;
	margin: 0;
	font-size: 14px;
	width:150px;
	/*background: url(images/utility_menu_bkgrd_left.gif) no-repeat left top;*/
	}
	
#utilityMenu p {
	color: #999999;
	text-align:right;
	}

#utilityMenu p.phone {
	font-size:18px;
	}
	
#utilityMenu #newsletter {
	background: url(images/icn_newsletter_sm.jpg) no-repeat scroll 0 0;
	height: 32px;
}


#utilityMenu #newsletter p {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 10px 0 0 35px;
	}
	
#utilityMenu li {
	display: inline;
	float: right;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px solid #b4bed8;
	height: 13px;
	}

#utilityMenu li.last {
	border: none;
	margin-right: 0;
	}

#utilityMenu a {
	height: 17px;
	display: inline;
	float: right;
	color: #000000;
}

#utilityMenu a:hover {
	color: #9C4A4A;
	}

#utilityMenu ul {
	position: absolute;
	height: 20px; 
	top: 20px;
	left: 0px;
	margin: 0px;
	/*background-color: #999;*/
	width: 940px;
	font-size: 11px;
	padding-left: 10px;
}

/* @end Utility Menu */

/* @end Header */

/* @group Footer */

#footerWrap {
	padding-top: 20px;
	/*background: url(images/content_shadow.gif) no-repeat;*/
	}

#footerBottomCap {
	/*height: 25px;*/
	/*background: url(images/footer_shadow.gif) no-repeat;*/
	}

#footer {
	background-color: #fff;
}

#footerCopyright {
	float: left;
	color: #999999;
}

a#footerHomeLink {
	display: block;
	float: right;
	color: #9C4A4A;
	}

a#footerHomeLink:hover {
	color: black;
	}

/* @end Footer*/

/* @group Local Menu */

#localMenu {
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-right:5px;
	border-right: 1px solid #d0d0d0;
	height:100%;
	/*border-top: 5px solid #d3d8dd;*/
	}



#localMenu li {
	list-style: none;
	margin-bottom: 15px;
	font-size: 14px;
	line-height:18px;
	}

#localMenu li li {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 0;
	}

#localMenu li a,
#localMenu li li a,
#localMenu li.current li a {
	color: #000000;
	}


#localMenu li a:hover {
	color: #9C4A4A;
	}

#localMenu li.current a {
	color: #9C4A4A;
	font-weight:bold;
	}

#localMenu li.current {
	background: url(images/local_menu_arrow.gif) no-repeat right top;
	}

/* @end Local Menu */

/* @group Module Styling */

.moduleHeader {
	margin: 0;
	padding:0;
	color: #9C4A4A;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.moduleHeader .moduleHeaderInnerWrap {
	display: none;
	padding: 0 0 5px 0;
	}
	

.moduleFooter {
	height: 15px;
	margin: 0;
	font-size: 1px;
	overflow: hidden;
	}


.moduleFooter span {
	display: block;
	height: 15px;
		}

.moduleBody {
	padding: 0 0 10px 0;
	}
	
.moduleBodyWrap {
	/*border-left: 2px solid #008aec;*/
	/*border-right: 2px solid #008aec;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
}
	
div.moduleBody .csc-firstHeader {
	font-size: 12px;
	font-weight:bold;
	color: #9C4A4A;
}

div.moduleBody img {
	border: 3px solid #fff;
	}
	


.moduleBody .csc-textpic{
	/*background: url(images/modulebg.gif) no-repeat center center;*/
	/*padding: 15px 0 15px 0;*/
	}
	
.unframed .moduleBodyWrap {
	background: none;
	padding: 0;
	border: 0;
	}

.unframed .moduleBody {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	margin-bottom: 10px;
	}
	
.columnGroup a {
	color: #9C4A4A;

}	
.columnGroupRule {
	border-bottom: 1px solid #d0d0d0;
	padding:5px 0;
	}

.moduleGroup {
	margin-bottom: 5px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	color:#9C4A4A;
	font-size:10px;
	font-weight:bold;
	margin:3px 0;
	text-transform:uppercase;
}

#f1d #contentBlock-1 {
	float: left;
	width: 700px;
	}


#f1e #contentBlock-1 {
	float: left;
	width: 700px;
	}


#f1f #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f2a #contentBlock-1 {
	float: left;
	width: 630px;
	}

#f2a #contentBlock-2 {
	width: 250px;
	float: right;
	}


#f2b #contentBlock-1 {
	float: left;
	width: 630px;
	}

#f2b #contentBlock-2 {
	width: 250px;
	float: right;
	}

#f2c #contentBlock-1 {
	float: left;
	width: 630px;
	}

#f2c #contentBlock-2 {
	width: 250px;
	float: right;
	}



#f2d #contentBlock-1 {
	float: left;
	width: 450px;
	}

#f2d #contentBlock-2 {
	width: 250px;
	float: right;
	}

#f2e #contentBlock-1 {
	float: left;
	width: 360px;
	margin-right: 20px;
	}

#f2e #contentBlock-2 {
	width: 250px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 360px;
	margin-right: 20px;
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 250px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 250px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 360px;
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 250px;
	float: left;
	margin-right: 20px;
	}

/* @end Module Styling */
