@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html,body {
	background-color: #e1e1e1;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/stock/background.gif);
	background-repeat: repeat;
}

.body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height : auto;
!important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
}

#topbar {
	width: 800px;
	height: 100px;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	width: 180px;
	height: 100px;
}

#logo img{
	border: 0px;
}	

#search {
	width: 610px;
	height: 60px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 40px;
}

#header {
	width: 800px;
	height: 208px;
	background-image: url(/stock/header.jpg);
}

#header2 {
	width: 800px;
	height: 208px;
	background-image: url(/stock/header2.jpg);
}

#header-esp {
	width: 800px;
	height: 208px;
	background-image: url(/stock/header-esp.jpg);
}

#headerAdmin {
	width: 800px;
	height: 20px;
	background-image: url(/stock/headerAdmin.gif);
}

#mainbody {
	width: 800px;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}

/* NAVIGATION AREA */

#global_nav  {
	width: 795px;
	height: 30px;
	font-size: 10px;
	background: #fff2cb;
	padding-left: 5px;
}
#global_nav ul {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#global_nav li {
	float: left;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#global_nav a {
	background: url(../Stock/nav-border.png) no-repeat center right;
	color: #000000;
	border-right: none;
	text-decoration: none;
	display: block;
	padding: 8px 8px;
}

#global_nav a:hover {
	color: #000000;
	background: #ffd04f url(../Stock/nav-border.png) no-repeat center right;
	text-decoration: none;
}
#global_nav ul li ul li a {
	color: #000000;
	display: block;
	width: 150px;
	padding: 8px 8px;
	background: #fff2cb;
	border-right: none;
}	
#global_nav ul li ul li a:hover {
	color: #000000;
	background: #ffd04f;
}
#global_nav ul li ul li ul li a {
	color: #000000;
	width: 150px;
	padding: 8px 8px;
	background: #fff2cb;
	border-right: none;
}	
#global_nav ul li ul li ul li a:hover {
	color: #000000;
	background: #ffd04f;
}	

#global_nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#global_nav li:hover, #global_nav li.hover {   
    position: static;   
}  

#global_nav li ul ul { /* third-and-above-level lists */
	display: none;
	margin: -30px 0 0 165px;
}
#global_nav ul ul li:hover ul { /* third-and-above-level lists */
	display: block;
	margin: -30px 0 0 165px;
}

#globa_nav li:hover ul ul, #global_nav li.sfhover ul ul {
	left: -999em;
}

#global_nav li:hover ul, #global_nav li li:hover ul, #global_nav li.sfhover ul, #global_nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* END NAVIGATION STYLES */

#right_content {
	width: 760px;
	height: 100%;
	padding: 20px;
	font-size: 11px;
	line-height: 16px;
	background-color: #FFFFFF;
	float: left;
}

#right_content img {
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
}

#right_content h1 {
	color: #98c773;
	font-size: 18px;
	padding-bottom: 8px;
	padding-top: 2px;
}

#right_content h2 {
	color: #98c773;
	font-size: 14px;
	padding-bottom: 8px;
	padding-top: 8px;
}

#right_content h3 {
	color: #98c773;
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 6px;
}


#right_content a:link {
	color: #006666;
}
#right_content a:visited {
	color: #006666;
}
#right_content a:active {
	color: #006666;
}
#right_content a:hover {
	color: #006666;
}

#right_content ul {
	padding-left: 26px;
	text-decoration: none;
	list-style-type: circle;
}

#right_content ol {
	padding-left: 26px;
	text-decoration: none;
}
#right_content blockquote {
	padding-left: 26px;
	text-decoration: none;
}

#footer {
	width: 800px;
	height: 46px;
	padding-top: 4px;
	text-align: center;
	background-color: #98c773;
	background-image: url(/stock/footer.gif);
	color: #FFFFFF;
	
}

#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:active {
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
}

.providers {
	/*color: #98c773;*/
	color: #006c64;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	
}

.workshop {
	border: 1px solid #000000;
	display: inline;
	padding: 7px 7px 7px 7px;
}

#indent {
	padding-left: 25px;
	padding-bottom: 15px;
}

#indent a:link {
	color: #006c64;
	font-size: 12px;
}
#indent a:visited {
	color: #006c64;
	font-size: 12px;
}
#indent a:active {
	color: #006c64;
	font-size: 12px;
}
#indent a:hover {
	color: #006c64;
	font-size: 12px;
}

/*fck editor styles*/

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0c2577;}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #05981d;}
            
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;}
            
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666666;}
	
/* Admin Styles */

#mainbody-admin {
	width: 800px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(/stock/mainbody-bg.gif);
	background-repeat: repeat-y;
}
#admin-nav  {
	width: 200px;
	height: 100%; /*change to 100% when building actual site*/
	background-color: #fff2cb;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

#admin-nav span {
	float: right;
}

#admin-nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#admin-nav a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 28px;
	padding-top: 12px;
	padding-left: 10px;
	font-size: 12px;
	text-align: left;
	background-image: url(/stock/nav-main-bg.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

#admin-nav ul ul a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 40px;
	font-size: 12px;
	text-align: left;
	background-image: url(/stock/nav-sub-bg.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

#admin-nav a:hover {
	color: #000000;
	background-image: url(/stock/nav-main-bg-over.gif);
	background-repeat: no-repeat;
}

#admin-nav ul ul a:hover {
	color: #000000;
	background-image: url(/stock/nav-sub-bg-over.gif);
	background-repeat: no-repeat;
}

#admin-content {
	width: 560px;
	height: 100%;
	padding: 20px;
	font-size: 11px;
	line-height: 16px;
	background-color: #FFFFFF;
	float: left;
}

#admin-content img {
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
}

#admin-content h1 {
	color: #98c773;
	font-size: 18px;
	padding-bottom: 8px;
	padding-top: 2px;
}

#admin-content h2 {
	color: #98c773;
	font-size: 14px;
	padding-bottom: 8px;
	padding-top: 8px;
}

#admin-content h3 {
	color: #98c773;
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 6px;
}


#admin-content a:link {
	color: #006666;
}
#admin-content a:visited {
	color: #006666;
}
#admin-content a:active {
	color: #006666;
}
#admin-content a:hover {
	color: #006666;
}

#admin-content ul {
	padding-left: 26px;
	text-decoration: none;
	list-style-type: circle;
}

#admin-content ol {
	padding-left: 26px;
	text-decoration: none;
}
#admin-content blockquote {
	padding-left: 26px;
	text-decoration: none;
}
	
/* Question Box Styles */

.questionbox {
	width: 180px;
	padding: 0px 10px 10px;
	background: #006666 url(../Stock/QuestionBox_bottom.gif) center bottom no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.questionbox-heading {
	width: 200px;
	line-height: 40px;
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: url(../Stock/QuestionBox_heading.gif) no-repeat;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
}
.questionbox p {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.questionbox .input {
	padding: 5px 0px;
	margin: 0px 0px;
}
.questionbox .multiline {
	height: 40px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	border: 1px solid #000;
}
.questionbox .text {
	height: 15px;
	font-size: 12px;
	width: 100px;
	border: 1px solid #000;
}
.questionbox .text-long {
	height: 15px;
	font-size: 12px;
	width: 100px;
	border: 1px solid #000;
}
.questionbox .submit {
	border: 2px solid #98c773;
	width: 60px;
	height: 25px;
	background: #FFF;
}
.questionbox .submit:hover {
	border: 2px solid #ffd14f;
}
.error {
	font-size: 12px;
	color: #FF0000;
}

.errorSearch {
	font-size: 11px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#workshop-search {
border:1px solid #95c371;}

#workshop-search form {
margin:0px 25px;}

#workshop-search form input {
margin:0px 5px;
padding:0px;}

#workshop-search #submit {
margin-right:40px;}

#workshop-search h1 {
background:#95c371;
color:#FFFFFF;
padding:5px;
border-bottom:2px solid #6eaa61;
}

#workshop-search h2 {
color:#95c371;
padding:5px;
border-bottom:1px solid #6eaa61;
width:220px;
}

#workshop-search p {
margin:5px 0px;
padding:0px;}



#workshop-search2 {
border:1px solid #95c371;}

#workshop-search2 form {
margin:0px;}

#workshop-search2 form input {
margin:0px 5px;
padding:0px;}

#workshop-search2 #submit {
margin-right:40px;}

#workshop-search2 h1 {
background:#95c371;
color:#FFFFFF;
padding:5px;
border-bottom:2px solid #6eaa61;
}

#workshop-search2 h2 {
color:#95c371;
padding:5px;
border-bottom:1px solid #6eaa61;
width:220px;
}

#workshop-search2 p {
margin:5px 0px;
padding:0px;}





#zipcodeDetail {
padding:5px 28px;
background:url(../Stock/bullet.gif) left top no-repeat;}

#countyDetail {
padding:5px 28px;
background:url(../Stock/bullet.gif) left top no-repeat;}

#monthDetail {
padding:5px 28px;
background:url(../Stock/bullet.gif) left top no-repeat;}

#dateDetail {
padding:5px 28px;
background:url(../Stock/bullet.gif) left top no-repeat;}

#languageDetail {
padding:5px 28px;
background:url(../Stock/bullet2.gif) left top no-repeat;}

#formatDetail {
padding:5px 28px;
background:url(../Stock/bullet2.gif) left top no-repeat;}

#providerDetail {
padding:5px 28px;
background:url(../Stock/bullet2.gif) left top no-repeat;}


.date {
background:url(../Stock/date-bg.gif) center bottom no-repeat;
width:74px;
border: 1px solid #c2d69b;
color:#000000;
font-weight:bold;}

.testtable td {
padding:8px;}


#countyDetails {
padding:5px 28px 10px 28px;
width:200px;
background:url(../Stock/bullet.png) left top no-repeat #d3e4c6;}

#cityDetails {
padding:5px 28px 10px 28px;
width:200px;
background:url(../Stock/bullet.png) left top no-repeat #d3e4c6;}

#zipcodeDetails {
padding:5px 28px 10px 28px;
width:200px;
background:url(../Stock/bullet.png) left top no-repeat #d3e4c6;}

