body {
	margin: 0;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #333;
	background-attachment: fixed;
	background-image: url(../img/grass-background.jpg);
	background-repeat: repeat;
	background-color: #6699CC;
}
/*
	LAYOUT TOOLS
*/
.float-left 			{ float: left; 	margin-right: 1.5em; }
.float-right			{ float: right; 	margin-left: 1.5em; }
.clear				{ clear: both; }


/* ID selectors */
/***CONTAINER CENTERS YOUR CONTENT AND RESTRICTS IT TO 1024 PIXELS ON WIDER DISPLAYS*****/

#container{
	width: 100%;
	max-width: 65em;
	margin-left: auto;
	margin-right: auto; background-color: #FFF;
		background-color: #ededdb;
		/*******THE CODE BELOW IS TO ADD A SHADOW AROUND THE CONTAINER*****/
		-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
	-moz-box-shadow:0 0 10px rgba(0,0,0,.4);
	box-shadow:0 0 10px rgba(0,0,0,.4);
}

#header {
	/*background-image: url(../img/banner.jpg);
	background-size: cover;*/
!important /*without the padding the image will collapse to the content*/
	/*background-repeat: no-repeat;		padding-top: 1em;
	padding-bottom: 2em;
	text-align: center;*/
}

#footer{
	padding: 2em;
	color: #ededdb;
	display: block;
	text-align: center;
	background-color: #5b4c45;
	text-align: center;
}
#social-menu {
	padding: 0 0 0 0;
	text-align: left;
}
#social-menu ul {list-style: none; }
#social-menu  li {
	display:inline;
	padding-left: 10px;
} 
	
#main {
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
	padding-bottom: 4em;
}

/*******PRIMARY NAVIGATION AS A HORIZONTAL DIV*****/
#nav
{
	padding: 1em 2em;
	text-align: center;
	background-color: #996600;
}
#nav ul {margin: 0em; padding: 0em;}
#nav li {display: inline; margin-right: 2em;}
#nav li a {
	color: #FFCC66;
	text-transform: capitalize;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#nav li  a {}
#nav li  a:hover {color: #d3d6a7;   background-color: #5b4c45;}

/*******PRIMARY NAVIGATION AS BLOCKS THAT FLOAT - NICE TO USE WHEN BACKGORUND HOVER CHANGE*****/
#nav2 ul {
  list-style: none;
  background-color: #75933d;
  text-align: center;
  padding: 0;
  margin: 0;
}
#nav2 li {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #888;
	font-style: normal;
	font-weight: bold;
	width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-right: -4px;
}
 
#nav2 a {
	color: #ededdb;
	text-transform: uppercase;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
  display: block;
} 
#nav2 a:hover {color: #d3d6a7;   background-color: #5b4c45;}

/* type selectors*/
#header h1 {
	font-size: 2.6em;
	color: #333399;
	padding-top: 0em;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
h1 { font-size: 2em; color: #333333;	line-height: 1em; }
h2 { font-size: 1.8em; color: #8d4020; } 
h3 { font-size: 1.6em; color: #5b4c45 }
h4 { font-size: 1.4 em;  } 
p { font-size: 1.2 em; line-height: 1.5em; } 
ul { }
ol {font-size: .9em;} 
li { font-style: normal; }
blockquote {font-style: normal;}
/* link pseudo-class selectors*/ 
a:link { color: #75933d; }
a:visited { color: #5b4c45; }
a:focus { color: black; }
a:hover { color: #a87548; }
a:active { color: purple; }
a.readmore{
	font-size: 1em;
	color: #75933d;
}

/* block selectors */

.block-300{
	width: 250px;
	display: block;
	text-align: center;
}

.block-400{

	width: 400px;
	display: block;
}
.block-500{

	width: 500px;
	display: block;
}

#aside {
	width: 400px;
	border: 10px solid #ffffff;
	background-color: #FFF;
}


/* descendant selectors*/
#footer h2 {font-size: 1.3em; color: #ededdb;
}
#footer a:link { color: #ededdb; }
#footer a:visited { color: #ededdb; }
#footer a:active { color:#ededdb; }

 /*FILE FORMATS*/
 .pdf_doc { background: url(../img/icons/pdf_icon.pn) center left no-repeat; padding-left: 20px;}
.email {background:url(../img/icons/email_icon.png) center left no-repeat; padding-left: 20px;}
.audio_doc {background: url(../img/icons/audio_icon.png)center left no-repeat; padding-left: 20px;}
.txt_doc {background: url(../img/icons/txt_icon.png)center left no-repeat; padding-left: 20px;}
.word_doc {background: url(../img/icons/word_icon.png)center left no-repeat; padding-left: 20px;}
.xls_doc {background: url(../img/icons/icons/xls_icon.png)center left no-repeat; padding-left: 20px;}
.video {background: url(../img/icons/video_icon.png)center left no-repeat; padding-left: 20px;}
.ppt_doc {background: url(../img/icons/ppt_icon.png)center left no-repeat; padding-left: 20px;}
.offsite { background: url(../img/icons/offsite_icon.png) center right no-repeat; padding-right: 10px;}

/* 

/*******SPECIAL EFFECTS***********/
.border-shadow {border: 6px solid #999999;
-webkit-box-shadow:0 0 7px rgba(0,0,0,.3);
-moz-box-shadow:0 0 7px rgba(0,0,0,.3);
box-shadow:0 0 7px rgba(0,0,0,.3);}

.circle {border-radius: 50%;}
.rounded {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;}
.sepia {
       -webkit-filter: sepia(100%);
}

 

/*******	STYLING EXTRAS************/
a[href^="mailto"]	{background:url(../img/icons/email_icon.png) center left no-repeat; padding-left: 20px; }
/*a[href$=".pdf"] {background: url(../img/icons/pdf_icon.png) center left no-repeat; padding-left: 20px;}*/	
a.button {
	color: #ffffff;
	border: 1px solid #837ea7;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 150px;
	background-color: #6B4318;
}
a.button:hover	{ background: #000000; }
/*
	DISPLAY VALUES
*/
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }
