/* ------- Global Styles -------- */
body {
	background-color: #272727;
/*
	background-repeat: repeat-x;
	background-position: 0px 100px;
	background-image: url(../Images/bg.png);
*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

a img {
	border: none;
	vertical-align: middle;
}

a {
	color: #b87223;
}

a:hover, a:visited:hover {
	color: #ff8800;
}

a:visited {
	color: #7d6d5c;
}

select {
	font-size: 12px;
}

legend {
	font-size: 12px;
}

img {
	border: none;
}

/* -------- Site Layout -------- */

body {
	text-align: center;
	margin: 0;
}

  #container {
  	position: relative;
	margin: 0 auto;
	width: 820px;
  }

    #logo {
  	margin: 0;
  	float: left;
    }
  
    #logo img {
  	position: relative;
  	right: 200px;
  	margin: 0;
  	padding: 0;
    }
    
    #sublinks {
    	position: absolute;
    	font-size: .9em;
    	text-align: right;
    	top: 7px;
    	right: 40px;
    	color: #7d6d5c;
    }

	#sublinks a {
		color: #7d6d5c;
		text-decoration: none;
		padding: 0 10px;
	}

	#sublinks a:hover, #sublinks a:visited:hover {
		color: #ff8800;
	}
    
    #sublinks p {
    	margin: 10px 0;
    }
  
    #header {
  	text-align: right;
  	float: right;
    }
  
    #innercontainer {
    	position: absolute;
  		top: 100px;
  		left: 0;
  		background: url('../Images/contentbgtop.png') no-repeat;
  		clear: both;
    }
    
    #maincontent {
    	margin: 34px 0 0 0;
		padding: 0 40px 10px 40px;
  		background: url('../Images/contentbgmid.png') repeat-y;
  		text-align: left;
  		min-height: 400px;
  		width: 740px;
    }
    
    .mid1, .mid2, .mid3 {
    	float: left;
    	width: 233px;
    	padding: 0 6px;
    }
    
    .reset { clear: both; }
    .spacer { margin: 20px; }

	#links {
		width: 740px;
		height: 240px;
		margin-top: 10px;
		background: url('../Images/linksbg.png') no-repeat;
	}
	
	#links p {
		margin: 10px 15px 0 15px;
	}
	
	#links img {
		margin-top: 20px;
	}

	#botlinks {
		color: white;
		height: 120px;
		padding: 20px;
		width: 780px;
  		background: url('../Images/contentbgbot.png') no-repeat;
	}

	#botlinks p {
		margin: 8px 0;
	}

	#botlinks a {
		font-size: .9em;
		text-decoration: none;
		color: white;
	}
	
	#botlinks a:hover {
		color: #00a9ff;
	}
	
    #bot1, #bot2, #bot3 {
    	margin-top: 7px;
    	padding: 0 20px;
    	float: left;
		width: 217px;
		height: 98px;
    }
    
    #bot2, #bot3 {
     	border-left: 1px solid white;
    }
    
    .intro, .intro2, .intro3, .intro4 {
    	font-family: Palatino, Georgia, serif;    	
    }
    .intro {
    	font-size: 60px;
    	color: navy;    
    	letter-spacing: -2px;
    }
    .intro2 {
    	font-size: 24px;
    	color: #444444;
    	line-height: 5px;
    }
    
    .intro3 {
    	font-size: 48px;
    	color: #cccccc;
    	letter-spacing: -2px;
    }
    
    .intro4 {
    	font-size: 18px;
    	color: #eeeeee;
    }
    
    .subheading, .subheading2 {
    	font-size: 1.2em;
    }
    
    .subheading { font-weight: bold }
    
    .left {
    	width: 400px;
    	float: left;
    	margin-right: 10px;
    }
    
    .left2 {
    	width: 320px;
    	float: right;
    }
    
    .half {
    	width: 48%;
    	float: left;
    	margin-right: 13px;
    }
    
    .status {
    	margin: 10px;
    	border: 1px dashed navy;
    	padding: 10px 15px;
    	color: navy;
    	background: #b4d0ff;
    }
    
    .status a { color: navy; }
    .status a:hover { color: #00a9ff; }
    
    #botlinks .subheading {
    	font-size: 1.1em;
    	text-decoration: underline;
    }
    
    #contact {
    	position: absolute;
    	top: 170px;
    	left: 150px;
    	width: 500px;
    	height: 250px;
    	z-index: 100;
    	background: url('../Images/popupbg.png') no-repeat;
    	text-align: left;
    	color: white;
    	padding: 50px;
     	display: none;
    }
    
    #close {
    	position: absolute;
    	top: 25px;
    	right: 135px;
    	cursor: pointer;
    }
    
#footer {
	margin: 40px;
	font-size: .8em;
	color: #dddddd;
}