/*
This is Eric Meyer's CSS Reset. 
(http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)  It's pretty
harsh, but serves as a clear-all for browser-imposed CSS styles.  If you wish to
perform your own CSS reset, comment out this line.
*/

@import url("/css/reset.css");
.center {
	margin: 0 auto;
	text-align: center;
}
th, td {
	padding: 5px;
}
label {
	clear: left;
	float: left;
	padding: 5px;
	text-align: right;
	width: 150px;
}
input {
	margin: 5px;
}
textarea {
	height: 150px;
	width: 550px;
}
#footer {
	clear:both;
	padding: 10px;
	font-size:13px;
	margin: auto;
	display: block;
}
a {
  color: #3E6809;
}
a:hover, a:visited {
  color: #7CB13A;
}
/* Some styles for 'cms/edit' */

#edit_page_form {
	display: block;
	margin: auto;
	
}
.wmd-preview {
	border: thin solid;
	height: 190px;
	overflow: auto;
	width: 550px;
	margin: auto;
	text-align: left;
	padding: 5px;
	margin-bottom: 30px;
}
body {
	background:white;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size: 16px;
	line-height:23px;
	height: 100%;
}
#main {
	background:url(../images/background.png) no-repeat top fixed;
	width:1024px;
}
#container {
	background-color:white;
	width:850px;
	height:100%;
}
/* BEGIN nav1 AREA*/

#nav1 {
	width:590px;
	height:44px;
	float: right;
}
#nav1 ul {
	margin-left: 15px;
}
#nav1 li {
	display:inline;
	float:right;
	margin-top:10px;
	margin-left:13px;
}
#search {
	background:url(../images/nav1.png) -368px 0px;
	height:23px;
	width:177px;
}
/* BEGIN LOGO/NAV2 AREA*/
	
#container2 {
	height:121px;
	width:850px;
}
a.logo:link, a.logo:active, a.logo:visited, a.logo:hover {
	background:url(../images/logo.jpg) no-repeat top;
	display:block;
	float:left;
	height:106px;
	margin-left:30px;
	width:237px;
}
#nav2 {
	float:right;
	width:565px;
	height:121px;
}
/* BEGIN CONTENT AREA*/
#gotsmarts {
  display: block;
  padding-left: 20px;
  margin-top: -30px;
}
#contentStyling {
  padding-right: 20px;
  padding-bottom: 5px;
  width: 535px;
  float: right;
}
#bookdiv {
   padding-right: 0px;
   padding-bottom: 5px;
   margin-left: -15px;
 }
#contentStyling ul {
  margin-left: 30px;
  display: inline-block;
  width: 500px;
}
#contentStyling ul li{
  margin-left: 10px;    
  list-style-image: url(/images/leaf.jpg);
  *margin: 0;

}
#container3 {
	padding-top:35px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:70px;
	text-align:left;
}

#container3 li {list-style-type:disc;}
#container3 ul {margin-bottom:20px;}

/* BEGIN FOOTER*/

#sponsors {
	background-color:white;
	padding-bottom:20px;
	clear: both;
	padding-top: 10px;
	text-decoration: none;
}
#sponsors ul {
	list-style-type:none;
	margin-left:25px;
}
#sponsors li {
	display:inline;
	margin-left:60px;
}
#sponsorss {
	background-color:white;
	padding-bottom:20px;
	clear: both;
	padding-top: 10px;
	text-decoration: none;
}
#sponsorss ul {
	list-style-type:none;
	margin-left: -100px;
}
#sponsorss li {
	display:inline;
	margin-left:70px;
}
a.sponsors:link, a.sponsors:visited, a.sponsors:active, a.sponsors:hover {
	overflow:hidden;
	display:block;
}
.space {
	width:100%;
	height:20px;
}
p {
	padding-bottom:15px;
}
h1 {
	padding-bottom:15px;
	/*font-size: 30px;
	color: #3E6809;*/
}
h2 {
  color: white;
	background: #3E6809;
  margin-bottom: 15px;
  text-indent: 5px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
#sliderbg {
	background:url(../images/rotatorbg.jpg) no-repeat top;
	display:block;
	width:553px;
	height:343px;
}
/*  ROTATOR STUFF   */
/* Easy Slider */
/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */	
#slider {
  margin-left: 13px;
  margin-top: 11px;
  width: 527px;
  height: 318px;
}
#slider img {
  width: 527px;
  height: 318px;
}
#slider2 {
	margin-top:1em;
}
#prevBtn, #nextBtn,  #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:696px;
}
#prevBtn a, #nextBtn a,  #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}
/* numeric controls */	

	ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
/* // Easy Slider */
/**dropdowns**/
#jsddm {
	margin: 0;
	padding: 0;
	position: relative;
  z-index: 2;

}
#jsddm li {
	float: left;
	list-style: none;
	font: 0px Tahoma, Arial;
}
#jsddm li a {
	display: block;
	padding: 0px;
	text-decoration: none;
	color: black;
	white-space: nowrap;
}
#jsddm li a:hover {
}
#jsddm li ul {
	margin: 0;
	padding: 0;
	width: auto;
	position: absolute;
	visibility: hidden;
}
#jsddm li ul li {
	float: none;
	display: inline;
}
#jsddm li ul li a {
	width: 130px;
	padding: 10px;
	background: #F1F2EA;
	text-align: left;
	border-bottom: 1px solid black;
	font-weight: bold;
	font-size: 11px;
	color: #68696A;
}
#jsddm li ul li a:hover {
	background: #AFAFAD;
	color: white;
}
/**end dropdowns**/

#jsddm a.skillstandard {
	background:url(/images/nav2.png) 0px 0px;
	height:121px;
	width:96px;
}
/*
a.passportprogram:link, a.passportprogram:active, a.passportprogram:visited, a.passportprogram:hover {
	background:url(../images/nav2.png) -96px 0px;
	height:121px;
	width:130px;
}
a.partners:link, a.partners:active, a.partners:visited, a.partners:hover {
	background:url(../images/nav2.png) -225px 0px;
	height:121px;
	width:93px;
}
a.talkaboutit:link, a.talkaboutit:active, a.talkaboutit:visited, a.talkaboutit:visited {
	background:url(../images/nav2.png) -318px 0px;
	height:121px;
	width:129px;
}
a.industrylinks:link, a.industrylinks:active, a.industrylinks:visited, a.industrylinks:visited {
	background:url(../images/nav2.png) -449px 0px;
	height:121px;
	width:96px;
}
*/
/*text formatting*/
.bolditalic {
  font-weight: bold;
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.bigger {
  font-size: 2em;
}
/*end text formatting*/
/* gold */
.sponsors_top {
  background: url(/images/sponsors_top.jpg) no-repeat;
  height:23px;
  width:216px;
}
.sponsors_middle {
  background: url(/images/sponsors_middle.jpg) repeat-y;
  min-height: 20px;
  height: auto !important;
  width:216px;
}
.sponsors_bottom {
  background: url(/images/sponsors_bottom.jpg) no-repeat;
  height:20px;
  width:216px;
}
.sponsors_middle p{
  padding: 0 10px;
  font-size: .7em;
  font-family: verdana, helvetica, sans-serif;
}
.sponsors_middle a{
  color: black;
}
/*end gold*/
/***operations***/
.section_title {
  list-style-type: none;
  font-size: 17px;
  font-weight: bold;
}
#skills li{
  list-style-type: none;
  list-style-image:none;
}
#skills ul {
  vertical-align: top;
  width: 223px;
}
/*end operations*/
/***************admin*****************/
#admin_home {
  height: 500px;
  font-family: "trebuchet ms", helvetica, sans-serif;
}
#admin_home a{
  margin: 100px auto;
}
#cms_stuff a{
  color: white;
  padding: 10px;
  background: #98B14B;
  text-decoration: none;
  display: block;
  width: 150px;
  margin: auto;
  font-family: "trebuchet ms", helvetica, sans-serif;
}
#cms_stuff a:hover{
  background: #46522A;
}
#cms_stuff {
  /*width: 900px;*/
}
#cms_title {
  margin: 10px;
}
#admin_barr {
  float: right;
  margin-top: -100px;
  margin-right: 10px;
}
#adminn {
    width: 572px; height: 42px;
    background: url(/images/admin_bar.png) no-repeat;
    position: relative;
  }
  #adminn li {
    position: absolute; top: 0;
  }
  #adminn li, #adminn a {
    height: 42px; display: block;
  }
  #adminn_home {left: 0; width: 94px;}
  #adminn_edit {left: 94px; width: 152px;}
  #adminn_manage {left: 246px; width: 207px;}
  #adminn_logout {left: 453px; width: 119px;}
  
  #adminn_home a:hover {
    background: transparent url(/images/admin_bar.png)
    0 -42px no-repeat;}
  #adminn_edit a:hover {
    background: transparent url(/images/admin_bar.png)
    -94px -42px no-repeat;}
  #adminn_manage a:hover {
    background: transparent url(/images/admin_bar.png)
    -246px -42px no-repeat;}
  #adminn_logout a:hover {
    background: transparent url(/images/admin_bar.png)
    -453px -42px no-repeat;}
.form_name_admin {
  font-family: "Trebuchet MS", helvetica;
  font-weight: normal;
  color: #46522A;
}
.fontt {
  font-family: "Trebuchet MS", helvetica, sans-serif;
  color: #46522A;
  font-weight: normal;
}
#login_form {
  width: 400px;
  height: 400px;
  margin: 50px auto;
}
.fail_admin {
  background: #FFB7B7;
  font-family: "Trebuchet MS", helvetica, sans-serif;
  margin-bottom: 10px;
  border: 1px solid red;
}
.success_admin {
  background: #DEF79F;
  font-family: "Trebuchet MS", helvetica, sans-serif;
  margin-bottom: 10px;
  border: 1px solid #b4ec20;
}
/***end admin***/
/*************************accordion****************************/
.basic  {
	width: 520px;
	font-family: verdana;
	border: 1px solid #7CB13A;
}
.basic div {
	background-color: #E8FBD0;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #7CB13A;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #7CB13A;
}
.basic a:hover {
	background-color: #3E6809;
}
.basic a.selected {
	color: black;
	background-color: #B4F169;
}
/*end accordion*/
/***content pages***/
.top_title{
  margin-bottom: 10px;
}
/***validation styling***/
  .LV_valid {
    display: none;
  }
.LV_validation_message{
    font-size: 10px;
    font-family: "Trebuchet MS", verdana, sans-serif;
    margin:0 0 0 5px;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}