
/***** COLORS *****

#4383B3 logo blue
#cccccc menu bg grey
#f4f4f4 body bg grey
181415 logo black


/*******************/


/*********** WIDGET/PLUGIN MODIFICATION CODE *************/		
	
.widget-area
{
clear: both;
float: none;	
width: auto;
margin: 0px;
text-align:left;
}

.widget-area .widget
{
margin: 0 auto;
margin-bottom: 10px; /* space below widgets */
}



/******************* html/javascript adder ********************/
.widget_html_javascript_adder .widgettitle
{
display: none;	
}



/****************** 'LIST PAGES Shortcode' Plug in. Used to display a separate second level nav*********************/ 

/*.list_pages a {color: #3c62c7; text-decoration: none}
.list_pages a:link {color: #3c62c7; }
.list_pages a:visited {color: #3c62c7; }
.list_pages a:hover {color: #c81820 !important;}
.list_pages a:active {color: #3c62c7; }*/

/*
#fd4f00 logo orange

*/


ul.list_pages
{
margin-top: 5px;
margin-bottom: 20px;
position: relative; 
top: 0px;
text-align: center;
border: 0px solid black;
}

ul.list_pages li
{
border-bottom: 0px solid #efefef;	
/*background:transparent url('images/nav_divider.png') 5px 12px no-repeat;*/
text-align: left;
text-align: center;
display: inline-block;
margin: 0 auto;
border: 0px solid black;
}

	ul.list_pages li a
	{
	font-size: 14px;
	line-height: 20px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	color: #151E5B;
	border-right: 0px solid #ccc;
	}
	
	ul.list_pages li a:hover
	{	
	color: #fff;
	}
	
		ul.list_pages li li /* third levels */
		{	
		padding-left: 20px;
		}


/************* CONTACT FORM ******************/

#cntctfrm_contact_form input
{
margin: 0px 0px 10px 0px !important;
}

#cntctfrm_contact_form textarea
{
margin: 0px 0px 10px 0px !important;
}


/********** BREADCRUMB *******************/
#breadcrumbs
{
margin-bottom: 5px !important;
}






