﻿body {
background-image: url('images/BKGD.gif');
background-repeat: repeat-x;
background-attachment: fixed;
background-color: #333333;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #000099;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.Border1 {
	background-color: #EEEBDF;
}
.InnSubTitlte {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
h1 {
	font-size: 20px;
	text-align: center;
}
.Border2 {
	border: 1px solid #000066;
}
.SmallTextRed {
	font-size: 9px;
	font-style: italic;
	color: #FF0000;
}
.RedText {
	color: #FF0000;
}
h2 {
	font-size: 16px;
	color: #333366;
	font-weight: bold;
}
smallText {
	font-size: 10px;
}
.smalltext {
	font-size: 10px;
}

/* Added by Blizzard */
input[type=text], textarea, .text-input
{
	background: #fff;
	border: 1px solid #808080;
	color: #000;
	padding: 5px;
}

.button
{
	background: #900;
	border: 2px solid #900;
	color: #fff;
	padding: 0.25em 0.5em;
}

.button:hover
{
	background: #fff;
	color: #900;
}

.field
{
	margin: 0 0 0.5em 0;
}

.field label
{
	font-size: 0.8em;
	font-weight: bold;
}

#email-form .error
{
	color: #f00;
}

#email-form input[type=text], #email-form textarea, #email-form .text-input
{
	display: block;
	width: 90%;
}

#email-form .anti-spam-code input[type=text], #email-form .anti-spam-code .text-input
{
	display: inline-block;
	width: auto;
}

#email-form .controls
{
	padding-top: 1em;
}

#contact-ip
{
	font-size: 0.75em;
	font-style: normal;
}

.navbar
{
	position: relative;
}

.g-plusone-container
{
	position: absolute;
	top: -150px;
	right: 10px;
}

.navbar.home .g-plusone-container
{
	top: 10px;
	right: 10px;
	/* top: 60px;
	right: 190px; */
	z-index: 9999;
}
