﻿/* General style settings */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family: Calibri, Arial, Lucida Sans, Helvetica, sans-serif;
	font-size: 1em;
	color: #f0f0f0;
}
p {
	color: #f0f0f0;
	font-family: Calibri, Arial, Lucida Sans, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
a {
	color: #f0f0f0;
	font-family: Calibri, Arial, Lucida Sans, Helvetica, sans-serif;
	font-size: 1em;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: white;
}
li {
	list-style: circle inside;
	padding: 5px;
}
td {
	vertical-align: top;
}
/* End general style settings */

/* Text style settings */
.dark {
	color: #303030;
}
.title {
	font-size: 2em;
	font-weight: bold;
}
.heading {
	font-size: 1.5em;
}
.centered {
	text-align: center;
}
.childcentered {
	margin-left: auto;
	margin-right: auto;
}
.inline {
	
}
.inline a {
	text-decoration: underline;
}
.inline a:hover {
	color: #99ccff;
}
/* End text style settings */

/* Menu and button style settings */
.vbutton {
	width: 104px;
	height: 54px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.vbutton a {
	background-image: url('../images/vbutton.png');
	width: 104px;
	height: 54px;
	line-height: 54px;
	display: block;
}
.vbutton a:hover {
	background-image: url('../images/vbuttonover.png');
	width: 104px;
	height: 54px;
}
/* End menu and button style settings */

/* Border style settings */
.glass {
	border-left: 1px #303030 solid;
	border-top: 1px #303030 solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	background-image: url('../images/glassback.png'); 
}
.blueglass {
	border-left: 1px #666666 solid;
	border-top: 1px #666666 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background-image: url('../images/ltblueglassback.png'); 
}
.light {
	border-left: 1px #f0f0f0 solid;
	border-top: 1px #f0f0f0 solid;
	border-right: 1px #a0a0a0 solid;
	border-bottom: 1px #a0a0a0 solid;
}
.white {
	border-left: 1px white solid;
	border-top: 1px white solid;
	border-right: 1px #f0f0f0 solid;
	border-bottom: 1px #f0f0f0 solid;
}
.hrline {
	height: 1px;
	border-top: 2px #f0f0f0 outset;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
/* End border style settings */

/* Section style settings */
#bg {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: #000000;
}
#logoarea {
	padding: 10px;
	text-align: left;
}
#scroller {
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 1;
}
.content {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.menuarea {
	float: left;
	width: 130px;
}
.footerarea {
	text-align: center;
	width: 800px;
	font-size: .8em;
	clear: both;
	padding-top: 10px;
}
.footerarea a {
	padding: 5px;
	margin: 5px;
	text-decoration: underline;
	color: #f0f0f0;
	line-height: 25px;
}
.footerarea a:hover {
	color: #99ccff;
	text-decoration: underline;
}
.floatleft {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.bodycontent {
	width: 580px;
	text-align: left;
	padding-left: 5px;
}
.textbox {
	padding: 10px;
	text-align: center;
	margin: 5px;
}
.clear {
	clear: both;
}
.services {
	
}
.services a {
	text-decoration: none;
}
.services a:hover {
	text-decoration: none;
	color: #99ccff;
}
/* End section style settings */