@charset "UTF-8";
/* CSS Document */


html {
	overflow-Y: scroll;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	background-color: #000000;
	background-image: url(graphics/bg.jpg);
	background-repeat: no-repeat;
	font-family: Eurostile, sans-serif, monospace;
	font-size: 10px;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

#container {
	width: 500px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1 {
	text-align:center;
	padding: 20px 0;
	color: #CCCCCC;
	font-family: Eurostile, sans-serif, monospace;
	font-size: 4em;
}
h1 span {
	color: #CCCCCC;
}
h1 small{
	text-transform:uppercase;
	letter-spacing: 0.8em;
	display: block;
	color: #00CCFF;
	font-family: "normal Verdana", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	clear: both;
}
h2.trigger {
	background: url(graphics/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
	clear: both;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}
h2.trigger a {
	color: #999999;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #0099FF;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
	font-size: 1.2em;
}
.toggle_container h3 {
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
	font-family: Eurostile, sans-serif, monospace;
	font-size: 2.5em;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #666666;
}
.style1 {
	font-family: Eurostile, sans-serif, monospace;
	font-size: 2.5em;
	text-transform: capitalize;
}
a:link {
	color: #003399;
	font-size: None;
	font-weight: bold;
}
.topnavbg a {
	color: #00CCFF;
}
a:visited {
	color: #999999;
}
.footertxt {
	color: #FFFFFF;
	font-family: Eurostile, sans-serif, monospace;
	font-size: 10px;
	text-transform: capitalize;
	text-align: center;
}
.topnavbg a {
	color: #00FFFF;
}
.topnav {
	background-color: #333333;
	height: 70px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	font-family: Eurostile, sans-serif, monospace;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1.6em;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
	clear: both;
	line-height: 1.8em;
	padding-top: 3px;
}


a:hover {
	color: #666666;
}
.container .toggle_container .block .bottom-panel {
	color: #000099;
}
.topnavbgh1 {
	font-size: 2.4em;
}
.title {
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.4em;
	font-family: Eurostile, sans-serif, monospace;
	line-height: 1.5em;
}
.containerouter {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphics/transpbl78.png);
	background-repeat: repeat;
	-webkit-border-bottom-right-radius: 70px;
	-webkit-border-bottom-left-radius: 70px;
	-moz-border-radius-bottomright: 70px;
	-moz-border-radius-bottomleft: 70px;
	border-bottom-right-radius: 70px;
	border-bottom-left-radius: 70px;
}
#Header {
background-image: url(graphics/bg.jpg);
	height: 90px;
	width: 100%;
	background-color: #333333;
	height: 70px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Eurostile, sans-serif, monospace;
	text-transform: uppercase;
	color: #000099;
	font-size: 2.3em;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
	clear: both;
	line-height: 1.8em;
	padding-bottom: 10px;
	padding-top: 20px;
	-webkit-border-bottom-right-radius: 70px;
	-webkit-border-bottom-left-radius: 70px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 70px;
	border-bottom-left-radius: 70px;
}
#footer {
	height: 100px;
	color: #00FFFF;
	text-align: center;
	width: 100%;
	padding-top: 35px;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	background-color: #999999;
	clear: both;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	font-weight: bold;
	margin-top: 5px;
}
.picr {
	float: right;
	padding: 6px;
}

.container {
	width:480px;
	margin:0px auto;
	position:relative;
	z-index:12;
	}
	/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left:-116px;
	z-index:1;
	top: 77px;
	}
#Header contact {
	float: right;
	height: 50px;
	width: 50px;
	position: absolute;
}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:289px;
	width:558px;
	border:1px solid #929191;
	padding:7px 12px;
	color:#fff;
	display:none;
	background-color: #515151;
	background-image: url(graphics/birdy.jpg);
	background-repeat: no-repeat;
	background-position: 241px 11px;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none;
	margin-top:100px;
	height:40px;
	width:230px;
	background-image: url(graphics/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span {
	display:none;
	font-size:10px;
	line-height:10px;
	padding-left:6px;
	color:#00FF00;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height:90px;
	width:90px;
	position:static;
	left:0px;
	cursor:pointer;
	background-image: url(graphics/contact_me.png);
	bottom: -90px;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:180px;
	color:#fff;
	border:1px solid #8a8a8a;
	height:15px;
	line-height:14px;
	font-size:11px;
	padding:2px 2px 0px;
	background-color: #6d6d6d;
	background-image: url(graphics/contact_input.png);
	background-repeat: repeat-x;
	background-position: top;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:1px solid #aba8a8;
	background:#e5e5e5;
	text-transform:uppercase;
	color:#4d4d4d;
	font-weight:bold;
	padding:7px 16px 7px 14px;
	height:37px;
	width:124px;
	cursor:pointer;
	float:left;
	margin-top:196px;
	text-shadow: 0 1px 1px rgba(0,0,0,.9);
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm .submit:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}


#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}
#footer p {
	text-transform: capitalize;
	color: #FFFFFF;
}
#reflection {
	font-size:24px;
	color: #A9C7C7;
	-webkit-box-reflect: below -22px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(100, 100, 100, 0.3)));
}
#Header #reflection a {
	color: #A9C7C7;
	text-decoration: none;
}

