/* =reset
--------------------------------------------------------------------*/

* {
	border: 0;
	padding: 0;
	margin: 0;
}


/* =basic tags
--------------------------------------------------------------------*/

body {
	text-align: center;
	background: #e0bc50 url(/i/bg-texture-dk.jpg) 50% 0;
	font: 12px/150% lucida, "lucida grande", Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	padding-top: 10px;
}

p, ul, ol, hr, blockquote, cite {
	margin: 0 0 1.5em 0;
}

ul, ol {
	padding-left: 1.5em;
}

ul li {
	list-style-type: square;
}

hr {
	border-top: 1px solid #ddd;
}

small, .smaller, cite {
	font-size: 9px;
}

cite {
	color: #444;
	display: block;
	line-height: 130%;
}


/* =links
--------------------------------------------------------------------*/

a {
	font-weight: bold;
	color: #400;
	text-decoration: none;
}

a:visited {
	color: #300;	
}

a:hover {
	text-decoration: underline;
	color: #a00;
}

/* =headings
--------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #300;
	font-family: trebuchet, "trebuchet ms", verdana, arial, helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: .3em;
}

h1 {
	font-size: 280%;
	font-weight: normal;
}
h2 {
	font-size: 200%;
}
h3 {
	font-size: 175%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}



/* =layout anatomy
--------------------------------------------------------------------*/
 
#wrapper, #content, #footer, #topper {
	width: 900px;
}

#wrapper {
	background: #f6ecd1 url(/i/bg-texture.png) 50% 0 repeat;
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow: visible;
	}

#topper {
	background: url(/i/bg-header.png) 0 0 no-repeat;
	padding-top: 20px;
}


#main {
	padding: 0 50px;
	float: left;
	overflow: visible;
	}


#head {
	height: 130px;
	float: left;
	width: 800px;

}


#content {
	width: 510px;
	float: left;
	display: inline;
	padding-bottom: 30px;
	margin-right: 30px;
}

#sidebar {
	width: 240px;
	float: left;
}


#footer {
	margin-top: 2.5em;
	padding-bottom: 20px;	
	background: url(/i/bg-footer.png) 0 bottom no-repeat;
	clear: both;
}

.pad30 {
	padding: 0 30px;
}

.pad50 {
	padding: 0 50px;
	float: left;
}


/* =head
--------------------------------------------------------------------*/

#head h1 {
	background: url(/i/title-full.gif) 0 0 no-repeat;
	height: 130px;
	text-indent: -10000px;
}

#head h3 {
	display: none;
}


/* =page title replacement
--------------------------------------------------------------------*/



/* =navigation
--------------------------------------------------------------------*/


#nav {
	width 240px;
	padding: 0 0 30px 0;
	list-style: none;
	overflow: hidden;
	margin: 10px;
	float: left;
}


#nav li {
	padding: 0;
	margin: 0 0 -8px 0;
/*	float: left;
 	display: inline; */
	width 240px;
	height: 45px;
	text-align: center;
}

#nav li#forworkplaces {
	margin-right: 0;
}

#nav a {
	width: 240px;
	color: #fff;
	display: block;
	overflow: hidden;
	padding-top: 45px;
	height: 0px !important;
	height /**/:45px; /*for IE5/Win only */
	background-position: 40% 0;
	background-repeat: no-repeat;
	position: relative;
}


#forkids a {
	background-image: url(/i/b/forkids.png);
}
#forparents a {
	background-image: url(/i/b/forparents.png);
}
#forschools a {
	background-image: url(/i/b/forschools.png);
}
#forhealthcare a {
	background-image: url(/i/b/forhealthcare.png);
}
#forworkplaces a {
	background-image: url(/i/b/forworkplaces.png);
}


#nav a:hover, #nav a:active {
	background-position: 40% -45px;
}

#nav a.current {
	background-position: 30% -45px;
	z-index: 10000;
}

#nav li a:hover {
	z-index: 10001;
}


/* =content/text styles
--------------------------------------------------------------------*/

.intro, .homeblurb {
	font-size: 140%;
	line-height: 125%;
}



.clr {
	clear: both;
	visibility: hidden;
	margin: 0;
	width: 1px;
}



.widget {
	background: #cca;
	float: left;
	display: inline;
	width: 230px;
	overflow: hidden;
}

.widget, .sidebar {
	margin-left: 20px;
}

.widget a {
	display: block;
	opacity: .8;
	moz-opacity: .8;
	border: 2px solid #036;
/* 	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; */
	overflow: hidden;
}
.widget a:hover {
	opacity: 1.0;
	moz-opacity: 1.0;
}


.sidebar {
	margin-top: 120px;
}

.req {
	color: #f00;
}

.linklist {
	font-size: 90%;
	list-style-type: square;
	padding: 0;
}
.linklist li {
	margin: 0;
}

.slideshow {
	border: 2px solid #AB7439;
}

p.handybg {
	background: url(/i/hand-small.gif) 0 0 no-repeat;
	padding-left: 315px;
	margin-left: -30px;
	min-height: 200px;
}



/* =flotation
--------------------------------------------------------------------*/
.r {
	float: right;
/* 	display: inline; */
	margin-left: 20px;
}

.l {
	float: left;
/* 	display: inline; */
}

.c {
	text-align: center;
}
.c img {
	margin: 0 auto;
	position: relative;
}

img.r, p.r img, img.l, p.l img {
	border: 1px solid #cc9;
	padding: 1px;
}

img.r, p.r img {
	margin: 0 0 .5em 10px;
}

img.l, p.l img {
	margin: 0 10px .5em 0;
}



/* =multi-columns
--------------------------------------------------------------------*/

.col {
	float: left;
	display: inline;
	margin-right: 20px;
	font-size: .9em;
	line-height: 140%;
}


.last {
	margin-right: 0;
}

.half {
	width: 395px;
}

.twothird {
	width: 512px; 
}

.third, .sidebar {
	width: 266px;
}

.fourth {
	width: 186px;
/* 	background: #dee; */
}

.col p, .col ul, .col ol, .col hr {
	margin: 0 20px 1em 20px;
}


.homecols {
	width: 800px;
	background: url(/i/bg-cols.gif) 50% 0 no-repeat;
	float: left;
	padding: 15px 0 20px 0;
	margin: 0 0 30px 0;
	text-align: center;
}

.homecols .third {
	width: 200px;
	margin: 0 20px;
	background: #fff;
}

.homecols .middle {
	margin: 0 55px; 
}	

.homecols h3 {
	text-align: center;
}

.homecols .col p, .homecols .col h4, .homecols .col ul, .homecols .col ol, .homecols .col hr {
	margin: 0 10px 1em 10px;
}

.dlbox {
	float: right;
	margin: 0 0 1em 10px;
	text-align: center;
	font-size: 10px;
	line-height: 130%;
}

.dlbox a img {
	border: 2px solid #600;
}
.dlbox a:hover img {
	border-color: #900;
}


/* =sponsor logos
--------------------------------------------------------------------*/

.logospan {
	width: 200px;
	margin: 20px;
	background: url(/i/bg-logos.gif) 0 25px no-repeat;
	float: left;
	display: inline;
}

.logospan h3 {
	margin-left: 15px;
	margin-bottom: 10px;
	clear: both;
}

.logospan p {
	margin: 0 10px;
/* 	width: 180px; */
	text-align: center;
	float: left;
	display: inline;
}

.slogo {
/* 	background: #303; */
	margin: 0 auto 20px auto;
	position: relative;
	width: 180px;
	text-align: center;
}

.slogo img {
	position: relative;
	margin: auto 0;
	max-width: 150px;
}



/* =forms
--------------------------------------------------------------------*/


label {
	display: block;
	margin-bottom: .2em;	
}

input, textarea, select {
	font: 16px/110% "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;
	border-width: 2px;
	border-style: solid;
	border-color: #777 #ccc #ccc #777;
	padding: 6px;
	width: 300px;
	color: #666;
	margin-bottom: 3px;
	background: #efefef;
}

select {
	width: auto;
}

textarea {
	width: 450px;
	
}

form hr {
	clear: both;
	width: 100%;
}

form p {
	width: 100%;
	float: left;
	margin-bottom: 1em;
}


.submit input, .but, .loose, .check, .w_auto {
	width: auto;
	text-align: left;
}

.but, .loose, .check {
	margin-bottom: 0;
}

.submit input, .but {
	border-color: #ccc #777 #777 #ccc;
	border-width: 2px;
	background: #ddd;
	color: #222;
}

.check {
	border: 0;
	display: inline;
	margin: 0 5px 0 0;
}

input:focus, textarea:focus, select:focus, input.but:hover {
	background: #fff;
	color: #333;
}



/* =misc
--------------------------------------------------------------------*/

.bare, img.bare {
	border: 0;
	padding: 0;
}

a.dl {
	padding: .1em 0 .1em 22px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
a.pdf {
	background-image: url(/i/icon_pdf.png);
}
a.word {
	background-image: url(/i/icon_word.png);
}
a.emailadd {
	background-image: url(/i/email_add.png);
}
a.film {
	background-image: url(/i/icon_film.png);
}
a.newwin {
	background-image: url(/i/icon_newwin.gif);
	background-position: right 50%;
}
