a, a:link{
color:#1133AA;
text-decoration:none;

}
a:hover{
color:#000;

}

/* navigation  */

#nav{
	width:940px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	height:71px;
	background-image: url(../images/blue/top-menu-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:4;
}

/* right column */

#right-col h3{
color:#1ea1cc;
margin-bottom:5px;
}

/*sidebar contact info */
#right-col li.contact-info h4{
float:left;
width:70px;
color:#333;
}

/* Search box style*/

#search-box #submit{
	border:none;
	background-image: url(../images/blue/go.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:41px;
	height:24px;
	cursor: pointer;
	border:none;

}
#search-box #submit:hover{
	border:none;
	background-image: url(../images/blue/go-ho.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:41px;
	height:24px;
	cursor: pointer;

}

/*post style section*/

.post{
margin-bottom:30px;

}

.post h3 a{
display:block;
line-height:30px;

}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background: #414141; background of menu items (default state)*/
color: white;
padding: 17px 17px;
background:url(../images/blue/divider.png) no-repeat right 1px;
/*border-right: 1px solid #088fc3;*/
color: #2d2b2b;
text-decoration: none;



}
.ddsmoothmenu ul li.lastlink a {
background-image:none;
}
.ddsmoothmenu ul li ul a{
display: block;
background: #1ea1cc; /*background of sub menu items (default state)*/
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #1ea1cc; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #1ea1cc; /*background of menu items during onmouseover (hover state)*/
color:#000;
}
/*** current / active link **/
.ddsmoothmenu ul li.current_page_item a{
	color:#000;

	
		}
		.ddsmoothmenu li.current_page_item ul li a:hover{
		 color:#000;
		 }
	

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px Arial;
width: 160px; /*width of sub menus*/
padding: 9px 24px 9px 24px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #40b7de;
}

.anythingSlider a {color:#8ac}
