/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Typograhpy
----------------------------------------- */

body {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:24px;	
}

p,ul,ol {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;	
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
	font-weight:900;
}

h1{}
h2{ font-size:24px;}

footer h4,footer h2 {
	color:#fff;	
	font-size:20px;
}
/* -----------------------------------------
   Shared Styles
----------------------------------------- */

/*.nav-bar {
	background:#086ac2;	
}


.nav-bar li {
	border-top:none;
	border-bottom:none;
}

.nav-bar li:hover {
	background:#1e83de;
	
}

.vertical li {
	border-top:1px solid #fff;
	border-bottom:none;
	border-right:none;
	border-left:none;
}
.vertical li:first-child {
	border:none;	
}

*/

header {
		background:url(../images/fill-bg.png) repeat;
	padding:20px 0px 0px 0px;
}

.content-container {
	padding:20px 0px 20px 0px;
}
footer {
	background:#086ac2;
	color:#fff;	
	padding:20px 0px 20px 0px;
}

.panel {
	background:url(../images/fill-bg.png) repeat;
	border:none;
}


.tabs dd.active a, .tabs li.active a {
	background:none;
	border-right:none;
	border-left:none;
}
/* -----------------------------------------
   Page Name 1
----------------------------------------- */

#headline-container {
	padding:20px 0px 20px 0px;	
}

.fill-container {
	background:url(../images/fill-bg.png) repeat;
	padding:20px 0px 20px 0px;	
	margin-bottom:20px;
}
/* -----------------------------------------
   Navs
----------------------------------------- */

ul.side-nav a {
	color:#fff;
}
