* { margin: 0; padding: 0; border: 0; }
body {
	font: normal 62.5%/140% Verdana, Arial, Helvetica, sans-serif;
	background: #2D3F50;
	color: #000;
}
a { color: #436A53; }
a:hover { color: #000; }

h1{ font-size: 1.6em; line-height: 1.4em; }
h2{ font-size: 1.5em; line-height: 1.3em; }
h3{ font-size: 1.4em; line-height: 1.2em; }
h4{ font-size: 1.2em; line-height: 1.1em; margin: 0 0 1em 0; }
h5{ font-size: 1.1em; line-height: 1.0em; }
h6{ font-size: 1.0em; line-height: 1.0em; }

h5.mar_b { margin-bottom: 1em; }

/*blockquote b { font-size: 1.1em; line-height: 1.0em;}*/
blockquote p { margin: 0px 40px 1em 40px; }
blockquote hr { margin: 1em 40px; }
blockquote.prominent { color: #9A8031; font-weight: bold; }
blockquote.none { color: inherit; font-weight: inherit;}
cite {
	display: block;
	color: #666;
	font-style: normal;
	font-weight: normal;
	margin: 0 40px 20px 40px;
}
.quote { color: #9A8031; font-weight: bold; }
.attribution { color: #666; }

p { margin-bottom: 1em; }

hr { border-bottom: 1px solid #ccc; margin-bottom: 1em;}

ul.bold { list-style: none; font-weight: bold; }
ul.bold li { margin: 0 0 1em 0; }
ul.none { list-style: none; margin: 0 0 3em 3em; }
ul.hz { list-style: none; }
ul.hz li { display: inline; }

ol { margin: 0 0 1em 3em;}

.center { width: 640px; margin: 0 0 0 8px; }
.center_only { margin: 0 auto; }
.t_center { text-align: center; }
.right { text-align: right; }
.h_250 { height: 250px; }
.mar_t { margin-top: 2em; }
.mar_b { margin-bottom: 1em; }
.mar_b_dbl { margin-bottom: 2em; }
.mar_l { margin-left: 15px; }
.mar_r { margin-right: 15px; }
.no_mar { margin: 0 0 0 0 !important; }

.content_title {
	border-bottom: 3px double #ccc;
	margin: 0 0 1em 0;
	padding: 0 0 2px 0;
}
.sub_title {
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em 0;
	padding: 0 0 2px 0;
}

.quiz_title {
	color: #67475E;
	border-bottom: 1px solid #67475E;
	margin: 0 0 1em 0;
	padding: 0 0 2px 0;
}

/* Start "subhanger" Rules */
/* right justified */
.content_nav {
	font-size: 1em; line-height: 1em;
	border-top: 3px double #ccc;
	padding: 5px;
	text-align: right;
	background: #eee;
	margin: 2px 0 1em 0;
}
.content_nav p { margin: 0; }
.content_nav a { line-height: 1.7em; }
.content_nav img { vertical-align: middle; }
.content_nav span { /* peopleevents content nav */
	text-align: left;
	display: block;
	font-weight: bold;
	margin: .1em 0 -1.1em 0;
}
h5 span { /* peopleevents content nav */
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	display: block;
	margin: -1em 0 .5em 0;
}
/* left justified */
.content_nav_left {
	font-size: 1.1em; line-height: 1.0em;
	border-top: 3px double #ccc;
	padding: 5px;
	background: #eee;
	margin: 2px 0 1em 0;
}
.content_nav_left p { margin: 0; }
.content_nav_left a { line-height: 1.7em; }
/* END "subhanger" Rules */

.to_top{
	margin: 13px 0 0 0;
	border-top: 3px double #ccc;
	color: #999;
}

/* float and clear */
.f_right { float: right; display: inline; }
.f_left { float: left; display: inline; }
.r_clear { clear: right; }
.l_clear { clear: left; }
.clear { clear: both; }

/* hide and show */
.hide { display: none; }
.show { display: block; }

/* main containers */
#cnt_pbsnav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	background: #eee;
	border-bottom: 1px solid #333;
}

#pbsnav {
	width: 645px;
	height: 28px;
	margin: 0 0 0 8px;
}

#cnt_main { margin: 61px 0 15px 0; }

ul#main_nav {
	list-style: none;
	padding: 35px 0 100px 0;
	width: 150px;
	background: transparent url(../subimages/hamilton_nav_sub_bg_left.jpg) no-repeat 0px 0px;
	text-transform: uppercase;
}
#main_nav li.main_subactive { background: transparent; }
#main_nav li.main_subactive a { color: #B1CCE2; }
#main_nav a {
	display: block;
	padding: 6px 8px 6px 5px;/* right was 12*/
	color: #D1DFC7;
	font-weight: bold;
	width: 137px;
	text-align: right;
	text-decoration: none;
	background: transparent;
}
#main_nav a:hover {
	color: #CBE1F2;
/*	background: #2C2A43;*/
}
/* main sub nav */
#main_nav li.main_subactive ul.sub_nav {
	list-style: none;
	background: transparent;
	text-transform: none;
	padding: 0 0 6px 0;
}
#main_nav li.main_subactive ul.sub_nav a {
	padding: 1px 8px 1px 5px;
	font-weight: normal;
	color: #D1DFC7;
}
#main_nav li.main_subactive ul.sub_nav a:hover { color: #CBE1F2; }
#main_nav li.main_subactive ul.sub_nav li.sub_active { background: transparent;}
#main_nav li.main_subactive ul.sub_nav li.sub_active a { color: #B1CCE2; }
/* main sub nav end */

/*#main_top { border-bottom: 1px solid #6C3829; }*/

#nav_text {	/* container for the rollover text */
	display: block;
	height: 25px;
	background: transparent url(../subimages/hamilton_nav_bg_rollover.jpg) no-repeat 0px 0px;
	color: #B1CCE2;
	padding: 0 0 0 10px;
	line-height: 25px;
/*	margin-top: -2px;*/
}

#cnt_content {
	margin: 0 0 20px 0;
	float: left;
	display: inline;
	padding: 10px 20px;
	background: #fff;
	width: 450px;
}

#cnt_content.set_w p { width: 402px; }

#footer_nav { clear: both; color: #D1DFC7; margin: 0 0 0 150px; width: 490px; }
#footer_nav ul { list-style: none; }
#footer_nav ul li { display: inline; }
#footer_nav a { color: #D1DFC7; }
#footer_nav a:hover { color: #B1CCE2; }

/* main containers end */

/* ************ tables ******************* */
#cnt_content table { margin: 1em 0; border-collapse: collapse;}
#cnt_content table td { vertical-align: top; padding: 10px; }

#cnt_content table.tbl_nomar{ width: 100%; margin: 0;}
#cnt_content table.tbl_nomar td{ vertical-align: top; padding: 0; }

/* ********** section specific *********** */
/* filmmore index */
#cnt_cc_dvs{
	border-top: 1px solid #999;
	padding: 10px 0px;
}
#cnt_cc_dvs p{ margin: 0 0 10px 35px; }

/* special features index */
.sf_index {
	width: 425px;
	margin: 2em auto 4em auto;
}
.sf_index img.f_left { margin: 0 2em 0 0; }
.sf_index img.f_right { margin: 0 0 0 2em; }
.sf_index hr { margin: 2em 0; }

/* people and events */
.pe_img { width: 160px; }
.pe_list { width: 239px; background: #eee; }
.pe_list p { padding: 0 10px; }

/* timeline */
.timeline1 {
	background: #ccc;
	border: 1px solid #ccc;
}

.timeline0 {
	background: #fff;
	border: 1px solid #ccc;
}

/* special features poll */
.poll_chart_area { width: 380px; margin: 30px auto; }
.poll_key { width: 260px; margin: 0 0 1em 120px; }
.poll_key img { vertical-align: middle; margin: 0 10px 0 0; }

/* section specific end */

/* Form Elements 
process = sf_poll - submit btn 
submit = feedback - submit btn
reset = feedback - reset btn
*/
#process, #submit, #reset { border: 2px outset #ccc; margin: 0 0 2em 0; padding: 0 .5em;}

/* feedback form elems */
#sender_name, #email_sender, #sender_city, #sender_state, #content { border: 2px inset #ccc; } /* text and textarea */
#email_subject { border: 0px solid #ccc; } /* select */

/* for swf and video launch pages */
#launch_box {
	background: #eee;
	width: 165px;
	color: #666;
	margin: 0 0 0 10px;
}
#launch_box p { width: 145px; margin: 0 10px 1em 10px; }
#launch_box b { font-size: 1.1em; line-height: 1.4em; }

/* these widths are for the gallery section */
.w_432 { width: 432px; margin-bottom: 1em; }
.w_378 { width: 378px; margin-bottom: 1em; }
.w_360 { width: 360px; margin-bottom: 1em; }
.w_288 { width: 288px; margin-bottom: 1em; }
.w_264 { width: 264px; margin-bottom: 1em; }
.w_216 { width: 216px; margin-bottom: 1em; }

/* hamilton specific */
.gal_index {
	background: transparent url(../gallery/images/bg.jpg) no-repeat;/*490x374*/
	width: 360px;
	padding: 10px 46px;
}
.gal_index img {
	float: left; display: inline;
	border: 1px solid #003059;
	padding: 2px;
	margin: 3px 0 0 3px;
}
.gal_index img#t1 { margin-left: 123px; }
.gal_page { margin: 0 }
.gal_page img {
	float: left;
	display: inline;
	border: 1px solid #003059;
	padding: 3px;
	margin: 0 10px 10px 0;
}

 /* streaming program index */
#program_index p img { margin: 0 20px 10px 0; }