
.main-content{
	padding:0 0 20px 0;
}

#logo{
	display:block;
	position:absolute;
	top:22px;
	left:50px;
	width:180px;
	height:129px;
}
#subtitle{
	position:absolute;
	top:66px;
	left:280px;
	color:#344674;
	font-weight:normal;
	font-size:18px;
	font-family:Georgia, Times, Sans-Serif;
	font-style:italic;
}

#search{
	position:absolute;
	top:82px;
	right:35px;
	font-size:12px;
	visibility:hidden;
}
#search label{
	padding-right:10px;
}
#searchbox{
	background:url(/imgs/search-bg.gif) no-repeat;
	width:112px;
	height:17px;
	border:0px;
}
#go{
	background:url(/imgs/search-button.gif) no-repeat;
	width:20px;
	height:17px;
	border:0px;
	padding:0 0 2px 0;
}

a .section{
	background:url(/imgs/section.gif) no-repeat;
	height:206px;
	width:176px;
	margin:0 0 0 9px;
	display:block;
}
a:hover .section{
	background:url(/imgs/section-on.gif) no-repeat;
	height:206px;
	width:176px;
	margin:0 0 0 9px;
	display:block;
}
.content-strip{
	padding:132px 0 0 6px;
	color:#fff;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}


.americorps, .er, .vo, .vr, .training{
	width:176px;
	height:206px;
	margin:5px 3px 0 0;
	display:block;
	padding:3px 0 0 0;
	color:#fff;
}

.americorps{
	background:url(/imgs/americorps-bg.png) no-repeat 4px 25px;
}
.er{
	background:url(/imgs/er-bg.png) no-repeat 4px 25px;
}
.vo{
	background:url(/imgs/vo-bg.png) no-repeat 4px 25px;
}
.vr{
	background:url(/imgs/vr-bg.png) no-repeat 4px 25px;
}
.training{
	background:url(/imgs/training.png) no-repeat 4px 25px;
}







.column1{
	padding:10px 20px 0 25px;
	width:229px;
}
.column1 img{
	padding:3px;
	border:1px solid #666;
}
.column1 h3, .column2 h3{
	color:#000;
	padding:0;
	margin:10px 0 0 0;
	font-size:1.4em;
}
.column1 h6{
	font-size:1.4em;
	font-style: italic;
	color:#333;
	line-height:1.3em;
	font-weight:bold;
    margin:4px 0 0 0;
    padding:0;
}
.column1 a, .column2 a, .column3 a{
	color:#8a4b01;
}
.column1 a:hover, .column2 a:hover, .column3 a:hover{
	color:#ff9900;
}
.column1 p{
	line-height:1.4em;
	width:220px;
	font-size:1.4em;
}

.column2 h4{
	font-size:1.4em;
	color:#333;
	margin:0;
}

.column2 p{
	margin:0 0 10px 0;
	line-height:1.4em;
	font-size:1.4em;
	color:#333;
}

.column1 h1, .column2 h1{
	font-size:2.2em;
	padding:10px 0 0 30px;
	color:#813934;
	font-family:Georgia, Times, Sans-Serif;
	font-weight:normal;
}
.column1 h1{
	background:url(/imgs/spotlight.gif) no-repeat bottom left;
}
.clock{
    background:url(/imgs/clock.gif) no-repeat bottom left;	
}
.news{
	background:url(/imgs/news.gif) no-repeat bottom left;
}

.column2{
 	padding:10px 36px 0 0;
	width:413px;
}

.column3{
	padding:30px 0 0 0;
	width:190px;
	color:#333;
}

.column3 h3{
	font-size:1.4em;
	color:#1b374e;
	padding:4px 0 10px 0;
	margin:0;
	font-weight:bold;
	background:url(/imgs/line-bg.gif) no-repeat bottom;
}
.column3 h3 a{
	color:#000;
}
.column3 p{
		font-size:1.4em;
	line-height:1.3em;
	margin:0;
	padding:0;
	width:179px;
}
.column3 img{
	padding:5px 0 5px 0;
}



#footer{
	margin:auto;
	width:909px;
	font-size:1.4em;
	padding:5px 20px 0 20px;

}

#footer ul{
	margin:0;
	padding:0;
}
#footer ul li{
	list-style:none;
	float:left;
	padding:0 2px 0 2px;
}
#footer a{
	color:#8a4b01;
	font-weight:bold;
}
#footer a:hover{
	color:#ff9900;
}
#footer p{
	margin:0;
	padding:0;
	text-align:right;
	width:320px;
	color:#1c1c1c;
	text-transform:capitalize;
}


/**********Styles for Child Pages***********/

/*********Secondary Nav*******/
#secondary-nav{
	margin:0;
	padding:0;
	position:absolute;
	right:48px;
	top:44px;
}
#secondary-nav li{
	float:left;
	list-style:none;
	padding-right:1px;
}
#secondary-nav li a{
	display:block;
	background:url(/imgs/snav.gif) repeat-x;
	height:21px;

	color:#fff;
	font-size:1.2em;

	font-weight:bold;
}
#secondary-nav li a:hover,#secondary-nav li a.selected{
	 display:block;
	background:url(/imgs/snav-on.gif) repeat-x;
	height:21px;
	color:#fffae7;
}
a .sn-left{
	background:url(/imgs/sn-left.gif);
	height:21px;
	width:7px;
	display:block;
	float:left;
}
a .sn-right{
	background:url(/imgs/sn-right.gif);
	height:21px;
	width:7px;
	display:block;
	float:left;
}
a:hover .sn-right,a.selected .sn-right{
	background:url(/imgs/sn-right-on.gif) ;
	height:21px;
	width:7px;
	display:block;
	float:left;
}
a:hover .sn-left,a.selected .sn-left{
	background:url(/imgs/sn-left-on.gif) ;
	height:21px;
	width:7px;
	display:block;
	float:left;
}
/***********End nav**********/


.c1{
	padding:135px 0 0 25px;
	width:249px;
}

#blue{
	width:220px;
	background:url(/imgs/blue-bg.gif) repeat-y;
}
#blue h2{
	margin:0;
	padding:8px 0 0 12px;
	color:#fff;
	font-size:1.5em;
}
#blue ul{
	margin:0;
	padding:5px 0 5px 10px;
}
#blue ul li{
	width:200px;
	list-style:none;
	border-bottom:1px solid #bac7db;
}
#blue ul li a{
	display:block;
	padding:5px 0 7px 20px;
	background:url(/imgs/arrow.gif) no-repeat 0 5px;
	color:#8a4b01;
	font-weight:bold;
	font-size:1.3em;
}
#blue ul li a:hover,#blue ul li a.selected{
		color:#ff9900;
}

#btop{
	height:27px;
	width:220px;
	background:url(/imgs/btop.gif) no-repeat;
}
#bbottom{
	height:11px;
	width:220px;
	background:url(/imgs/bbottom.gif) no-repeat;
}

#sponsor-feature{
	padding:50px 0 0 0;
	width:220px;
	color:#333;
	text-align:center;
}



#sponsor-feature p{
	margin:5px 0 0 0;
	font-size:1.2em;
}
#sponsor-feature a{
	color:#8a4b01;
}
#sponsor-feature a:hover{
	color:#ff9900;
}

/***************** middle column***************/
.c2{
 	padding:65px 36px 0 0;
	width:413px;
}
.title{
	font-size:2.8em;
	color:#354773;
	font-weight:normal;
		font-family:georgia, times, serif;
	padding:17px 0 23px 0;
	margin:0;
}
.c2 a, .c3 a{
	color:#8a4b01;
}
.c2 a:hover, .c3 a:hover{
	color:#ff9900;
}
.c2 h2{
	color:#813934;
	font-weight:normal;
	font-size:2.0em;
	font-family:georgia, times, serif;
	margin:0;
	/*padding:0 0 20px 0;*/
}
.c2 h3{
		font-size:1.4em;
}

.c2 h3 a{
	color:#8A4B01;
	font-family:georgia, times, serif;
	padding:0 0 5px 0;
	width:413px;
	display:block;
	/*margin:0 0 10px 0;
	border-bottom:1px solid #999;*/
}
.c2 h3{
	color:#513634;
	font-family:georgia, times, serif;
/*	padding:0 0 5px 0; */
	width:413px;
	display:block;
	margin:0 0 10px 0;
}


.c2 p,.c2 li{
	font-size:1.4em;
	color:#333;
	line-height:1.6em;
}


.c2 h3, .c2 h5{
	color:#513634;
}
.c2 h4{
	font-size:1.4em;
	margin:0 0 5px 0;
    padding:0;
}
.c2 h5{
	font-size:1.4em;
	font-style: italic;
    margin:0;
    padding:0;
}

.c2 h6{
	font-size:1.2em;
	font-style: italic;
	color:#5d5453;
	line-height:1.3em;
    margin:0;
    padding:0;
}
/***************right column************/
#c3-americorps{
	width:204px;
	height:183px;
	background:url(/imgs/c3-americorps-bg.jpg) no-repeat;
	padding-bottom:30px;
}
#c3-emergencyresponse{
	width:204px;
	height:183px;
	background:url(/imgs/c3-er-bg.jpg) no-repeat;
	padding-bottom:30px;
}
#c3-volunteerrecognition{
	width:204px;
	height:183px;
	background:url(/imgs/c3-vr-bg.jpg) no-repeat;
	padding-bottom:30px;
}
#c3-volunteeropportunities{
	width:204px;
	height:183px;
	background:url(/imgs/c3-vo-bg.jpg) no-repeat;
	padding-bottom:30px;
}
#c3-training{
	width:204px;
	height:183px;
	background:url(/imgs/c3-training-bg.jpg) no-repeat;
	padding-bottom:30px;
}

.c3{
	padding:135px 0 0 0;
	width:190px;
	color:#333;
}
.c3 h3{
	font-size:1.4em;
	color:#1b374e;
	padding:4px 0 10px 0;
	margin:0;
	font-weight:bold;
	background:url(/imgs/line-bg.gif) no-repeat bottom;
}
.c3 h3 a{
	color:#000;
}
.c3 p{
		font-size:1.4em;
	line-height:1.3em;
	margin:0;
	padding:0;
	width:179px;
}
.c3 img{
	padding:5px 0 5px 0;
}


td 
{
    font-size:1.4em;
	line-height:1.3em;
	padding-bottom:1em;
}
