/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #e8e8e8;
	background-color: #1b1b1b;
	}






															/** MAIN CONTAINERS **/
	div#container {
	margin: 1em auto;
	background-image: url(../images/bggreen.jpg);
}
	div#header {
	color: inherit;


		}
	div#header-in {
	padding: ;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
}
	div#content-wrap {
	padding-right: 23px;
	padding-left: 20px;

}
	div.content {
	color: inherit;


			}
	div.content-in {
	height: 340px;
	background: url(../images/hometitlebg.png) repeat-x;
	height: 214px;
	text-align: center;
	padding-top: 9px;
}
	div.content1 {
	color: inherit;


			}
	div.content-in1 {
	background: url(../images/hometitlebg.png) repeat-x;
	padding-top: 4px;
	padding-right: 25px;
	padding-left: 25px;
}
 	div.column {
	width: 200px;
	color: inherit;
	background: url(../images/hometitlebg.png) repeat-x;
}
	div.column-in {
	
	height: 340px;
	text-align: center;
	padding-top: 9px;
}
	div#footer {
	color: inherit;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 26px;
}
		div#footer-in {
	background: url(../images/hometitlebg.png) repeat-x;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-left: 8px;
}
		div#footer-in2 {
		background: url(../images/hometitlebg.png) repeat-x;
			padding-left: 8px;
			padding-right: 8px;
}
	div#div-wrap {
	width: 550px;
}



/** NAV **/


#mainNav {

  margin: 7px 0 0;
  list-style: none;
  overflow: hidden; 
  zoom: 1;
	height: 78px;
	padding: 0;
}

#mainNav li {
    float: left;
	width: 143px;
}


#mainNav a {
	background: url(../images/navbg.png) repeat-x left top;
  color: #c0c0c0;
  font-size: 12px;
  font-weight: lighter;
  text-decoration: none;
  display: block;
  zoom: 1;
  line-height: 45px;
	padding-left: 10px;
	margin-right: 1px;
	padding-top: 3px;
	height: 74px;
}

#mainNav a:hover {
  
 
   	height: 80px;
	color: #ed931a;
	
}

#home #homeLink, 
#feature #featureLink, 
#expert #expertLink, 
#quiz #quizLink, 
#project #projectLink,


{
  background-position: 3px 100%;
  padding-right: 15px;
  padding-left: 30px;
  font-weight: bold;
  	height: 57px;
}




															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/

h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}





					






															/** END **/
