
/* Main Stylesheet for Innovint.org website
Created by Heraghty.net
Last updated 19 April 2008
 */

/* Universal Styles -------------------------------
*/
html{
	border: 0;
	margin: 0;
	padding: 0;
}

body{
	background: #fff;
	padding: 0;
	margin: 10px 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

img{
	border: 0;
}

#widthwrap { /* Sets page width and margins */ 
width: 770px;	
margin-left: 20px; /* Sets margins for IE 5.x browsers */ 
ma\rgin: 0 auto 0 auto; /* Sets margins for CSS compliant browsers */ 
}

a { color: #0A51A1; }

a:hover { color: #000; }

#maincontent ul { margin-top: 8px; }

#maincontent li { margin-bottom: 8px;}

/* Banner -------------------------------
*/

#banner {
	display: block;
	background: #0A51A1;
	width: 100%;
	border-bottom: #0A51A1 solid 1px /*to make Firefox 
	paint entire bg blue - otherwhise large white patch appears*/
}

#banner img {
	display: block;
	float: left;
}

.utilitybar {
	color: #fff;
	text-align: right;
	padding: 10px 15px 0 0;
}

.utilitybar a {
	color: #fff;
}

.utilitybar a:hover {
	color: #F3F400;
}

/* Search -------------------------------
*/

#searchbar {	
	display: block;
	text-align: right;
	margin-right: 10px;
	margin-top: 45px !important; 
	margin-top: 35px; 
	margin-bottom: 0px !important;
	margin-bottom: -19px;
}

#searchbar .searchlabel {
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#searchbar .inputbox {
	display: inline;
	width: 250px;
	margin: 0; 
}

#searchbar .submitbutton {
	height: 24px;
	font-size: 10px;
	margin: 0;
	border: 3px double #999999;
	border-top-color: #eee;
	border-left-color: #eee;
	background-color: #D5D19D;
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

/* Top-Level Navigation -------------------------------
*/

#sitenav{
	display: block;
	background: #0A51A1;
	/*width: 100%;*/
	
}

#sitenav ul {
	clear: both;
	list-style: none; 
	padding: 0;
	margin: 0;
	color: #fff;
	width: 100%;
	background: #0A51A1;
	border-top: #fff solid 1px; 
}

#sitenav li { 
	display: inline; 
}

#sitenav li a {
	font-size: 1em;
	font-weight: bold;
  	padding: .55em 1.45em;
  	background-color: #B2AD54;
  	color: #000;
	border-right: 1px solid #fff;
  	text-decoration: none;
  	float: left;
}

#sitenav li a.lasttab {
	border-right: 0px;
	padding-right: 34px;
	*padding-right: 29px; /* IE */
}

#sitenav li a:hover, #sitenav li a.selected {
	color: #fff;
	background-color: #556B2F;
}

hr.sitenavtrimming{
	height: 3px;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #556B2F;
	margin: 0 0 10px 0 !important;
	margin: -2px 0 0 0;
	width: 100%;
	float: left;
}

/* Local Navigation -------------------------------
*/

#localnav{
	background: #fff;
	width: 170px;
	margin: 0px 0px 15px 10px;
	float: left;
}

#localnav h2{
	display: block;
	float: left;
	width: 170px;
	margin: 10px 0 0 0;
	padding: 4px 0 4px 0px;
	font-size: 0.85em;
	color: #444;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #444;
}

#localnav h2 em{
	font-size: 0.8em;
	color: #7489B0;
	letter-spacing: normal;
	font-style: normal;
}

#localnav ul{
	display:block;
	list-style: none; 
	padding: 0 !important;
	margin: 0;
	width: 170px;
	padding: 0 0 1px 0;
	border-bottom: 0 !important;
	border-bottom: 1px solid #444;
}

#localnav ul li{
	display: block;
	width: 170px;
	float: left;
}

#localnav ul li a{
	display: block;
	background: #D5D19D;
	color: #000;
	font-size: 0.85em;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border-top: 1px solid #fff;
	width: 170px; /* Sets width for IE5.x browsers */
	w\idth: 154px; /* Sets width for CSS compliant browsers */
}

#localnav ul li a:hover{
	display: block;
	background: #B2AD54;
	color: #000;
}

#localnav a.selected{
	display: block;
	background: #B2AD54;
	color: #000;
}

/* Main Content -------------------------------
*/

#maincontent{
	display: block;
	width: 590px;
	float: left;
	margin: 6px 0 15px 0;
	background: #fff;
}

#maincontent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	margin: 0 0 8px 0;
	color: #556B2F;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	line-height: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #556B2F;
}

#maincontent .intro{
	font-weight: bold;
}

#maincontent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #0A51A1;
	margin: 20px 0 3px 0;
	text-transform: capitalize;
}

#maincontent h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #556B2F;
	margin: 20px 0 3px 0;
	text-transform: capitalize;
}

#maincontent p{
	margin: 0 0 10px 0;
}

/* Homepage Flash Map -------------------------------
*/

#flashmap{
	display: inline;
	float: right;
	text-align: right;
	margin: 0 0 5px 10px;
}

#nonflash{
	display: inline;
	clear: right;
	float: left;
}

/* Homepage Sponsor Logs -------------------------------
*/

#sponsors{
	padding: 0;

}

#sponsors img{
	margin: 0;
}


/* Footer -------------------------------
*/

#bottom{
	width: 100%;
	float: left;
	text-align: center;
	border-top: 1px solid #444;
	padding: 10px 0;
	color: #556B2F;
}

.copyright{
	font-size: .85em;
	color: #A9A9A9;
	padding-top: 20px;
}

.copyright a{
	color: #A9A9A9;
	text-decoration: none;
}

.copyright a:hover{
	color: #0A51A1;
}

/* Partners Page -------------------------- */

ul#partners li{
	font-weight: bold;
	padding-left: 0px;
	margin: 10px 0 0 0;
	list-style: square;
}

ul#partners li li{
	list-style: circle;
	font-weight: normal;
	margin: 4px 0 0 0;
}


/* Php Pages -------------------------- */

ul#download{
	display:block;
	list-style: none; 
	padding: 0;
	margin: 0 0 15px 0;
	width: 450px;
}

ul#download li{
	display: block;
	width: 450px;
	background: #E6E6FA;
	border-top: 1px solid #fff;
	float: left;
	margin: 0;
}

ul#download li a{
	display: block;
	color: #000;
	font-size: 0.85em;
	padding: 4px 0 4px 16px;
	width: 434px;
	margin: 0;
}

ul#download li a.odd{
	background: #DBDBDB;
}

ul#download li a:hover{
	display: block;
	background: #eee;
	color: #A52929;
}
	
ul#components li{
	margin-bottom: 10px;
}	

#management a.management{
	background-color:  #B2AD54;
}

#strategic a.strategic{
	background-color:  #B2AD54;
}

#pilot a.pilot{
	background-color:  #B2AD54;
}

#dissemination a.dissemination{
	background-color:  #B2AD54;
}

p.warning{
	color: #A52929;
}

/* News Pages -------------------------- */

ul#newsarchive{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#newsarchive li{
	padding: 6px 0 6px 0;
}

p.archives{
	padding-top: 20px;
}

/* Sitemap -------------------------- */
ul#sitemap{
	margin-top: 10px;
}

ul#sitemap li{
	list-style: square;
}

ul#sitemap li li{
	list-style: circle;
}

/* Additional Styles Created for Search Script */
dd{
	padding-top: 3px;
}

dd br{
	padding: 0;
	margin: 0 0 3px 0;
}

.date{
	color: #0A51A1;
}

.url{
	color: #556B2F;
}