﻿/* WSI Standard CSS Template */

BODY {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
}

H1 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14pt;
	font-weight: Bold;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

H2 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12pt;
	font-weight: Bold;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

H3 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	font-weight: Bold;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

P {
	font-size: 10pt;
}

TD {
	font-size: 10pt;
}

img {
	border: 0px;
}

td.contentBackground {
	padding: 18px 20px 15px 50px;
}

.bold {
	font-weight: bold;
}

/* Red options */

BODY.red {
	background-color: #B34216;
}

BODY.red td.contentBackground {
	background-image: url('../images/base/red/ContentBg.gif');
}

Body.red p.content {
	color: #772606;
	line-height: 18px;
}

Body.red p.content a {
	color: #EB7C45;
	text-decoration: none;
}

Body.red p.content a:hover {
	text-decoration: underline;
}

/* Tan options */

BODY.tan {
	background-color: #9D700E;
}

BODY.tan td.contentBackground {
	background-image: url('../images/base/tan/contentBg.gif');
}

Body.tan p.content {
	color: #5D4206;
	line-height: 18px;
}

Body.tan p.content a {
	color: #E4AE06;
	text-decoration: none;
}

Body.tan p.content a:hover {
	text-decoration: underline;
}

/* Green options */

BODY.green {
	background-color: #524E04;
}

BODY.green td.contentBackground {
	background-image: url('../images/base/green/ContentBg.gif');
}

Body.green p.content {
	color: #524E04;
	line-height: 18px;
}

Body.green p.content a {
	color: #9F9802;
	text-decoration: none;
}

Body.green p.content a:hover {
	text-decoration: underline;
}

body.green #floatBox {
	background-color: #EBE9E4;
	color: #524E04;
	border: #524E04 solid 5px;
}


/*  Floating box style and positioning info  */

#floatBox {
	position: relative;
	top: -185px;
	left: 225px;
	z-index: 100;
	
	width: 175px;
	height: 115px;
	
	padding: 5px;
	
	opacity: .85;
	filter: alpha(opacity=90); 
	text-align: left; 
}

#floatBoxMenu {
	background-color: #EBE9E4;
	color: #5D4206;
	border: #5D4206 solid 5px;
	position: relative;
	top: -300px;
	left: 275px;
	z-index: 100;
	
	width: 105px;
	height: 100px;
	
	padding: 5px;
	
	opacity: .85;
	filter: alpha(opacity=90); 
	text-align: center; 
}

/*#floatBox span {
	opacity: .99;
	filter: alpha(opacity=99);
}*/