/**********************************************\
	Eric Meyer's Global 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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**********************************************\
	CLEAR FIX COURTESY OF: http://www.positioniseverything.net/easyclearing.html
\**********************************************/

/* // clearing floats without adding symantec mark up to your source   
CLEAR FIX COURTESY OF: http://www.positioniseverything.net/easyclearing.html
Please refer to the tutorial it will save you many hours of painful testing 
and float related issues. -------------------               */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/**********************************************\
	BASE STYLES: Layout
\**********************************************/

body {
 	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
	}

#shroud {
	position:fixed;
	z-index:100;
	background:transparent url('../images/bg_shroud.png') left top no-repeat;
	top:0;
	display:none;
	right:0;
	height:100%;
	width:657px;
	}
	
#wrapper {
	width:850px;
	}
	
#blank {
	height:100%;
	width:100%;
	position:absolute !important;
	z-index:101;
	}

#violator {
	position:absolute;
	right:0;
	top:0;
	z-index:300;
	background:transparent url('../images/votebadge.png') left top no-repeat;
	height:112px;
	width:112px;
	}
	
#violator a {
	display:block;
	height:112px;
	width:112px;
	text-indent:-9999px;
	}
	
#violator a:hover {
	background:transparent;
	}
	
/**********************************************\
	BASE STYLES: Typography
\**********************************************/

a, a:link {
	color:#000000;
	text-decoration:underline;
	}
	
a:hover {
	background:#000000;
	color:#fff;
	}
	
.bold {
	font-weight: bold;
}	
	
	
h1 {
	font-size:3em;
	}
	
h2 {
	font-size:2.5em;
	}
	
h3 {
	font-size:1.8em;
	z-index:201;
	background:#ffffff;
	display:inline;
	padding:2px 20px 2px 20px;
	margin-bottom:4px;
	font-weight:normal;
	
	}
	
h4 {
	font-weight:normal !important;
	position:relative;
	z-index:200;
	font-size:1.3em !important;
	background:#000;
	color:#fff;
	display:inline;
	padding:4px 10px;
	}
	
h5 {
	position:relative;
		font-weight: bold;
	
	z-index:201;
	font-size:1.8em;
	padding:15px 0 5px 0;
	}

h6 {
	font-size:.5em;
	}
	
p {
	line-height:16px;
	margin:10px 0;
	position:relative !important;
	z-index:203 !important;
	width:600px;
	}
	
.content_left p {
	width:165px;
	background:#fff;
	font-size:.8em;
	padding:5px 0 0 10px;
	margin:40px 0 0 0 !important;
	}
		
/**********************************************\
	BASE STYLES: Lists
\**********************************************/

.content_left ul#nav_interactive li a:hover {
	background:#ffd200 !important;
	}
	
.content_left ul#nav_print li a:hover {
	background:#ffd200 !important;
	}

.content_left ul#nav_about li a:hover {
	background:#ffd200 !important;
	}

.content_right ul {
	position:relative;
	z-index:202;
	font-size:1.0em;
	background:#ffd200;
	color:#000000;
	padding:10px 0 10px 10px;
	width:630px;
	}
	
.content_right ul li {
	display:inline;
	padding-right:45px;
	}
	
.content_right ul li a {
	color:#000000;
	text-decoration:underline;
	}	
	
body#body_home .content_right ul {
	margin-top:40px;
	}
	
/**********************************************\
	BASE STYLES: Classes
\**********************************************/

.interactive {
	color:#000000;
		font-weight: bold;

	}
	
.print {
	color:#000000;
		font-weight: bold;

	}
	
.about {
	color:#000000;
		font-weight: bold;

	}
	
.seal {
	position:absolute;
	z-index:300;
	background:transparent url('../images/seal_new.png') left top no-repeat;
	height:76px;
	width:78px;
	margin-top:10px;
	}

	
/**********************************************\
	BASE STYLES: Classes - Images
\**********************************************/

body#body_home img {
	height:auto;
	margin-left:-35px;	
	margin-top:-32px;	

	}
	
/**********************************************\
	HEADER STYLES: Layout
\**********************************************/

#header {
	width:769px;
	height:285px;
	}

	
#header h1 {
	background:#fff url('../images/bg_header.gif') left top no-repeat;
	width:769px;
	height:285px;
	margin-left: 10px;

	margin-top: 10px;
	text-indent:-9999px;
	}
	
#header h1 a {
	position:relative;
	z-index:102;
	display:block;
	width:461px;
	height:98px;
	}
	
#header h1 a:hover {
background:transparent;
}
	
#header h2 {
	position:absolute;
	z-index:3;
	background:transparent url('../images/title_intro.gif') left top no-repeat;
	width:235px;
	height:23px;
	text-indent:-9999px;
	top:185px;
	left:200px;
	}
	
.elements1 {
	position:absolute;
	background:transparent url('../images/elements1.png') left top no-repeat;
	width:134px;
	height:200px;
	top:55px;
	left:450px;
	}
	
/**********************************************\
	CONTENT STYLES: Wrapper
\**********************************************/	
	
.content_wrapper {

	}	
		
/**********************************************\
	LEFT CONTENT STYLES: Layout
\**********************************************/	
	
.content_left {
	float:left;
	position:relative;
	z-index:103;
	background:#fff url('../images/bg_contentleft.gif') left top repeat;
	width:175px;
	font-size:12px;
	padding-top:30px;
	margin:-37px 0 0 0;
	padding-bottom:0 !Important;
	}
	
/**********************************************\
	LEFT CONTENT STYLES: Navigation
\**********************************************/

.content_left ul {
	margin:8px 0 30px 0;
	}

.content_left ul li {
	height:20px;
	font-size:10px; 
	}

.content_left ul li a {
	background:#fff;
	text-decoration:none;
	color:#000;
	padding:3px 20px;
	}
	
.content_left ul li a:hover {
	color:#000 !important;
	}

	
/**********************************************\
	RIGHT CONTENT STYLES: Layout
\**********************************************/

.content_right {
	position:relative;
	margin:0 0 0 210px;
	}
	
.content_right img {
	position:relative !important;
	z-index:1 !important;
	margin-left:-50px;
	}

/**********************************************\
	FOOTER STYLES: Layout
\**********************************************/

#footer {
	background:#fff;

	height:16px;
	width:940px;
	margin:0 0 0 0;
	padding:10px;
	}
	
#footer p {
	padding:0;
	margin:0;
	}
	
	