@font-face {
    font-family: 'calibriregular';
    src: url('fonts/calibri-webfont.eot');
    src: url('fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/calibri-webfont.woff') format('woff'),
         url('fonts/calibri-webfont.ttf') format('truetype'),
         url('fonts/calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibribold';
    src: url('fonts/calibrib-webfont.eot');
    src: url('fonts/calibrib-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/calibrib-webfont.woff') format('woff'),
         url('fonts/calibrib-webfont.ttf') format('truetype'),
         url('fonts/calibrib-webfont.svg#calibribold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sans_narrowregular';
    src: url('fonts/ptn57f-webfont.eot');
    src: url('fonts/ptn57f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptn57f-webfont.woff') format('woff'),
         url('fonts/ptn57f-webfont.ttf') format('truetype'),
         url('fonts/ptn57f-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sans_narrowbold';
    src: url('fonts/ptn77f-webfont.eot');
    src: url('fonts/ptn77f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptn77f-webfont.woff') format('woff'),
         url('fonts/ptn77f-webfont.ttf') format('truetype'),
         url('fonts/ptn77f-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansbold';
    src: url('fonts/pts75f-webfont.eot');
    src: url('fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts75f-webfont.woff') format('woff'),
         url('fonts/pts75f-webfont.ttf') format('truetype'),
         url('fonts/pts75f-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body
{
    margin:0;
    padding:0;
    height:100%;
}

body {
	font-family: calibriregular;
	font-size: 17px;
	background: #ccc;
	line-height: 25px;
}

p {
	margin: 10px 0px 20px 0px;
}

h1,h2,h3 {
	
	font-weight: normal;
	
}

h1 {
	font-family: pt_sans_narrowregular;
	font-size: 36px;
	color: #000;
	margin-bottom: 0;
	
}

h2 {
	/*font-family: calibribold;*/
	font-family: pt_sans_narrowregular;
	font-size: 30px;
	color: #fff;
}

div.main {
	position: relative;
	width: 1200px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background: #fff;
	margin: 0 auto 0 auto;
	display: block;
	min-height: 100%;
}

div.header-top-bar-blue {
	background: #1578bd;
	height: 6px;
}

div.header-top-bar-green {
	background: #81bf15;
	height: 3px;
}

div.header-logo {
	text-align: center;
	margin: 15px auto 15px auto;
}


div.banner {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	padding-top: 50px;	
	background: center top no-repeat url('images/background_green.png');

}

div.splash {
		
	position: relative;
	
	margin: 0px auto;
	padding: 0;
	width: 900px;
	
	background: #555;
	height: 377px;
}

div.splash div.splash-content {
	position: absolute;
	top: 0px;
	margin-left: 600px;
	

	color: #fff;
	
	font-size: 16px;
	line-height: 28px;
	
}

article {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 900px;
	color: #555;
}

div.sidebar {

}

div.sidebar ul {
	list-style: url('images/square.png') outside none; padding-left: 20px;
}

div.sidebar ul li {
	padding-bottom: 20px;
}


table.testimonials {
	line-height: 26px;
	color: #555;
}

table.testimonials td {
	
}

td.testimonial-photo {
	vertical-align: top;
	padding: 5px 20px 20px 0px;
}

td.testimonial-snippet {
	color: #1578bd;
	font-weight: bold;
	font-size: 24px;
}

td.testimonial-quote {

}

td.testimonial-name {
	font-weight: bold;
	font-style: italic;
	text-indent: 50px;
	padding-bottom: 30px;
}

td.testimonial-footer {
	border-top: 1px solid #777;
}





nav {
	text-align: center;
	height: 45px;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/*
nav ul:after {
	content: "";
	clear: both;
	display: block;
}
*/

nav ul li {
	margin: 0;
	float: left;	
}

nav ul li a {
	margin: 0;
	
	font-family: pt_sansbold;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	height: 40px; 
	background: url('images/nav_blue.png');
	color: #fff;
	text-decoration: none;
	line-height: 14px;
	padding-top: 5px;
}

nav ul li a:hover {
	background: url('images/nav_green.png');
}

nav ul li a.active {
	background: url('images/nav_green.png');
}

nav ul ul {
	position: absolute;
	z-index: 10;
	background: #69a200;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	padding: 0px;
}

nav ul ul li {
	margin: 0;
	clear: both;
	width: 100%;
}

nav ul ul li a {
	background: none;
	white-space: nowrap;
	text-align: left;
	padding: 0px 25px 0px 25px;
	min-width: 150px;
	
}

nav ul ul li a:hover {
	background: #82c017;
	
	border-radius: 0px 0px 10px 10px;
}


