/* CSS Document */

* {
	padding: 0;
	margin:0;
	float: none;
}
body {
	margin: 0;
	padding: 0;
	font: 15px Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #666/*#EAF0F5*/;
}
#wrapper {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	font-size: .9em;
	background: url('../images/bg_grey.jpg') repeat-y top center; 
}
#container {
	width: 960px;
	margin: 0 auto;
	background: #000 url('../images/side_content_bg.gif') no-repeat 0 260px;
}

/*#containerBtm {
	width: 980px;
	background: red url('../images/bg_bottom.jpg') no-repeat bottom center;
	margin-bottom: 40px;
}*/

#header {
	height: 215px;
}
#header .logo {
	float: left;
	width: 345px;
	height: 215px;
	background: #fff;
	text-align: center;
}
#header #fadeshow {
	float: right;
	height: 215px;
	width: 603px;
	background: #CAA1A1;
}
.intro {
	display: block;
	text-align: center;
	padding: 10px 0 12px;
	font: 18px Verdana, sans-serif;
	color: #fff;
}
#side {
	float: left;
	width: 345px;
	background: #5880B1;
}
#content {
	/*border-top: solid 5px #70CE31;*/
	/*<border-bottom: solid 5px #f8b209;*/      /*  the content box border orange btm   */
	float: right;
	width: 603px;
	padding-top: 45px;
	padding-bottom: 45px;
	background: #fff url('../images/green_line.jpg') no-repeat top center;
}
#resources #content {
	padding-bottom: 200px;
}
#content #news {
	padding-bottom: 550px;
}
#borderBtm {
	background: #000;
	height: 12px;
}
#footer {
	width: 980px;
	margin: 0 auto;
	/*background: #1D97DE/*#EAF0F5 url('../images/footer.jpg') no-repeat top center;*/
	background: url('../images/bg_btm.jpg') no-repeat bottom center;
	padding-bottom: 45px;
	text-align: left;
}
.sublimity {
	float: right;
	margin-right: 30px;
	margin-top: -15px;
}

/* Ajax and external files */

#fairviewTraining {
	text-align: left;
	font: 15px Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px;	
	letter-spacing: 1px;
}
#sublimityTxt {
	text-align: left;
	font: 15px Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px;	
	letter-spacing: 1px;
}
#sublimityTxt p {
	margin-bottom: 5px;
}
.validateIcon {
	margin-top: 10px;
	padding-bottom: 20px;
}
.sublimity a {
	color: #fff;
	font-weight: bold;
}
.sublimity a:hover {
	color: #97B2D1;
}

/* transcript */

body#transcript {
	margin: 20px;
	text-align: left;
	background: #fff;
	color: #000;
	font-size: .9em;
	width: 500px;
}
body#transcript p {
	margin: 10px;
}
.speaker {
	font-weight: bold;
}
.transcript {
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 15px;
}
body#home .transcript {
	padding-top: 10px;
}
body#transcript h2 {
	margin-left: 10px;
	margin-bottom: 30px;
	color: #33628A;
	border-bottom: dotted 2px #70CE31;
}
blockquote {
	margin-left: 25px;
}
/* misc */


.fadeTitle {
	color: #666;
}
.paypal {
	float: right;
	margin-right: 20px;
	margin-top: -20px;
}
.paypalTxt {
	display: inline;
	margin-left: 10px;
}
.artsVideo object {
	float: left;
	margin-right: 20px;
	padding-bottom: 15px;
	margin-left: 15px;
}
.facebook {
	display: block;
	margin-top: 65px;
	background: url('../images/facebook_icon.jpg') no-repeat 10px 20px;
	height: 100px;
}
.facebook h6 {
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	/*border-bottom: 2px dashed #E06F2F; /* first border  */
	border-top: 2px dashed #97B2D1;
	/*border-bottom: 2px dashed #88D53E;*/
	line-height:55px;
	font-weight: normal;
	text-align: left;
	padding-left: 50px;
}
.facebook h6 a {
	font-size: 1em;
	font-weight: bold;
}	
img {
	border: none;
	display: block;
}
.clear {
	clear: both;
}
.execDirectorPic {
	background: #fff;
	padding: 7px;
	border: 1px solid #ccc;
}
#who {
	position: absolute;
	margin-top: 5px;
	margin-left: 170px;
	background:url('../images/who_we_are.png');
	width: 140px;
	height: 100px;
}
.bold {
	font-weight: bold;
}
.downloadApp a{
	float: right;
	margin-top: -40px;
	margin-left: -13px;
	background: url('../images/download_app_link.jpg') no-repeat left center;
	width:  229px;
	height: 111px;
	text-indent: -5000px;
}
.downloadApp a:hover {
	float: right;
	margin-top: -40px;
	margin-left: -13px;
	text-indent: -50000px;
	background: url('../images/download_app_link.jpg') no-repeat right center;
	width:  229px;
	height: 111px;
}
.adobeReader {
	float: left;
	margin-top: -5px;
	width: 265px;
	font-size: .8em;
	margin-bottom: 20px;
}
.adobeImage{
	display: block;
	margin-bottom: 15px;
}
.rightClick {
	float: right;
	margin-top: 1px;
	font-size: .8em;
}
.copyRight {
	padding-left: 35px;
}


/* accessibility */

.skipNavigation {
	display: none;
	margin: 10px;
	float: right;
	/*text-indent: -4000px;*/
}
.skipNavigation a {
	color: #fff;
}
.videoTranscript {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}
/*.accessKeys {
	font-size: .6em;
	display: inline;
	margin-left: 3px;
}
.skipNavigation .accessKeys {
	font-size: .9em;
}*/
.skipNavigation :first-letter { text-decoration: underline;} 


/* side nav */

#nav {
	background: #f8b209;
}
.AJXMenuWVITSZB {
	padding: 10px 15px;
	padding-bottom: 15px;
}


/* ColorBox ----Events   */


#artsofoslp {
	height: 175px;
	padding:0;
	padding-top: 45px;
	padding-bottom: 45px;
	margin:0;
}
.arts {
	
}
.artsTxt {
	margin: 13px 25px 13px 25px;
	text-align: left;	
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin-top: -10px;
}
.artsTxtFloat {
	display: inline;
	text-align: left;
}
#artsofoslp h3 {
	font-size: 24px;
	font-family: "Palatino Linotype", Cambria, Georgia, serif;
	color: #f8b209;
	padding-bottom: 15px;
}
#artsofoslpSide h3 {
	font-size: 24px;
	font-family: "Palatino Linotype", Cambria, Georgia, serif;
	color: #f8b209;
	padding-bottom: 15px;
}
#twoAgencies {
	width: 700px;
}
#twoAgencies h3 {
	font-size: 24px;
	font-family: "Palatino Linotype", Cambria, Georgia, serif;
	color: #f8b209;
	padding-top: 10px	
}
.emeralds {
	margin: 13px 25px 13px 25px;
	text-align: left;	
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin-top: -10px;
}
.emeralds p {
	margin-top: 10px;
}
.homeRunVideo {
	margin: 13px 25px 13px 25px;
	text-align: left;	
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin-top: -10px;
}
.homeRunVideo p {
	margin-top: 10px;
}

.baseballLogo {
	margin-bottom: 30px;
	margin-top: 20px;
}

/*  content  */

.contentPara {
	margin: 20px;
	margin-top: 20px;
	margin-left: 35px;
	line-height: 1.2em;
	letter-spacing: 1px;
}
#content p {
	margin: 20px;
	margin-top: 20px;
	margin-left: 35px;
	margin-bottom: 45px;
	line-height: 1.2em;
	letter-spacing: 1px;
}
.video p {
	display: block;
	margin: 30px;
	margin-left: 5px;
}
body#home .video object {
	margin-top: -35px;
}
.firstLetter {
	color:#AA1B35;
	font-weight: bold;
	font-size: 30px;
}
#content h3 {
	display: inline;
	margin-right: 20px;
	margin-left: 15px;
	padding-left: 1px;
	font-size: 27px;
	font-family: "Palatino Linotype", Cambria, Georgia, serif;
	color:  #000;
	font-weight: normal;
	/*border-bottom: 2px dashed /*#E06F2F; #AA1B35;*/
}
.top a{
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-left: 20px;
	background:url('../images/top_link.jpg') no-repeat center right;
	width: 60px;
	height: 50px;
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
	text-indent: -5000px;
	/*border-left: 4px solid #004795;*/
}
.top a:hover {
	float: right;
	background:url('../images/top_link.jpg') no-repeat center left;
	width: 60px;
	height: 50px;
	color: #fff;
}
.projects {
	display: block;
	/*background: #CCCC99; first color  */
	background: #646E99;
	padding: 5px 12px;
	padding-bottom: 25px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 25px;
}
.projects h2 {
	margin-top: 15px;
	font: 27px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 2px dashed #E06F2F; /* first border  */
	border-bottom: 2px dashed #88D53E;
	border-bottom: 2px dashed #97B2D1;
	line-height:55px;
	font-weight: normal;
}
.projects a {
	display: block;
	color: #fff;
	font: 18px Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	margin-left: 30px;
	font-weight: normal;
	margin-top: 15px;
}
.projects a:hover {
	color: #97B2D1;
	text-decoration: none;
}
.events {
	display: block;
	/*background: #CCCC99; first color  */
	background: #88D53E;
	padding: 5px 12px;
	padding-bottom: 25px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 25px;
}
.events h2 {
	font: 27px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 2px dashed #E06F2F; /* first border  */
	border-bottom: 2px dashed #97B2D1;
	border-bottom: 2px dashed #646E99;
	line-height:55px;
	font-weight: normal;
}
.events a {
	display: block;
	color: #fff;
	font: 18px Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	margin-left: 30px;
	font-weight: normal;
	margin-top: 15px;
}
.events a:hover {
	color: #97B2D1;
	text-decoration: none;
}
.phone {
	display: block;
	background: url('../images/telephone.gif') no-repeat left top;
	width: 100px;
	height: 25px;
	padding-left:25px;
	font-size: .8em;
}
.fax {
	display: block;
	background: url('../images/fax.gif') no-repeat left top;
	width: 100px;
	height: 25px;
	padding-left:25px;
	font-size: .8em;
}


/* house Gallery */

#houseGallery p {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: -20px;
	padding-bottom: 135px;
}
.houseGalleryPhotoR {
	float: right;	
	border: 1px solid #ccc;
	padding: 7px;
}
.houseGalleryPhotoL {
	float: left;
	border: 1px solid #ccc;
	padding: 7px;
}


/* gallery index page */


.galleryL {
	float: left;
	padding-left: 25px;
}
.galleryR {
	float: right;	
	padding-right: 40px;
}

/* side column */

.donate a {
	display: block;
	margin-top: 30px;
	background: url('../images/donate.jpg') no-repeat -5px 0;
	width:  162px;
	height: 67px;
	text-indent: -5000px;
}
.donate a:hover {
	background: url('../images/donate.jpg') no-repeat 0 0;
}
#donateHere {
	width: 400px;
	margin-left: 35px;
	padding-top: 15px;
	margin-bottom: 20px;
	border: 2px solid #88D53E; 
	background: #E5F6DA;
}
#donate_now {
	margin-left: -2px;
	margin-top: -20px;
	padding-bottom: 30px;
}


/* map styles */

#bgPicMap {
	background: url('../images/map_bg.gif') no-repeat center top;
	width: 380px;
	height: 300px;
	text-align: center;
	padding-top: 15px;
	
}
.mapOutline {
	display: block;
	border: 4px #fff solid;
	width: 275px;
	height: 240px;
	margin: 0 auto;
	background: #fff;

}
.mapTxt {
	display: block;
	width: 185px;
	text-align: left;
	color: #000;
	margin-top: 2px;
	font-size: .8em;
}
.mapTable {
	margin-top: 30px;
	margin-left: 35px;
	line-height: 1.2em;
	letter-spacing: 1px;
}
.mapTable td{
	vertical-align: top;
}

/* list */

dt {
	margin-left: 35px;
	margin-bottom: 7px;
	margin-top: 7px;
}
dd {
	margin-left: 55px;
	margin-bottom: 5px;
	background: url('../images/list_bullet.gif') no-repeat 0px 1px;
	padding-left: 20px;
}
dl {
	padding-bottom: 20px;
}
.employment h3 {
	display: inline;
	margin-right: 20px;
	margin-left: 15px;
	padding-left: 1px;
	font-size: 21px;
	font-family: "Palatino Linotype", Cambria, Georgia, serif;
	color:  #004795;
	font-weight: normal;
	/*border-bottom: 2px dashed /*#E06F2F; #AA1B35;*/
}
.employment h4 {
	margin-left: 35px;
	margin-top: 15px;
	font-size: 1.1em;
}
.employment p {
	margin-top: 10px;
}
.employmentPara {
	margin-top: -400px;
	color: green;
}
.employment .employmentList ul {
	margin-left: 20px;
	color: green;
}
.employment .employmentList ul li{
	color: red;
}
.employment ul{
	margin-left: 60px;
	margin-right: 20px;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 18px;
	margin-top: 10px;
}
.employment li {
	margin-top: 5px;
}
.listLeft {
	width: 250px;
	display: inline;
	background: red;
	float: left;
	list-style-type:circle;
	margin-left: 80px;
}

.employment .listRight {
	display: inline;
	float: right;
	margin-top: -156px;
	list-style-type:circle;
	margin-right: 40px;
	margin-left: 40px;
}
table#employmentFunctions  {
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
}
table#employmentFunctions td {
	padding-left: 40px;
}

/* links general  */

a {
	color: #5880B1;
	text-decoration: none;
}
a:hover {
	color: #AA1B35;
	text-decoration: underline;
}


/* news */

.proclamation_content {
	text-align: left;
}
.proclamation_content p {
	margin: 20px;
	line-height: 1.2em;
	letter-spacing: 1px;
}
.proclamation_content h3 {
	margin-top: 12px;
}
.proclamation_content hr {
	width: 700px;
	margin-left: 60px;
	color: green;
}
.letter {
	width: 740px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#twoAgencies ul {
	margin-left:  75px;
	margin-bottom: 15px;
	margin-top: -25px;
}
#twoAgencies li {
	margin-top: 2px;
}
#twoAgencies {
	text-align: left;
}
#twoAgencies p {
	margin: 20px;
	margin-top: 20px;
	margin-left: 35px;
	margin-bottom: 45px;
	line-height: 1.2em;
	letter-spacing: 1px;
}
#news p {
	margin-bottom: 20px;
}

/* emails  */
#email {
	background: url('../images/email.jpg') no-repeat 35px 0px;

}
#emails table {
	margin-left: 40px;
	border-collapse: collapse;
	padding-bottom: 60px;
	margin: 0 auto;
	width: 500px;
}
#emails caption {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 40px;
	padding-bottom: 10px;
	/*background: #97B2D1;*/
	line-height: 5em;
	margin-bottom: 0px;
	text-align: right;
	padding-left: 15px;
}
#emails td {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 5px;
}
#emails th {
	padding-top: 20px;
	width: 500px;
	padding-left: 15px;
	border-bottom: 3px dotted #88D53E;
	text-align: left;
}
#emails .alt {

}
#emails .reg{
	
}
td.emailLink {
	text-align: right;
	padding-right: 35px;
}
#emails .emailFooter {
	/*background: #88D53E;*/
}
/* in page navigation  */

ul#navlist {
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;

	padding-bottom: 25px;
	border-bottom: 2px solid #5880B1;
	margin: 0;
}

ul#navlist li {
	float: left;
	/*height: 25px;*/
	background-color: #5880B1;
	margin: 2px -40px 0 60px;
	border: 2px solid #5880B1;
}

ul#navlist li#active {
	border-bottom: 2px solid #fff;
	background-color: #fff;
}

li#active a { 
	color: #000; 
}
li#active a:hover {
	background: #fff;
}
#navlist a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px;
}

#navlist a:hover { 
	background: #97B2D1; 
}



/* footer navigation  */


#main-nav {

}
ul#main-nav {
	
	margin:0;
	padding:0;
	padding-bottom: 195px;
	/*margin-left: 65px;*/
	margin-left: 15px;
	padding-top: 20px;
	
	font-size:0.9em;
}
#main-nav li {
	font: 15px Geneva, Arial, Helvetica, sans-serif;
}
ul#main-nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	
}
ul#main-nav li a {
	text-decoration:none;
	display:block;
	padding:0.4em 0.0em;
	/*border:2px solid #646E99;*/
	color:#fff;
	/*font-size: 1.1em;*/
	/*background:#fff;*/
	margin-left: 25px;
}
ul#main-nav li a:hover, ul#main-nav	li a:focus {
	/*border:1px solid gray;*/
	color:#97B2D1;
	text-decoration: underline;
	/*background:#efefef;*/
}
ul#main-nav li ul {
	padding:0;
	display:block;
	padding-left: 2px;
}
ul#main-nav li:hover ul {
	display:block;
}
ul#main-nav li ul li {
	float:none;

	
}
ul#main-nav li ul li a {
	/*font-size:0.9em;*/
}
ul#main-nav li {
	font-weight: bold;
	font-size: 15px;
}
ul#main-nav li ul li{
	font-weight: normal;
	font-size: 13px;
}
/*#color sample background {
	background: #5880B1;
}*/

/* scripts  */

#rotator {
  background:  url('../images/rotating_pics/rotator.php') no-repeat center top;
  width: 603px;
  height: 215px;
}


