* 									{ margin: 0; padding: 0; }
body								{ 
	background: url (/holt_bkg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3366CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.875em; /* 14px/16=0.875em */
	background-color: #A2C7F4;
	background-repeat: repeat-x;
	background-image: url(../images/holt_bkg.jpg);
} 
#container							{
	width: 800px;
	margin: 25px auto;
	background-image: url(../images/bkg.jpg);
	position: relative;
	text-align: left;
	background-color: #FFF;
	background-repeat: no-repeat;
	border: thin solid #0055A4;
} 	
#header{ height: 152px;}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	padding-top: 16px;
	z-index: 3;
	border: none;
}
ul.dropdown li                    {
	font-weight: bold;
	float: left;
	zoom: 1;
	background-image: url(../images/nav_bar.png);
	background-repeat: no-repeat;
	height: 45px;
	font-size: 1em;
}
ul.dropdown a:hover		            {
	color: #000;
	background-image: url(../images/nav_bar.png);
	background-repeat: no-repeat;
	height: 45px;
}
ul.dropdown a:active                { color: #ffa500; }

ul.dropdown li a                    {
	display: block;
	color: #222;
	text-indent: -9999px;
	height:45px;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	color: black;
	position: relative;
	background-color: #F3D673;
	background-image: url(../../nav_bar.png);
}
ul.dropdown li.hover a              { color: black; }

#nav_home { width: 115px; background-position: 0px -135px; }
#nav_home a:hover{ background-position: 0px -135px; }

#nav_about { width: 120px; background-position: -115px 0px !important; }
#nav_about a:hover { background-position: -115px -45px !important; }

#nav_issues { width: 70px; background-position: -235px 0px !important; }
#nav_issues a:hover { background-position: -235px -45px !important; }

#nav_news { width: 62px; background-position: -305px 0px !important; }
#nav_news a:hover { background-position: -305px -45px !important; }

#nav_photos { width: 74px; background-position: -367px 0px !important; }
#nav_photos a:hover { background-position: -367px -45px !important; }

#nav_blog {
	width: 59px;
	background-position: -441px 0px !important;
}
#nav_blog a:hover {
	background-position: -441px -45px !important;
}

#nav_contact {
	width: 83px;
	background-position: -500px 0px !important;
}
#nav_contact a:hover {
	background-position: -500px -45px !important;
}

#nav_spacer {
	width: 216px;
	background-position: -583px -90px !important;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{
	font-weight: normal;
	color: #000;
	float: none;
	border-bottom: 1px solid #ccc;
}
									  
ul.sub_menu li a                    {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #333;
	color: #222;
	text-indent: 0px;
	height: auto;
	}
	ul.sub_menu a:hover		            {
	color: #000;
	height: auto;
	background-image:none;
}
ul.sub_menu li:hover                {
	color: black;
	position: relative;
	background-color: #F3D673;
	background-image: none;
}
ul.sub_menu li                    {
	font-weight: bold;
	float: left;
	zoom: 1;
	background-image: url(../../sub_menu.png);
	background-repeat: no-repeat;
	height: auto;
}                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
/* Logo link */
h1 {
	width: 206px;
	height: 91px;
	position: relative;
	top: 0px;
	font-size: 10px;
}
h1 span {
	background: url(../../logo_h1.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 10px;
	cursor: pointer;
}
h2 {
	width: 108px;
	height: 81px;
	position: relative;
	top: 10px;
	left: 9px;
}
h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/blog_h2.png);
	background-repeat: no-repeat;
}
/* End Logo link */
#main_content
 {
	padding: 0 0px;
	position: absolute;
	top: 152px;
	left: 0px;
	height: 321px;
	background-color: #0055A4;
} 
#main_video {
	background-image: url(../images/main_video.png);
	background-repeat: no-repeat;
	margin: 0 256px 0 0;
	padding: 10px;
	height: 100%;
}
#main_right {
	width: 302px;
	background-image: url(../images/main_right.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 498px;
}
#video  {
	border: medium solid #FFFFFF;
}
#sidebar {
	width: 270px;
	float: right;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
#sidebar h3 {
	font-size: 0.9em;
	text-transform: uppercase;
}
#sidebar a {
	text-decoration: underline;
}
#sidebar p {
	margin-top: 5px;
	margin-left: 5px;
	font-size: .875em;
}
#sidebar img {
	padding: 5px;
	border-style: none;
	text-decoration: none;
}
h3 {
	margin: 5px;
	font-size: 1em;
}
#slideshow {
	margin: 10px;
}
#text {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top:15px;
	color: #000;
	line-height: 1.5em;
	font-style: italic;
	padding-right: 320px;
	font-weight: normal;
}
#action_menu{
	width: 800px;
	height: 55px;
	padding-top: 310px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #fff;
	}
#action_menu ul {
	width: 800px;
	height: 55px;
	list-style: none;
	margin: 0;
}
#action_menu li {
	height: 55px;
	float: left;
	position: relative;
	background-image: url(../images/action_bar.png);
}
#action_menu li a {
	height: 55px;
	display: block;
	z-index: 999;
	text-indent: -1000em;
}
#contribute,
#volunteer,
#join
 {
	background: url(../../action_bar2.png);
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
 
#contribute { width: 267px; background-position: left top; }
#contribute:hover{ background-position: 0px -55px; }

#volunteer {width:267px; background-position: -267px 0px;}
#volunteer:hover {background-position: -267px -55px;}

#join {width: 266px; background-position: -534px 0px;}
#join:hover {background-position:-534px -55px;}

#footer {
	padding: 5px 10px 0 10px;
	margin-top: 10px;
	background-image: url(../images/footer.png);
	background-repeat: none;
	height: 100px;
} 
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
	text-align: center;
	font-size: .65em;
	line-height: 1.5em;
}
#disclaimer {
	background-color: #fff;
	padding: 3px;
	color: #000;
	font-size: 0.75em;
	width: 250px;
	position: absolute;
	margin-top: 5px;
	text-align: center;
	margin-left: 270px;
}
cite {
	color: #fff;
	font-size: 0.85em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #text p img {
	float: left;
	padding-right: 200px;
	margin-top: 10px;
}
