/*================================================================================
				TITLE:	Default Style Sheet
		   CLIENT:	Cool Cat
  TARGET SPEC:	CSS-2
		 MODIFIED:	2006.06.26
			 AUTHOR:	Graham Wheeler / NetMediaOne - www.netmediaone.com
==================================================================================*/

a { color: #07e; font-weight: bold; text-decoration: underline; cursor: pointer; }
a:hover { color: #07e; text-decoration: none; cursor: pointer; }

html, body, div, img, form, iframe { padding: 0px; margin: 0px; border: 0px; }

body { background: #f0f0f0 url("images/bg_page.gif") repeat-x; }
body, table { color: #000; font: normal 12px Verdana, Arial, Helvetica, sans-serif; line-height: 1.5; }

td { vertical-align: top; }

sup { font: normal 8px Verdana, Arial, Helvetica, sans-serif; }

h1 {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 9px 0px;
	color: #174;
	clear: both;
	border-bottom: 2px solid #acd2bf;
}

h2 {
	display: block;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 9px 0px;
	color: #e70;
	clear: both;
	border-bottom: 2px solid #e70;
}

h3 {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px 0px;
	padding: 10px 0px 10px 0px;
	color: #e70;
}

h4 {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #c00;
}

.nlheader {
		display: block;
		font: bold 14px Verdana, Arial, Helvetica, sans-serif;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #000;
		clear: both;
	}

.nldate {
		display: block;
		font: italic 12px Verdana, Arial, Helvetica, sans-serif;
		margin: 0px;
		color: #000;
}



ul { 
	margin: 10px 0px 0px 20px;
	padding: 0px;
}
ul li { margin: 0px; padding: 5px 0px 5px 0px; }
ul li:first-child { border-top: 0px; }
ul a { text-decoration: none; color: #03c; }
ul a:hover { text-decoration: underline; }
ul a.Active { font-weight: bold; }

p { margin: 15px 0px 0px 0px; }
h1 + p, h2 + p, h3 + p, h4 + p, p:first-child { margin-top: 0px; padding-top: 0px; }
h1:first-child, h2:first-child { padding-top: 0px; }
li:first-child { margin-top: 0px; }
p + h1, p + h2, p + h3, p + h4, ul + h1, ul + h2, ul + h3, ul + h4, ol + h1, ol + h2, ol + h3, ol + h4 { padding-top: 25px; }

.BorderedPicLeft, .PicLeft { float: left; margin: 5px 15px 12px 0px; }
.BorderedPicRight, .PicRight { float: right; margin: 5px 0px 12px 15px; }
.BorderedPicLeft, .BorderedPicRight, .BorderedPicCenter { border: 1px solid #ddb; padding: 4px; background: #fff; }

.Indented { margin-left: 10px; }

.Sep {
	clear: both;
	border-top: 1px solid #ccb;
	padding-top: 10px;
	margin-top: 10px;
}

.PhotoCaption { font: bold 10px/1.1 Verdana, Arial, Helvetica, sans-serif; }
.PhotoCredit { font: normal 9px/1.2 Verdana, Arial, Helvetica, sans-serif; }

.ContentBox360, .ContentBox390, .ContentBox560, .ContentBox190, .ContentBox760 {
	margin: 0px;
	padding: 15px 20px 15px 20px;
}
.ContentBox360 {
	background: url("images/bg_contentbox_360.gif") repeat-y;
}
.ContentBox390 {
	background: url("images/bg_contentbox_390.gif") repeat-y;
}
.ContentBox560 {
	background: url("images/bg_contentbox_560.gif") repeat-y;
}
.ContentBox760 {
	background: url("images/bg_contentbox_760.gif") repeat-y;
}

.ContentBox190 {
	background: url("images/bg_contentbox_190.gif") repeat-y;
}

.ContentBoxCap { display: block; height: 5px;}
.ContentBoxCapBottom { display: block; height: 5px; margin-bottom: 10px;}

.ButtonSet { 
	height: 20px;
	overflow: hidden;
	width: 285px;
	margin: 18px auto 0px auto;
}
.ButtonSet a { 
	display: inline;
	float: left;
}

.FancyNumberedList img {
	display: inline;
	float: left;
	margin: 4px 0px 0px -20px;
}
.FancyNumberedList p {
	margin-left: 20px;
}

/*-----------------------------------------------
						MAIN LAYOUT SECTIONS
-----------------------------------------------*/
#layoutWrapper { width: 760px; margin: 0px auto 0px auto; }
#masthead { height: 65px; overflow: hidden; margin: 18px 0px 18px 0px; }
#mainMenu {
	background: none;
	height: 30px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#mainMenu a {
	display: block;
	float: left;
	margin: 0px;
	color: #fff;
}

#bannerSection {
	background: url("images/bg_banner_sub.gif") no-repeat;
	height: 60px;
	margin-bottom: 12px;
}

#homeBannerSection {
	height: 220px;
	margin-bottom: 12px;
}

#subBannerSection {
	height: 154px;
	margin-bottom: 12px;
}


#pageTitle {
	display: inline;
	float: left;
	margin: 15px 0px 0px 20px;	
}
.LayoutHome #bannerSection {
	height: 220px;
	background: none;
	overflow: hidden;
}

#imgBannerHome { display: block; float: left; margin-right: 10px; }

#ccuSignup {
	background: url("images/block_ccu.jpg") no-repeat;
	padding: 155px 20px 20px 20px;
	width: 150px;
	margin-bottom: 5px;
}
.LayoutHome #ccuSignup {
	display: inline;
	float: left;
	margin-bottom: 0px;
}

#featuredIn {
	display: block;
	padding: 12px 0px 10px 0px;
}

#columWrapper {
	margin-top: 10px;
}

#column1 {
	width: 360px;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}

.LayoutHome #column1 blockquote {
	margin: 0px 0px 0px 68px;
	border-left: 1px solid #c0c0c0;
	padding-left: 20px;
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.63;
}
.LayoutHome #column1 blockquote img {
	float: left;
	margin-left: -90px;
}

#column2 {
	width: 390px;
	vertical-align: top;
	padding: 0px 0px 0px 5px;
}
#column3 {
	width: 760px;
	vertical-align: top;
	padding: 0px 0px 0px 5px;
}

.LayoutSub1 #column1 {
	width: 560px;
}
.LayoutSub1 #column2 {
	width: 190px;
}

.LayoutSub2 #column1 {
	width: 760px;
	padding: 0px;
}
.LayoutSub2 .ContentBox760 {
	margin-bottom: 0px;
}



#footerSection {
	clear: both;
	padding: 10px 20px 30px 20px;
	font: normal 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	text-align: center;
}
#footerSection a {
	font-weight: normal;
}

label {
	font-weight: bold;
	margin-right: 10px;
}
fieldset { border: 1px solid #333; padding: 20px; }
legend {
	font: bold 17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}
#contactForm { background: #ddb; padding: 20px; width: 260px; }
#contactForm textarea { width: 100%; height: 100px; }
#contactForm h4 { margin-top: 10px; }
#contactForm #btnSubmit { background: #aa8; color: #fff; border: 1px solid #666; padding: 2px; font-weight: bold; }
.TextBox, textarea { border: 1px solid #aa8; background: #fff; }
.RequiredTextBox { border: 1px solid #fc0; background: #fff; }





