#top #nav .ccm-manual-nav,
#top #nav .nav {
	clear: both;
	float: right;
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#top #nav .ccm-manual-nav {
	float: right;
	line-height: 1em;
	margin: 4px 0px 20px 0px;	
}

#top #nav .nav li,
#top #nav .ccm-manual-nav li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
}


#top #nav .ccm-manual-nav a,
#top #nav .nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

#top #nav .ccm-manual-nav a {
	color: #0c7ac5;
	font-size: 13px;	
}

#top #nav .nav a {
	color: #000;
	font-size: 16px;	
}

#top #nav .ccm-manual-nav a:hover {
	color: #129fe3;	
}

#top #nav .nav a:hover {
	color: #0c7ac5;
}

#top ul.nav-header{ list-style:none; margin:0px; padding:0px; width:auto; z-index:2; overflow:visible; float: right}
#top ul.nav-header li{float:left; padding:2px 0px; margin-left:16px; margin-bottom: 0px; color:#999; font-size:13px; margin-top:0px }
#top ul.nav-header li a,#top ul.nav-header li a:hover{ text-decoration:none; color:#999999 }
#top ul.nav-header li.nav-selected{ border:1px solid #bbb; padding:2px 8px; }


/* SEARCH */
#top .ccm-search-block-form h3,
#top .ccm-search-block-form #searchResults {
	display: none;
}

#top .ccm-search-block-form {
	display: block;
	text-align: right;
	padding-bottom: 5px;
}

.ccm-search-block-form input:focus {
	outline: none;
}

.ccm-search-block-text,
.ccm-search-block-submit {
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	font-size: 11px;	
}

#top .ccm-search-block-text {
	color: #555;
	width: 100px;
}

.ccm-search-block-submit {
	background-color: #999;
	color: #fff;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

.ccm-search-block-submit:hover {
	border: 1px solid #ccc;
	background-color: #ccc;
}

/* FOOTER NAV */

#footer_nav {
	float: left;
	margin: 20px 40px;
}

#footer_nav .nav_column {
	float: left;
	width: 190px;
	margin-right: 30px;
}

#footer_nav .nav_title {
	margin: 0px;
}

#footer_nav .nav_title a,
#social label {
	display: block;
	color: #fff;
	padding: 5px 0px;	
	border-bottom: 1px solid #064177;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer_nav ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 10px;
}

#footer_nav li {
	margin: 0px;
}

#footer_nav li ul {
}

#footer_nav li li {
	float: none;
}

#footer_nav li a {	
	color: #abb4c0;
	font-size: 13px;
	text-decoration: none;
	text-transform: capitalize;
}

#footer_nav li a:hover {
	color: #fff;
}



/* */
/* social */

#social {
	position: relative;
	width: 260px;
	float: right;
	margin: 20px 0px 0px;
}

#social label {
	margin: 0px;
	line-height: 1.5em;
	padding: 0px 0px 5px;
	border-bottom: none;
}

#social form .email {
	width: 190px;
	padding: 7px 8px;
	margin-right: 3px;
	font-size: 12px;
	float: left;
	border: none;
	background-color: #0094d6;
	color: #fff;
	-moz-box-shadow: inset 1px 1px 2px 1px rgba(0,36,65,0.4);
	-webkit-box-shadow: inset 1px 1px 2px 2px rgba(0,36,65,0.4);
	box-shadow: inset 2px 2px 2px 1px rgba(0,36,65,0.4);
}

#social form .email:focus {
	outline: 0 none;
}

#social form .clearinput-default {
	color: #66bfe6;	
}

#social form p {
	font-size: 11px;
	color: #777;
	margin: 6px 0px 12px;
}

#social form input::-webkit-input-placeholder,
#social form input:-moz-placeholder {
	color: #555;
}

#social form .submit {
	float: left;
}

#social form .submit:hover {
	background-color: #237cb2;
}

#social_buttons div {
	float: left;
	width: 32px;
	height: 32px;
	margin: 6px 6px 0px 0px;
	overflow: hidden;
}

#social_buttons div a {
	display: block;
	width: 32px;
	height: 32px;
	padding: 32px 0px 0px;
}

#social_buttons .facebook a {
	background-image: url(../images/icon_facebook.gif);
	background-repeat: no-repeat;
}

#social_buttons .twitter a {
	background-image: url(../images/icon_twitter.gif);
	background-repeat: no-repeat;
}
