/* SPHERATEST - (c) 2006 */
/* ----- Structure and Layout ----- */

body  { background-color: #669933; text-align: center; min-width: 770px }

#wrapper  { text-align: left; margin-right: auto; margin-left: auto; width: 770px }
	
#header {
	padding-top: 10px;
	}

#header1 {
	padding-top: 10px;
	}

#maincontainer  { background: url("../images/container.gif") repeat-y; width: 770px; float: left }

#padding {
	clear: both;
	padding: 30px 0 0 0;
	}

#content   { text-align: justify; padding: 0 0 0 40px; width: 375px; float: left }
#content1 { text-align: justify; padding: 0 20px 0 40px; width: 690px; float: left }
#content2    { font-size: 10pt; font-weight: lighter; padding: 0 0 20px 65px; width: 730px; float: left }

#content3        { text-align: left; margin: 0 45px 0 0; padding: 0 30px 0 0; width: 330px; float: right; vertical-align: middle }

#content4   { margin-top: 10px; margin-left: 20px; padding: 0 0 10px 40px; width: 310px; float: left }

#content5    { text-align: justify; padding: 0 0 0 19px; left: 0; width: 730px; float: left }

#newsbox {
	float: right;
	padding: 5px 0 0 0;
	}
	
#innernews {
	width: 250px;
	margin: 0 40px 0 0;
	padding: 10px 10px 10px 10px;
	background: #EDF3EB;
	border: 1px solid #DCEAD7;
	}
	
	#innernews2  { background: transparent; margin: 0 40px 0 0; padding: 10px; width: 250px; border-style: none }

/* ----- Navigation -----  */

#nav    { margin: 3px; padding-left: inherit; position: relative }
	
#navinner       { line-height: 5px; background: #669933 center; padding-left: 0; position: absolute; left: 12pt; width: 730px; height: 24px; float: none; border-top: 1px solid #666633; border-bottom: 1px solid #666633 }
	
#nav ul   { list-style: none; margin: 0 }
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}
	
#nav li a  { color: #f1f7ee; font-weight: bold; text-decoration: none; text-align: center; margin: 5px 0 0; padding: 4px 12px; float: left }
	
#nav li a:hover   { color: #666633; background: transparent }
	
#nav li a.active   { color: #666633; background: transparent }
	

/* ----- Typography ----- */

body  { color: #444444; font: small/1.6em "MS Trebuchet", Sans-serif }

h1   { color: #666633; font-size: 1.2em; padding-top: 10px }

h2   { color: #666633; font-size: 1em; font-style: italic }

#innernews p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	font-size: .8em;
	line-height: 1.2em;
	}

/* ----- Links ----- */

a  { color: #333333; text-decoration: none }

a:visited  { color: #333333; text-decoration: none }

a:hover  { color: #422100; text-decoration: none }

#footer a {
	color: #333333;
	text-decoration: none;
	}

#footer a:visited {
	color: #333333;
	text-decoration: none;
	}

#footer a:hover  { color: #422100; text-decoration: none }



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}

	