
/*----- United Way MidCoast Maine -----*/
/*----- ©2008 UWMCM ¥ design by Mahan Graphics -----*/

/*----- Colors: -----*/ 

/*----- 0C1580 = UW Blue -----*/
/*----- FA1F07 = UW Red -----*/
/*----- FC9600 = UW Orange -----*/
/*----- 7C81B9 = UW Light Blue -----*/
/*----- 3D6AA6 = UW Blue 75% -----*/
/*----- BDC0DC = UW Blue 50% -----*/
/*----- FBD697 = UW Tan -----*/

/*-----Begin Styles-----*/


/*-----Styles for Background-----*/

body {
	margin: 0px;
	background-color: #7C81B9;
}

/*-----Center on Page-----*/

#mainwrapper {
	/* center the page with border around content */
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background-color: #fff;
}

#contentwrapper {
	width: 850px;
	border-bottom: 2px solid #7C81B9;
}
	

#topsection {
	width: 850px;
	height: 32px;
	border-bottom: 4px solid #FBD697;
}

#topsection_left {
	padding: 7px;
	width: 425px;
	height: 25px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .7em;
	color: #999;
}

#topsection_right {
	padding: 7px;
	width: 425px;
	height: 25px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .7em;
	text-align: right;
	color: #999;
}

#topsection_right a {
	color: #999;
	text-decoration: none;
}

#topsection_right a:hover {
	text-decoration: underline;
}

#header {
	width: 850px;
	height: 150px;
	background-image: url(../assets/header_Oct_2010.jpg);
	background-repeat: no-repeat;
	border-bottom: 4px solid #0C1580;
}

#midsection {
	width: 850px;
	height: 75px;
	border-top: 2px solid #7C81B9;
	border-bottom: 2px solid #7C81B9;
}

#home_headlines {
	width:399px;
	height:75px;
	padding-left: 18px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .8em;
	color: #333;
}

#home_headlines a {
	color: #FA1F07;
	text-decoration: none;
}

#home_headlines a:hover {
	color: #999;
	text-decoration: none;
}

#ajaxticker1 div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #fff;
}

.headline { 
	font-weight: bold;
	color: #3D6AA6;
}

#searchbox {
	width: 231px;
	height: 50px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#searchbox .sb_content {
	padding-top: 10px;
	padding-left: 10px;
	font-size: .7em;
	color: #666;
}

#leftnav_container {
	width: 220px;
	height: 100%;
	border-top: 4px solid #0C1580;
}

#solution {
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	width: 220px;
	height: 15px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	background-color: #3D6AA6;
	border-bottom: 2px solid #3D6AA6; /*ie spacing fix*/
}

#councils {
	padding-left: 10px;
	width: 220px;
	height: 75px;
	background-color: #3D6AA6;
}

#uwnavlist {
	padding-left: 10px;
	width: 220px;
	height: 75px;
	background-color: #fff;
}

/*---Left Nav Starts Here---*/

#navigation {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #fff;
	float: left;
	clear: none;
}

#navigation ul {
	list-style: none;
	margin-bottom: 15px;
	margin-left: 0;
	font-weight: bold;
	text-transform: none;
	padding: 0px 15px 0px 10px;
	font-size: .93em;
	line-height: 1.1em;
}

#navigation li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 0px solid #999;
}

#navigation li.first{
	padding-top: 0px;
	margin-top: 0px;
	border-top: none;
}

#navigation li.current a{
	color: #FBD697;
}

#navigation ul li.sub{
	padding-top: 0;
	padding-bottom: 2px;
	padding-left: 15px;
	font-weight: bold;
	border-top: 1px solid #7C81B9; /*ie spacing fix*/
	}

#navigation ul ul li.sub2{
	padding-top: 0;
	padding-bottom: 2px;
	padding-left: 30px;
	border-top: 1px solid #7C81B9; /*ie spacing fix*/
}

#navigation li.currentactive a{
	color: #0C1580;
}

#navigation li.current2 a{
	color: #FFF;
}

#navigation li.current2 a:hover{
	color: #0C1580;
}

#navigation ul ul li.sub2 a{
	color: #fff;
}

#navigation ul ul li.sub2active a{
	color: #0C1580;
}

#navigation li.last{
	border-bottom: none;
	padding-bottom: 0;
	}

#navigation li ul{
	margin-top: 0;
	}

#navigation ul ul{
	color: #fff;
	text-transform: none;
	font-size: .9em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#navigation ul ul li{
	padding-left: 17px;
	margin-left: -10px;
}

#navigation ul ul li a{
	color: #FFF;
}

#navigation ul ul li a:hover{
	color: #FFCC66;
}	

/*----- Council Link Styles-----*/

#navigation li a{
	text-decoration: none;
	color: #FBD697;
}	

#navigation li a:hover{
	color: #fff;
}

#navigation li a:active{
	color: #fff;
}

/*----- End Council Link Styles-----*/

/*---Left Nav Ends---*/

/*---UWNAV Starts Here---*/

#uwnav {
	width:210px;
	font-family: Helvetica, Arial, Sans-Serif;
	float: left;
	clear: none;
}

#uwnav ul {
	list-style: none;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 0;
	font-weight: none;
	text-transform: none;
	padding: 10px 0px 0px 10px;
	font-size: .8em;
	line-height: 1em;
}

#uwnav li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;

}

#uwnav li.first{
	padding-top: 0px;
	margin-top: 0px;
	border-top: none;
}

/*----To use when the active link is first-----*/

.firstcurrent {
	color: #0C1580;
	font-weight: bold;
}

#uwnav li.current a{
	color: #0C1580;
	font-weight: bold;
}

#uwnav li.current a:hover{
	color: #0C1580;
	font-weight: bold;
}

#uwnav ul li.sub{
	padding-top: 0;
	padding-bottom: 2px;
	padding-left: 15px;
	font-weight: none;
	border-top: 1px solid #fff; /*ie spacing fix*/
	}

#uwnav ul ul li.sub2{
	padding-top: 0;
	padding-bottom: 2px;
	padding-left: 30px;
	border-top: 1px solid #fff; /*ie spacing fix*/
}

#uwnav li.currentactive a{
	color: #0C1580;
	font-weight: bold;
}

#uwnav li.current2 a{
	color: #0C1580;
}

#uwnav li.current2 a:hover{
	color: #7C81B9;
}

/*---Level 3 Link Styles---*/

#uwnav ul ul li.sub2 a{
	color: #3D6AA6;
}

#uwnav ul ul li.sub2current a{
	color: #0C1580;
	font-weight: bold;
}

#uwnav li.last{
	border-bottom: none;
	padding-bottom: 0;
	}

#uwnav li ul{
	margin-top: 0;
	}

#uwnav ul ul{
	color: #0C1580;
	text-transform: none;
	font-size: .9em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#uwnav ul ul li{
	padding-left: 17px;
	margin-left: -10px;
}

/*---Level 2 Link Styles---*/

#uwnav ul ul li a{
	color: #3D6AA6;
}

#uwnav ul ul li a:hover{
	color: #0C1580;
}

/*----To use when the active link is last-----*/

.lastcurrent {
	color: #0C1580;
	font-weight: bold;
}

/*---Begin UWNAV Link Styles---*/

#uwnav li a{
	text-decoration: none;
	color: #3D6AA6;
}	

#uwnav li a:hover{
	color: #0C1580;
}

/*---End UWNAV Link Styles---*/

/*---UWNAV Ends---*/
	
#breadcrumb {
	width: 630px;
	height: 5px;
	border-top: 4px solid #0C1580;
}

#bc_text {
	padding: 0px;
	color: #999;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .7em;
	text-decoration: none;
}

#bc_text a {
	color: #999;
	text-decoration: none;
}

#bc_text a:hover {
	color: #333;
	text-decoration: none;
}

#content {
	width: 400px;
	padding-left: 20px;
}

#twocolcontent {
	width: 630px;
	padding-left: 20px;
}

#twocol_head {
	width: 630px;
	height: 40px;
}

#twocol_left {
	width: 315px;
	padding-left: 20px;
}

#twocol_right {
	width: 315px;
}

.heads {
	padding: 0px 10px 0px 0px;
	color: #FC9600;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.4em;
	font-weight: none;
}

.head_italic {
	font-style: italic;
}

.subhead {
	padding: 0px 10px 0px 0px;
	color: #3D6AA6;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .9em;
	line-height: 1em;
}

#toplinkbox {
	margin-top: 20px;
	margin-left: -20px;
	padding: 5px 5px 5px 20px;
	width: 360px;
	height: 20px;
	color: #666;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .8em;
}

.toplinks, .toplinks a {
	display: inline;
	color: #0C1580;
	text-decoration: none;
}

.toplinks a {
	color: #3D6AA6;
	text-decoration: none;
}


.toplinks a:hover {
	color: #0C1580;
	text-decoration: none;
}

p.copy {
	padding: 0px 25px 20px 0px;
	color: #333;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .8em;
	line-height: 1.3em;
}

.copy a {
	color: #FA1F07;
	text-decoration: none;
}

.copy a:hover {
	color: #999;
	text-decoration: none;
}

.copy_bold {
	font-weight: bold;
	color: #3D6AA6;
}

.copy_bold_blk {
	font-weight: bold;
	color: #333;
}

.copy_boldbig {
	font-weight: bold;
	color: #0C1580;
	font-size: 120%;
}

.copy_italic {
	font-style: italic;
}

.copy_bolditalic {
	font-style: italic;
	font-weight: bold;
	color: #3D6AA6;
}

.copy_bigbolditalic {
	font-style: italic;
	font-weight: bold;
	color: #0C1580;
	font-size: 120%;
}

ul.copy_indent {
	margin-top: -20px;
	padding-left: 20px;
	padding-right: 25px;
	color: #333;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .8em;
	line-height: 1.3em;
}

ul.list_indent {
	margin-top: -20px;
	margin-left: 5px; /*--IE Spacing Fix--*/
	padding-left: 0px;
	padding-right: 25px;
	color: #333;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .8em;
	line-height: 1.3em;
}

li.indent {
	list-style: square outside;
	margin-left: 20px;
}
	


ul.sitemap, .sitemap a {
	list-style: none inside;
	padding-left: 0px;
	color: #3D6AA6;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	line-height: 1.3em;
	text-decoration: none;
}

ul.sitemap a:hover {
	color: #666;
	text-decoration: none;
}

li.sitemap, li.sitemap a {
	padding-left: 10px;
	color: #333;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .85em;
	line-height: 1.3em;
	text-decoration: none;
}

li.sitemap a:hover {
	color: #666;
	text-decoration: none;
}

p.colcopy {
	padding: 30px 20px 20px 0px;
	color: #333;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .8em;
	line-height: 1.3em;
}

.colcopy a {
	color: #FA1F07;
	text-decoration: none;
}

.colcopy a:hover {
	color: #999;
	text-decoration: none;
}

.colcopy_bold {
	font-weight: bold;
	color: #3D6AA6;
}

.colcopy_italic {
	font-style: italic;
}

.colcopy_bolditalic {
	font-style: italic;
	font-weight: bold;
	color: #3D6AA6;
}

#images {
	width: 230px;
	padding-top: 10px;
	padding-right: 0px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 13px;
	color: #333;

}

#images a {
	color: #FA1F07;
	text-decoration: none;
}

#images a:hover {
	color: #999;
	text-decoration: none;
}

.captions {
	color: #333;
	font-style: italic;
}

/*---Begin Footer---*/

#footer {
	width: 850px;
	height: 70px;
	border-top: 4px solid #0C1580;
}

#ftr_left {
	padding-left: 10px;
	padding-top: 10px;
	width: 200px;
	color: #3D6AA6;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .8em;
	line-height: 1em;
}

#ftr_left a {
	color: #3D6AA6;
	text-decoration: none;
}

#ftr_left a:hover {
	color: #0C1580;
	text-decoration: underline;
}

#ftr_mid {
	padding-left: 20px;
	padding-top: 10px;
	width: 579px;
	color: #666;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .7em;
	line-height: 1.3em;
}

#ftr_mid a {
	color: #666;
	text-decoration: none;
}

#ftr_mid a:hover {
	color: #666;
	text-decoration: underline;
}

#credits {
	padding-top: 10px;
	width: 850px;
	height: 20px;
	background-color: #7C81B9;
}

#credit_txt {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .7em;
	color: #0C1580;
}

#credit_txt a {
	color: #0C1580;
	text-decoration: none;
}

#credit_txt a:hover {
	color: #0C1580;
	text-decoration: underline;
}

/*---End Footer---*/
	


