/* main layout stuff */

body {
	margin: 0;
	background: #edf1e5 url("../images/homepage/background.gif") repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
#splashBkgd {
	width: 750px;
	height: 328px;
	background: url("../images/splash-bkgd.gif") no-repeat;
	margin: 120px auto 0 auto;
	padding: 0;
	text-align: center;
	
}
#splashLeftCol {
	width: 450px;
	height: 300px;
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}
* html #splashLeftCol {
	w\idth: 440px;
}
* html #splashRightCol {
	w\idth: 265px;
}

.splashSummitLogo {
	width: 274px;
	height: 60px;
	background: url("../images/splash-summit-text.gif") no-repeat;
	margin: 30px 0 0 30px;
	padding: 0;
	
}
.splashText {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 400px;
	overflow: auto;
	margin: 20px 0 0 30px;
	padding: 0;
	
}
#splashRightCol {
	width: 275px;
	height: 300px;
	text-align: right;
	margin: 0;
	padding: 0;
	float: left;
}
.splashFrontier {
	width: 213px;
	height: 71px;
	background: url("../images/splash-frontier-logo.gif") no-repeat;
	margin: 80px 0 0 40px;
	cursor:pointer;
}
.splashSummit {
	width: 213px;
	height: 71px;
	text-align: center;
	background: url("../images/splash-summit-logo.gif") no-repeat;
	margin: 15px 0 0 40px;
	cursor:pointer;
}
* html .splashFrontier {
	margin: 80px 0 0 30px;
}
* html .splashSummit {
	margin: 10px 0 0 30px;
}
img {
	border: none;
}
#logo {
	width: 750px;
	margin: 0 auto; padding: 0;
	display: block;
	}
#logo img {
	float: right;
	}

#content {
	width: 744px;
	margin: 0 auto;
	padding: 77px 0 0 0;
	background: #fff url("../images/homepage/header.gif") no-repeat top center;
	border: 1px solid #959790;
	clear: both;
	}
	#content #photos img {
		margin: 0;
		padding: 0;
		float: left;
		background: #444;
		height: 162px;
		}
	#content #mountain {
		margin: 0 0 -3px 0;
		padding: 0;
		}

#menu {
	margin: 0 auto;
	padding: 0;
	width: 438px;
	font-size: 11px;
	}
	#menu ul {
		float: left;
		margin: 0;
		padding: 0 0 20px 0;
		text-align:center;
		list-style: none;
		}
		#menu ul#menu_about { width: 149px; }
		#menu ul#menu_programs { width: 140px; }
		#menu ul#menu_clients { width: 149px; }
		
	#menu ul li {
		margin: 0;
		padding: 0;
		width: 100%;
		}
	#menu ul li h3, #menu ul li h3 a {
		margin: 0;
		padding: 0;
		width: auto;
		}
		#menu ul li ul {
			float: none;
			margin: 0;
			padding: 0;
			text-align:center;
			list-style: none;
			width: 100%;
			}
		#menu ul li ul li {
			float: none;
			margin: 0;
			width: 100%;
			padding: 0;
			text-align:center;
			list-style: none;
			line-height: 150%;
			}
	#menu img {
		border: none;
		margin: 0;
		padding: 0;
		}
		
	/* colours */
	
	
	#menu #menu_about a:link {color: #770020; text-decoration: none; }
	#menu #menu_about a:visited {color: #770020; text-decoration: none; }
	#menu #menu_about a:hover {color: #770020; text-decoration: underline; }
	#menu #menu_about a:active {color: #770020; text-decoration: none; }
	
	#menu #menu_programs a:link {color: #ad6006; text-decoration: none; }
	#menu #menu_programs a:visited {color: #ad6006; text-decoration: none; }
	#menu #menu_programs a:hover {color: #ad6006; text-decoration: underline; }
	#menu #menu_programs a:active {color: #ad6006; text-decoration: none; }
	
	#menu #menu_clients a:link {color: #430248; text-decoration: none; }
	#menu #menu_clients a:visited {color: #430248; text-decoration: none; }
	#menu #menu_clients a:hover {color: #430248; text-decoration: underline; }
	#menu #menu_clients a:active {color: #430248; text-decoration: none; }
	
	
#content #introtext {
	clear: both;
	width: 440px;
	margin: 0 auto 15px auto;
	padding: 20px 0 0 0;
	text-align: center;
	border-top: 1px solid #ddd;
	}
	#content #introtext h2 {
		font-size: 16px;
		}

#footer {
	width: 680px;
	margin: 0 auto 50px auto;
	padding: 5px 0 0 0;
	font-size: 9px;
	color: #666;
	}
	#footer p.copyright {
		float: left;
		}
	#footer p.textmenu {
		float: right;
		}
	#footer a:link {color: #666; text-decoration: none; }
	#footer a:visited {color: #666; text-decoration: none; }
	#footer a:hover {color: #666; text-decoration: underline; }
	#footer a:active {color: #666; text-decoration: none; }
	
	
