html,body{
	background:#091734 url(/images/see/background/see-background.jpg) center repeat-y;
}

h1 {
}

.header h1 a {
	background:transparent url(/images/see/logo/see-logo.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	float:left;
	height:60px;
	margin-right:75px;
	margin-top:40px;
	width:300px;
}

a:link { 
  color: #81ff81;
  text-decoration:none;
}
a:visited {
  color: #81ff81;
  text-decoration:none;
}
a:hover {
  background: #81ff81;
  color:#000000;
  text-decoration:none;
}
a:active { 
  color: #81ff81;
  text-decoration:none;
}

.faqList li{
	color:#000000;
	margin-left:30px;
	font-size:100%;
	margin-top:5px;
	list-style-type:square;
}

.bulletedList li{
	color:#000000;
	margin-left:30px;
	font-size:110%;
	margin-top:5px;
	list-style-type:square;
	list-style-position:inside;
}

.promo_text
{
	padding:10px;
	font-size:130%;
	color:#81ff81;
}


/*navigation*/

#esp_nav li a:hover, #see_nav li a:hover, #ncse_nav li a:hover, #jdw_nav li a:hover
{
	font-weight:normal;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	display:block;
	background:#194c4e;
}

#esp_nav li a.active, #see_nav li a.active, #ncse_nav li a.active, #jdw_nav li a.active
{
	font-weight:normal;
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	display:block;
	background:#81ff81;
}

/*FAQ*/

.faq_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.question {
	padding: 5px 15px;
	cursor: pointer;
	position: relative;
	background-color:#81ff81;
	margin:1px;
	font-weight:bold;
	font-size: 135%;
	color:#000000;
}
.answer {
	padding-top:5px;
	padding-bottom:10px;
	padding-left: 30px;
	padding-right:10px;
	margin:1px;
	background:#ffffff;
}

.answer p {
	font-size:100%;
}

.quote {
 	color:#CCCCCC;
	font-size:140%;
}

.quote_by {
 	color:#194c4f;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
}


/*buttons*/

a.button {
    background: transparent url('/images/buttons/green_button_right.png') no-repeat scroll top right;
    color:#33FF99;
}

a.button span {
    background: transparent url('/images/buttons/green_button_left.jpg') no-repeat;
}

a.button:active {
    color:#33FF99;
}

/*footer*/

.main_footer
{
	border-top: solid 1px #267579;
}

.featureFirstImpressions
{
	width:800px;
	height:358px;
	background:url(/images/see/featured/social-skills.png) top left no-repeat;
}

hr{
	clear:both;
	padding-top:15px;
	border-top:none;
	border-left:none;
	border-right:none;
}


