@charset "UTF-8";
/* CSS Document */

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

/* Basic Styles */


body {
	background-image:url(../images/bg.gif);
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
}

#container	{
	background-color:#FFF;
	margin: 0 auto;
	max-width: 960px;
	-moz-box-shadow: 3px 3px 8px #ccc;
-webkit-box-shadow: 3px 3px 8px #ccc;
box-shadow: 3px 3px 8px #ccc;
	
}

#copy	{
	padding:50px;
}

#copy	li {
	/*margin: 1em 0;*/
	line-height: 1.5em;
	font-size: 1.0em;
	color:#5b5b5b;
}



#main {
	width: 70%;
	margin-right: 5%;
	float: left;
}
aside {
	width: 25%;
	float: right;
}
.pdf {
	background-color:#F5F5F1;
	width:100%;
	padding:10px;
}


h1, h2, h3 {
	margin: 0;
}

h1	{
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: .75em;
	color:#B03E28;
}

h2	{
	font-size: 1.2em;
	font-weight:normal;
	margin-top: .8em;
	margin-bottom:-.8em;
	clear: both;
	color:#61A9BB;
}

p {
	margin: 1em 0;
	line-height: 1.5em;
	font-size: 1.0em;
	color:#3f3f3f;
}


a:link {color:#3772B5; text-decoration:none;}      /* unvisited link */
a:visited {color:#3772B5; text-decoration:none;}  /* visited link */
a:hover {color:#3772B5; text-decoration:underline;}  /* mouse over link */
a:active {color:#3772B5; text-decoration:none;}  /* selected link */


nav ul a:link {color:#ffffff; text-decoration:none;}      /* unvisited link */
nav ul a:visited {color:#ffffff; text-decoration:none;}  /* visited link */
nav ul a:hover {color:#ffffff; text-decoration:none;}  /* mouse over link */
nav ul a:active {color:#ffffff; text-decoration:none;}  /* selected link */

.phone	{
	margin: 1em 0;
	line-height: 1.5em;
	font-size: .9em;
	color:#5b5b5b;
}

.col1	{
	width:60%;
	padding: 0 10px 10px 20px;
	float:left;
	margin-right:20px;
}

.col2	{
	
	padding: 47px 20px 10px 20px;
	
	
}

.pdf	{
	background-color:#F5F5F1;
	padding:10px;
}

.small	{
	font-size:.9em;
}

nav {
	height: 40px;
/*	width: 100%; */
	max-width: 960px;
	margin: 0 auto;
	background: #000000;
	position: relative;
	
	border-bottom: 2px solid #283744; 
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 780px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
	font-size:.95em;
	
}
nav a {
	color: #fff;
	display: inline-block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744; 
}
nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #B84F16;
}
nav a#pull {
	display: none;
	font-size:.85em;
	color:#FFFFFF;
	text-decoration:none;
}

/*Styles for screen 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;
		font-size:.85em;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #000000;
		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;
	}
	
	#main, aside {
	float: left;
	clear: left;
	margin: 0 0 10px;
	width: 100%;
}

#copy	{
	padding:25px;
}
}

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

