@CHARSET "UTF-8";

/* ----------------------------------------------------------
General Page Setup - This sets the "tabletop" 
---------------------------------------------------------- */
html, body {
	background-color:#f1f1f1;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

img {
	border:none;
}

img.imgabout {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#master {
	width: 960px;
	height: 640px;
	text-align: center;
	/*border: 1px solid #000;*/
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;a
        padding-top: 2px;
	margin-left: -480px; 
	margin-top: -320px; 
}

#header {
	/*border: 1px solid #000;*/
	width: 100%;
        margin-top: 2px;
	height: 86px;
}

#content {
	width: 100%;
	height: 500px;
}

/* ----------------------------------------------------------
Front Page Splash Box
---------------------------------------------------------- */
h2.splash {
	text-align: left;
	color: #000000;
	font-size: 13pt;
}

p.splash {
	text-align: left;
	color: #000000;
	font-size: 10pt;
}

#splashbox {
	position: absolute;
	margin: 0px;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	left: 140px;
	bottom: 95px;
	width: 300px;
	background-color: #FFFFFF;
	
	/* Splashbox opacity settings */
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* ----------------------------------------------------------
About Page Styling
---------------------------------------------------------- */
p.about, p.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	padding-right: 100px;
	padding-top: 12px;
	text-align: justify; 
	line-height: 200%;
}

.enhance1 {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #20A858;
	font-weight: bold;
}

.enhance2 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #2089A8;
	font-weight: bold;
}

.enhance3 {
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #A253CC;
	font-weight: bold;
}

.enhance4 {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #922268;
	font-weight: bold;
}

.enhance5 {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #C5695A;
	font-weight: bold;
}

/* ----------------------------------------------------------
Yo ho yo ho a pirate's life for me...
---------------------------------------------------------- */
#preLoad {
	display: none;
}	

.col1 {
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px;
}

.col2 {
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px;
}

/*
Contact Form
*/

label {
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

input.formitem, textarea.formitem {    
	width: 300px;    
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
	background-color: #EFEFEF;    
	color: #102132;    
	border: 1px solid #525252;    
	margin-right: 0px;    
}  

#contactform_preSubmit {
	padding-top: 25px;
	text-align: right;
	padding-right: 65px;
	line-height: 220%;
}

/* ----------------------------------------------------------
Navigation Content
---------------------------------------------------------- */
#footer {
	left: 50%;
	top: 50%;
}

#current {
	/* Future style to indicate which link the user is at */
}

ul.navbar {
	text-align: center;
	display: inline; 
	color: #000000;
	margin: 0px;
	padding: 0px;
}

ul.navbar li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

ul.navbar li a {
	text-decoration: none;
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


ul.navbar li a:hover {
	color: #5A5A5A;
}
