/*
	CVA - September 2009
	Website Color Palette

	Hex			Name			Primary Use
	-----------------------------------------------
	#ff4307		Orange			active links
	#666		Grey			body copy	
	
	
*/	
	
	
/*------------------------------------------------------------------------------
	Reset
------------------------------------------------------------------------------*/	
	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, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { float:none; display:block; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align:baseline; background: transparent; font-weight: normal; list-style: none;}
	img { display:block; border:none; }
	strong, b { font-weight: bold;}

	html, body{ 
		/*overflow-x: hidden;*/
	}

/*------------------------------------------------------------------------------
	Basic Styles 
------------------------------------------------------------------------------*/

* {
	background:transparent;
	float:none;
}

body {
	background:#fff;
	color:#000;
	float:none;
	font-size:12pt;
	font-weight:normal;
	line-height:15pt;
}

h1, h2, h3 {
	font-weight:bold;
}

h1 {
	font-size:21pt;
}

h2 {
	font-size:16pt;
}

h3 {
	color:#666;
	font-size:13pt;
	font-family:Helvetica, Arial, sans;
}

#nav_main, #content_secondary, .img_left img, .img_right img {
	display:none;
}

#content_primary, #content_primary div {
	width:100%;
}

#content_secondary {
	
}

.content_supporting {
	margin-top:3em;
}

a {
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
}

#footer a {
	display:none;
}

/*a:link:after {
	content: " (" attr(href) ") ";
}

a#logo_link:link:after {
	content: "";
}*/