/*** Editing Styles ------------------------------------- ***/

.text_general {
	/* text 12 near black */	
	font-size : 12px;
	color : #333333;
}
.intro_landing {
	/* intro text 13 near black */	
	font-size : 13px;
	color : #333333;
	line-height: 125%;
}
.titles {
	/* titles 18 near black */	
	font-size : 18px;
	color : #333333;
	font-weight: bold;
	line-height: normal;
	display:block;
}
.titles2, h2 {
	/* pagetitles 18 blue */	
	font-size : 18px;
	color : #06B8FA;
	font-weight: bold;
	line-height: normal;
	display:block;
}
.subtitles, h3 {
	/* titles 15 red */	
	font-size : 15px;
	color : #a52e27;
	font-weight: normal;
	line-height:normal;
}
.subtitles1 {
	/* subtitles 15 gray */	
	font-size : 15px;
	color : #666666;
	font-weight: bold;
	line-height: normal;
}
.subtitles2 {
	/* titles 18 red */	
	font-size : 18px;
	color : #be150a;
	font-weight: normal;
	line-height:normal;
}
.captions  {
	/* text 11 gray */	
    color: #666666;
   	font-size: 11px;
	line-height: 120%;
}
.small_white {
	/* Text 12 White */
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
table a.small_white {
	/* Text 12 White */
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
table a.small_white:hover {
	color: #CCC;	
}
/*** End Editing Styles ***/

/*** Reset ----------------------------------------------------- ***/
body, p, th, ul, li, ol, h1, h2, h3, form {
	margin: 0;
	padding: 0;
}
h3 {
	color: #A52E27;
	font-size:16px;
	font-weight:normal;
}
h2 {
	color: #575757;
	font-size:16px;
}
h1 {
	color: #06b8fa;
	font-size:18px;
}
body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
}
input, select, textarea {
	color: #606060;
	border: 1px solid #888888;
	background-color: #ffffff;	
}
input[type="submit"], input[type="reset"], input[type="button"]  {
	background-color: #ce1306;
	color: #fff;
	padding: 2px 10px;
	/*border: 1px solid #4697FE;*/
	-moz-border-radius: 8px;
	font-weight: bold;
}
table {
	border-style: none;
}
img {
	border:medium none;
}
a {
	color: #00aded;
	text-decoration: none;
	cursor: pointer;
}
a:hover, #gallery-list li a:hover, #faq-category strong.question:hover, a:hover strong.hover {
	color: #ae261e;
}
a.hover:hover {
	background: #ffffff url(../images/hover-bg.png) repeat-x scroll left top;
}
a.item {
	color: #03acfb;
}
a.item:hover {
	color: #333333;
}
ul {
	margin-bottom: 15px;
}
li {
	margin-left: 20px;
	line-height:17px;
}
ul li {
	list-style-image:url(../images/li_dot.png);
}
p {
	margin-bottom: 15px;
}
div.social p a {
	padding:4px 5px;
}
div.social h1 {
	border-bottom:1px solid #CCCCCC;
	font-size:small;
	font-weight:bold;
	width:210px;
	padding-bottom:5px;
}
/*** End Reset ***/

/*** Common -------------------------------------- ***/
div.clear {
	clear: both;
}
div.empty {
	display:block;
	width:100%;
	height:15px;
}
#google_map {
	background: #ffffff;
	border: 1px solid #7c868d;
	height: 400px;
}
body.blank h1 {
	font-size: 18px;
	color: #3170c1;
	line-height: normal;
	margin: 0 0 15px 0;
	font-style: italic;
	font-weight: bold;
}
.in_title {
	float: right;
	margin: -35px 0 0 0;
	color: #afaeae;
	font-size: 11px;
}
/*** End Common ***/

/*** Forms --------------------------------------- ***/

form table h2 {
	margin: 0;
	border: none;
}
p.required {
	float: right;
	margin-bottom:0;
}
p.message {
	font-size: 14px;
	color: #333333;
}
input.empty, textarea.empty {
	color: #999999;
}
form table, form p.margin {
	margin-bottom: 10px;
}
form td, form th {
	padding: 2px 5px 2px 0;
}
label.label {
	display: block;
	padding-right: 10px;
	width: 170px;
	position: relative;
}
label.auto {
	width: auto;
	padding-right: 0;
}
label.label em {
	position: absolute;
	right: 0;
	top: 0;
}
form {
	padding: 5px;
	/*background-color: #f1f1f3;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	-moz-border-radius: 5px;*/
}
form.normal, #sidebar form {
	background-color: transparent;
	padding: 0;
	border-style: none;
	border-radius: 0;
	-moz-border-radius: 0;
}
form ul {
	margin: 0;
}
form li {
	margin: 0;
	padding: 5px 0 0 130px;
	list-style-type: none;
	list-style-image: none;
	position: relative;
}
form li label.label {
	position: absolute;
	left: 0;
}
form.line li {
	padding-left: 0;
}
form.line li label.label {
	position: static;
	width: auto;
	padding: 0 0 2px 0;
}
form.line li label.label em {
	position: static;
	right: auto;
	top: auto;
}
input[type="submit"] {
	font-weight: bold;
}
p.buttons {
	margin: 0;
	padding-left: 175px;
}
p.error {
	color: #e46100;
}
#form_errors {
	border: 1px solid #337BD4;
	background: transparent url(../images/box-bg.png) repeat scroll left top;
	padding: 10px;
	margin-bottom: 10px;
	color: #337BD4;
}
#form_errors ul {
	margin: 5px 0 0 0;
	color: #333333;
}
.c1_form em.note {
	display: block;
	font-size: 11px;
}
/*** End Forms ***/

/*** Layout ------------------------------------------------- ***/
html, body {
	min-height: 100%;
	width:100%;
	cursor: default;
}
body.bg_2 {
	text-align: center;
}
body.bg_1 {
	background: #8a8b8f url(../images/bg.png) repeat-y scroll center top;
}
#super-container {
	text-align: center;
	min-height: 100%;
	background: transparent url(../images/master_bg.jpg) no-repeat scroll center top;
}
#super-container_land {
	text-align: center;
	min-height: 100%;
	background: transparent url(../images/landing_bg.jpg) no-repeat scroll center top;
}
#super-container_sub {
	text-align: center;
	min-height: 100%;
	background: transparent url(../images/subpage_bg.jpg) no-repeat scroll center top;
}
#super-container .header_container, #super-container_sub .header_container, #super-container_sub .rotator_container, #super-container_sub .rednav_container {
	width:100%; 
	text-align:center;
}
#super-container .container, #super-container_sub .container {
	width:100%;
	text-align:center;
}
/*** End Layout ***/
/*** Header common styles ---------------------------------- ***/
#header {
	width:1000px;
	margin: 0 auto;
	text-align:left;
}
#header .padding {
	padding: 0 15px 10px 15px;
}
#header .nav {
	height:130px;
	padding: 0 25px;
	border-top:1px solid #959595;
}
.home_container {
	width:1000px;
	margin: 0 auto;
	text-align:left;
}
/*** Header Home tpl .......................................***/
#header .padding .logo {
	float:left;
	height:100px;
	width:300px;
	display:block;
	margin: 0;
	background: transparent url(../images/ucwpa_logo.png) no-repeat scroll 10px 10px;
}
#header .padding .logo a {
	padding-top:100px;
	height: 0;
	overflow: hidden;
	width:290px;
	display:block;
}
#header .padding .right {
	text-align:right;
	float:right;
	width:660px;
}
#header .padding .right .twf-donate {
	float:right;
	width:285px;
	height:48px;
	margin-top:9px;
	display:block;
	background: transparent url(../images/tf_logos.png) no-repeat scroll top left;
}
#header .padding .right .twf-donate .twitter-link {
	float:left;
	width:40px;
	height:40px;
	display:block;
}
#header .padding .right .twf-donate .twitter-link a {
	padding-top:40px;
	overflow:hidden;
	width:40px;
	height:0;
	display:block;
}
#header .padding .right .twf-donate .facebook-link {
	float:left;
	width:40px;
	height:40px;
	display:block;
}
#header .padding .right .twf-donate .facebook-link a {
	padding-top:40px;
	overflow:hidden;
	width:40px;
	height:0;
	display:block;
}
#header .padding .right .twf-donate .donate {
	float:right;
	width:180px;
	height:45px;
	display:block;
}
#header .padding .right .twf-donate .donate a {
	padding-top:45px;
	height:0;
	overflow:hidden;
	width:180px;
	display:block;
}
#header .padding .right .top_nav {
	float:left;
	width:580px;
	display:block;
	padding-top:10px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#777777;
}
.top_nav ul {
	margin:0;
	height:30px;
	padding-right: 10px;
}
.top_nav li {
	list-style:none;
	margin:0;
	float: left;
}
#header .padding .right .top_nav a {
	color:#555555;
	background: url("../images/nav_top_divider.png") no-repeat scroll left center transparent;
	padding: 0 8px;
}
#header .padding .right .top_nav a:hover {
	color:#0ea1cb;
}
#header .padding .right .top_nav ul li .thefirst a {
	background: transparent url(../images/nav_top_divider.png) no-repeat scroll -2px top;
	padding-left:0;
}
#header .padding .right .font_size {
	float:right;
	width:75px;
	height:32px;
	display:block;
	padding-top:10px;
	text-align:left;
	background: transparent url(../images/font_size.png) no-repeat scroll top left;
}
#header .secondary_nav .search {
	float:right;
	width:200px;
	display:block;
	height:30px;
	/*background: transparent url(../images/search_example.png) no-repeat scroll left top;*/
	margin-top: 22px;
}
.search input[type="reset"], .search input[type="text"]  {
	background-color: #e7e7e7;
	color: #c51105;
	padding: 3px 8px;
	border:0;
}
.search input[type="submit"]{
	color: #ffffff;
	padding: 1px 3px;
	border:0;
	font-size:14px;
	background-color:none;
	background:none;
	-moz-border-radius: 0;
}
#search-results ul li {
	list-style-image:none;
	list-style-type: none;
}
/* secondary navigation styles, above the rotator .........................*/
#header .secondary_nav {
	width:1000px;
	display:block;
	height:60px;
}
#header .secondary_nav .navs {
	float:left;
	display:block;
	height:30px;
	margin-left:10px;
}
#header .secondary_nav h2 {
	height: 0;
	padding-top: 30px;
	margin: 0;
	overflow: hidden;
	width: 200px;
	background: transparent url(../images/nav_sections.png) no-repeat scroll left top;
}
#header .secondary_nav .n-services h2 {
	background-position: -240px top;
	margin-left:15px;
	width: 105px;
}
#header .secondary_nav .n-programs h2 {
	background-position: left top;
	margin-left:15px;
	width:200px;
}
#header .secondary_nav .n-ucwpa h2 {
	background-position: -360px top;
	margin-left:15px;
	width:105px;
}
#header .secondary_nav .list {
	float:left;
	display:block;	
	background: transparent url(../images/nav_sections.png) no-repeat scroll left -31px;
	padding-left: 17px;
}
.list ul {
	margin:0;
	height:30px;
	background: transparent url(../images/nav_sections.png) no-repeat scroll right -60px;
	padding-right: 18px;
}
.list li {
	list-style:none;
	margin:0;
	float: left;
}
.list a {
	cursor:pointer;
	display:block;
	font-size:12px;
	color:#222222;
	font-weight:bold;
	line-height: 30px;
	height: 30px;
	padding:0 10px 0 8px;
	background: transparent url(../images/nav_top_divider.png) no-repeat scroll left center;
}
.list a:hover {
	color:#ae0f05;
}
.list ul li .thefirst a {
	background: transparent url(../images/nav_top_divider.png) no-repeat scroll -2px top;
	padding-left:0;
}
.list ul li .one-long a {
	background: transparent url(../images/nav_top_divider.png) no-repeat scroll -2px top;
	padding:0 22px 0 22px;
}

#header .rotator {
	float:left;
	width:1000px;
	display:block;
	min-height:325px;
}
/* landing pages styles ..................................*/
.landrotator_holder {
	width:1000px;
	margin: 0 auto;
	text-align:left;
	position:relative;
}
.landing-rotator {
	float:left;
	width:745px;
	display:block;
	height:250px;
	background-color:#FFFFFF;
	position:relative;
}
.landing-rotator .section-title {
	position:absolute;
	width:600px;
	top:0;
	left: 0;
	font-size:19px;
	font-weight:bold;
	line-height: 25px;
	height:25px;
	color:#FFFFFF;
	padding: 15px;
	z-index:1;
	background: transparent url(../images/section_title_bg.png) no-repeat scroll left top;
}
.ineed_links {
	float:right;
	width:255px;
	display:block;
	height:250px;
	background: transparent url(../images/ineed_bg.png) repeat-y scroll right top;
	overflow:hidden;
	position:absolute;
	right:0;
	z-index:2000;
}
.ineed_links .view_all{
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	background:#E1E1E1;
	text-align:center;
}
.ineed_links .view_all a{
	line-height:30px;
}
.ineed_links .padding{
	padding:60px 20px 20px 20px;
	background: transparent url(../images/i_need.png) no-repeat scroll 20px 15px;
}
#need_menu ul {
	margin:0;
	list-style:none;
	width:195px;
}
#need_menu ul li {
	list-style:none;
	margin:0;
}
#need_menu a {
	cursor:pointer;
	display:block;
	font-size:13px;
	color:#222222;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
	padding:4px 0 4px 12px;
	border-bottom:1px solid #ffffff;
	border-top: 0;
}
#need_menu a:hover {
	color:#01a2f4;
	font-weight:bold;
	border-bottom:1px solid #21b4ff;
}
.rednav_holder {
	width:1000px;
	margin: 0 auto;
	text-align:left;
	height:120px;
}
/*** Home content styles ------------------------------------- ***/
.home_container .home_content {
	width:1000px;
	background-color:#fcfcfc;
}
.home_container .content_end {
	width:1000px;
	height:40px;
	display:block;
	background: transparent url(../images/providing_community_services.png) no-repeat scroll center -125px;
}
.home_container .home_content .padding {
	padding: 0 20px;
}
.home_content .home_left {
	float:left;
	width: 740px;
}
.home_content .home_left .column_left {
	float:left;
	width:290px;
	text-align:left;
	margin-right:30px;
}
.home_content .home_left .column_right {
	float:left;
	width:165px;
	text-align:left;
}
.home_content .home_left .column_faright {
	float:right;
	width:225px;
	text-align:left;
}
.home_content .home_right {
	float:right;
	width:200px;
}
.home_title {
	font-size:19px;
	font-weight:bold;
	display:block;
	color:#082d5a;
	padding: 0 0 5px 15px;
}
/*** landing tpl styles ------------------------------------------------ ***/
.landing_container {
	width:1000px;
	margin: 0 auto;
	text-align:left;
}
.landing_container .landing_content {
	width:1000px;
	background-color:#fcfcfc;
	min-height:150px;
}
.landing_container .common_content_end {
	width:1000px;
	height:115px;
	display:block;
	background: transparent url(../images/providing_community_services.png) no-repeat scroll center top;
}
.nav_padding {
	padding: 21px 25px 0 25px;
}
.landing_container .landing_content .padding {
	padding: 0 20px;
}
.landing_content .padding .left_col {
	float:left;
	width:245px;
	min-height:200px;
	margin-right:25px;
}
.landing_content .padding .right_col {
	float:right;
	width:685px;
	text-align:left;
}
.right_col .left {
	float:left;
	width:300px;
}
.right_col .right {
	float:right;
	width:355px;
}
/* section subpage tpl styles .................................*/
.section_container {
	width:1000px;
	margin: 0 auto;
	text-align:left;
}
.section_container .section_content {
	width:1000px;
	background-color:#fcfcfc;
	min-height:300px;
}
.section_container .common_content_end {
	width:1000px;
	height:115px;
	display:block;
	background: transparent url(../images/providing_community_services.png) no-repeat scroll center top;
}
.section_container .section_content .padding {
	padding: 0 20px;
}
.section_content .padding .section-title {
	width:500px;
	font-size:17px;
	font-weight:bold;
	line-height: normal;
	color:#be160d;
	padding:15px 0;
}
.section_content .padding .left_col {
	float:left;
	width:245px;
	margin-right:25px;
}
.section_content .padding .right_col {
	float:right;
	width:685px;
	text-align:left;
}

/* subpage-building styles...........*/
#header .banner-section {
	width:1000px;
	display:block;
	height:180px;
}
/*
.intro {
	float:left;
	width:300px;
	display:block;
	height:180px;
}
*/
/* subpage styles .................................*/
.page-title, h1 {
	font-size: 18px;
	color: #06b8fa;
	font-weight: bold;
	line-height: normal;
	padding: 10px 0 15px 20px;
}
 .subpage-banner {
	float:right;
	width:680px;
	display:block;
	height:180px;
	background-color:#FFFFFF;
}
.breadcrumb {
	width:680px;
	display:block;
	height:30px;
	background-color:#e1e1e1;
	color: #666666;
	line-height:30px;
	font-size:11px;
	padding-left:20px;
}
.breadcrumb a {
	color: #008cc0;
}
.breadcrumb a:hover {
	color: #ae261e;
}
.gen_container {
	width:1000px;
	margin: 0 auto;
	text-align:left;
}
.gen_container .gen_content {
	width:1000px;
	background-color:#fcfcfc;
	min-height:320px;
}
.gen_container .gen_content .column-landing {
	width:1000px;
	background-color:#fcfcfc;
}
.gen_container .gen_content .column-landing .banner {
	width:1000px;
	min-height:170px;
}
.gen_content .column-landing .padding {
	padding: 0 20px 20px 20px; 
}
.gen_container .common_content_end {
	width:1000px;
	height:115px;
	display:block;
	background: transparent url(../images/providing_community_services.png) no-repeat scroll center top;
}
.gen_content .column-left {
	float:left;
	width:300px;
	min-height:280px;
	border-top:1px solid #FFFFFF;
}
.gen_content .column-right {
	float:right;
	width:700px;
	text-align:left;
	border-top:1px solid #FFFFFF;
	min-height:490px;
}
.gen_content .column-right .padding {
	padding: 0 20px 20px 20px; 
}
.column-left .section_img {
	width:300px;
	min-height:265px;
	background: transparent url(../images/sectionimg_holder.jpg) no-repeat scroll left top;
}
.column-left .section_nav {
	width:260px;
	display:block;
	padding: 0 20px;
}
.also_title {
	display: block;
	height: 20px;
	padding-bottom:15px;
	background: transparent url(../images/also.png) no-repeat scroll 15px top;
}
.column-left .section_nav li {
	margin:0;
	font-weight:bold;
}
.column-left .section_nav li {
	list-style-image:none;
	list-style-type: none;
	color:#666666;
	font-size:13px;
}
.column-left .section_nav a {
	display:block;
	color:#666666;
	padding: 3px 0 3px 15px;
	border-bottom:1px solid #d7d7d7;
}
.column-left .section_nav li.on a {
	font-weight: bold;
	color: #1e9ed9;
	background: transparent url("../images/li_dot.gif") no-repeat scroll 2px 8px;
}
.column-left .section_nav a:hover {
	color:#222222;
	border-bottom:1px solid #40b5ec;
}
.gen_content .column-left .extra_content {
	padding: 20px;
	min-height:50px;	
}

/*** Navigation ------------------------------------------------ ***/
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#navigation ul li {
	float: left;
	list-style: none;
	list-style-image: none;
	position: relative;
	margin:0;
}
.nav #navigation ul li a {
	display: block;
	height:60px;
	width:125px;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
	padding: 16px 16px 0 16px;
	background: transparent url(../images/nav_divider.png) no-repeat scroll left top;
}
#navigation ul li a span {
	display: block;
	cursor: pointer;
	line-height: 18px;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li.active a {
	display: block;
	color: #fcfcfc;
	font-weight: bold;
	background-color: #87888c;
}
#navigation ul li.arrow a:hover {
	display: block;
	color: #ffffff;
	font-weight: bold;
}
#navigation ul li.on a {
	display: block;
	color:#ffffff;
	font-weight: bold;
}
#navigation ul li.on a:hover {
	display: block;
	color:#4f4c45;
	background-color: #f0f0ee;
}
#navigation ul li .first a {
	background: transparent url(../images/nav_divider.png) no-repeat scroll -2px top;
}
#navigation ul li .first a:hover {
	background: transparent url(../images/nav_divider.png) no-repeat scroll -2px top;
	color:#fcfcfc;
	background-color: #87888c;
}
/*** END navigation ***/
/*** Drop Down Menu ........................................ ***/
.cssmenu_sub {
	height:22px;
}
#cssmenu_submenus ul {
	-moz-border-radius: 10px 10px 10px 10px;
	float:left;
	padding: 0 10px 0 10px;
	margin: 0;
	list-style:none;
	width:940px;
	background: #87888c;
	border: 1px solid #87888c;
}
#cssmenu_submenus ul li {
	list-style:none;
	float:left;
	background: #87888c;
	margin:0;
}
#cssmenu_submenus a {
	cursor:pointer;
	display:block;
	width:160px;
	line-height: 35px;
	font-size:12px;
	color:#fcfcfc;
	font-weight:bold;
	text-decoration:none;
	padding:3px 5px 4px 12px;
	border-bottom:1px solid #c9c9c9;
	border-top: 0;
	background: #87888c url(../images/subnav_bg.png) repeat scroll left top;
}
#cssmenu_submenus a:hover {
	color:#000;
	font-weight:bold;
}
/*** End Drop Down Menu ***/
/*** programs, services, ucwpa Drop Down Menu ............................. ***/
.cssmenu_sub {
	height:22px;
}
#services_submenus ul, #programs_submenus ul, #ucwpa_submenus ul, #top-nav_submenus ul {
	float:left;
	margin: 0;
	list-style:none;
	width:180px;
}
#services_submenus ul li, #programs_submenus ul li, #ucwpa_submenus ul li, #top-nav_submenus ul li {
	list-style:none;
	float:left;
	background: #f4f4f4;
	margin:0;
}
#services_submenus a, #programs_submenus a, #ucwpa_submenus a {
	cursor:pointer;
	display:block;
	width:180px;
	line-height: 17px;
	font-size:12px;
	color:#777777;
	font-weight:bold;
	text-decoration:none;
	padding:2px 5px;
	border-bottom:1px solid #c9c9c9;
	background-color: #f4f4f4;
}
#top-nav_submenus a {
	cursor:pointer;
	display:block;
	width:130px;
	line-height: 17px;
	font-size:12px;
	color:#777777;
	font-weight:bold;
	text-decoration:none;
	padding:2px 2px 2px 8px;
	border-bottom:1px solid #c9c9c9;
	background-color: #f4f4f4;
}
#services_submenus a:hover, #programs_submenus a:hover, #ucwpa_submenus a:hover, #top-nav_submenus a:hover {
	color:#009fda;
	font-weight:bold;
	background-color: #ffffff;
}
/*** End Drop Down Menu ***/
/*** Navigation footer------------------------------------------------ ***/
#nav-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#nav-footer ul li {
	float: left;
	list-style: none;
	list-style-image: none;
	margin:0;
}
.nav #nav-footer ul li a {
	display: block;
	height:60px;
	width:125px;
	text-align: left;
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
	padding: 12px 16px 0 16px;
	background: transparent url(../images/nav_divider.png) no-repeat scroll left top;
}
#nav-footer ul li a span {
	display: block;
	cursor: pointer;
	line-height: 18px;
	text-decoration: none;
}
#nav-footer ul li a:hover, #nav-footer ul li.active a {
	display: block;
	color: #ffffff;
	font-weight: bold;
}
#nav-footer ul li.arrow a:hover {
	display: block;
	color: #ffffff;
	font-weight: bold;
}
#nav-footer ul li.on a {
	display: block;
	color:#ffffff;
	font-weight: bold;
}
#nav-footer ul li.on a:hover {
	display: block;
	color:#0393de;
}
#nav-footer ul li .first a {
	background: transparent url(../images/nav_divider.png) no-repeat scroll -2px top;
}
#nav-footer ul li .first a:hover {
	background: transparent url(../images/nav_divider.png) no-repeat scroll -2px top;
	color:#ffffff;
}
/*** Sectional Navigation ----------------------------------------- ***/
#nav-section ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#nav-section ul li {
	float: left;
	list-style: none;
	list-style-image: none;
	position: relative;
	margin:0;
}
.nav #nav-section ul li a {
	display: block;
	height:60px;
	width:110px;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
	padding: 16px 14px 0 14px;
	background: transparent url(../images/nav_divider.png) no-repeat scroll left top;
}
#nav-section ul li a span {
	display: block;
	cursor: pointer;
	line-height: 18px;
	text-decoration: none;
}
#nav-section ul li a:hover, #nav-section ul li.active a {
	display: block;
	color: #fcfcfc;
	font-weight: bold;
	background-color: #87888c;
}
#nav-section ul li.arrow a:hover {
	display: block;
	color: #ffffff;
	font-weight: bold;
}
#nav-section ul li.on a {
	display: block;
	color:#000000;
	font-weight: bold;
}
#nav-section ul li.on a:hover {
	display: block;
	color:#fcfcfc;
	background-color: #87888c;
}
#nav-section ul li .first1 a {
	background: transparent url(../images/nav_divider.png) no-repeat scroll -2px top;
}
#nav-section ul li .first1 a:hover {
	background: transparent url(../images/nav_divider.png) no-repeat scroll -2px top;
	color:#fcfcfc;
	background-color: #87888c;
}
/*** Footer -------------------------------------------------------- ***/
.footer_container{
	width:100%;
	text-align:left;
}
.footer_container #footer {
	width:1000px;
	margin: 0 auto;
	display:block;
	text-align:left;
	padding: 0;
	height: 90px;
	background: transparent url(../images/providing_community_services.png) no-repeat scroll center -175px;
}
#footer .footer_left {
	padding: 5px 0 0 0;
	width:990px;
	font-size: 11px;
	color: #666666;
	text-align:center;
	font-weight: normal;
}
#footer .footer_left a {
	color: #666666;
}
#footer .footer_left a:hover {
	color: #0ea1cb;
}
#footer .footer_nav {
	width: 990px;
	padding: 35px 0 0 0;
	font-size: 11px;
	color: #666666;
	text-align:center;
	font-weight: bold;	
}
#footer .footer_nav a {
	color: #666666;
}
#footer .footer_nav a:hover {
	color: #0ea1cb;
}
/*** End Footer ***/

/*** Boxes --------------------------------------------------------------- ***/
div.box {
	padding: 0 0 0 0;
}
div.box div.top {
	background: transparent url(../images/box_corner.png) no-repeat scroll right -40px;
	padding: 0 20px 0 0;
}
div.box div.top div {
	background: transparent url(../images/box_corner.png) no-repeat scroll left top;
	height: 20px;
}
div.box div.bottom {
	background: transparent url(../images/box_corner.png) no-repeat scroll right -60px;
	padding: 0 20px 0 0;
}
div.box div.bottom div {
	background: transparent url(../images/box_corner.png) no-repeat scroll left -20px;
	height: 20px;
}
div.box div.content {
	padding: 0 20px;
	background-color: #ffffff;
}
/*** End boxes ***/

/*** Events Calendar ----------------------------------------------------- ***/

#event-calendar{
	background-color: #f8f8f8;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	-moz-border-radius: 5px;	
}
#event-calendar .content {
	position: relative;
	padding: 1px 0 5px 0;
}
#event-calendar table {
	border-spacing: 0;
	border-collapse: collapse;
	color: #3f4040;
	margin: auto;
}
#event-calendar caption a {
	font-size: 16px;
	font-weight: bold;
	color: #6a747b;
	line-height: 28px;
	background: none;
	height: auto;
	width: auto;
}
#event-calendar caption a:hover {
	background: none;
	color: #06B8FA;
}
#event-calendar th {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
	height: 18px;
	border-bottom: 1px solid #c5c5c5;
	padding: 0;
	vertical-align: top;
}
#event-calendar td {
	font-size: 14px;
	line-height: 18px;
	height: 25px;
	width: 25px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #ababad;
	border-right: 1px solid #ababad;
	background: #d5d5d5 url(../images/calendar_bg.png) no-repeat scroll left top;
	font-weight: bold;
	text-shadow: #ffffff 0 0 2px;
}
#event-calendar td a {
	display: block;
	color: #3f4040;
	height: 24px;
	padding: 1px 0 0 1px;
}
#event-calendar td a:hover {
	background: transparent url(../images/calendar_bg.png) no-repeat scroll left -50px;
}
#event-calendar td.other {
	background-color: #e1e1e1;
}
#event-calendar td.highlighted {
	background-color: #06B8FA;
}
#event-calendar td.today {
	background-color: #888888;
	background-position: left -50px;
}
#event-calendar td.selected {
	background-color: #888888;
	background-position: left -50px;
	text-shadow: #000000 0 0 2px;
}
#event-calendar td.selected a {
	color: #ffffff;
}
#event-calendar .title {
	display: none;
	position: absolute;
	width: 180px;
}
#event-calendar a:hover .title {
	display: block;
	z-index:100;
}
#event-calendar .title .top {
	display: block;
	background: transparent url(../images/box_edge.png) no-repeat scroll left -100px;
	height: 8px;
}
#event-calendar .title .middle {
	display: block;
	background: transparent url(../images/box_middle.png) repeat-y scroll -600px top;
	padding: 0 20px 0 10px;
	color: #768087;
	font-size: 12px;
	text-shadow: none;
}
#event-calendar .title .bottom {
	display: block;
	background: transparent url(../images/box_edge.png) no-repeat scroll left -117px;
	height: 13px;
}
#event-calendar table.calendar ul.events a {
	display: block;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 0.9em;
	height:auto;
}
#event-calendar table.calendar ul.events a:hover {
	background-color:#e9e9e9;
	background-image:none;
}

/*** Calendar ------------------------------------------------------------***/ 
table.calendar ul.events {
	position: absolute;
	display: none;
	border: 1px solid #aec8d3;
	background-color: #f0f0f0;
}
table.calendar ul.events li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}
table.calendar ul.events .name {
	font-weight: bold;
	color: #111111;
}
table.calendar ul.events .date {
	font-style: italic;
	color: #606060;
}
table.calendar td a {
	display: block;
	text-align: center;
	color:#666666;
}
table.calendar td span.title {
	position: absolute;
	display: none;
	color: #666666;
	font-size: 11px;
	padding: 5px;
	background-color: #f0f0f0;
	font-weight: normal;
	text-align: left;
	border: 1px solid #AEC8D3;
	line-height: 1.5em;
}
table.calendar td a:hover {
	background-color: #dbdfe3;
}
table.calendar td a:hover span.title {
	display: block;
}
table.calendar td.selected {
	border: 1px solid #82ddf4;
	background-color: #e2e4e7;
	font-weight: bold;
}
table.calendar td.highlighted {
	font-weight: bold;
	background-color: #82ddf4;
}
#event_calendar p.summary {
	text-align: center;
	font-size: 11px;
	line-height: 20px;
}
#event_calendar p.summary a {
	display: block;
}
/*** End Calendar ***/

/*** News Summary styles ----------------------------------- ***/

#news-summary h2 {
	display:block;
	width:155px;
	height:0;
	padding-top:30px;
	overflow:hidden;
	background: transparent url(/templates/images/title_news.png) no-repeat scroll left top;
}
#news-summary ul li{
	list-style-type: none;
	list-style-image: none;
	margin:0;
}
#news-summary ul {
	margin-bottom:0;
}
#news-summary .date{
	color:#777777;
	font-size:11px;
}
#news-summary .teaser {
	color:#777777;
	line-height:100%;
	padding-bottom:9px;
	display:block;
}
#news-summary .more{
	color:#777777;
	font-size:12px;
	font-weight:bold;
}
#news-list ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0;
}
/*** corporate sponsors list ------------------------------ ***/
#corporate-list ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0;
}
#corporate-list .sponsor-logo {
	float:left;
	width:210px;
}
#corporate-list .sponsor-logo .image {
	display:block;
	height: 130px;
	width: 200px;
	background: transparent url(/templates/images/news_default.jpg) scroll no-repeat center center;
	border:1px dotted #CCCCCC;
}
#corporate-list .sponsor-details {
	float:left;
	width:430px;
	margin-left: 20px;
}
#corporate-list .sponsor-details .title {
	font-weight:bold;
	font-size:16px;
}
#corporate-list .sponsor-details .teaser {
	color:#666666;
}
/*** News Listing styles ----------------------------------- ***/

ul.listing a {
	display: block;
	padding: 10px 10px 10px 140px;
	border-bottom: 1px dotted #787878;
	min-height: 90px;
	position: relative;
}
ul.listing a:hover {
	display: block;
	min-height: 90px;
	background: transparent url(/templates/images/hover-bg.png) scroll repeat-x left top;
}
ul.listing .image {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 90px;
	width: 120px;
	background: transparent url(/templates/images/news_default.jpg) scroll no-repeat center center;
}
ul.listing .title {
	font-weight:bold;
	font-size:16px;
}
ul.listing .date {
	color:#777777;
	font-size:11px;
}
ul.listing .teaser {
	color:#666666;
}

/*** News Article styles ----------------------------------- ***/

#news-article {
}
#news-article .col1 {
	float:left;
	width:400px;
	margin-right:30px;
}
.link_back {
	display:block;
	padding: 10px 0 0 10px;
	margin:0 0 20px 20px;
	background: transparent url(/templates/images/arrow_blue.png) scroll no-repeat left 6px;
}
#news-article .col2 {
	float:left;
	width:195px;
	text-align:center;
	/*padding:8px;
	-moz-border-radius: 6px;
	border: 1px solid #CCCCCC;
	background-color:#fcfcfc;*/
}
#news-article .col2 ul {
	margin-bottom:0;
}
#news-article .col2 .date {
	color:#777777;
	font-size:11px;
}
#news-article .col2 .teaser {
	line-height:140%;
}
#news-article .col3 {
	width:660px;
	padding-bottom:10px;
	border-bottom:dotted 1px #CCCCCC;
	margin-bottom:5px;
}
ul.links li {
	line-height:20px;
	list-style-type: none;
	list-style-image: none;
	margin:0;
}
#news-article .col2 .attachment {
	width: 195px;
	display: block;
	background: transparent url(/templates/images/but_atthm.png) no-repeat scroll left top;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1170c;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	padding-left:5px;
	margin-bottom:10px;
}
#news-article .col2 .attachment a {
	color: #c1170c;
}
#news-article .col2 .attachment a:hover {
	color: #222222;
}

#news-article .col2 .gallery {
	width: 195px;
	display: block;
	background: transparent url(/templates/images/but_gallery.png) no-repeat scroll left top;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1170c;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	padding-left:5px;
	margin:5px 0;
}
#news-article .col2 .gallery a {
	color: #c1170c;
}
#news-article .col2 .gallery a:hover {
	color: #222222;
}

#news-article ul.siblings {
	list-style-type: none;
	list-style-image: none;	
}
#news-article ul.siblings li.prev {
	list-style-type: none;
	list-style-image: none;	
	float:left;
	margin:0;
	width:45%;
}
#news-article ul.siblings li.next {
	list-style-type: none;
	list-style-image: none;	
	float:right;
	text-align:right;
	width:49%;
}

/*** Event summary styles ----------------------------------- ***/

.event-summary h2 {
	display:block;
	width:155px;
	height:0;
	padding-top:31px;
	overflow:hidden;
	background: transparent url(/templates/images/title_events.png) no-repeat scroll left top;
}
.event_detail p {
	margin-bottom:0;
}
.event .date {
	color:#777777;
	font-size:11px;
	padding:3px 0 2px 0;
	display:block;
}
.event .teaser {
	color:#777777;
	line-height:100%;
	display:block;
	padding-bottom:9px;
}
.event .more {
	color:#777777;
	font-size:11px;
}

/*** Event list styles ----------------------------------- ***/

#events-list ul {
	list-style-type: none;
	list-style-image: none;
	margin:0;
}
#events-list ul.listing li {
	padding: 5px 0;
	list-style-type: none;
	list-style-image: none;
	margin:0;
	height: 115px;
	margin-bottom:0;
	border-bottom: 1px dotted #787878;
}
#events-list ul.listing a {
	display: block;
	padding: 10px 10px 10px 140px;
	position:relative;
	border-bottom: none;
}
#events-list ul.listing .image {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 100px;
	width: 120px;
	background-position: center center;
	background-repeat: no-repeat;
}

/*** Event view styles ----------------------------------- ***/

#event-view {
}
#event-view .col1 {
	float:left;
	width:400px;
	margin-right:30px;
}
#event-view .col2 {
	float:left;
	width:195px;
}
#event-view .col2 .teaser {
	line-height:140%;
}
#event-view .col3 {
	width:658px;
	padding-bottom:5px;
	border-bottom:dotted 1px #CCCCCC;
	margin-bottom:5px;
}
#event-view .col1 .attachment {
	width: 195px;
	display: block;
	background: transparent url(/templates/images/but_atthm.png) no-repeat scroll left top;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1170c;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	padding-left:5px;
	margin-bottom:10px;
}
#event-view .col1 .attachment a {
	color: #c1170c;
}
#event-view .col1 .attachment a:hover {
	color: #222222;
}
#event-view ul.siblings {
	list-style-type: none;
	list-style-image: none;	
}
#event-view ul.siblings li.prev {
	list-style-type: none;
	list-style-image: none;	
	float:left;
	margin:0;
}
#event-view ul.siblings li.next {
	list-style-type: none;
	list-style-image: none;	
	float:right;
	text-align:right;
}

/*** Site Map styles ----------------------------------------- ***/

#sitemap ul, #sitemap li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom:0;
}
#sitemap a {
	color:#666666;
	font-weight:bold;
	display:block;
	width:220px;
	background-color:#eff1f5;
	padding: 2px 2px 2px 5px;
	font-size: 14px;
}
#sitemap li li a {
	background-color:#fcfcfc;
	font-size: 12px;
}
#sitemap li li li a {
	font-weight: normal;
}
#sitemap li a:hover.parent {
	color:#3170C1;
}

/*** rotator additional styles..................................***/
.c1-rotator {
	position: relative;
}
.c1-rotator-images {
  margin: 0 auto;
}
.c1-rotator-caption {
	bottom: 5px !important;
	left: 5px !important;
	right: 5px !important;
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	height: 44px;
	color: #FFFFFF;
	padding: 15px !important;
	background: transparent url(../images/black_overlay.png) no-repeat scroll left bottom;
}
.c1-rotator ul {
	position: absolute;
	right: 30px;
	bottom: 25px;
	list-style: none;
	list-style-image: none;
	margin-left: 0;
	line-height: 0;
	z-index: 15;
}

.c1-rotator ul li {
	float: right;
	list-style: none;
	list-style-image: none;
	margin-left: 7px;
}

.c1-rotator ul {
	margin-bottom: 0;
}
/*** donations styles..................................***/

.donate2_ucwpa {
}
.donate2_ucwpa ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
	width: 225px;
	text-align:center;
	line-height:50px;
}
.donate2_ucwpa .d-button {
	font-weight: bold;
}
.donaton_cat a {
	color: #CC0000;
	width: 225px;
	height: 55px;
	font-size:13px;
	display: block;
	background: transparent url(../images/donation_button_bg.png) no-repeat scroll left top;
}
.donaton_cat a:hover {
	color: #111111;
}
.donation_labels {
	font-size:14px;
	color: #333333;
	font-weight: bold;
}
/*** job vacancies styles..................................***/

ul.articles {
	border-top: 1px dotted #575757;
}
ul.articles li {
	margin: 0;
	list-style: none;
	line-height: 150%;
	border-bottom: 1px dotted #999999;
}
ul.articles a {
	display: block;
	padding: 10px 10px 10px 150px;
	position: relative;
}
/*ul.articles h2 {
	font-size: 1.3em;
	color: #575757;
}*/
ul.articles .date {
	font-size: 0.8em;
	color: #575757;
}
ul.articles .teaser {
	display: block;
	color: #575757;
}
ul.articles .image {
	position: absolute;
	left: 0;
	top: 10px;
	width: 140px;
	height: 80px;
	background: transparent none no-repeat scroll center center;
}
ul.articles .normal {
	color: #575757;
}
#job-detail ul li {
	list-style-image: none;
	list-style-type: none;
}
.gen_content .column-left_links {
    float: left;
    padding-bottom: 10px;
    width: 415px;
}
.gen_content .column-right_links {
    float: right;
    padding-bottom: 15px;
    width: 190px;
}
/*** vcard styles ------------------------------------ ***/
.vcard .vcard_details {
	float:right;
	width:350px;
	text-align:left;
}
.vcard .vcard_details p {
	margin-bottom:5px;
}
.vcard .adr {
	float:left;
	width:280px;
}
.vcard .company-title {
	font-size: 18px;
	color: #06b8fa;
	font-weight: bold;
	line-height: normal;
	padding: 10px 0 5px 0;
}
/*** search result style ------------------------------- ***/
#search-results ul.listing .image {
	background:none;
}
.programs ul li {
	list-style-image: none;
	list-style-type: none;
	margin-left:0;
}
