/* $Id: corporate_main.css 194 2005-03-21 22:01:25Z lyoung $ */

/*-----------------------
Main and general settings
-----------------------*/
body {
	margin-left: 20px;
	background-color: #C9D3C3;
	color: #333333;
	font-variant: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 74%;
} 

*html body {
	margin: 0px;
	background-color: #C9D3C3;
	color: #333333;
	font-variant: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 74%;
} 
img { border: 0; }
p { line-height: 130%; }
div#disclaimer, form { margin: 0; padding: 0; }
/*-----------------------
fonts, headings, anchors
-----------------------*/
a {
	font-weight: bold;
	text-decoration: underline;
}
a:link, a:active { color: #1A3CBD; }
a:visited { color: #154199; }
a:hover { color: #59416D; }
h2 {
	font: bold 1.3em "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
/*-----------------------
     main container 
-----------------------*/
       div#container {
	margin: 0px ;
	width: 760px;
}
* html div#container {
	margin-left: -20px ;
	width: 760px;
}
/*-----------------------
    header declarations
-----------------------*/

div#header {
	margin-top: 5px;
	background: url(/images/enews/enewsletterheader.png) no-repeat top center;
	height: 190px;
}
div#headerlogo {
	padding: 15px 0 0 20px;
	margin-top: -60px;
	width: 722px;
	float: left;
	overflow: hidden;
}
* html div#header { height: 195px; }
/* ideally this should be renamed to headerimg */
div.newsletterissue {
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 250px; 
	margin-top: 45px;
	padding: 0;
	text-align: right;
    float: right;
}
* html div.newsletterissue { margin-right: 125px; }
* html div.formcontainer { margin: 7px 4px 0px 0px; }
/*-----------------------
    top navigation
-----------------------*/
div#topnav {
	padding-top: 155px;
	padding-left: 15px;
	width: 500px;
	height: 26px;
	overflow: hidden;
	background: transparent;
display:none;
}

* html div#topnav { margin-top: -190px; }

div#topnav #nav, div#topnav #nav ul {
	padding: 0;
	margin: 0;
	margin-left: 4px;
	width: 735px;
	list-style: none;
	background: transparent;
	font-size: 1.1em;
}
div#topnav #nav a {
	width: auto;
	padding: 2px 15px 0 15px;
	display: block;
	text-decoration: none;
}
div#topnav #nav a:visited { color: #576666; }
div#topnav #nav a:hover {
	color: #576693;
	background: #C9D3C3;
}
div#topnav #nav li {
	float: left;
	width: auto;
	display: inline-block;
	background: transparent;
	position: relative;
}
div#topnav #nav li ul {
	width: 14em;
	background: transparent;
	position: absolute;
	visibility: hidden;
}

div#topnav #nav a:link, div#topnav #nav a:active { color: #414D4D; }
div#topnav #nav li:hover ul, div#topnav #nav li:hover ul, div#topnav #nav li.sfhover ul { visibility: visible; }

/*-----------------------
    bottom navigation menu
-----------------------*/
div#bottomnav {
    clear: both;
	padding-top: 10px;
	width: 675px;
	height: 26px;
	overflow: hidden;
	border-top: 1px solid #C9D3C3;
display:none;
}

div#bottomnav #nav, div#bottomnav #nav ul {
	padding: 0;
	margin: 0;
	margin-left: 4px;
	width: 735px;
	list-style: none;
	background: transparent;
	font-size: 1.1em;
}
div#bottomnav #nav a {
	width: auto;
	padding: 2px 25px 0 25px;
	display: block;
	text-decoration: none;
}
div#bottomnav #nav a:visited { color: #576666; }
div#bottomnav #nav a:hover {
	color: #576693;
	background: #C9D3C3;
}
div#bottomnav #nav li {
	float: left;
	width: auto;
	display: inline-block;
	background: transparent;
	position: relative;
}
div#bottomnav #nav li ul {
	width: 14em;
	background: transparent;
	position: absolute;
	visibility: hidden;
}

div#bottomnav #nav a:link, div#bottomnav #nav a:active { color: #414D4D; }
div#bottomnav #nav li:hover ul, div#bottomnav #nav li:hover ul, div#bottomnav #nav li.sfhover ul { visibility: visible; }
/*-----------------------
right sidebar declarations
-----------------------*/
div#rightsidebar {
	width: 205px;
	height: 100%;
	padding-right: 25px;
	margin-bottom: 15px;
	margin-left: 485px;
	background: transparent;
	
}
div#sidebarimages {
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #C9D3C3;
	margin: 0px 10px;
}
div#sidebarimages img {
	margin-top: 10px;
	border: 1px solid #C9D3C3;
	padding: 1px;
}
div.teaminfo {
	margin-top: 5px;
	color: #333333;
	font-size: 1.0em;
	text-align: center;
	
}
div.title {
	margin: 0 10px;
	font-family: Garamond, Goudy, Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	text-transform:  uppercase;
	border-bottom: 1px solid #C9D3C3;
	font-size: 1.2em;
	width: 185px;
}

div.intro { 
	padding: 0.5em 1em;
	font-size: 1.0em;
	width: 185px;
	text-align: left;
 }
div.teaminfo img {
	margin-top: 5px;
	border: 0px;
	padding: 1px;
	
}
div.name {
	font-family: Garamond, Goudy, Georgia, "Times New Roman", serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	width: 205px;
}
div.contact {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 205px;
	color: #000000;
	font-size: 1.3em;
	line-height: 100%;
	text-align: center;
}

div.logo {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 205px;
	text-align: center;
}

/*-----------------------
   main content, left of sidebar
-----------------------*/
div#maincontent {
    margin-top: -5px;
	padding-left: 40px;
	padding-bottom: 12px;
	width: 760px;
	background: url(/images/enews/enewslettercontent.png) repeat-y;
}
div#mainbody {
	width: 450px;
	float: left;
	padding-right: 15px;
	border-right: 1px solid #C9D3C3;
	margin-bottom: 15px;
}

div.articlecontainer {
	border-top: 1px solid #C9D3C3;
	padding-top: 15px;
	padding-bottom: 15px;	
	width: 100%;
}

h1.articletitle {
	margin: 10px 0;
	clear: left;
	width: 90%;
	font-size: 1.6em;
	font-family: Garamond, Goudy, Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align: left;
}
div.articleintro img {
	float: left;
	padding-right: 5px;
}

div.articleintro {
	margin: 10px 0;
	clear: left;
	width: 90%;
	font-size: 1.1em;
	text-align: left;
	vertical-align: top;
}
div.articlelink {
	text-align: right;
}

div#cleaner { clear: both; }
/*-----------------------
       footer
-----------------------*/
div#footer {
	width: 760px;
	margin: 0;
	padding: 0;
	background: url(/images/enews/enewsletterfooter.png) no-repeat left bottom;
	height: 42px;
       display:none;
}
#footer p {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 0.9em;
	text-align: center;

}
/*-----------------------
       disclaimer
-----------------------*/
div#disclaimer p {
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	width: 750px;
	background-color: #C9D3C3;
	font-size: 10pt;
	line-height: 100%;
}

/*-----------------------
       Format DataGrid
-----------------------*/
.DataGridHead
{
	padding-left: 5px;
	font-weight: bold;
	border-left:  #EEE 1px solid;
	color: #000;
	border-bottom:  #EEE;
	background-color:  #EEE;
}

.DataGridItem
{
    background-color: #ffffff;
    border-bottom: #EEE;
    border-left:  #EEE 1px solid;
    color: #000;
    padding-left: 5px;
}

.DataGridItemAlt
{
    background-color: #f2f2f2;
    border-bottom:  #EEE;
    border-left:  #EEE 1px solid;
    color: #000;
    padding-left: 5px;
}



#headerlogo img {
	margin: 0;
	padding: 0;
	border: 0; /*	overflow: hidden;*/