/* 
	this file sets the general layout and content of the page

						css file list:
	main.css:					sets general layout and content
	hyperlinks.css:		format of hyperlinks
*/
	
/* format existing elements ====================== */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body,
table,
td {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

body {
	background-color: white;
	color: black;
}

p {
	line-height: 1.5em;
}

p.calendar {
	margin: 0.5em 0 0.5em 0;
}

#main-inner h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .3em;
	margin: .5em 0px .7em 0px;
}

#main-inner h2 {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 1.5em;
	text-transform: uppercase;
	text-align: left;
	margin: .5em 0px .3em 0px;
}

#main-inner h3 {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 1.5em;
	text-transform: uppercase;
	text-align: left;
	margin: .5em 0px .3em 0px;
}

#main-inner h4 {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	font-weight: bold;
	text-align: left;
	margin: 1em 0px .3em 0px;
}

#main-inner h5 {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: .5em 0px .3em 0px;
}

/* new selectors ================================ */
/* ===== head ===== */
#head-outer {
	background-color: #FA7800;
	color: #FA7800;
	width: 100%;
	text-align: center;
} 

#head-inner {
	margin: 0px auto;
	width: 700px;
	text-align: left;
}

#head-logo {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 15px
}

#head-navigation {
	position: relative;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	background-color: #FA7800;
}

/* ===== main ===== */

#main-outer { 
	background-color: white;
	clear: left;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 30px;
	width: 100%;
} 

#main-inner { 
	position: relative;
	width: 700px;
	margin: 0px auto;
	text-align: left;
}

#main-1 { 
	float: left;
	width: 500px;
}

#main-1a {
	margin: 10px 5px 0px 0px;
}

#main-2 {
	width: 200px;
	float: right;
	text-align: right;
}

#main-2a {
	margin: 10px 0px 0px 5px;
	text-align: left;
}

#main-3 {
	clear: left;
	display: none;
	border: 1px solid black;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

#main-3a {
	margin: 5px;
	float: left;
}

#main-3b {
	float: left;
}

/* ===== foot ===== */
#foot-outer { 
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

#foot-inner {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	border-top: 1px solid black;
	font-size: 11px;
}

#foot-organizationName {
	font-weight: bold;
	margin-top: .8em;
}

#foot-contactInfo {
	margin-top: 1em;
	padding-left: 10px;
	padding-bottom: 25px;
}

#foot-links {
	padding-top: 5px;
	padding-left: 10px;
}

#foot-credits {
	padding-bottom: 5px;
	padding-left: 10px;
}


/* content items =====================*/
table#textNavTable {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

table#textNavTable td {
	border-right: 1px solid white;
}

table#textNavTable #lastNav {
	border-right-width: 0px;
}

table#imageNavTable {
	margin-left: auto;
	margin-right: auto;
	margin-top: 11px;
}

table#imageNavTable td {
	padding-right: 25px;
}

.navImageText {
	text-align: center;
	padding-top: 10px;
}

.title {
	margin-top: 1em;
	margin-bottom: .5em;
}

.sectionHeading {
	font-weight: bold;
	margin-top: 2em;
}

div.clearFloats {
	clear: both;
	line-height: 0px; 
	height: 0px;
	visibility: hidden;
}

div.noCollapse { /* keep divs from collapsing into contained elements */
	padding: 1px 0px;
} 

/* ====================== images ================== */

#head-logo-image1 {
}

#head-logo-image2 {
	display: none;
	margin: 0px 0px 5px 5px;
}

/* =================== misc ==================== */
.myHR {
	clear: left;
	border-top: 1px solid white;
	width: 100%;
	line-height: 0px;
}

.navGraphic {
	margin: 2px 11px 3px 11px;
}

.right {
	float: right;
}

.calendar_dates {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	letter-spacing: 0em;
}
.calendar_sidebar {
	font: bold 11px/15px Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
.rightAlign {
	text-align: center;
}
