html, body {
	height:100%;
	margin:0;
}
body {
	text-align:center;
	background:#fff url(img/bg.png) repeat-x top;
	font-family:Georgia, Times, serif;
	font-size:11px;
	color:#000;
	min-height:100%;
}
/* Global styles */
img {border: none;} 
a:link, a:active, a:visited{color:#666699; text-decoration:none;}
a:hover {text-decoration:underline;}
p {font-family:Tahoma, Helvetica, sans-serif;}
h1,h2,h3,h4{ font-family:Georgia, serif; margin:10px 0;}
h2,h3,h4{ color:#000;}
h1 {font-size:24px; color:#880000}
h2 {font-size:12px;}
h4{margin:0 0 5px 0;}
.floatl{float:left; margin:10px 10px 10px 0;}
.floatr{float:right; margin:10px 0 10px 10px;}
.tagline{font:14px Georgia, serif; font-style:italic; color:#666; margin-left:50px;}
.separator {margin:10px 0 0 0; width:100%; font-size:0px; border-top:1px dashed #CCC;}
.spacer1{height:150px;}
.expander {cursor:pointer;}
form, input, textarea{ margin:0; padding:0; font-family:Tahoma, sans-serif;}
.userinput {height:18px; width:140px; color:#999; font-size:10px; line-height:18px;}
/* Global Page styles */
#wrapper {
	margin:0 auto 0 auto;
	width:900px;
	height:100%;
	text-align:left;
	padding-bottom:60px;
}
#header {
	margin:0;
	padding:0;
	width:900px;
	height:65px;
	background:url(img/logo.png) no-repeat top left;
	float:left;
}
#pagewrapper {
	width:900px;
	margin:0 auto 0 auto;
}
#pagecontent {
	width:900px;
	margin:0 auto 0 auto;
}
#leftcolumn {
	width:595px;
	margin:10px 0 40px 0;
	float:left;
}
#sub_leftcolumn {
	width:595px;
	margin:10px 0 40px 0;
	float:left;
	font-family:Helvetica, Arial, serif;
	font-size:14px;
}
#rightcolumn {
	width:260px;
	margin:10px 0 10px 40px;
	float:left;
}
#footer {
	position:fixed;
	width:100%;
	height:28px;
	overflow:hidden;
	text-align:right;
	background-color:#151515;
	color:#CCC;
	font-size:10px;
	bottom:0px;
	left:0px;
	z-index: 99;
}

#footer p {
	margin:2px 20px 0 0;
}
	
/* Index page styles */
#logo {
	width:890px;
	height:189px;
	margin:0;
	padding:30px 10px 0 0;
	background:url(img/ap.png) no-repeat top left;
	float:left;
	text-align:right;
}
#logo h1 {
	margin:0;
	font-size:36px;
}	
.boxcontent {
	width:240px;
	padding:10px;
	margin-bottom:10px;
	border:1px dashed #CCCCCC;
	border-left:2px solid #880000;
}

#homecontent {
	margin-top:305px;
}
/* Navigation bar menu styling */
#nav {margin-top:12px; padding:0; float:right;}
#nav ul{ 
	padding:0;
	margin:0;
	width:auto;
	list-style: none;
	height:30px;
	position: relative;
	float:right;
}
#nav li{
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	color:#FFF;
	font:bold 12px Century Gothic, sans-serif;
	line-height:30px;
}
#nav .lavaLamp li a {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px; 
}
#nav .lavaLamp li.back {
	background: url(img/lava.png) no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
#nav .lavaLamp li.back .left {
	background: url(img/lava.png) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#nav a:link, #nav a:hover, #nav a:active, #nav a:visited{color:#FFF; text-decoration:none;}
/* Contact page styles */
#loading { display:none;}
#contact label {
	margin:3px 5px 0 0;
	width:4.5em;
	float:left;
	text-align:right;
	display: block;
}
.contactinput {
	border:none;
	font-size:11px;
	line-height:12px;
	padding:3px 0 0 2px;
	color:#333;
	background-color:#e5e5e5;
}
#slide {
	margin-top:20px;
	wmode: opaque;
	z-index: -1;
}
#linecard {
	font-family:Georgia, Times, serif;
	width:595px;
	margin:10px 0 40px 0;
	float:left;
}
#linecard h2 {
	letter-spacing:3px;
	color:#666699;
	font-size:22px;
	text-decoration:none;
}
#linecard p {
	font-size:16px;
}