/*             Citizen Corps              */
/*              Widgets CSS                */
/*    This CSS file created on 09/01/09     */


/*************************************************************************
	@basic_layout
*************************************************************************/
	body {padding:0; margin:0; font-family:Arial, Helvetica, sans-serif;}
	h1, h2, h3 {font-family:Arial, Helvetica, sans-serif; font-weight: bolder; }
	p {font-size:0.8em;}
	
/*************************************************************************
	@Citizen Corps basic_layout
*************************************************************************/
	#cc .roundedcorner_widgetsBox {
	background: url(../widgets/images/roundedcornr_DAwidgetsBox_tl.png) no-repeat top left;
	}
	#cc .roundedcornr_top_widgetsBox {
		background: url(../widgets/images/roundedcornr_DAwidgetsBox_tr.png)  no-repeat top right;
		height:25px;
	}
	#cc .roundedcornr_bottom_widgetsBox {
		background: url(../widgets/images/roundedcornr_DAwidgetsBox_bl.png)  no-repeat bottom left;
		height:25px;
	}
	#cc .roundedcornr_bottom_widgetsBox div {
		background: url(../widgets/images/roundedcornr_DAwidgetsBox_br.png)  no-repeat bottom right;
		height:25px;
	}
	#cc .roundedcornr_content_widgetsBox {
		background: url(../widgets/images/roundedcornr_DAwidgetsBox_r.png) top right repeat-y;
	}
	#cc .roundedcornr_content_widgetsBox {padding: 0 15px 0 15px; color:#000;}
	
	#cc .roundedcornr_content_box {height:auto; margin:0px; overflow:hidden; background-color:#FFFFFF;
		 border:1px solid #000; padding: 0 5px 5px 5px;}
		 
	#cc .roundedcornr_content_widgetsBox h1 {font-size:20px; color:#fff; text-align:center; margin:0 0 4px 0; padding:0;}	 
	#cc .roundedcornr_content_widgetsBox h2 {font-size:12px; color:#fff; text-align:center; margin:0 0 4px 0; padding:0;}	 

	#cc .roundedcornr_content_box a {color:#069; text-decoration:underline;}
	
	#cc #share {margin:0; padding:0; text-align:center; width:100%; font-size:10px; color:#fff;}
	#cc #share a {color:#fff;}

	#cc img.logo {margin:4px 0 0 0;}


	.newsList ul {margin:0; padding:0;}
	.newsList li {font-size:0.8em; margin: 0 0 0 -18px; padding: 4px 0px; line-height:110%;}
	.newsList li a {text-decoration: none; color: #003a69; background: none; font-weight: normal;}
	.newsList li a:hover {color: #003a69; background: none; text-decoration:underline;}

	.patrickStar ul {margin:0; padding:0;}
	.patrickStar li {list-style:url(../images/star-header.gif); font-size:0.8em; font-weight:bold; margin:0px; padding:3px;}

		
	/* form elements */
	form {margin:5px 0 0 0; padding:0;}
	form p {padding:0; margin:0; text-align:center;}
	label {display:none;}
	input, select, textarea {margin:0px; padding: 3px; color: #727272; border-width: 1px; border-style: solid; border-color: #414141; -webkit-appearance:none; -webkit-border-radius: 0px;}
	option {padding-right: 0.5em;} 
	
	#zip{width:60px;}
	#distance {width:100px;}
	#q{width:150px; padding:3px;}
	
	input.button {font: bold 10px Arial, Sans-serif; margin:5px 0 0 0; padding: 2px; color: #fff; background: #dbbe9f url(../images/submit.gif) repeat-x; border-width: 3px; border-style: solid; border-color: #bc8a50 #956b3a #956b3a #bc8a50; text-transform:uppercase;}

