/*  
Theme Name: Newington
Theme URI: 
Description: Newington
Version: 1.0
Author: 
Tags: fixed width, two columns, valid XHTML, valid CSS, widget ready
*/


/* -- Basic Style -- */

h1, h2, h3, h4, h5, h6, form
	{
		margin:0px;
		padding:0px;
	}
h1{font-size:22px;}
h2{font-size:20px;}
h3{font-size:15px; font-weight:normal;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
p
	{
		margin:0px;
		padding:0px;
		padding-bottom:12px;
	}
ul, ol, li
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
a, a:visited
	{
		color:#022543;
		text-decoration:none;
		outline:none;
	}
a:hover
	{
		text-decoration:underline;
		cursor:pointer;
	}
img {border:none;}
img.alignright {float:right; margin:2px 0px 5px 5px; border:solid 1px #595959; padding:2px;}
img.alignleft {float:left; margin:2px 5px 5px 0px; border:solid 1px #595959; padding:2px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:2px 0 2px 5px;}
a img.alignleft {float:left; margin:0px 5px 2px 0px}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

blockquote
	{
		padding:7px 0px 0px 30px;
		width:400px;
		font-size:14px;
		font-style:italic;
		border-left:solid 6px;
	}
.storyContent ul, ol
	{
		margin-left:20px;
		padding:5px 5px 15px 5px;
	}
.storyContent ol li
	{
		list-style:decimal;
	}
.storyContent ul li
	{
		list-style:square;
	}
.clear{
	clear:both;
}
	

/* -- Main Style  -- */	

body
	{
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#4f4f4f;
		background:url(images/top_bg.jpg) repeat-x top #e6e6e6;
	}

#main{
	margin:0px auto;
	padding:0px;
	width:1035px;	
	position:relative;
}
.left_bg{
	background:url(images/bg_left.jpg) no-repeat left top;
	width:170px;
	height:782px;
	position:absolute;
	top:198px;
	left:-150px;
}
.right_bg{
	background:url(images/bg_right.jpg) no-repeat left top;
	width:170px;
	height:782px;
	position:absolute;
	top:198px;
	right:-150px;
}
/* -- Header -- */

.header
	{
		height:130px;
		/*overflow:hidden;*/
		overflow:hidden;
	}
.title{
	width:500px;
	height:78px;
	float:left;
	padding-top:26px;
	padding-left:35px;
}
.title a:hover{
	text-decoration:none;
	cursor:pointer;
}
.header_right{
	width:366px;
	float:right;
	text-align:right;
}
.socio_links{
	height:15px;
	margin-top:44px;
	margin-right:23px;
	text-align:right;
}
.socio_links span{
	padding:0px 10px;
	font-size:14px;
	color:#1f3160;
}
.socio_links a,.socio_links a:visited{
	color:#1f3160;
	text-decoration:none;
}
.socio_links a:hover{
	color:#1f3160;
}
.header_search{
	padding:20px 0px;
	width:334px;
}
.header_search .txt{
	margin:0px;
	padding:0px;
	width:235px;
	background:#fff;
	border:1px solid #465c96;
	padding:5px;
	color:#465c96;
	font-size:13px;
	float:left;
	margin-right:5px;
}
.header_search .btn{
	float:left;
}
/******************************************/

/**----------------- Content Style  ----------------------**/
.main_content{
	background:url(images/bg.jpg) repeat-y;
}
.content_top{
	background:url(images/content_top.jpg) no-repeat center top;
}
.content_bottom{
	background:url(images/content_bottom.jpg) no-repeat left bottom;
	padding:14px 39px;
	height:1%;
}
	

/* -- Page Navigation -- */
.nav{
	height:65px;
	background:url(images/nav_bg.jpg) no-repeat left top;
	/*padding:10px 12px 30px 12px;*/
}
/*
.nav ul{
	float:left;
}
.nav li{
	float:left;
}
.nav li a,.nav li a:visited{
	font-size:14px;
	display:block;
	color:#fff;
	text-decoration:none;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}
.nav li a span, .nav li a:visited span{
	padding:5px 14px;
	display:block;
}
.nav li a:hover,.nav li.current_page a,.nav li.current_page a:visited{
	color:#1f3160;
	text-decoration:none;
	background:url(images/nav_left.jpg) no-repeat left top;
}
.nav li a:hover span, .nav li.current_page a span{
	background:url(images/nav_right.jpg) no-repeat right top;
}
*/

ul#nav{
  border: 0 none;
  padding: 0 12px 0 12px;
  list-style: none;
  float:left;
  z-index:1000;
}
ul#nav li {
  margin: 0;
  border: 0 none;
  padding: 0 0 0 0px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height:auto;
   background:url(images/nav.jpg) no-repeat right center;
}
ul#nav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 45px;
  left: 0px;
  /*border:solid 1px #c5aa59;*/
  z-index:1000;
}

ul#nav ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#nav ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  background:none;
}

/* Root Menu */
ul#nav a {
	padding:15px 25px 15px 20px;
	text-align:center;
	/*padding-left:32px;*/
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	font-size:14px;
	color:#fff;
	text-decoration: none;
	font-weight:normal;
	height: auto !important;
	height: 1%; /*For IE*/
	text-transform:capitalize;
}

/* Root Menu Hover Persistence */
ul#nav li:hover,ul#nav li.iehover,ul#nav li.current_page_item{
	background:url(images/nav_left.jpg) no-repeat left center;
}



ul#nav a:hover,
ul#nav li:hover a,
ul#nav li.iehover a, ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited {
 color:#1f3160;
text-decoration:none; 
background:url(images/nav_right2.jpg) no-repeat right center;
}
ul#nav li li.current_page_item, ul#nav li li.current_page_item{background-image:none !important;background:#fff;color:#1f3160;}
ul#nav li li.current_page_item a, ul#nav li li.current_page_item a:visited{background-image:none !important;background:#fff;color:#1f3160;}
/* 2nd Menu */
ul#nav li:hover li a,
ul#nav li.iehover li a, ul#nav li.current_page_item li a:visited, ul#nav li ul li.current_page_item a, ul#nav li ul li.current_page_item a:visited {
  float: none;
  padding:7px 10px;
  width:180px;
  color: #fff;
  font-size:12px;
  text-align:left;
  padding-left:20px;
  background:#274173;
 opacity:0.9;
 filter:alpha(opacity=90);
 font-weight:normal;
}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a, ul#nav li ul li.current_page_item a:hover {
  color: #1f3160;
  background:#fff;
}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
  padding:7px 10px 7px 20px;
  width:180px;
  color: #fff;
  font-size:12px;
  text-align:left;
  background:#274173;
  font-weight:normal;
}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
/*background:#555;*/
  color: #fff;
  background:#274173;
}

/* 4th Menu */
ul#nav li:hover li:hover li:hover li a,
ul#nav li.iehover li.iehover li.iehover li a {
  padding:0;
  width:120px;
  padding:7px 10px 7px 20px;
  color: #fff;
  font-size:12px;
  text-align:left;
   background:#274173;
   font-weight:normal;
}

/* 4th Menu Hover */
ul#nav li:hover li:hover li:hover li a:hover,
ul#nav li.iehover li.iehover li.iehover li a:hover {
/*background:#FD7006;*/
  color: #fff;
 background:#274173;
}

ul#nav ul ul,
ul#nav ul ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 150px;
  z-index:10;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
}


/*****************************************************************/
.content{
	padding:27px 0px 0px 0px;
}

/****************************************************************/
.innerContent{
	float:left;
	width:614px;
	overflow:hidden;
}
.inner_top{
	background:url(images/co_top.jpg) no-repeat left top;
}
.inner_bottom{
	background:url(images/co_bottom.jpg) no-repeat left bottom;
	padding:10px 17px;
	margin-bottom:20px;
	padding-top:2px;
	height:1%;
}

.story{
	background:url(images/co_bg.jpg) repeat-y;
}
.story h2{
	font-size:20px;
	font-weight:normal;
	color:#022543;
	padding:0px 0px 10px 0px;
	margin-bottom:14px;
}
.story h2 a, .story h2 a:visited{
	text-decoration:none;
	color:#022543;
}
.story h2 a:hover{
	color:#022543;
	text-decoration:none;
}
.storyContent{
	padding:8px 0px 0px 0px;
}
.storyContent p{
	text-align:justify;
	line-height:22px;
	font-size:14px;
}
.storyContent h1, .storyContent h2, .storyContent h3, .storyContent h4, .storyContent h5, .storyContent h6{
	padding-bottom:10px;
}
.storyContent h1{
	color:#fff;
	font-size:22px;
	font-weight:normal;
	padding-bottom:35px;
	border-bottom:solid 1px #c1c1c1;
	margin-bottom:18px;
}
.storyContent h1 a, .storyContent h1 a:visited{color:#fff;}
.storyContent li
{
	padding-bottom:10px;
	font-size:14px;
	line-height:22px;
}

/**------------------------------**/

/****************************************************************/
.sidebar{
	float:right;
	width:308px;
	overflow:hidden;
}
.sidebar_bg{
	background:url(images/sidebar_bg.jpg) repeat-y;
}
.sidebar_top{
	background:url(images/sidebar_top.jpg) no-repeat left top;
}
.sidebar_bottom{
	background:url(images/sidebar_bottom.jpg) no-repeat right bottom;
	padding:6px 17px 20px 17px;
}
.sidebar ul{
	padding:0px;
	margin:0px;
}
.sidebar ul ul{
	padding:0px;
	margin:0px;
}
.sidebar ul ul ul
	{
		padding:0px;
		margin:0px;
	}
.sideBarTitle{height:45px;overflow:hidden;}
.sideBarTitle h3{
	font-size:22px;
	font-weight:normal;
	color:#fff;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:35px;
}	
.sidebar li ul,li
	{	
		list-style:none;
	}
.sidebar ul li
	{
		list-style:none;
		margin:0px;
		padding:0px;
		margin-bottom:20px;
	}
.sidebar li li
	{
		padding:0px;
		margin:0px;
		border:none;
		padding:8px 0px 8px 23px;
		border-bottom:2px solid #eeeeee;
		background:url(images/bullet.jpg) no-repeat 5px 12px;
		font-size:15px;
		
	}
.sidebar li li a, .sidebar li li a:visited
	{
		color:#32456b;
		text-decoration:none;
		
	}
.sidebar li li a:hover
	{
		text-decoration:none;
		color:#2699c0;
	}
.sidebar li a, .sidebar li a:visited
	{
		color:#32456b;
		text-decoration:none;
		padding-right:5px;
	}
.sidebar li a:hover
	{
		text-decoration:none;
		color:#2699c0;
	}
.sidebar li li li{
	border-bottom:none;
	padding-bottom:0px;
}
.textwidget
	{
		padding:5px;
	}
.contact_bg{
	background:url(images/contact_bg.jpg) repeat-y;
}
.contact_bottom{
	background:url(images/contact_bottom.jpg) no-repeat left bottom;
	padding:6px 17px 20px 17px;
}
.contact_form{
	padding:0px 10px;
}
.contact_form .label{
	font-size:14px;
	color:#4f4f4f;
	padding:4px 0px;
	display:block;
}
.contact_form .text{
	background:#fff;
	border:1px solid #bcbcbc;
	padding:4px;
	width:245px;
}
.contact_form .submit{
	text-align:center;
	padding-top:10px;
}
.submit input{
	background:url(images/submit.jpg) no-repeat left top;
	width:103px;
	height:31px;
	border:none;
	cursor:pointer;
}
p.sbmtr input{
	background:url(images/submit.jpg) no-repeat left top;
	width:103px;
	height:31px;
	border:none;
	cursor:pointer;
	font-size:1px;
	text-indent:-20px;
	color:#eb902b;
	margin-left:90px;
	margin-top:2px;
}
/***********************************************/

/* -- Sidebar Search Tool -- */
.search{
	text-align:center;
	padding-top:10px;
}

.search .search_text{
	margin:0px;
	padding:0px;
	padding:3px;
	width:150px;
	background:#fff;
	border:1px solid #ccc;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#494949;
	margin-right:5px;
	float:left;
}
.search .search_btn{
	float:left;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
}
/***********************************************/

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


/* -- Footer -- */
.footerOuter{
	background:url(images/footerbg.png) repeat-x left top #222f4f;
}
.footer{
	text-align:center;
	padding:15px 0px 10px 0px;
	color:#fff;
	background:url(images/footer.jpg) no-repeat center top;
}
.footer a,.footer a:visited{
	color:#fff;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.footer_main{
	width:995px;
	margin:0px auto;
}
.footer_left{
	width:500px;
	float:left;
	text-align:left;
}
.footer h3{
	font-size:18px;
	color:#fff;
	font-weight:normal;
	padding-bottom:10px;
}
.footer_links ul,.footer_links li{
	float:left;
}
.footer_links li,.footer_links li li,.footer_links li li li{
	padding-bottom:8px;
}
.footer_links li a,.footer_links li a:visited{
	padding:0px 10px;
	float:left;
	border-right:1px solid #ffcc00;
	color:#ffcc00;
	text-decoration:none;
}
.footer_links li a:hover{
	text-decoration:underline;
}
p.copyright{
	padding:15px 0px 0px 0px;
	line-height:19px;
}
.footer_right{	
	width:335px;
	float:right;
	text-align:left;
}
.email{
	background:url(images/mail.jpg) no-repeat 7px 3px;
	padding:0px 0px 0px 50px;
	font-size:11px;
}
.call{
	background:url(images/ph.jpg) no-repeat left 2px;
	padding:0px 0px 0px 50px;
	font-size:11px;
}
.post_us{
	background:url(images/email.jpg) no-repeat 7px 4px;
	padding:0px 0px 0px 50px;
	font-size:11px;
}
.email p, .call p, .post_us p{
	padding-bottom:8px;
}
.email span,.call span, .post_us span{
	color:#ffcc00;
	font-size:13px;
}
.last_p{
	font-size:14px;
	color:#d3d3d3;
	padding-bottom:0px;
}
.last_p a,.last_p a:visited{
	color:#d3d3d3;
}

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

/* -- Pagination -- */

.navigation{
	padding-bottom:10px;
	font-size:15px;
}
.alignleft
	{
		float:left;
		padding-left:0px;
		width:300px;
	}
.alignright
	{
		float:right;
		padding-right:0px;
		width:300px;
		text-align:right;
	}
/**------------------------**/

/* -- search result's title -- */

h2.pagetitle, .article h2, .error, h2.center{
	color:#022543;
	font-size:22px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
	
	
	
/* -- Comments Section -- */
.comment_template{
	padding:0px;
	margin:0px;
}
#comments, .commenttitle{
	font-weight:bold;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	padding-top:10px;
}
.commentlist{
	margin:0px 10px;
	padding:0px;
}
.commentlist li{
	padding:10px;
	margin:0px;
	border-bottom:1px solid #dddddd;
}
.commentlist li img{
	float:left;
	margin:0px 15px 10px 0px;
}
.commentlist li p{
	padding:10px 0px;
	line-height:20px;
}
.commentlist li .fn, .commentlist li .says{
	color:#000;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}
.commentmetadata{
	font-size:12px;
}
.commentlist li ul{
	margin-left:30px;
}
.commentlist li li{
	border:none;
	background:#efefef;
}
.commentlist li li li{
	background:#fff;
}
.reply{
	width:32px;
	border:1px solid #CCCCCC;
	padding:3px;
	margin-bottom:10px;
}
.reply a{
	text-decoration:none;
	color:#2699c0;
}
#commentform p{
	padding:5px 0px;
}
#commentform #author,#commentform #email,#commentform #url,#commentform #comment{
	border:1px solid #CCCCCC;
}
#submitcomment{
	border:1px solid #cccccc;
	background:#fff;
	color:#2699c0;
	padding:3px;
	cursor:pointer;
	margin-bottom:10px;
}
/**---------------------------**/


/* -- CALENDER STYLE -- */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin:0px auto;
	padding: 0px;
	width: 180px;
	font-size:11px;
	font-family:tahoma;
	text-align:center;
	}
#wp-calendar th
	{
		color:#2699c0;
	}
#wp-calendar #today
	{
		color:#fff;
		font-weight:normal;
		background:#000;
	}
#wp-calendar #next a {
	padding-right: 5px;
	color:#2699c0;
	text-align: right;
	background:none;
	text-decoration:none;
	}
#wp-calendar #next a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	color:#2699c0;
	background:none;
	text-decoration:none;
	}
#wp-calendar #prev a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	width:180px;
	/*color:#105a82;*/
	/*background:#cfcfd0;*/
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	padding:0px;
	color: #2699c0;
	text-decoration:none;
	font-weight:bold;
	font-size:11px !important;
}
#wp-calendar td a:hover {
	background: none;
	border-left: none;
	font-weight:bold;
	text-decoration: underline;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #b48625;*/ }
/* End Calendar */




/************************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   /*-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/*----------------------------------------------**/

/**------------- Home Page ------------------**/
#hm_list ul{
	margin:0px;
	padding:0px;
	margin-left:30px;
}
#hm_list li{
	padding-bottom:10px;
	list-style:decimal;
}
#hm_list li span{
	color:#04396d;
}
/**-------------------------------------------------**/

.next, .prev{
	cursor:pointer;
	position:absolute;
}
.next{
	background:url(images/slide_left.jpg) no-repeat left top;
	top:40px;
	left:0px;
	display:block;
	height:10px;
	width:12px;
}
.prev{
	background:url(images/slide_right.jpg) no-repeat right top;
	top:40px;
	right:0px;
	display:block;
	height:15px;
	width:11px;
}
#screen2{
	position:relative;
	width:948px;
	margin:0px 5px 20px 5px;
	background:url(images/slide_bg.jpg) no-repeat left top;
	height:120px;
}
	#screen2 #buttons{
		width:679px;
	}
	
	#screen2 #buttons a{
		margin:10px 10px;
		color:#69C;
	}
	#screen2 .prev{
		float:left;
	}
	#screen2 .next{
		float:right;
	}

#slideshow{
	overflow:hidden;
	width:868px;
	margin:0px 40px;
}

	#slideshow ul{
		width:3900px;
		/*padding-left:225px;*/
	}

		#slideshow li{
			float:left;
			padding:0 40px;
			cursor:pointer;
			border-right:1px solid #ccc;
		}
#carousel_container
{
	background:url(images/sliderbg.png) no-repeat left top;  
	width:900px; 
	height:120px;
	position:relative;
	padding-left:26px;
	padding-right:22px;	
	margin-bottom:30px;
	overflow:hidden !important;
}
#carousel_inner {
float:left; /* important for inline positioning */
width:900px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
}
 
#carousel_ul {
position:relative;
left:-180px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}
 
#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:170px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:110px;
margin-top:10px;
text-align:center;
margin-left:5px;
margin-right:5px;
}
 
#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll, #right_scroll{
position:absolute;
top:55px;
}
#left_scroll{
	left:7px;
}
#right_scroll{
	right:7px;
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}
h3.clnts{
	font-size:20px;
	color:#022543;
	padding-bottom:8px;
	padding-top:5px;
	padding-left:10px;
}

.wpcf7-validates-as-required{ width: 256px}
.your-number input{ width: 256px}