body {
	margin: 0px;
	background: #cccccc url(images/bkgd_image.gif) top left repeat-x;
	font-family: Verdana, sans-serif;
}

p, ul {
	margin: 0px;
}

div#wrapper {
	margin: 0px auto 50px auto;
	width:812px;
	padding: 0px 10px 10px 10px;
	background-color: #fff;
}

div#banner {
	width: 624px;
	height: 130px;
	padding: 0px 0px 0px 188px;
	background: #fff url(images/iz_logo.gif) top left no-repeat;
}

div#banner_media {
	width: 624px;
	height: 126px;
	padding: 1px 0px 0px 0px;
	background: #fff;
}

div#topnav {
	clear: both;
	width: 812px;
	height: 78px;
	background: #fff url(images/topnav_bkgd.gif) top left no-repeat;
}

div#content_top_edge {
	clear: both;
	width: 812px;
	height: 12px;
	background: #fff url(images/content_top_edge.gif) top left no-repeat;
}

div#content_container {
	width: 812px;
	background: #e8e9e9;
}

div#content_left {
	width: 380px;
	padding: 20px 0px 35px 17px;
	margin: 0px 10px 0px 10px;
}

div#content_right {
	width: 369px;
	margin: 22px 12px 4px 8px;
}

div#right_content_forms {
	padding: 25px 15px 30px 30px;
	background-color: #c6f0c6;
}

div#bottom {
	clear: both;
	width: 812px;
	padding: 0px;
	margin: 0px;
	background-color: #e8e9e9;
}

div#site_bottom_edge {
	width: 812px;
	height: 12px;
	background: #fff url(images/site_bottom_edge.gif) top left no-repeat;
}

.footer {
	padding: 8px 0px 0px 0px;
	font-size: 60%;
	line-height: 1.2em;
	color: #666;
	text-align: center;
}


/*====== Text Styles =======*/

p.head {
	padding: 0px 0px 0px 0px;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.0em;
	color: #419719;
}

p.right_content_head {
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.1em;
	color: #070;
}

p.subhead {
	margin: 12px 0px 2px 0px;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.3em;
	color: #60b539;
}

.subhead_inline {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.3em;
	color: #60b539;
}

p.text {
	margin: 0px 0px 10px 0px;
	font-size: 90%;
	line-height: 1.3em;
	color: #555;
}

p.text_first {
	margin: 12px 0px 10px 0px;
	font-size: 90%;
	line-height: 1.3em;
	color: #555;
}

p.text_indented {
	margin: 12px 0px 10px 20px;
	font-size: 90%;
	line-height: 1.3em;
	color: #555;
}

/*======= Form Styles ========*/

form table {
	background-color: #c6f0c6;
}

.form_main {
	float: left;
	width: 380px;
}

p.form_instructions {
	margin: 6px 0px 6px 0px;
	font-size: 80%;
}

.form_label_text {
	font-size: 80%;
	font-weight: bold;
	color: #444;
}

.form_label {
	padding: 2px 0px 3px 0px;
}

.form_input_radio {
	font-size: 80%;
}

.form_input {
	font-size: 80%;
}

.form_submit {
	font-size: 80%;
	padding: 3px;
}

.radio {
	vertical-align: -2px;
}

.checkbox {
	vertical-align: -4px;
}

.num_inks_field {
	vertical-align: -3px;
}

.form_alert {
	font-size: 80%;
	font-weight: bold;
	color: #c00;
}

.form_confirmation {
	font-size: 80%;
	font-weight: bold;
	color: #090;
}


/*
p.pagetop {
	margin: 0px 0px 24px 0px;
	font-size: 80%;
	line-height: 1.5em;
	color: #000;
}

.subpage_navnote {
	padding: 10px;
	font-size: 70%;
	line-height: 1.1em;
	color: #491701;
}
*/

/* ========= TOP NAVIGATION =========*/

a.contact_links:link {
	color: #506;
}
a.contact_links:visited {
	color: #506;
}
a.contact_links:hover {
	color: #c00;
}
a.contact_links:active {
	color: #900;
}


/* ========= TOP NAVIGATION =========*/
ul#topnav {
	padding: 16px 0px 0px 13px;
	list-style: none;
	margin: 0px;
	font-size: 90%;
	font-weight: bold;
}

ul#topnav li {
	float:left;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	/*background-color: #ccf;
	border: 1px solid black;*/
}

ul#topnav li.top a {
	float:left;
	display: block;
	color: #000;
}

ul#topnav li a {
	float:left;
	display: block;
	color: #777;
	text-decoration: none;
}

ul#topnav li a:hover {
	color: #700;
	text-decoration: none;
}


/* ========= SUB-NAVIGATION =========*/
ul#subnav {
	padding: 8px 0px 0px 13px;
	list-style: none;
	margin: 0px;
	font-size: 75%;
	font-weight: bold;
}

ul#subnav li {
	float:left;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	/*background-color: #ccf;
	border: 1px solid black;*/
}

ul#subnav li.sub {
	float:left;
	display: block;
	color: #fff;
}

ul#subnav li a {
	float:left;
	display: block;
	color: #777;
	text-decoration: none;
}

ul#subnav li a:hover {
	color: #900;
	text-decoration: none;
}


