﻿body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:18px;
	background:#e6f0c4 url(/images/bodyHomeBG.gif) repeat-x top center;
	margin:0;
	padding:0;
}

img
{
	border:none;
}

a
{
	color:#67830a;
	text-decoration:none;
}

a:hover
{
	color:#666666;
	text-decoration:underline;
}

#siteWrapHome
{
	width:1000px;
	height:auto;
	margin:0 auto;
}

#logoHome
{
    position:absolute;
    z-index:900;
    top:0px;
    width:377px;
    height:164px;
    margin-left:188px;
}

#headlineHome
{
    position:absolute;
    z-index:900;
    top:210px;
    width:335px;
    height:151px;
    margin-left:335px;
}

#featureHome
{
	width:800px;
	height:389px;
	margin:95px 0 0 104px;
	padding:0;
	overflow:hidden;
}

#featureHome ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#featureHome ul li
{
    padding:0;
}

#navHome
{
	height:28px;
	width:930px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#navHome ul
{
	list-style:none;
	margin:0;
	padding:0;

}

#navHome ul li
{
	display:inline;
	margin:0;
	padding:0;
	width: auto;
	float:left;
}

#navHome ul li a
{
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:28px;
	overflow:hidden;
	text-indent:-5000px;
}

#navHome ul li a:hover
{
	background-position:left -28px;
}

#navHome ul #navAboutHome a
{
	height:28px;
	width:108px;
	background-image:url(/images/navHomeAbout.gif);
}

#navHome ul #navEducationHome a
{
	height:28px;
	width:307px;
	background-image:url(/images/navHomeEducation.gif);
}

#navHome ul #navVentureHome a
{
	height:28px;
	width:135px;
	background-image:url(/images/navHomeVenture.gif);
}

#navHome ul #navNewsHome a
{
	height:28px;
	width:148px;
	background-image:url(/images/navHomeNews.gif);
}

#navHome ul #navContactHome a
{
	height:28px;
	width:98px;
	background-image:url(/images/navHomeContact.gif);
}

#navHome ul #navSupportHome a
{
	height:28px;
	width:104px;
	background-image:url(/images/navHomeSupport.gif);
}

#rotatorHome
{
	width:700px;
	margin:30px auto 20px auto;
	height:180px;
}

#rotateMe
{
    width:700px;
    height:180px;
}

#rotateMe #rotateControl
{  
    width:150px;
    height:180px;
    float:left;
	text-align:center;
	color:#506703;
	margin-right:10px;
}

#rotateMe #rotateText
{
    background-image:url(/images/homeRotatorBG.gif);
    background-repeat:repeat-x;
    width:537px;
    height:180px;
    overflow:hidden;
}

#rotateMe img
{
	height:112px;
	width:150px;
	margin-bottom:10px;
}

h1.rotateTitle
{
	color:#FFFFFF;
	font-size:20px;
}

h1.rotateTitle a
{
    color:#FFFFFF;   
}

h1.rotateTitle a:hover
{
    color:#CCCCCC;
    text-decoration:none;
}

#rotateMe h1
{
	display:inline;
	margin:0 0 5px;
}

#rotateMe p
{
	margin-top:0;
	font-size:12px;
}

#footer
{
	text-align:center;
}

#footer #footerNav
{
	text-align:center;
	margin:0 auto;
	list-style:none;
	padding:5px 0;		
}

#footer #footerNav li
{
	display:inline;
	padding:0 12px;
	border-right:1px solid #67830a;
	font-size:11px;
}

#footer #footerNav li.lastItem
{
	border:none;
}

#footerCopy
{
	color:#67830A;
	font-size:10px;
	margin-bottom:10px;
	padding-top:15px;
}

#footerUseInfo
{
    color:#67830A;
    line-height:12px;   
    font-size:10px;
}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
  
}


@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  .sIFR-active h1.rotateTitle {
    font-family: Verdana;
    visibility: hidden;
	font-size:20px;
  }

}