/*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;
}
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;
}

/*site styles*/

body	{background:#cccccc;font-family:verdana,sans-serif;font-size:13px;padding:0 0 20px 0;}
div#outer	{width:968px;margin:20px auto;border:1px solid #f38536;background:white;color:black;overflow:auto;}

div.head	{width:944px;height:153px;margin:10px auto;background:black;color:#f38536;}
div#head_top	{height:114px;background:url(/images/head_bg_top_1.jpg) top right no-repeat;}
div#head_top h1	{float:left;}
div#head_top p	{float:right; margin:10px; padding:6px; color:black;background:white;filter:alpha(opacity=100);opacity:1.0;-moz-opacity:1.0;font-weight:bold;
	display:inline;	/*to fix IE6 double margins*/
	}
div#head_bottom	{height:39px;background:url(/images/head_bg_bottom_1.jpg) top left no-repeat;}

/* different header img styles */
#head_1 #head_top	{background:url(/images/head_bg_top_1.jpg) top right no-repeat;}
#head_1 #head_bottom	{background:url(/images/head_bg_bottom_1.jpg) top left no-repeat;}

#head_2 #head_top	{background:url(/images/head_bg_top_2.jpg) top right no-repeat;}
#head_2 #head_bottom	{background:url(/images/head_bg_bottom_2.jpg) top left no-repeat;}

#head_3 #head_top	{background:url(/images/head_bg_top_3.jpg) top right no-repeat;}
#head_3 #head_bottom	{background:url(/images/head_bg_bottom_3.jpg) top left no-repeat;}

#head_4 #head_top	{background:url(/images/head_bg_top_4.jpg) top right no-repeat;}
#head_4 #head_bottom	{background:url(/images/head_bg_bottom_4.jpg) top left no-repeat;}

#head_5 #head_top	{background:url(/images/head_bg_top_5.jpg) top right no-repeat;}
#head_5 #head_bottom	{background:url(/images/head_bg_bottom_5.jpg) top left no-repeat;}

#head_6 #head_top	{background:url(/images/head_bg_top_6.jpg) top right no-repeat;}
#head_6 #head_bottom	{background:url(/images/head_bg_bottom_6.jpg) top left no-repeat;}

#head_7 #head_top	{background:url(/images/head_bg_top_7.jpg) top right no-repeat;}
#head_7 #head_bottom	{background:url(/images/head_bg_bottom_7.jpg) top left no-repeat;}

#head_8 #head_top	{background:url(/images/head_bg_top_8.jpg) top right no-repeat;}
#head_8 #head_bottom	{background:url(/images/head_bg_bottom_8.jpg) top left no-repeat;}

#head_9 #head_top	{background:url(/images/head_bg_top_9.jpg) top right no-repeat;}
#head_9 #head_bottom	{background:url(/images/head_bg_bottom_9.jpg) top left no-repeat;}

#head_10 #head_top	{background:url(/images/head_bg_top_10.jpg) top right no-repeat;}
#head_10 #head_bottom	{background:url(/images/head_bg_bottom_10.jpg) top left no-repeat;}

#head_11 #head_top	{background:url(/images/head_bg_top_11.jpg) top right no-repeat;}
#head_11 #head_bottom	{background:url(/images/head_bg_bottom_11.jpg) top left no-repeat;}



#nav	{margin:0 4px 0 45px;}

#nav li	{float:left;width:120px; height:25px;margin:5px 0 0 5px;}

#nav li.button a	{width:110px;height:20px;color:black;text-decoration:none;font-weight:bold;padding:5px 0 0 10px;display:block;background:white url(/images/button-back.gif) top left no-repeat;}
#nav li.button a:hover	{background: #F08535 url(/images/button-back.gif) 0 -25px no-repeat;}

#nav li.dropdown a	{width:110px;height:20px;color:black;text-decoration:none;font-weight:bold;padding:5px 0 0 10px;display:block;background: white url(/images/dropdown-back.gif) top left no-repeat;}
#nav li.dropdown:hover a	{background: #F08535 url(/images/dropdown-back.gif) 0 -25px no-repeat;}

#nav li li	{margin:0;width:240px;}
#nav li.dropdown:hover li.pullout a 	{background:#F08535 url(/images/right-hover.gif) top right no-repeat;}
#nav li li a, #nav li.dropdown:hover li a	{width:240px;background:#F08535;font-weight:normal;}
#nav li.dropdown:hover li.pullout li a	{background:#F3A265;width:120px;}
#nav li li a:hover, #nav li.dropdown:hover li a:hover, #nav li.dropdown:hover li:hover li a:hover	{font-weight:bold;}

#nav li.dropdown:hover li:hover a	{font-weight:bold;}
#nav li.dropdown:hover li:hover li a {font-weight:normal;}

#nav li ul {
	position: absolute;
	width: 240px;
	left: -999em;
}

#nav li:hover ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul {
	left: auto;
}

#nav li ul ul {
	margin: -25px 0 0 250px;
}





div#menu2	{width:150px; float:left;margin:10px 0 10px 12px;
	display:inline;	/*to fix IE6 double margins*/
	}
div#menu2 h2	{font-size:120%;}
div#menu2 h2 a	{color:#333333;text-decoration:none;}
div#menu2 h2 a:hover	{text-decoration:underline}
div#menu2 ul	{margin:10px 0 30px 0;}
div#menu2 ul li	{margin:1px 0;}
div#menu2 ul li a	{background:url(/images/bullet.gif) top left no-repeat;padding:2px 0 2px 17px;color:black;text-decoration:none;display:block;width:130px}
div#menu2 ul li a:hover	{text-decoration:underline;}

div#main	{width:770px; border-left: 1px solid #f38536; float:right;margin:10px 0; padding:0 12px;}
div#main p	{margin:10px 0;line-height:1.2;}
div#main h1	{margin:0 0 10px 0;font-size:140%;color:#333333;}
div#main h2	{margin:10px 0 5px 0;font-size:110%;color:#333333;}

div#main h3 {margin:10px 0 5px 0;font-size:100%;color:#333333;}

#main hr	{margin:3px 0;}

#main ul, #main ol {margin:10px 0;line-height:1.2;padding:0 0 0 30px;}
#main ol	{list-style-type: decimal;}
#main ul	{list-style-type: disc;}
#main ol ol	{list-style-type: lower-alpha}

#main h1 img, #main h2 img, #main p img	{margin:5px;}

.page_box	{float:right;border:1px solid #f38536;background:#cccccc;width:300px;padding:0 10px;margin:0 0 5px 5px;}

p.foot	{text-align:center}

table.advocacyplan	{width:100%;margin:10px 0;background:#fad7bc;}
.advocacyplan td	{padding:5px;border:1px solid black;}
.advocacyplan thead, .advocacyplan .headlike	{font-weight:bold;background:#F3A265;}
.advocacyplan .lefthead {font-weight:bold;background:#F3A265;}

