* {
	margin:0; padding: 0;
}

html {
	height:100%;
}

body {
	height:96%;
	width: 100%;
	margin:14px auto;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(../images/g_grad_bg.jpg) repeat-x 0 0 #035590;
	}

a {
	color:#005FA3;
}

#container_main {
	margin:0 auto;
	width:957px;
/*	border:1px solid red; */
}

#header {
	position:relative;
	z-index:10005;
}

#header h1 a {
	float:left;
	background:url(../images/l_dickinson_wright.gif) 0 0 no-repeat;
	width:230px;
	height:110px;
	display:block;
	text-decoration:none;
}

#header h1 a span {
	visibility:hidden;
}

#header img {
	float:left;
	display:block;
}

#search_form {
	float:right;
	padding-right:49px;
	width:195px;
	position:relative;
	z-index:1005;
}

#search_form h4 {
	width:48px;
	height:12px;
	line-height:12px;
/*	margin-left:2px;
	margin-top:31px;
	margin-bottom:2px; */
	margin:31px 100% 2px 4px;
	background:url(../images/h_search.gif) 0 0 no-repeat;
}

#search_form h4 span {
	visibility:hidden;
}

#search_form #search_text,
#search_form #search_box {
	width:133px;
	height:15px;
	padding:2px;
	vertical-align:middle;
}

#search_form #search_box {
	float:left;
	margin:0 4px 6px 2px;
}

#search_form #go {
	vertical-align:middle;
}

#search_form#hiddenForm {
	float: none;
}


/* ------------------ Drop Nav ----------------------- */

#nav {
	clear:both;
	width:100%;
	height:27px;
	border:1px solid #ffba1d;
	border-width:1px 2px;
	background:url(../images/g_nav_bg.jpg) 0 0 repeat-y #000000;
	float:left;
	margin-left:100px;
	position:relative;
}

#nav a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
}

#nav, #nav ul { /* all lists */
	margin:0;
	padding:0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	padding-top: 1px;
	line-height:27px;
	margin-right:40px;
}

#nav li a {
	outline:none;
	display:block;
}

#nav li a:hover {
	color:#ffba1d;
}

/*  To fix sticky dropdowns in IE7 -- see http://www.builtfromsource.com/2006/10/23/a-fix-for-suckerfish-dropdowns-in-ie-7/  */
#nav li:hover, #nav li.sfhover {
	position:static;
}

#nav li a span {
	visibility:hidden;
}

#nav li ul { /* second-level lists */
	padding: 0;
	margin:-1px 0 0 -14px;
	height:auto;
	width:140px;
	position: absolute;
	left: -999em; /* screen reader fix using left instead of display to hide menus because display: none */
	background-color:#000000;
	background:url(../images/g_dropdown_bg.jpg) 7px 0 repeat-y #000000;
	border-bottom:1px solid #ffba1d;
}

#nav li ul a {
	text-transform:none;
	text-align:left;
	font-size:10px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline:none;
}

#nav li ul li { /* second-level lists */
	float:none;
	padding:2px 2px 2px 7px;
	margin: 0;
	border:1px solid #ffba1d;
	border-bottom:none;
	width:130px;
	line-height:17px;
	height:17px;
}

#nav li ul li a {
	outline:none;
	line-height:17px;
	height:17px;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	display: block;
	/* opera fix width needed */  width:125px;
}

#nav li ul li a:hover {
	display: block;
	color:#ffba1d;
	left:auto;
	
	/* opera fix width needed */ width:125px;
}

#nav li ul li ul { /* third-level lists */
/*	margin-left:182px;
	margin-top:-20px; */
	padding: 0;
	margin:-20px 0 0 132px;
	height:auto;
	width:auto;
	position: absolute;
	left: -999em; /* screen reader fix using left instead of display to hide menus because display: none */
	background-color:#000000;
	background:url(../images/g_dropdown_bg.jpg) top right repeat-y #000000;
	border-bottom:1px solid #ffba1d;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* ------------------ end Drop Nav ----------------------- */



/* ------------------ Quick Search ----------------------- */

#quick_search {
	margin:0 100% 0 3px;
	background:url(../images/b_quick_search.gif) 0 0 no-repeat;
	width:98px;
	height:22px;
	line-height:22px;
	font-weight:bold;
}

#quick_search span {
	visibility:hidden;
}

#qs_dropdown {
	clear:both;
	width:323px;
	height:auto;
	position:absolute;
	/*left:655px;*/
	right:25px;
	/*z-index:1005;*/
	font-size:10px;
	line-height:12px;
	background:#ffffff;
	border:1px solid #000000;
	letter-spacing:1px;
}

#qs_dropdown a {
	text-decoration:none;
	color:#005fa4;
	line-height:11px;
	margin-top:3px;
}

#qs_dropdown a:hover {
	color:#ffba1d;
}

#qs_dropdown, #qs_dropdown ul { /* all lists */
	margin:0;
	padding:0;
	list-style: none;
}

#qs_dropdown li {
	margin-top:11px;
}

#qs_dropdown li ul li { /* second-level list items */
	margin:0;
	font-size:9px;
	letter-spacing:0;
}

#qs_dropdown li ul li a {
	outline:none;
	font-weight:normal;
	color:#000000;
}

#qs_dropdown li ul li a:link, #qs_dropdown li ul li a:visited, #qs_dropdown li ul li a:active {
	display: block;
	
	/* opera fix width needed */  width:125px;
}

#qs_dropdown li ul li a:hover {
	display: block;
	color:#ffba1d;
	
	/* opera fix width needed */ width:125px;
}

#qs_dropdown li ul li ul { /* third-level unordered list */
	padding: 0;
	margin:-1px 0 0 0px;
	height:auto;
	width:auto;
	position:static;
	/*left: -999em;  screen reader fix using left instead of display to hide menus because display: none */
	background-color:#ffffff;
}

#qs_dropdown li ul li ul li { /* third-level list item */
	line-height:8px;
	margin:0;
}

#qs_dropdown li ul li ul li a {
	font-weight:normal;
}

#qs_dropdown li:hover ul, #qs_dropdown li.sfhover ul{ /* lists nested under hovered list items */
	left: auto;
}

#qs_dropdown #qs_column1, #qs_dropdown #qs_column2 {
	float:left;
	text-align:left;
	font-weight:bold;
	color:green;
}

#qs_column1 li {
	margin-left:17px;
}

#qs_column1 li ul li ul a {
	margin-left:10px;
}

#qs_column2 li {
	margin-left:15px;
}

#qs_bg {
	margin:11px 0;
	float:left;
	background:url(../images/g_qs_drop_bg.gif) 17px 11px repeat-y;
}

/* ------------------ end Quick Search ----------------------- */


#content {
	clear:both;
	float:left;
	width:100%;
	background:url(../images/g_content_bg.gif) 0 0 repeat-y;
	border:1px solid #ffba1d;
	border-width:0 2px 1px;
	position:relative;
}

#footer {
	clear:both;
	background:url(../images/g_footer_bg.jpg) 0 0 repeat-y;
	height:30px;
	width:100%;
	border:1px solid #ffba1d;
	border-width:0 2px 1px;
	color:#ffffff;
	font-size:10px;
}

#footer p {
	text-align:left;
	line-height:30px;
	padding-left:14px;
}

#footer a {
	color:#ffffff;
}

#footer a:hover {
	color:#ffba1d;
}

#disclaimer {
	margin-left:19px;
	margin-right:7px;
}

#privacy {
	margin-right:7px;
}

#extranet {
	margin-right:7px;
}

.no_wrap {
	white-space:nowrap;
}

.show_drop {
	visibility:visible;
}

.hide_drop {
	visibility:hidden;
}

div#main_content ul {
	list-style-type: none;
	list-style-position:outside;
}
div#main_content ul li {
/*
	margin-left:10px;
*/
	background:transparent url(../images/g_bullet.gif) no-repeat scroll 0 6px;
	padding-left:15px;
}

/* ------ added Feb. 4, 2009 ------ */

body.media #title_block h2 {
	background:url(../images/h_news_center.gif) no-repeat;
	width:127px;
}

body.media #main_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

body.media #main_content a {
	text-decoration:none;
}

body.media #main_content a:hover {
	text-decoration:underline;
}

body.media #main_content.home {
	width:675px;
	height:417px;
}

body.media #main_content.home.photos,
body.media #main_content.home.resources {
	width:535px;
}

body.media #main_content.reg {
	width:675px;
	height:auto;
}

#main_content p#mt_instruct {
	width:400px;
	float:left;
	margin-top:0;
	height:40px;
}

#main_content.photos p#mt_instruct {
	width:auto;
}

a#press_kit {
	background:url(../images/b_press_kit.jpg) no-repeat;
	width:119px;
	height:39px;
	margin-right:40px;
	line-height:39px;
	font-weight:bold;
	float:right;
	text-align:center;
	text-decoration:none;
	color:#000;
	display:inline;
}

#main_content h3.select_head,
#main_content div.select_div {
	color:#f2f2f2;
	background-color:#000;
	padding:4px 8px;
	margin-top:0;
	width:290px;
	border:none;
	float:left;
	display:inline;
}

#main_content h3.select_head.right_col,
#main_content div.select_div.right_col {
	margin-left:23px;
	float:left;
}

#main_content h3.select_head.right_col.photos,
#main_content div.select_div.right_col.photos {
	margin-left:17px;
}

#main_content h3.select_head.photos {
	width:240px;
}

#main_content div.select_div.photos {
	width:238px;
	height:220px;
}

#main_content div.select_div {
	background-color:#fff;
	color:#000;
	border:1px solid #ccc;
	overflow-y:auto;
	height:85px;
	width:288px;
	margin-top:4px;
}

#main_content div.select_div p {
	margin-top:0;
	margin-bottom:3px;
}

#main_content h3#more_resources {
	border:none;
	margin:0;
	padding:0;
}

#main_content p.register {
	float:left;
	width:305px;
	margin:8px 23px 8px 0;
}

#main_content p.register a,
#scroller a.download {
	background:url(../images/b_media_bkg.jpg) no-repeat;
	width:88px;
	height:25px;
	line-height:25px;
	text-align:center;
	display:block;
	font-weight:bold;
	color:#000;
	margin-top:12px;
}

#main_content div.more_link p.register a {
	width:214px;
	background:url(../images/b_media_return_home.jpg) no-repeat;
}

fieldset {
	width:269px;
	padding:3px 18px 8px;
	border:1px solid #ccc;
	position:relative;
}

fieldset span.message {
	position:absolute;
	left:136px;
	bottom:-24px;
	padding:6px;
	background-color:#fff;
	border:2px solid #f00;
}

fieldset input.text {
	width:196px;
	padding:2px;
	margin-bottom:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

fieldset input.submit,
table.reg_table input.reg_submit {
	background:url(../images/b_media_bkg.jpg) no-repeat;
	width:88px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	border:none;
	padding-bottom:1px;
	float:left;
}

table.reg_table {
	width:350px;
}

table.reg_table input {
	width:350px;
	margin-bottom:5px;
}

table.reg_table input.reg_submit {
	float:right;
	margin-bottom:20px;
}

table.reg_table tr {
	vertical-align:top;
}

fieldset label {
	display:block;
	float:left;
	line-height:22px;
	width:63px;
	clear:both;
}

fieldset label.email,
fieldset input.email {
	margin-top:5px;
}

fieldset a#forgot_pw {
	float:right;
	margin:0 3px 0 0;
}

div.clear {
	clear:both;
}

div#center_box {
	width:400px;
	height:140px;
	padding:20px;
	margin:80px auto;
	background-color:#fff;
	border:1px solid #ccc;
	overflow:hidden;
}

div#center_box.reg {
	width:370px;
	margin:30px auto 35px;
	height:290px;
}

div#center_box.reg p {
	margin:0 0 3px;
}

div#center_box.forgot {
	height:268px;
}

div#center_box p {
	margin-top:0;
}

div#center_box.resources {
	margin:54px auto;
}

div#center_box.resources h3 {
	border:none;
}

div#center_box.resources a {
	display:block;
}

div#center_box.resources table {
	margin-top:-20px;
}

div#center_box.resources td {
	vertical-align:top;
}

a#go_home {
	text-align:center;
	background:url(../images/b_media_return_home.jpg) no-repeat;
	width:214px;
	height:25px;
	line-height:25px;
	color:#000;
	font-weight:bold;
	float:right;
}

p.ref_title {
	font-weight:bold;
}

body.media #sidenav ul li a {
	background:none;
}

body.media #sidenav ul li a:hover {
/*
	text-decoration:underline;
*/
}

table.loc_radio input,
table.interest input {
	width:20px;
	vertical-align:middle;
	position:relative;
	top:2px;
}

table.reg_table input.event_reg_submit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 8px;
	width:auto;
	margin-bottom:1.5em;
}

table.event_reg_table {
	width:505px;
}

p#P1 a, p#P1 a:link, p#P1 a:visited, p#P1:active,
p#P2 a, p#P2 a:link, p#P2 a:visited, p#P2:active {
	color:#3d88be;
}

p#P1 a:hover, p#P2 a:hover {
	color:#ffba1d;
}

body.indiv_atty div#scroller h3 {
	text-transform:uppercase;
}

div#jump_to_dropdown ul li {
	background:none;
	padding-left:10px;
}