@font-face{font-family:'Lobster';src:url('Lobster.woff') format('woff')}
@font-face{font-family:'Belgrano';src:url('Belgrano.woff') format('woff')}
* {
	margin:0;
	padding:0;
}
body  {
	font-family: 'Belgrano', serif;
	font-size: 14px;
	background: url(../images/siteBackground.jpg) repeat;
	color: #2b2b2b;
	text-shadow: 0px 0px, 1px 1px #ffffff;
}
a {
	color:#1a66a1;
}
p {
	line-height:140%;	
}
h1 {
	font-size:30px;
	color:#1a66a1;
	font-family: 'Lobster', sans-serif;
	padding:30px 0 0 0;
}
h2 {
	font-size:24px;
	color:#1a66a1;
	font-family: 'Lobster', sans-serif;
}
.container { 
	width: 960px;
	margin: 0 auto;
}
header {
	background:url(../images/headerTop.png) repeat-x;
}
header .headerContainer {
	width:960px;
	margin:0 auto;
} 
header h1 {
	float:left;
	padding:47px 0 0 0;
}
header h1 a {
	font-family: 'Lobster', sans-serif;
	font-size: 42px;
	color:#2b2b2b;
	text-decoration:none;
}
header h1 a span {
	color:#1a66a1;
}
.boxes {
	padding:30px 0;
}
.boxes li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 4px 0px #808080;
	width:205px;
	float:left;
	margin:0 16px;
	list-style:none;
}

.boxes li img {
	margin:20px 20px 10px 20px;
	border:1px solid #e3e3e3;
}
.boxes li h2, .boxes li p {
	padding:0 20px;
}
.boxes li button {
	margin:10px 20px;
	background:#749b29;
	padding:3px 10px;
	cursor:pointer;
	font-size:24px;
	font-family: 'Lobster', sans-serif;
	border:0;
	color:#ffffff;
}
.rightList {
	float: right; 
	width: 345px;
	padding:20px 70px 20px 0;
}
.rightList li {
	list-style:none;
	padding:15px 0 15px 45px;
	background:url(../images/Checkmark.png) no-repeat left 17px;
}
.rightList li a {
	text-decoration:none;
	color:#dbdbdb;
}
.rightList li a:hover {
	text-decoration:underline;
	color:#8dc73f;
}
.leftList { 
	margin: 0 480px 0 70px;
	padding:20px 0 20px 0;
}
.profilesList {
	padding:15px 0 10px 0;
}
.floatPic {
	float:left;
	margin:0 15px 10px 0;
}
.footerTop {
	background:url(../images/footerTop.png) repeat-x;
	height:2px;
} 
.footerBottom {
	background:url(../images/footerBottom.png) repeat-x;
	height:2px;
}
.footerBody {
	background:#000000;
	color:#dbdbdb;
	text-shadow:none;
}
.footerContent {
	width:960px;
	margin:0 auto;
	padding:20px 0;
} 
.copyright p {
	text-align:center;
	padding:10px;
}
.socialIcons ul {
	list-style-type: none;
	width: 100%;
	text-align: center;
}
.socialIcons li { 
	display: inline; 
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*--------------------------------------------------------------------------------------------*/
/********* begin MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/
#navcontainer {
	float:right;
	padding:60px 0 0 0;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 10px 20px;
	font-size:24px;
	font-family: 'Lobster', sans-serif;
	text-decoration:none;
	color:#2b2b2b;	
	text-shadow: 0px 0px, 1px 1px #ffffff;
}
#navlist a {
	color: #2b2b2b;
	text-decoration: none;
	text-shadow:none;
}
#navlist #active a {
	color: #fff;
	text-decoration: none;
	text-shadow:none;
	background:#1a66a1;
}
/*--------------------------------------------------------------------------------------------*/
/********* end MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/
/********* begin SLIDER ********/
/*--------------------------------------------------------------------------------------------*/
.slider { 
	width:956px;
	position:relative; 
	z-index:1; 
	margin:0 0 80px 0;
	padding-top:20px;
}
.flexslider {
	margin: 0;
}
.flexslider .slides > li {
	display: none; 
	list-style:none;
} 
.flexslider .slides img {
	max-width: 100%; 
	display: block; 
	box-shadow: 0px 5px 4px 0px #808080;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 
/* control Nav */
.flex-control-nav {
	position:relative;
	left:7px;
}
.flex-control-nav li { 
	display: block;
	padding:0 0 5px 0; 
	margin-right:1px;
}
.flex-control-nav li a {
	display:block;
	background:url(../images/pagination.png) 0 0 no-repeat; 
	width:40px; 
	height:30px; 
	text-indent:-5000px;
}
.flex-control-nav li a:hover,.flex-control-nav li a.active { 
	background-position:0 -31px; 
	cursor:pointer;
}
/*--------------------------------------------------------------------------------------------*/
/********* end SLIDER ********/
/*--------------------------------------------------------------------------------------------*/
/********* begin MEDIA QUERIES ********/
/*--------------------------------------------------------------------------------------------*/
/* for 980px or less */
@media screen and (max-width: 960px) {
	.container {
		width: 98%;
	}
	.leftList {
		width: 70%;
	}
	.rightList {
		width: 29%;
	}
	.slider {
		width:99.6%;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	header h1 {
    	float: left;
		padding: 45px 0 0 10px;
	}
	header h1 a {

	}
	.rightList {
		width: 90%;
		padding:0 20px;
		float:none;
	}
	.leftList {
		margin:0;
		padding:0 20px;
		width: 90%;
	}
	.slider {
		margin-top:10px;
		margin:0px 0 80px 0;
	}
	.flex-control-nav { 
		position:absolute; 
	}
	#navcontainer {
		float:right;
		padding:60px 10px 0 0;
	}
	#navlist li {
		display: inline;
		list-style-type: none;
	}
	.boxes li {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 4px 0px #808080;
		width:auto;
		float:none;
		margin:0 16px 20px 16px;
		list-style:none;
	}
	.boxes li:hover {
		margin:0 16px 20px 16px;
	}
	.footerContent {
		width:auto;
	}
	header .headerContainer {
		width: auto;
	}
	.boxes li img {
		text-align:center;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	header h1 {
    	float: none;
		padding: 25px 20px 0 0;
	}
	.slider {
		margin-top:0px;
		margin-bottom:0px;
	}
	.rightList {
		width: 80%;
		padding:0 20px;
		float:none;
	}
	.leftList {
		margin:0;
		padding:0 20px;
		width: 80%;
	}
	.flex-control-nav { 
		position:absolute; 
	}
	#navcontainer {
		float:none;
		padding:0;
	}
	#navlist li {
		display: block;
		text-align:center;
	}
	#navlist a { 
		padding: 0 10px;
	}
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}