/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TAGS
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	background-image: url(../images/global/page_bg.jpg);
	background-repeat: repeat-y;
	}
body, td, pre, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size: small; 
	}
html>body, 
html>body td, 
html>body pre, 
html>body input, 
html>body textarea, 
html>body select {
	font-size: small;
	}
	
	
a:link {
	font-weight: bold;
	color: #325487;
	}
a:visited {
	font-weight: bold;
	color: #325487;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #07b316;
	}
a:active {
	font-weight: bold;
	color: #325487;
	}
	
	
p, li, pre {
	line-height: 1.4;
	}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre {
	margin-top: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}
h3, h4, h5, h6, p, ol, ul, pre {
	margin-bottom: 1em;
	}
ul {
	list-style-type: square;
	}
li {
	margin-bottom: .5em;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	margin: 0 0 .2em -17px;
	color: #153160;
	background-image: url(../images/global/h1_bg.gif);
	background-repeat: no-repeat;
	padding: 5px 0 20px 16px;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #325487;
	font-size: 150%;
	margin: 1.5em 0 .8em 0;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #325487;
	font-weight: normal;
	font-size: 120%;
	}		
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* color: #325487; */
	font-weight: normal;
	font-size: 115%;
	}		
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* color: #325487; */
	font-weight: bold;
	font-size: 105%;
	}		
strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}		 

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN DIVISIONS
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#mother {
	margin: 0;
	min-width: 750px;
	background-image: url(../images/global/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 175px;
	float: left;
	width: 100%;
	}

#banner {
	width: 100%;
	background-image: url(../images/global/banner_bg.jpg);
	background-repeat: repeat-x;
	height: 175px;
	}
	
#footer {
	margin: 0 0 0 152px;
	padding: 23px;
	border-top: 1px dotted #333;
	clear: both;
	font-size: 90%;
	color: #666;
	}
#footer pre,
#footer {
	font-size: 90%;
	color: #666;
	}
	

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MENU/NAVIGATION
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#menu {
	/*float: left;*/
	width: 152px;
	position: absolute;
	left: 0;
	top: 175px;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/global/menu_bg.jpg);
	background-repeat: no-repeat;
	}
#menu li {
	height: 20px;
	margin: 0;
	}

/* Menu links */
#menu a {
	height: 20px;
	display: block;
	background-image: url(../images/global/menu_sprite.gif);
	background-repeat: no-repeat;
	}
#menu #home a {
	background-position: 0% 0%;
	}
#menu #aboutUs a {
	background-position: 0% -20px;
	}
#menu #organization a {
	background-position: 0% -40px;
	}
#menu #calendar a {
	background-position: 0% -60px;
	}
#menu #planningDocs a {
	background-position: 0% -80px;
	}
#menu #airQuality a {
	background-position: 0% -100px;
	}
#menu #projectsAndStudies a {
	background-position: 0% -120px;
	}
#menu #documentArchives a {
	background-position: 0% -140px;
	}
#menu #links a {
	background-position: 0% -160px;
	}
#menu #glossaryOfAcronyms a {
	background-position: 0% -180px;
	}
#menu #contact a {
	background-position: 0% -200px;
	}
#menu #news a {
	background-position: 0% -220px;
	}
/* ::::::: HOVERS :::::: */
#menu #home a:hover {
	background-position: -152px 0%;
	}
#menu #aboutUs a:hover {
	background-position: -152px -20px;
	}
#menu #organization a:hover {
	background-position: -152px -40px;
	}
#menu #calendar a:hover {
	background-position: -152px -60px;
	}
#menu #planningDocs a:hover {
	background-position: -152px -80px;
	}
#menu #airQuality a:hover {
	background-position: -152px -100px;
	}
#menu #projectsAndStudies a:hover {
	background-position: -152px -120px;
	}
#menu #documentArchives a:hover {
	background-position: -152px -140px;
	}
#menu #links a:hover {
	background-position: -152px -160px;
	}
#menu #glossaryOfAcronyms a:hover {
	background-position: -152px -180px;
	}
#menu #contact a:hover {
	background-position: -152px -200px;
	}
#menu #news a:hover {
	background-position: -152px -220px;
	}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
	text-indent: -9000px;
	}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CONTENT/COLUMNS
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#content {
	min-height: 350px;
	width: 95%;
	background-image: url(../images/global/page_bg.jpg);
	background-repeat: repeat-y;
	}
html>body #content {
	float: left;
	}
#mainContent {
	width: 100%;
	float: left;
	border-right: 1px dotted #333;
	margin: 0 -1px 0 0;
	}
#homePage #mainContent,
#organizationPage #mainContent,
#planningDocsPage #mainContent {
	width: 76%;
	}
#mainContent .innerColumn {
	padding: 0 17px 20px 178px;
	width: auto;
	}
#railContent {
	width: 24%;
	float: right;
	}
#railContent .innerColumn {
	padding: 0 0 12px 20px;
	width: 140px;
	font-size: 90%;
	}
#railContent h2 {
	background-image: url(../images/global/rail_head_bg_top.gif);
	background-repeat: no-repeat;
	color: #153160;
	font-size: 100%;
	text-align: center;
	padding: 15px 0 0 0;
	width: 150px;
	margin-left: -5px;
	}
#railContent h2 span {
	background-image: url(../images/global/rail_head_bg_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding: 0 5px 15px 5px;
	}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	GLOBALLY USEFUL ITEMS
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.photo,
.picRight,
.picLeft {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #5375a5;	
	}
.picRight {
	margin: 0 0 15px 15px;
	float: right;
	}
.picLeft {
	margin: 0 15px 15px 0;
	float: left;
	}
.unbulleted {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}
	
	
.pdfLinks a {
	display: block;
	padding: 3px 0 0 34px;
	background-image: url(../images/global/pdficon.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	line-height: normal;
	min-height: 28px;
	font-weight: normal;
	}


/* Hide Show Styles. Applied by JS if <dl class="hideShowList"> exists */
.hideShowList {
	/* This style's sole purpose is to identify a dl as a click list */
	/* It's here so it will show up in Dreamweaver's style options */
	}
.isHideShowList dt {
	margin: 0 0 8px 0;
	padding: 0;
	color: #1f78a5;
	cursor: hand;
	/*font-style: italic;*/
	font-weight: bold;
	text-decoration: underline;
	/*clear: both;*/
	}
html>body .isHideShowList dt {
	cursor: pointer;
	}
.isHideShowList dt:hover {
	color: #f30;
	text-decoration: none;
	}
.isHideShowList dt.selected {
	color: #1f78a5;
	}
.isHideShowList dd {
	display: none;
	}
/* End Hide Show Styles. */

.back {
	font-size: 85%;
	color: #112952;
	}

.top {
	color: #990000;
	}

.date {
	color: #254C8F;
	}
#homePage #mother #content #railContent .innerColumn p {
	font-size: 85%;
}
#homePage #mother #content #railContent .innerColumn strong {
	font-weight: bold;
	color: #153160;
}
#newsPage #mother #content #mainContent .innerColumn strong {
	font-size: 1.3em;
	font-weight: bold;
}


/* DOC ARCHIVES page */
.docArchivesBox {
	border: #A5A5A5 1px dotted;
	padding: 15px 20px 5px 20px;
	margin: -7px 25px 0 20px;
	}
	
.docArchivesBox strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #A5A5A5;
	}

#contactBox {
	border: #33FF33 thin dotted;
	padding: 20px;
	margin: 0 120px 10px 20px;
	}
	
#contactBox strong {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
.news {
	color: #325487;
	font-weight: bold;
}