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

/************************
it's all in here
*************************/
body {
	background-color: #fff;
}
nav
{
	top: 0px;
	height: 40px;
	width:100%;
	background: #d3d3d3;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: lighter;
	position: fixed;
	z-index:1000;
}

nav ul
{
	float: left;
	padding: 0;
	margin: 0 auto;
	height: 40px;
}

nav li
{
	display: inline;
	float: left;
text-align: center;
}

nav a
{
	float: left;
    color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;

}

nav a#home {
	float: left;
    color: #000;
    font-size: 18pt;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	width: 175px;
	padding-right: 20px;
	padding-left: 15px;

}


nav li:last-child a {
	border-right: 0;
}

nav a:hover, nav a:active {
	background-color: #fff;
}

nav a#pull {
	display: none;
}

/*************************************
styles 600px and lower
*************************************/
@media screen and (max-width: 600px) {

	nav
	{
		height: auto;
	}
	nav ul{
		
		width: 100%;
		display: block;
		height: auto;
	}
	nav li
	{
		width: 50%;
		float: left;
		position: relative;
	}

	nav li a
	{
		
	}

	nav a
	{
		text-align: left;
		width: 100%;
		line-height: 40px;
		text-indent: 25px;
	}

	nav a#home {
	float: left;
    color: #000;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	width: 100%;
	padding-left: 0px;
}
}

/*********************
styles 515px and lower
*********************/

@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}

	nav a#home {
		display: none;

	}	

	nav a#pull {
		display: block;
		background-color: #d3d3d3;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('/../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*****************
phones
*****************/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		
	}
}


#dynamic
{
	float: left;
	position: relative;
	margin: 0 auto;
	width: 100%;
	top: 40px;
	height: calc(100% - 150px);
	
	
}

#content
{
	float:left;
	position: relative;
	width: 100%;
	padding-top: 40px;
	
	
}

.title
{
	
	margin-left: 15px;
}

#content .text p{
	font-size: 11pt;
}

.text{
	margin-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	
}

#content .text p{
	font-size: 8pt;
}

