/*
Site: AG Research International
Author: Christian Ross
Author URI: http://www.christianross.net
Mar 31, 2010 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }
td { vertical-align:top; }


/*  AG Research - CSS  */
/*  Layout  */

body {
	margin: 0;
	background:#9E9EA0 url(../images/bg1.png) 0 0 no-repeat;
	background-attachment:fixed;
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, sans;
	color:#FFF;
	text-align:left;
}

#wrapper	{ width:1025px; margin:30px auto; position:relative; padding-top:4px; }
#ribbon		{ position:absolute; width:180px; height:158px; top:0px; left:0px; z-index:100; }
#container	{ width:1008px; z-index:1; position:relative; background:#3964AC url(../images/content-bg-glow.png) 0 80px no-repeat; border:6px solid #FFF; margin-left:5px; }
#nav		{ background:url(../images/nav-bg.png) 0 0 repeat-x; height:45px; text-align:right; margin:40px 0 0 0; padding:5px 30px 0 70px; }
#sidebar	{ float:left; width:280px; margin: 50px 0 0 35px; }
#content	{ float:left; width:625px; margin: 50px 0 0 40px; overflow:auto; }
#extra		{ clear:both; padding:0; margin:0; height:138px; }
  #wbenc	{ float:left; width:100px; padding:56px 0 0 30px; }
  #tagline  { float:right; background:url(../images/agresearch-tagline.png) 0 0 no-repeat; width:650px; height:138px; }
#footer		{ margin-top:20px; text-align:center; color:#000; font-size:12px; }



  
/*  Styles  */

h1 { margin: 0 0 20px 0; font-size: 34px; line-height:40px; font-weight:normal; color:#ACDF13;  font-family:"Hoefler Text", "Times New Roman", Times, Georgia, serif; }
h2 { margin: 0 0 10px 0; font-size: 26px; line-height:30px; font-weight:bold; color:#121A4A; }
h3 { margin: 20px 0; color:#FFF; font-size: 18px; line-height:22px; font-weight:normal; font-family:"Hoefler Text", "Times New Roman", Times, Georgia, serif; }


p { padding:0 0 10px 0; margin:0; }


/* UL & LI */

ul {padding:0; margin:0; }
li {padding:0 0 10px 0; margin:0 0 0 20px; border:0; }

#sidebar ul { font-size:16px; line-height:22px; color:#BBB; }

#nav ul { padding:0; margin:0; list-style:none; }
#nav li	{ padding:0; margin:0; display:inline; }
#nav ul a { background-image:url(../images/nav-divide.png); background-repeat:no-repeat; background-position:right; height:30px; padding: 10px 16px 0 11px; display:inline-block; }

#nav ul a.end { background:none; padding:10px 0 0 9px; color:#ADE115; }
#nav ul a.end:hover { color:#9AC913; }


/* href */

a:link, a:visited, a:active { color: #ADE115; font-weight: bold; text-decoration: none; } 
a:hover   { color: #DDD; font-weight: bold; text-decoration: underline; }

a.mainNav:link, a.mainNav:active, a.mainNav:visited  { color:#FFF; font-size: 14px; line-height:18px; text-transform:uppercase; text-decoration:none; }
a.mainNav:hover   { color:#ADE115; font-size: 14px; line-height:18px; text-transform:uppercase; text-decoration:none; }

a.footer:link, a.footer:active, a.footer:visited { color:#FFF; }
a.footer:hover { color:#DDD; }


.pipe		  	{ font-size:10px; color:#999; padding:0 10px; }
.space			{ padding:0 8px; }
.clear			{ clear:both; }
.right			{ float: right; width:275px; margin-left:20px; margin-bottom:20px; }
.title			{ font-weight:bold; margin:10px 0 -8px 0; font-size:16px; }
