/*
Design by Free Responsive Templates
http://www.free-responsive-templates.com
Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
*/ 
@import url('https://fonts.googleapis.com/css?family=Francois One|Quicksand|Bilbo|Gentium');


* {
	margin:0;
	padding:0;
}
body  {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	background-color: #eddbb2;	
	text-shadow: 0px 0px, 0px 0px #ffffff;
}
a {
	color:#444444;
	text-decoration:underline;
}
p {
	line-height:135%;	
}
h1 {
	font: normal 28px 'Francois One', sans-serif;
	color:#b22222;
	text-decoration:none;	
	
}
h2 {
	font: normal 24px 'Francois One', sans-serif;
	color:#b22222;
	text-decoration:none;
}
h3 {
	font: normal 20px 'Francois One', sans-serif;
	color:#556644;
	font-weight:normal;
}
h3a {
	font: normal 20px 'Francois One', sans-serif;
	color:#b22222;
	font-weight:normal;
}
h4 {
	font: normal 16px 'Francois One', sans-serif;	
	color:#333333;
	font-weight:normal;
}
h5 {
	font: normal 14px 'Arial', sans-serif;
	color:#111111;
	font-weight:normal;
	float:right;
}
.container { 
	width: 1000px;
	margin: 0 auto;
} 
header h1 {
	font: normal 56px 'Gentium', sans-serif;
	float:left;
	padding:75px 0 0 0;
}
header h1 a {
	font: normal 56px 'Bilbo', serif;
	font-size: 84px;
	color:#668844;
	text-decoration:none;
} 
header h5 {
	float:left;
	padding:75px 0 0 0;
}
.boxes {
	background-color: #aabbaa;	
	width: 900px;
	overflow:hidden;
	border:2px solid #bbbbbb;
	padding:20px;
}

.sidebar1 {
	float: left; 
	width: 1200px;
	padding:20px 0 20px 0;

}
.sidebar1 li {
	list-style:none;
	padding:10px 0 10px 7px;
	background:url(../images/p.png) no-repeat left 17px;

}
.sidebar1 li a {
	text-decoration:none;
}
.sidebar1 li a:hover {
	text-decoration:underline;
	
	
}
.mainContent { 

	margin: 10px 160px 10px 10px;
	padding:20px 10px 20px 10px;
}
.mainContent img {
	max-width: 1000px; 
	display: block; 
	border:2px solid #FFFFFF;
	box-shadow: 0px 3px 4px 0px #939393;
}
.floatPic {
	float:right;
	margin:25px 1px 25px 25px;
}
footer {
	background-color: #f5f5f5;
	border-top:0px solid #bbbbbb;
} 
footer p {
	text-align:center;
	padding:30px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--------------------------------------------------------------------------------------------*/
/********* begin SUB NAV ********/
/*--------------------------------------------------------------------------------------------*/


body {
	font: normal 16px 'Arial';

	}


#tabs {
	float:left;
	width:100%;
	font-size:100%;
	line-height:normal;
	border-bottom:0px solid #bbbbbb;
	text-transform:none;
	}
	
#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:#667777;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:#667766;
	padding: 9px 15px 9px 9px;
	color:#ffffff;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#ffffff;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}  


/*--------------------------------------------------------------------------------------------*/
/********* begin MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/
#navcontainer {
	float:right;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding:90px 0 0 1px;
	float:left;
}
#navlist a {
	padding:90px 10px 10px 10px;
	color: #555555;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}
#navlist a:hover {
	background:#223388;
	text-shadow:none;
	color:#ffffff;
	border-radius:0 0 5px 5px;
    	box-shadow:0 0px #0695d1;
}
#navlist #active a {
	background:#b22222;
	text-shadow:none;
	color:#FFFFFF;
	border-radius:0 0 5px 5px;
    	box-shadow: 0 0px #444455;
}
/*--------------------------------------------------------------------------------------------*/
/********* end MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/
/********* begin MEDIA QUERIES ********/
/*--------------------------------------------------------------------------------------------*/
/* for 980px or less */
@media screen and (max-width: 960px) {
	.container {
		width: 98%;
	}
	.mainContent {
		width: 80%;
	}
	.sidebar1 {
		width: 29%;
	}
	.slider {
		width:99.6%;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	header h1 {
    	float: left;
		padding: 5px 30px 0 0;
	}
	header h1 a {
		font-size:18px;
	}
	#navcontainer {
		float:none;
	}
	#navlist li {
		display: inline;
		float: left;
		list-style-type: none;
		padding: 17px 0 0 1px;
	}
	#navlist #active a {
		border-radius: 5px;
	}
	#navlist a:hover {
		border-radius: 5px;
	}
	#navlist a {
		font-size: 18px;
		padding: 10px 10px;
	}
	.sidebar1 {
		float:none;
	}
	.mainContent {
		margin:0;
	}
	.slider {
		margin-top:10px;
		margin:20px 0 80px 0;
	}
	.sidebar1 {
		width: 100%;
		padding:0;
	}
	.mainContent {
		width: 100%;
		padding:0;
	}
	.box {
		float:none;
		clear:both;
		border-bottom:1px solid #bbbbbb;
		box-shadow: 0 1px #f2f2f2;
		margin-bottom:30px;
		width:auto;
	}
	.box h2 {
		padding:0 0 5px 0;
	}
	.box p a  {
		float:none;
	}
	.box p a:hover  {
		float:none;
	}
	.box img {
		width:auto;
		float:left;
		margin:0 20px 10px 0;
	}
	.sliderImageCaption{ 
		position:absolute; 
		color:#160000;
		text-align:center; 
		width:100%; 
		bottom:-35px;
	}
	.flex-control-nav { 
		position:absolute; 
		bottom:-80px; 
		left:40%;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	header h1 {
    	float: none;
		padding: 5px 20px 0 0;
	}
	#navlist li {
		display: block !important;
		list-style-type: none;
		float:none !important;
		padding-top:4px;
	}
	#navlist a {
		background: url(../images/contentBackground.jpg) repeat;
		text-shadow:none;
		border-radius:0 0 5px 5px;
		box-shadow: 0 3px #bbbbbb;
		font-size:14px;
		padding:10px 5px; 
	}
	#navcontainer { 
		width: 100%; 
	}
	#navcontainer a {
		display: block;
		width: 100%;
	}
	.slider {
		margin-top:0px;
		margin-bottom:0px;
	}
	.sidebar1 {
		width: 100%;
		padding:0;
	}
	.mainContent {
		width: 100%;
		padding:0;
	}
	.box {
		width:100%;
		clear:both;
		border-bottom:1px solid #bbbbbb;
		box-shadow: 0 1px #f2f2f2;
		padding:0;
		margin-bottom:10px;
	}
	.box p a  {
		float:none;
	}
	.box p a:hover  {
		float:none;
	}
	.box img {
		text-align:center;
		width:99%;
	}
	.sliderImageCaption {
		display:none;
	}
	.flex-control-nav { 
		position:absolute; 
		bottom:5px; 
		left:25%;
	}
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/*--------------------------------------------------------------------------------------------*/
/********* end MEDIA QUERIES ********/
/*--------------------------------------------------------------------------------------------*/
