/*** Different colors and pictures for different sections ***/
#contentContainer.about { 						background-image: url('/template/header_about.jpg'); }
/* #contentContainer.business { 					background-image: url('/template/header_business.jpg'); } **replaced with randomizer*/
#contentContainer.economic { 					background-image: url('/template/header_economic.jpg'); }
#contentContainer.jobs { 						background-image: url('/template/header_jobs.jpg'); }
#contentContainer.land { 						background-image: url('/template/header_land.jpg'); }
#contentContainer.shareholders { 				background-image: url('/template/header_shareholders.jpg'); }
#contentContainer.scholarships { 				background-image: url('/template/header_scholarships.jpg'); }

/* NOTE: the footer had to be moved inside the contentContainer for the scholarship pages */
/* NOTE: it can't be in there for the rest of the pages, or else the section homepages get messed up */
#contentContainer.scholarships #footer {
	padding-top: 110px;
	margin-top: 0;
	background-image: url('/template/footer_scholarships.gif');
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

#contentContainer.links {background-image: url('/template/header_links.jpg'); }
/*** End ***/

#leftMenuTable td {
	height: 18px;
	font-size: 13px;
	text-align: left;
}

#leftMenuContainerCell {
	padding: 60px 50px 0 0;
	width: 140px;
}

ul#leftMenu a, #leftMenuTable a {
	color: #666666;
	text-decoration: none;
}

ul#leftMenu {
	list-style-type: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

ul#leftMenu li {
	padding: 0 0 7px 16px;
}

ul#leftMenu li.selected {
	background-image: url('/template/list_selection.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

ul#leftMenu li ul {
	list-style-type: none;
	font-size: 13px;
	color: #666666;
	margin: 0 0 0 18px;
	padding: 0;
}

ul#leftMenu li ul li {
	padding: 4px 0;
	margin: 0;
}

ul#leftMenu li ul li.selected {
	list-style-type: disc;
	background-image: none;
}

ol li{
	padding-bottom:7px;
}
	
#search {
	border: 1px solid black;
	padding: 0px;
	padding-right: 6px;
	width: 228px;
	background-color: white;
}

#search input.text {
	border: none;
	padding: 0px;
	margin: 0px;
	background-color: white;
	width: 200px;
	margin: 3px;
	height: 20px;
}

#search input.submit {
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 2px;
}

table#contentTable {
	width: 954px;
	margin: auto;
}

table#contentTable td {
	vertical-align: top;
}

table#contentTable #menuCell {
	width: 150px;
}

table#contentTable #rightMarginCell {
	width: 200px;
}

table#contentTable #menuCell a{
	font-size: 12px;
	color: #666666;
}

/*
h1 {
	font-family: serif;
}
*/

h2 {
	color: #666666;
	margin-bottom: -10px;
	}

h3 {
	margin-bottom: 0px;
}

p, li, td {
	font-size: 14px;
}

li{
	padding-bottom:5px;
}

p.intro {
	color: #000;
	margin-top: 0px;
}

a {
	text-decoration: underline;
	color: #666666;
}

img.rightFloat {
	float:right;
	margin:5px 0 5px 15px;
}

img.leftFloat {
	float:left;
	margin:5px 15px 5px 0;
}

/* */
#subMenuTableInside {
/* 	margin-left: 43px; */
	margin-left:42px;
	margin-top:-55px;
	margin-bottom:30px;
	height:30px;
}

/*
.jobs #subMenuTableInside {
	margin-left:20px;
}

.economic #subMenuTableInside {
	margin-left:150px;
}

.land #subMenuTableInside {
	margin-left:150px;
}

.scholarships #subMenuTableInside {
	margin-left:540px;
}
*/

#subMenuTableInside td {
	margin: 0 0 0 50px;
	padding: 0px 20px 0 0;
}

#subMenuTableInside a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

/* Footer */

#footer {
	margin-top: 50px;
}

/* Misc */

.mapsContainer{
	margin-bottom:20px;
}

.mapsContainer .text{
	text-decoration:underline;
}

.mapsContainer a{
	text-decoration:none;
	margin-bottom:7px;
}

.mapsContainer img{
	margin-right:10px;
}

#logoLink{
	position:relative;
	float:right;
	right:50px;
	bottom:105px;
	width:175px;
	height:130px;
	/* negative margin is fix for IE issue where menu gets pushed down due to float.*/
	margin-bottom:-100px;
}

#logoLink a{
	display:block;
	width:175px;
	height:130px;
}

#logoLink img{
	border:0;
}