	@charset "utf-8";
body, td, th {
	font-family: "Rockwell";
	font-size: 15px;
	color: #464646;
}
body {
	background-color: #B7CF9B;
	margin: 30px 0 0;
}
a:link {
	color: #464646;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0e0e0e;
}
h1 {
	color: #999;
	margin-top: 8px;
	letter-spacing: -0.1em;
	line-height: 0.8em;
	font-size: 31px;
}
h1 span {
	color: #ccc;
	font-size: 18px;
	letter-spacing: -0.053em;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
}

h2.contact {
	font-family: Rockwell;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: -0.08em;
}

h3 {
	font-size: 17px;
}
#beginning {
position: absolute;
top: 0px;

}

#top {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 310px;
	height: 500px;
	cursor: pointer;
	margin-top: 30px;
	z-index: 1;
}
#logo {
	float: left;
	height: 300px;
	width: 300px;
}
#title {
	width: 180px;
	margin: 0 0 0 130px;
	position: absolute;
	visibility: visible;
	z-index: 4;
}
#menu {
	float: left;
	width: 290px;
	padding-bottom: 10px;
	font-weight: 700;
	color: #999;
	margin-top: 10px;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: -0.08em;
}
#menu a:link, #menu a:visited, #menu a:hover {
	color: #ccc;
}

#menu a.active {
	color: #999;
}


#menu a:hover {
	color: #999;
}
#menu ul li {
	width: 230px;
	float: left;
	margin-top: -12px;
}
#contact {
	float: left;
	width: 290px;
	margin-top: 126px;
	text-align: right;
	font-size: 10px;
	color: #ccc;
}
#container {
	height: 500px;
	background-color: #fff;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 20px 0 20px 400px;
	position: absolute;
	z-index: 0;
}
#container img {
	margin-right: 13px;
}
#container ul li {
	float: left;
	height: 500px;
	margin-right: 12px;
}

/*--- Go to Front of Page ---*/

#back {
	width: 120px;
	display: block;
	outline: 0;
	z-index: 1;
	margin-top: 120px;
	position: absolute;
	font-size: 32px;
	color: #B7CF9B;
}
#back:hover {
	background-position: 0 -36px;
	padding-left: 40px;
	
}
#back00 {
	width: 120px;
	height: 500px;
}

/*--- end Go Back ---*/ 


#footer {
	height: 40px;
	width: 1200px;
	padding-left: 20px;
	margin-top: 560px;
	font-size: 10px;
	position: absolute;
	margin-left: 0;
	left: 0;
	text-transform: uppercase;
}
#qTip {
	position: absolute;
	display: none;
	font-size: 13px;
	color: #fff;
	z-index: 1000;
	background: url('../assets/qTip.png') repeat;
	padding: 10px 15px;
}
a:visited, a:active {
	text-decoration: none;
	color: #333;
}
#menu ul, #container ul {
	list-style-type: none;
	display: inline;
	padding: 0;
}


/* ---- About Me Panel --*/

.panel_button {
	position: relative;
	top: -35px;
	width: 173px;
	height: 54px;
	background: url(img/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	right: 5px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-weight: 700;
	position: relative;
	top: 5px;
	left: 5px;
	font-family: Rockwell;
  font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -0.08em;
}
.panel_button a:hover {
	color: #ffffff;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 900px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 950px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;    
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: #b7cf9b;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	height: 100%;
	width: 950px;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	font-family: Rockwell;
	color: white;
	font-weight: normal;          
	position: relative;
}
#panel h2 {
	text-align: center;
	font-family: Rockwell;
	color: #447c6f;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	left: 350px;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #545454;
	font-family: Rockwell;
	font-size: 12px;
	padding-bottom: 30px;
}

div#login {
	width: 600px;
	height: 400px;
	position: absolute;
	right: 20px;
	top: 40px;
	text-align: left;
	padding-left: 10px;
}


div#login p {
	color: #1b1b1b;
	font-family: Rockwell;
	font-size: 16px;
	position: relative;
	}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
	top: 30px;
	left: 86px;
}


/*--- Contact Form ---*/


#contactForm label {
	display: block;
	font-weight: bold;
	font: 14px Rockwell;
	color: #888;
}

#contactForm label em {
	font-weight: normal;
	color: #bbbbbb;
}

#contactForm .info input {
	width: 300px;
	margin-bottom: 1px;
  font: 14px Arial;
}

#contactForm .info select {
	width: 100px;
	margin-bottom: 20px;
}

#contactForm .message textarea {
	width: 500px;
	height: 140px;
  font: 14px Arial;
	}
	
#contactForm textarea {
  font: 14px Arial;
	}

#contactForm .button { 
  margin-top:10px;
	line-height:40px;
}

#contactForm input.styled {
  font-weight: bold;
  font: 20px Rockwell;
  background-color: #5a5a5a;
  color: #FFFFFF;
 }

 #contactForm input.styled:hover {
    color: #FFFFFF;
  background-color: #90c84e;
 }


/*--- Horizontal Hover Navigation ---*/

#arrowtip {
	position: fixed;
	top: 360px;
	left: 285px; 
	width: 175px;
	height: 20px;
	font: 12px Rockwell;
}

#arrows {
	position: fixed;
	top: 375px;
	left: 300px; 
	width: 64px;
	height: 32px;
	cursor: pointer;
}

#arrows ul {	
	list-style:none;
	margin: 0;
	padding: 0;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 32px;
	height: 32px;
}

#arrows ul li a{
	margin-right: 0px;
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9000px;
	font-size: 50em;
}

#arrows ul #arleft a {background: transparent url('img/left.png') no-repeat;}
#arrows ul #arright a{background:transparent  url('img/right.png') no-repeat;}

