/* BODY */

h1, h2, h3, h5, h6 {
	padding: 0;
	margin: 0; 
	font-weight: normal;
	font-style: normal;

}


body { 
	font-family: Baskerville, Georgia, serif;
	background-image:url('images/Welch_BG.jpg');
	background-repeat:no-repeat;
	background-color: #2f3841;
	color: #0f0f0f;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

a { text-decoration: text-decoration:none; color: #222; }
a img { border: 0px; }
a:hover { text-decoration: none; color: #000; }
p, h1 { margin: 0px; padding: 0px; }

p {font-size: small;
}

.content{ 
	width: 919px;
	height: 606px;
	padding-top: 10px;
	margin: 0 auto;
}

#overall {
	width: 950px;
	height: 620px;
	margin: 0 auto;
}

/* HOME PAGE */

#topBorder {
	width: 900px;
	border-top: 3px;
	border-top-style: solid;
	border-top-color: #fcb23d;
}

#bottomBorder {
	width: 900px;
	border-top: 3px;
	border-top-style: solid;
	border-top-color: #fcb23d;
	margin-top: 55px;
	margin-left: 8px;
}

#bottomBorderOther {
	width: 900px;
	border-top: 3px;
	border-top-style: solid;
	border-top-color: #fcb23d;
	margin-top: 26px;
	margin-left: 8px;
}

#homeContent {
	width:900px;
	height:600px;
	margin-top: -14px;
	margin-left: -40px;
	position:relative;
	z-index:1;
}

#homeContent2 {
	width:900px;
	height:600px;
	margin-top: -44px;
	margin-left: -40px;
	position:relative;
	z-index:1;
}
	
#otherContent {
	width:900px;
	height:600px;
	margin-top: -605px;
	margin-left: 0px;
	position:relative;
	z-index:4;
}

#otherContentJosh {
	width:900px;
	height:600px;
	margin-top: 0px;
	margin-left: 0px;
	position:relative;
	z-index:5;
	background-image:url('images/josh_bg.jpg');
}

#otherContentContact {
	width:900px;
	height:600px;
	margin-top: 0px;
	margin-left: 0px;
	position:relative;
	z-index:6;
	background-image:url('images/contact_bg.jpg');
}

/* Mission Statement */

#mission{
	width:900px;
	height: 30px;
	background-image:url('images/mission_bg.png');
	color:#000;
	position:relative;
	z-index:25;
}

#missionText {
	color: #fff;
	font-family: Futura, Helvetica, arial;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	font-style: italic;
}
	

/* MENU */

.menuContent { 
	width: 917px;
	height: 99px;
	position: relative;
	top: -125px;
	left: 8px;
	background-image:url('images/menubg.png');
	z-index:20;
}

.otherMenuContent { 
	width: 917px;
	height: 99px;
	background-image:url('images/otherMenu_bg.png');
	position: relative;
	top: -120px;
	left: 8px;
	z-index:7;
}


#menuButtons {
	padding-top: 3px;
	padding-left: 10px;

}

#homeMenuButtons {
	padding-top: 34px;
	padding-left: 375px;
}

/* Hovering Transparent Text Boxes */

#otherUnique {
	width:900px;
	height:600px;
}

#otherUniqueText {
	width:400px;
	height: 419px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background:#ffffff;
	margin-left:48px;
	color:#000;
	padding-top: 15px;
	padding-left: 15px;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #fcb23d;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fcb23d;
	overflow:auto;
}

#otherUniqueText a {
	color: #223e48;
	text-decoration:none;
	border-bottom:1px dotted #222;
}

#otherUniqueTextContact{
	width:750px;
	height: 428px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background:#ffffff;
	margin-left:48px;
	color:#000;
	padding-top: 10px;
	padding-left: 15px;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #fcb23d;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fcb23d;
	line-height: 14px;
}

#footer {
	width: 900px;
	text-align: right;
	margin: 0 auto;
	font-size: 9px;
	color: #fff;
}

/* End Boxes and Content */

/* The Hs & Typography */

h1 {
	font-family: Futura, Helvetica, arial;
	font-size: 20px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 #ccd0d3;
}

h2 {
	font-family: Baskerville, Georgia, serif; 
	font-size: 15px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 #ccd0d3;
}

.contentTitles {
	line-height:60%;
}

.indent {
	text-indent: 25px;
}

/* End */

