/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Logo
	#Navigation
	#Lists
	#Auto-Scale Class
	#Buttons
	#Forms
	#Avant Featured Block
	#Avant Bio Block
	#Misc */


/* #Reset & Basics
================================================== */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body { padding: 0px 0 0 0; line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	br.clear { clear: both; }
    
    
	.clear:after {
    	visibility: hidden;
    	display: block;
    	font-size: 0;
    	content: " ";
    	clear: both;
    	height: 0;
	}
	* html .clear             { zoom: 1; }
	*:first-child+html .clear { zoom: 1; }
	
	
	table {
		/*border-collapse: collapse;*/
		border-spacing: 0; 
                border: 1px solid black;
                margin-left: 40px;
        }
        th, td{
           border: 1px solid black; 
           padding:4px; 
        }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		color: #000;
	}
	
	
	/*HEADER*/
	.header-wrap { 
		padding: 24px 0 0 0; 
		height: 76px; 
	}
 	.header { 
		margin: 0 0 8px 0; 
		padding: 0px; 
	}
	.logo {
		margin: 0px !important;
		border-bottom: 0;
		text-indent:-9999px;
		font-family: Verdana, Arial, sans-serif; 
		font-size: 35px; 
	}
	
	
 	/*BODY*/
	.bodywrap { 
		clear: both; 
	}
	
	/*BODY NAV*/
	.navwrap { 
		position: relative; 
		height: 45px;
	}
	
	
	.nav {
		display: block;
		position: relative;
		margin: 0; padding: 0;
		font-family: Verdana, Arial, sans-serif;
	}
	
	/*.nav ul.nav { display: inline; }
	.nav ul.nav li { float: left; display: inline; }*/
	
	ul.nav {
		list-style: none;
		border: none;
		font-weight: bold;
		background: transparent; 
		display: block;
	}
	ul.nav li { 
		padding: 0px 0px 6px 0px; 
		display: block;
	}


	.nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.nav ul li {
		list-style: none inside;
		display: block inline;
		margin-top: 5px;
		padding: 0px 5px;
	}
	.nav ul li ul li a { 
		color: #F4A909;
		margin-top: 5px;
	}

	.nav a {
		display: block;
		padding: 3px 8px;
		text-decoration: none;
		font-weight: bold;	
		line-height:27px;
	}

	.nav a:hover, .nav a.selected { 
		color: #fff; 
		line-height:27px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		behavior: url(border-radius.htc);
		
	}
	.nav li li a {
		display: block;
		font-size: 13px;
		line-height: 17px;
		list-style: none;
		color: #F4A909;
		padding: 3px 3px 3px 10px;
		text-decoration: none;
	}
	
	/*.footerBG{ width:100%; border-top: 8px solid #4D4D4F; height:227px; position:absolute; bottom:-912px;}*/
	
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
        font-family: 'Lato', sans-serif;
    }	
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 33px; line-height: 50px; margin-bottom: 12px; font-weight: 900;}
	h2 { font-size: 31px; line-height: 40px; margin-bottom: 8px; font-weight: 400;}
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 6px; font-weight: 900;}
	h4 { font-size: 26px; line-height: 30px; margin-bottom: 4px; font-weight: 900;}
	h5 { font-size: 24px; line-height: 21px; font-weight: 300;}
	h6 { font-size: 22px; line-height: 26px; font-weight: 400;}
    
    p { font-family: 'Lato', sans-serif; font-weight:300; font-size:18px; line-height:22px; color:#000;}
	p { margin: 0 0 10px 0;}
	p img { margin: 0; }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

	.container hr { 
		border: solid #ddd; 
		border-width: 1px 0 0; 
		clear: both; 
		margin: 10px 0; 
		height: 0; 
	}


/* #Links
================================================== */
	a, a:visited { text-decoration: none; outline: 0; }
	p a, p a:visited { line-height: inherit; }



/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: disc inside; margin-left: 12px; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Auto-scale Class: Apply to images or similar media
================================================== */
	.scale-with-grid {
		max-width: 100%;
		height: auto !important; }

/* #Forms
================================================== */
	.container .nav select {
		min-width: 110px;
		margin: 0 0 10px 0;
		height: 24px;
		padding: 8px 0 4px 10px;
		border: 0;
		background: #fff;
		outline: none;
		font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
		-moz-appearance:    none;
		-webkit-appearance: none;
		appearance:         none;
		-moz-box-sizing:    content-box;
		-webkit-box-sizing: content-box;
		box-sizing:         content-box;
		-moz-border-radius:    5px;
		-webkit-border-radius: 5px;
		border-radius:         5px;
		-moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
		box-shadow:         0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
		behavior: url(PIE.htc);
	}
	.container .nav select option { 
		background: #ededed;
		height: 24px;
		width: 100%; font-weight: bold;
		padding: 10px 0 2px 10px;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #fff;
		-moz-appearance:    none;
		-webkit-appearance: none;
		appearance:         none;
		-moz-box-sizing:    content-box;
		-webkit-box-sizing: content-box;
		box-sizing:         content-box;
	}

