@charset "UTF-8";
body  {
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	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: #666666;
	background-color: #ECEDF7;
	background-repeat: repeat-x;
	background-image: url(../images/gfx/bg_body.png);
}
#container1, #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 6px auto;
	text-align: left;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
} 
#header {
	padding: 0;
	margin: 0;
	background: url(../images/gfx/bg_hdr.png) repeat-x;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
	background-image: url(../images/gfx/hdrlogo.png);
	background-repeat: no-repeat;
	background-position: 70px 8px;
	height: 112px;
}
#header  h2  {
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	font-size: 1em;
	background-image: url(../images/gfx/hdrh2.png);
	background-repeat: no-repeat;
	background-position: 360px top;
	line-height: 1.4;
	border: none;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	width: 14em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 20px 0; /* top and bottom padding create visual space within this div  */
	margin: 0 0 0 20px;
}
#sidebar1 .bannervert    {
	padding-top: 20px;
}
#sidebar1 p   {
	font-size: .9em;
}
#sidebar1 blockquote   {
	margin: 8px;
	font-size: .9em;
	border-bottom: 1px solid #999;
	padding-left:10px;
}
 #sidebar1  h2,  #sidebar1  h3,  #sidebar1  h4, #sidebar1 p   {
	padding: 0 12px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent {
	margin: 0 20px 0 20em;
	clear: none;
	width: 56em;
	min-height: 400px;
} 
#mainContent  p    {
	line-height: 1.4;
	margin: 0 0 6px;
	font-size: 1em;
}
h1 {
	color: #000000;
	font-size: 1.7em;
	margin: 6px 0 8px;
}
h2 {
	border-bottom: 1px solid #999;
	font-size: 1.2em;
	margin: 8px 0 6px;
	color: #330066;
}
h3 {
	color: #fff;
	background: #8784A1 url(../images/gfx/bg_h3.png) repeat-x;
	font-size: 1em;
	margin: 30px 0 10px;
	padding: 1px 5px;
	font-style: normal;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #B86311;
	margin-top: 10px;
	border-bottom: 1px solid;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	display: inline;
	margin: 5px 0;
	padding: 0;
	color: #333;
}
.featlist {
	color: #666;
	font-size: 1.1em;
	line-height: 1.3;
	margin-top: 10px;
}
.featitem {
	margin: 10px 0px;
	clear: right;
	border-top:1px solid #999;
}
.featitem img {
	float:right;
	margin:10px 20px 10px 24px;
}
.featitem h2 {
	border:0 none;
}
#mainContent dt {
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: .9em;
}
#mainContent .mtg dt {
	font-weight:bold;
}
#mainContent dd {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
.reprint {
	line-height:1.4;
}
.paperthumb {
	float: right;
	margin-right: 15%;
	width: 160px;
	margin: 10px 10% 20px 30px;
	padding: 0;
	border-color: #B86311;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-variant: normal;
	text-indent: 20px;
}
.imgFltR {
	float: right;
	padding: 5px 15px 15px 20px;
}
table.col {
	border:0 none;
	margin:10px 0;
	border-collapse:collapse;
}
table.col thead td {
	padding:0 20px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
table.col tbody td {
	padding:0 20px;
	text-align:left;
	vertical-align:top;
	font-size:1em;
	width: 50%;
	border: 1px solid #ccc;
	border-top:0 none;
	border-bottom:0 none;
}
a:link, a:active, a:visited {
	color: #B86311;
	text-decoration: none;
}
a:hover {
	color: #9CC302;
	text-decoration: underline;
}
a img    {
	padding-right: 4px;
	border: none;
}
.imglink {
	text-decoration: none;
	display: inline;
	padding-right: 5px;
}
td, legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: .9em;
}
.form  {
	color: #555;
	font-size: .9em;
	border: none;
}
.form  td, .form th {
	color: #333333;
	padding: 2px 4px;
	background-color: #efefef;
	height: 20px;
	vertical-align: middle;
}
.form th               {
	color: #000000;
	text-align: center;
	background-color: #eeeeee;
}
.form .label  {
	text-align: right;
	width: 10em;
	padding-right: 12px;
}
.form .require {
	text-align: right;
	width: 9em;
	padding-right: 12px;
	background-image: url(../images/req_star.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav {
	list-style-type: none;
	padding: 0em;
	color: #000000;
	margin: 25px 20px 30px 20px;
	float: left;
	width: 100%;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav a {
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	padding: 2px 18px;
	margin: 0 11px;
	color: #000;
	line-height: 1.4;
	/*height: 18px;*/
}
#nav  a:hover, #nav a:active {
	color: #fff;
	background: #660099 url(../images/gfx/bg_navhover.png) repeat-x;
}
#body_hom #nav_hom a, #body_exp #nav_exp a, #body_new #nav_new a, #body_brf #nav_brf a, #body_mtg #nav_mtg a, #body_pro #nav_pro a, #body_con #nav_con a {
	color:#fff;
	background: #9CC302 url(../images/gfx/bg_navhere.png) repeat-x;
}
.trends {
	background: #784395 url(../images/gfx/bg_h3tr.png) repeat-x;
}
.thought {
	background: #a21e23 url(../images/gfx/bg_h3tl.png) repeat-x;
}
.dark {
	color: #222;
}
.small, p.small , #mainContent p.small{
	font-size: 0.72em;
}
sup {
	font-size: 0.6em;
	vertical-align: top;
}
.red {
	color: #CC0000;
}
.grn {
	color: #9CC302;
}

#footer {
	padding: 0 10px;
	background-color:#737373;
	height: 24px;
	text-align: right;
	margin: 15px 0 0 0;
	background-image: url(../images/bg_ftr.png);
	background-repeat: repeat-x;
} 
 #footer  p{
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: .72em;
	text-align:center;
	padding: 4px 0 2px;
}

/* Miscellaneous classes for reuse */
.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 { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat.right {
	clear:right;
}
	

