/* Laura Ebady - stylesheet */


/* === ALL PAGES === */

/* page formatting */

a:link{color:#991900;}
a:visited{color:#991900;}
a:hover{color:#999;}
a {text-decoration:none;}

body {
	background-color:#40535E; 
	background-repeat:no-repeat; 
	background-position:top center;
	font-family:"Century Gothic",Arial,Helvetica,sans-serif; 
	overflow:auto;
	margin:0;
	border:0;
	}

#nav a:link {color:#69655B;}
#nav a:visited {color:#69655B;}
#nav a:hover {color:#4A4840;}
#nav a {text-decoration:none;}


#wrap {
	margin: 0 auto 0 auto;
	position:relative;
	background-color:#C4BEAA;
	width:960px;
	min-height:700px;
	-webkit-border-radius:0px 0px 25px 0px;
	border-radius:0px 0px 100px 0px;
	-webkit-box-shadow: 0px 0px 20px 2px #000;
	-moz-box-shadow: 0px 0px 20px 2px #000;
	box-shadow: 0px 0px 20px 2px #000;
	}

#titleBackground {
	position:absolute;
	top:0;
	left:0;
	background-color:#FFF;
	width:960px;
	height:120px;
	}
	
#header {
	position:relative;
	top:100px;
	left:0;
	width:960px;
	height:225px;
 	background-color:none; 
	background-image:url(../images/headerimage.jpg);
	background-position:center left;
	border-top:5px solid #4A4840;
	border-bottom:5px solid #4A4840;
	background-repeat:no-repeat;
	z-index:10;
	} 

#nav {
	position:relative;
	float:left;
	top:75px;
	left:27px;
	width:285px;
	text-align:right;
	background-color:none;
	padding:75px 0 0 0;
	min-height:100%;
	} 
	
#mainContent {
	position:relative;
	float:right;
	top:10px;
	left:0;
	height:100%;
	width:474px;
	min-height:600px;
	background-color:#FFF;
	border-left:1px solid #4A4840;
	border-bottom:1px solid #4A4840;
	padding:125px 100px 30px 100px; 
	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#666;
	text-align:justify;
	-webkit-border-radius: 0 0 0 30px;
	border-radius: 0 0 0 30px;
	z-index:5;
	} 

#footer {
	position:relative;
	height:150px;
	margin-bottom:50px;
	clear:both;
	}

#footer {
	position:relative;
	top:15px;
	font-size:14px;
	right:45px;
	text-align:right;
	color:#FFF;
	}
						
/* end page formatting */





/* === BEGIN PAGES FORMATTING === */


/* mainContent */

h1, h2 {
	position:absolute;
	font-family:"Century Gothic",Arial,Helvetica,sans-serif; 
	color:#4A4840;
	}

h1 {
	top:-110px;
	left:45px;
	font-size:38px;
	}

h2 {
	top:-55px;
	left:45px;
	font-weight:normal;
	font-size:18px;
	letter-spacing:.6em;
	}

h3 {
	font-weight:bold;
	font-size:22px;
	border-top:1px solid #ECECEC;
	border-bottom:1px solid #ECECEC;
	}

h4 {
	font-weight: normal;
	font-size:20px;
	color:#991900;
	}
	
h5 {
	font-weight: normal;
	font-size:14px;
	color:#991900;
	}

#mainContent .largeRed {
	font-size:20px;
	line-height:115%;
	color:#991900;
	}

#mainContent .largeBlue {
	font-size:20px;
	line-height:115%;
	color:#336699;
	}

#mainContent .largeGray {
	font-size:18px;
	letter-spacing:.2em;
	line-height:115%;
	color:#666666;
	}
	
.indent {
	margin-left:40px;
	}
	
.line {
	border-bottom:1px solid silver;
	}

.roundCorners {
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	border:1px solid silver;
	}

.dropShadow {
	-webkit-box-shadow: 2px 2px 10px 2px #999;
	-moz-box-shadow: 2px 2px 10px 2px #999;
	box-shadow: 2px 2px 10px 2px #999;
	}

.bold {
	font-weight:bold;
	}
		
#header .contactPhone {
	font-size:22px;
	top:-110px;
	}

#header .contactEmail, #header .contactPhone {
	text-align:right;
	font-family:"Century Gothic",Arial,Helvetica,sans-serif; 
	position:absolute;
	right:40px;
	}
	
#header .contactEmail {
	font-size:18px;
	top:-70px;
	}

#quote {
	position:relative;
	top:100px;
	left:25px;
	font-size:24px;
	line-height:1.1em;
	color:#FFF;
	width:200px;
	text-align:center;
	padding:15px 0 20px 0;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	}
				
/* end mainContent */




/* formatting for navigation menu */
	
#nav ul {
	padding-right:10px;
		}
	
#nav li {
	padding-right:25px;
	width:165px;
	display:block;
	list-style:none; 
	font-family:"Century Gothic",Arial,Helvetica,sans-serif; 
	font-size:18px; 
	color:silver;
	border-bottom:1px solid #4A4840;
	line-height:1.5em;
	}
	
#nav li.noBorder {
	border-bottom:none;
	font-size:14px;
	line-height:115%;
	}
	
#nav li.topBorder {
	border-top:1px solid #4A4840;
	margin-top:8px;
	}
	
#navLine {
	position:absolute;
	top:370px;
	left:251px;
	width:34px;
	height:270px;
	background-color:#A39E8E;
	-webkit-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
	z-index:20;
	}

#navPoint {
	position:absolute;
	width:35px;
	height:29px;
	top:569px;
	left:251px;
	background-color:#69655B;
	z-index:30;
	}

#subnavPoint {
	position:absolute;
	left:251px;
	top:458px;
	height:18px;
	width:35px;
	background-color:#403727;
	z-index:40;
	}

/* end formatting for navigation menu */



/*

<div id="quote">
place quote here
</div><!-- close quote -->

*/


