/* <% Response.contentType = "text/css" %> */

body 
{
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000000;
}

div 
{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

a:visited 
{
	color: #09c;
	text-decoration: none;
}

a:link
{
	color: #09c;
    text-decoration: none;
}

a:hover 
{
	color: #d34039;
	text-decoration: underline;
}

a:active
{
}

a img 
{
	border: none;
}

p, blockquote, table, dl, ol, ul, h1, h2, h3, h4, h5, h6 
{
	margin-top: 0em;
}

h1, h2, h3, h4, h5, h6 
{
	margin-bottom: 0.5em;
}

td
{
	vertical-align: top;
}

dl, dt, ol, ul 
{ 
	margin-right: 0em; 
	padding-right: 0em; 
	margin-left: 0em; 
	padding-left: 0em; 
}

li, dd 
{ 
	margin-left: 1em; 
	padding-left: 0em;
}
			
form 
{ 
	margin: 0px;
	padding: 0px;
}
			
select 
{ 
	width: 100%;
}


table, tr, td
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5
{
}

p 
{
}

ins
{
}

img
{
	padding: 0px;
	margin: 0px;
}

/**************************
	GLOBAL STRUCTURES */


#header 
{
	width: 900px;
	position: relative;
	padding: 0px; 
	background-image: url(../images/navigation/header_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;

}

.deptsub
{
	color: #005871;
	font-size: 8pt;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#logo 
{
	width: 350px;
	height: 58px;
}

html>body #logo 
{
	width: 350px;
	height: 68px;
}

#commonlinks 
{
	position: absolute;
	top: 45px;
	right: 140px;
	z-index: 2;
	font-weight: bold;
    font-size: 8pt;
}

#commonlinks ul
{

}

#commonlinks li
{
	display: inline;
}

#commonlinks a:link 
{
    text-decoration: none;
}

#commonlinks a:visited 
{
    text-decoration: none;
}

#commonlinks a:hover 
{
}

#commonlinks a:active
{
}

#sitesearch 
{
	position: absolute;
	top: 15px;
	right: 140px;
	z-index: 1;
	font-size: 8pt;
}

#sitesearch img
{
	padding: 0px 0px 0px 0px;
}

html>body #sitesearch img
{
	padding: 0px 0px 7px 0px;
}
#nav 
{
	height: 10px;
	margin: 0px;
	padding: 5px 0px 2px 0px;	
	border-bottom: solid 1px #000000;
	background-image: url(../images/navigation/topnav_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

html>body #nav 
{
	height: 20px;
	margin: 0px;
	padding: 5px 0px 2px 0px;	
	border-bottom: solid 1px #000000;
	background-image: url(../images/navigation/topnav_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/*#nav ul
{
	margin: 0px;
	display: inline;
}

#nav li
{
	margin: 0px;
	display: inline;
	font-weight: bold;
	font-size: 12pt;
}
*/
#nav ul li:hover div, #nav ul li.over div 

{ 

	display: block;

}



#nav ul li div

{

	display: none;

	top: 15px;

	left: 0px;

	position: absolute;

}



#nav ul li ul

{

	margin: 0px;

	padding: 0px;

	background-color: #7594B4;

}





#nav ul li ul li

{

	display: list-item;

	font-weight: normal;

	font-size: 9pt;

	margin: 0px;

	padding: 3px;

	border: 0px;

	width: 150px;

	list-style: none;

}



#nav ul li ul li a

{

	display: block;

}



/* Fix IE. Hide from IE Mac \

* html ul li { float: left; height: 1%; }

* html ul li a { height: 1%; }

 End */

#nav a
{
	margin: 0px;	
	color: #ffffff;	
	padding: 5px 10px 4px 10px;
}

html>body #nav a
{
	margin: 0px;	
	color: #ffffff;	
	padding: 10px 10px 4px 10px;
}

#nav a:visited 
{
	color: #ffffff;
}

#nav a:hover 
{
	margin: 0px;
	text-decoration: none;
	background-color: #5b879e;
}

#nav a:active
{
}

#nav ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav li
{
	display: inline;
	font-weight: bold;
	font-size: 10pt;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	position: relative;
}

#nav ul li:hover ul, #nav ul li.over ul 
{ 
	display: block;
	background-color: #7594B4;
}

#nav ul li ul /* IE6 */
{
	display: none;
	top: 28px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-color: #7594B4;
}

html>body #nav ul li ul /* IE7 */
{
	display: none;
	top: 34px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-color: #7594B4;
}

html>/**/body #nav ul li ul /* Firefox */
{
	display: none;
	top: 20px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-color: #7594B4;
}

#nav ul li ul li
{
	display: list-item;
	font-weight: normal;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 150px;
	list-style: none;
}

#nav ul li ul li a
{
	display: block;
	margin: 0px;
}


#thorax 
{
	width: 900px;
	background-color: #ffffff;
	background-image: url(../images/navigation/leftwell_bg.gif);
	background-repeat: repeat-y;
}

#leg0
{
	clear: both;
	width: 800px;
	height: 10px;
}

#leg1 /* left well */
{
	float: left;
	width: 140px;
	background-color: #003366;
	background-image: url(../images/navigation/leftwell_bg_footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 3;
	height: 615px;
}

#leg1 ul
{
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	font-size: 8pt;
}


#leg1 li
{
	margin: 0px 0px 5px 0px;
}

#leg1 li.homelink, #leg1 li.homelink a:hover
{

	background-repeat: no-repeat;
}

#leg1 li.advanced, #leg1 li.advanced a:hover
{

	background-repeat: no-repeat;
}

#leg1 li.currentissue, #leg1 li.currentissue a:hover
{

	background-repeat: no-repeat;
}

#leg1 li.pastissues, #leg1 li.pastissues a:hover
{

	background-repeat: no-repeat;
}

#leg1 li.topic, #leg1 li.topic a:hover
{

	background-repeat: no-repeat;
}

#leg1 li.editors, #leg1 li.editors a:hover
{

	background-repeat: no-repeat;
}

#leg1 li.browse, #leg1 li.browse a:hover
{

	background-repeat: no-repeat;
}

#leg1 li.survey, #leg1 li.survey a:hover
{

	background-repeat: no-repeat;
}

#leg1 li.newsletter
{
	display: inline;
	margin: 5px 5px 5px 10px;
}

#leg1 a
{
	width: 110px;
	display: block;
	padding: 5px 5px 5px 10px;
}

#leg1 a:link
{
	color: #000000;
}

#leg1 a:visited
{
	color: #000000;
}

#leg1 a:hover
{
	display: block;
	background-color: #E2E2CF;
	color: #cb5845;
	text-decoration: underline;
}

#leg1 h1
{
}

#leg1 h2
{
}

#leg1 h3
{
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #006699;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
}

#leg1 div
{
	margin: 10px 5px 25px 5px;
	background-color: #ffffff;
	border: 1px solid #005871;
}

#quickvote
{
	float: left;
	width: 140px;
}

#quickvote ul
{
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	font-size: 8pt;
}


#quickvote li
{
	margin: 0px 0px 5px 0px;
}

#quickvote a
{
	width: 92px;
	display: block;
	padding: 5px 5px 5px 30px;
}

#quickvote a:link
{
	color: #000000;
}

#quickvote a:visited
{
	color: #000000;
}

#quickvote a:hover
{
	display: block;
	background-color: #ede9cd;
	color: #cb5845;
	text-decoration: underline;
}

#quickvote h1
{
}

#quickvote h2
{
}

.quickvote_label
{
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #005871;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}

#quickvote div
{
	margin: 10px 5px 5px 5px;
	background-color: #ffffff;
	border: 1px solid #005871;
}

.newsletter_form
{
	margin: 0px 0px 5px 10px;
	font-size: 8pt;
}

#leg2 /* center well */
{
	float: left;
	width: 590px;
        background-color: #ffffff;
}

#leg2 h1
{
	color: #005871;
	font-size: 18pt;
	margin-left: 10px;
	margin-right: 10px;
}

#leg2 h2
{
	color: #006699;
	font-size: 16pt;
	margin-left: 10px;
	margin-right: 10px;
}

#leg2 h3
{
	color: #006699;
	font-size: 12pt;
	margin-left: 10px;
	margin-right: 10px;
}

#leg2 h4
{
	font-family: Arial, Verdana;
	font-size: 11pt;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	
}

#leg2 p
{
	font-size: 9pt;
	margin-left: 10px;
	margin-right: 10px;
}

#leg2 ul
{
	margin-left: 10px;
	margin-right: 10px;
}

#leg2 li
{
	margin-bottom: 2pt;
}

#leg2 .pcredit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


#leg3 /* right well */
{
	float: left;
	width: 170px;
	background-color: #ffffff;
	text-align: center;
	padding-top: 10px;
}

#leg3 .imu
{
	margin-bottom: 10px;
}

#leg4 /* article page center well */
{
	width: 657px;
	background-color: #ffffff;
}

#articlebody
{
	margin: 0px 0px 10px 0px;
}

#articlebody h2
{
	color: #7594b4;
}

#articlebody .header 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.searchform
{
	margin-left: 10px;
}

.searchform_select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	height: auto;
	width: auto;
}

#abdomen
{
	margin: 0px;
	padding: 0px;
	width: 700px;
}

#footer 
{
	float: left;
	width: 900px;
	background-color: #FFFFFF;
	text-align: center;
}

#footer p
{
	text-align: center;
	font-size: 8pt;
}

.copyright
{
	color: #888888;
	float: right;
}

#footer ul
{
}

#footer li
{
	display: inline;
}

#footer a:link 
{
}

#footer a:visited 
{
}

#footer a:hover 
{
}

#footer a:active
{
}

#footer div 
{
	text-align: left;
	margin: 10px;
	padding: 0px;
}

/**************************
	GENERAL PURPOSE */
	
.nomargin
{ 
margin-bottom: 0; 
padding-bottom: 0; 
} 

.clear 
{
	clear: both;
}

.left 
{
	float: left;
	margin: 0px 10px 10px 10px;
}

.right 
{
	float: right;
	margin: 0px 10px 10px 10px;
}


/*************************
	ADS  */


.advertisement
{
} 

.advertisement h6
{
}

.leaderboard 
{	
}

.skyscraper 
{
}

.imu 
{
}

#header .imu 
{
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}

#leg2 .imu 
{
	margin-left: 10px
}

#dogear
{
	 position: absolute; 
	 top: 0px; 
	 left: 800px; 
	 z-index: 100;
}

/*************************
	FROM ORIGINAL CSS  */


.sidebar 
{
	background-color: #E4E3BA;
	border: thin solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 10px 10px;
}

.sidebar1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #E2E2DC;
	border: thin solid #333333;
	margin: 10px 10px;
}

.button
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
}

.featuredTitle
{
	font-family: Arial, Verdana;
	font-size: 11pt;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
	font-weight: bold;
}

.featuredTitleBody
{
	margin-left: 5px;
}

.thumbnail
{
        margin: 0 0 10px 10px;
}

.featuredTitleTable
{
        margin-left: 10px;
}

/*Google Ads*/

#leg2 .ad_adsense
{
    width: 380px;
    margin: 0 auto 10px;
}

#leg2 .ad_adsense .column1x1
{
    margin: 0 10px 10px;
}

#leg2 .ad_adsense h2
{
    background: none repeat scroll 0 0 transparent;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 4px 0;
    text-align: center;
    color: #000;
}

#leg2 .ad_adsense .adbody
{
    font-size: 1em;
}

#leg2 .ad_adsense h3
{
    font-family: arial,sans-serif;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
}

#leg2 .ad_adsense h3 a
{
    text-decoration: underline;
}

#leg2 .ad_adsense p
{
    margin: 0;
    font-size: 0.9em;
}

#leg2 .ad_adsense .adurl
{
    margin-bottom: 20px;
    font-size: 0.8em;
}

/*************************
	DFP ADS  */

.adWrapper
{
    margin: 0 0 10px;
    background-color: Transparent;
    text-align: center;
}

.adWrapperTitle,
.adWrapper h6
{
    font-size: 7pt;
    font-weight: normal;
    line-height: 12px;
    color: #838383;
    font-family: Arial, Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
    text-align: left;
}

#dogear,
.ad_peelback
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
}

.ad_leaderboard
{
    margin: 0;
    padding: 5px 5px 5px 1px;
    display: inline-block;
    border: 0 none;
    background-color: Transparent;
    zoom: 1;
    *display: inline;
}

.ad_leaderboard .adWrapperTitle
{
    background-image: url("../images/navigation/leaderboardAdLabel.gif");
    background-repeat: no-repeat;
    text-indent: 9999px;
    overflow: hidden;
    width: 9px;
    height: 61px;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    float: left;
}

.ad_leaderboard img
{
    *display: block;
}

.ad_box
{
    margin: 0 auto 10px;
    text-align: left;
    width: 300px
}

.ad_box .adWrapperTitle
{
    margin: 0;
}

#content .adWrapper object
{
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#leg3 .adWrapper
{
    margin-left: 5px;
    text-align: left;
}

table.rightwellSpotlightBorder
{
        border: 1px solid #000;
        width: 165px !important;
        margin-bottom: 10px;
}

table.rightwellSpotlightBorder td
{
        padding: 3px !important;
}


