/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #ece8e5;
}
nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	padding-left: 10px;
    padding-right: 10px;
}
nav li a {
	border-right: 1px solid #fff;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
}
nav a#pull {
	display: none;
}

/* Only Low resolution */
@media screen and (max-width: 1000px) { 

#centercontent_both 
{max-width:1000px;
border: medium solid #dddfe5;
margin-bottom:10px;
padding-right:10px;
border-radius: 4px 4px 4px 4px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;margin-bottom: 20px;min-height: 20px;padding: 8px;
}
#centercontent_both h2.item-page-title {font-size:36px;}
#centercontent_both .page-header h2{font-size:36px;}
}



/*Styles for screen 766px and lower*/
@media only screen and (max-width : 766px) {
	#nav ul li:hover ul li a, #nav ul li ul li a, #nav ul li.active ul li a {display:none}
	nav {
		border-bottom: 0;
		margin-right: 13px;
		margin-left: -17px;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
		margin-left:0;
                float:right;
                
	}
	nav a#pull:after {
		content:"";
		background: url(../images/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		left:100px;
		top: 10px;
                float:left;
	}
#nav ul li {
	list-style: none;
	float: left;
	position: relative;
	left: 10px;
	margin-right: 10px;
	top: 60px;
	margin-bottom: 0;
        width:100px;
        clear:both;
        
	
}

}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}