/* =================================
CSS RESET 
=================================  */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0; 
	outline: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
	background: transparent;
}
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, font, 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, caption {
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* table {
	border-collapse: collapse;
	border-spacing: 0;
}  */



body {
	font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", Baskerville, serif;
	color: #383838;
	text-align: center;
	/* to center layout in IE */
	}

body.body-home {
	background: none;
	}
	
body.secondary-background {
	background: none;
	}

div.hometop	{
	display: none;
	}
	
	



/* secondary pages - top background*/
div.secondpagetop {
	width: 98%;
	background: none;
	}

div.bodywidth	{
	width: 955px; 
	text-align: left; 
	margin: 0 auto;
	}

div.bodywidthshort	{
	width: 98%; 
	text-align: left; 
	margin: 0 auto;
	}






	
div.bodycontent	{
	width: 98%; 
	text-align: left; 
	padding: 0 0 40px 0;
	}
	
div.bodycontent p	{
	line-height: 16px;
	}
	
div.bodycontent h4	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	}
	
div.bodycontent span.programtitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #67864d;
	padding-right: 5px;
	}
	
div.bodycontent h2	{
	color: #c47400;
	margin-top: 20px;
	}


div.largenavmain	{
	width: 228px;
	font-size: 24px;
	}

	
div.largenavsecondary	{
	width: 228px;
	font-size: 24px;
	}

div.smallnavlargetype	{
	width: 110px;
	font-size: 24px;
	}

div.smallnav	{
	width: 110px;
	font-size: 16px;
	height: 46px;
	}
	
div.smallnav a	{
	margin-top: 14px!important;
	}

div.navcontainer	{
	min-height: 46px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	height: 46px;
	float: left;
	margin-left: 0;
	}

	
div.naveat	{
	background: none;
	}

div.navrun	{
	background: none;
	}
	
div.navprograms	{
	background: none;
	}
	
div.navsponsors	{
	background: none;
	}

div.navdescript	{
	width: 98%;
	margin-left: 8px;
	padding: 0 0 10px 0;
	}
	
div.mainnav	{
	min-height: 46px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	height: 46px;
	float: left;
	margin-left: 8px;
	}

	
div.mainnav a, div.navcontainer a {
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block; 
	margin-top: 10px;
	}
div.mainnav a:link, div.largenav a:link, div.navcontainer a:link {
	color: #fff;
	display: block; 
	margin-top: 10px;
	}	
div.mainnav a:visited, div.largenav a:visited, div.navcontainer a:visited {
	color: #fff;
	display: block; 
	margin-top: 10px;
	}	
div.mainnav a:hover, div.mainnav a:active, div.largenav a:hover, div.largenav a:active, div.navcontainer a:hover, div.navcontainer a:active {
	color: #fff;
	text-decoration: none;
	display: block; 
	margin-top: 10px;
	}


div.homeboxwrap	{
	width: 955px; 
	text-align: left; 
	margin: 0 auto; 
	padding-bottom: 20px;
	}


/*nav*/
div.navboxwrap	{
	float: left;
	margin-top: 0px;
	padding: 0;
	width: 100%; 
	text-align: left; 
	}


div.navwraprow	{
	display: none;
	}


div.homebox {
	width: 228px;
	float: left;
	padding-left: 8px;
	}
	

	

	
	
h1	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 30px;
	font-weight: normal;
	}
	
h2	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}
	
h3.quote	{
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	margin: 30px 20px 0 20px;
	}
	
div.navdescript h3	{
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	color: #333;
	}
	
p	{
	font-size: 13px;
	}
	
p.caption	{
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	margin: 24px 0 0 20px;
	}
	
a {
	text-decoration: none;
	}
a:link {
	color: #cc3300;
	}	
a:visited {
	color: #c47400;
	}	
a:hover, a:active {
	color: #cc3300;
	text-decoration: underline;
	}



	
div.videoquote	{
	background: none;
	width: 464px;
	height: 286px;
	margin-left: 8px;
	}

div.footer	{
	display: none;
	}
	
div.footerhome	{
	background: none;
	}
	
div.footersecondpg	{
	background: none;
	}
	
	
	
div.footer h1	{
	color: #fff;
	padding: 35px 0 5px 100px;
	}
	
div.footer h2	{
	color: #fff;
	padding: 0 0 5px 100px;
	}
	
div.footer p	{
	color: #fff;
	padding: 0 0 5px 100px;
	}
	
div.footer  div.footeraddress h1	{
	color: #fff;
	padding: 35px 0 5px 0;
	}
	
div.footer  div.footeraddress h2	{
	color: #fff;
	padding: 0 0 5px 0;
	}
	
div.footer  div.footeraddress p	{
	color: #fff;
	padding: 0 0 5px 0;
	}
	
	
div.footer div.footeraddress	{
	float: right;
	width: 150px; 
	padding-top: 35px;
	}
	
div.footerleft	{
width: 80%; 
}	
	
div.left	{
	float: left;
	}
	
div.right	{
	float: right;
	}

	
img.video	{
	float: left;
	padding-left: 8px;

	}
	
	
b.green	{
	color: #7d9e1b;
	}	
	


b.red	{
	color: #bf2e1a;
	}	



b.blue	{
	color: #009ed3;
	}	
	
	
	
b.orange	{
	color: #c47400;
	}
	
/* This is the logo link clickable area */



div.navhomebox { 
	position: relative;
	float: left; 
	width: 100%; 
	height: auto; 
	}
	




#logo-zone {
	display: none;
	}
	
	
div.sidebar	{
	background: none;
	}
	
	
	
div.sidebar a {
	color: #fff;
	text-decoration: none;
	}
div.sidebar a:link {
	color: #fff;
	text-decoration: underline;
	}	
div.sidebar a:visited {
	color: #fff;
	text-decoration: underline;
	}	
div.sidebar a:hover, div.sidebar a:active {
	color: #fff;
	text-decoration: underline;
	}
	


img.bottomspace	{
	margin-bottom: 8px;
}




div.printtop 	{
	text-align: left;
	margin: 0 0 40px 8px;
	}

div.printtop h1	{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
	
div.printtop h2	{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	}


div.printtop p	{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	}
	
	
div.sidebarwrap	{
	display: none;
	}
