﻿/*	Set the margin and padding of everything to 0 so we've got a good start point */
* {
	margin: 0px;
	padding: 0px;
}

/*	Set the initial value for the HTML tags which can be changed in individual classes later */
body {
	background-color: #ffffff;
}

h1 {
	font-family: Verdana;
	font-size: 24pt;
	color: #000000;
	margin: 0px 0px 13px 0px;
}

h2 {
	font-family: Verdana;
	font-size: 18pt;
	color: #000000;
	margin: 0px 0px 13px 0px;
}

h3 {
	font-family: Verdana;
	font-size: 14pt;
	color: #000000;
	margin: 13px 0px 7px 0px;
}

p {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}

#homebox {
	text-align: center; 
	margin-bottom: 26px;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}


/*	Set the style of the ID elements */
#content {
	width: 960px;
	margin: auto;
	margin-bottom: 120px;
	padding-bottom: 120px;
}

#header {
/*
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-position: top left;
*/
}

#headertext {
	width: 300px;
	float: right;
	color: #000000;
	text-align: right;
	margin: 7px 13px 0px 0px;
}

#headertext p {
	color: #000000;
	font-size: 10pt;
}

#headertext a {
	color: #000000;
	text-decoration: none;
}

#headertext a:hover {
	color: #9999ff;
}

#menu {
	width: 200px;
	float: left;
}

#menu ul {
/*
	background-image: url('images/menu-back.png');
	background-repeat: repeat-y;
	background-position: top left;
*/
	min-height: 410px;
	height: auto !important;
	height: 410px;
}

#menubottom {
}

#adminmain {
	width: 760px;
	margin: auto;
}

#adminmain p {
}

#adminmain a {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

#adminmain a:hover {
	color: #993333;
}

#main {
	width: 760px;
	float: right;
}

#main p {
	line-height: 28pt;
	padding: 0px 13px 0px 13px;
}

#main a {
	color: #333399;
	text-decoration: none;
}

#main a:hover {
	color: #993333;
}

#imagebar {
	margin: 39px 0px 39px 0px;
	padding: 39px 0px 39px 0px;
	width: 500px;
	margin: auto;
	text-align: center;
}

#footer {
	clear: both;
	width: 300px;
	margin: auto;
	border-top: solid 1px #999999;
	text-align: center;
}

#footer p {
	font-size: 8pt;
	color: #333333;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #666666;
}

/*	Set the style of the classes */

#menu li 
{
	font-family: Arial;
	display: block;
	width: 169px;
	margin-left: 26px;
	background-image: url('images/menuitem-back.png');
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	min-height: 31px;
	height: auto !important;
	height: 31px;
	color: #ffffff;
	font-size: 8pt;
	padding: 3px 3px 3px 13px;
}

#menu li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#menu a:hover 
{
	color: #cccccc;
}

.images {
	width: 250px;
	text-align: center;
	float: left;
}

.images img {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#main .contact {
	line-height: 14pt;
	padding: 0px 13px 0px 13px;
}

#main .gar {
	line-height: 14pt;
	padding: 0px 13px 13px 13px;
}

#main .faqq {
	font-weight: bold;
	line-height: 21pt;
	padding: 0px 13px 0px 13px;
	cursor: pointer;
}

#main .faqa {
	line-height: 14pt;
	padding: 0px 13px 13px 13px;
}

.black_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	overflow: hidden;
	min-height: 860px;
	height: auto !important;
	height: 860px;
}

.white_content
{
	display: none;
	margin-left: -408px;
	margin-top: 50px;
	position: absolute;
	top: 0px;
	left: 50%;
	padding: 32px;
	background-color: white;
	z-index:1002;
}
