/*CSS Document*/
BODY
{
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #DDD;
	background-color: #000000;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 90%;
}
#preMenu
{
	text-align: right;
	font-size: 9px;
	clear: right;
	text-decoration: none;
	margin: 0px;
}
#preMenu A
{
	text-decoration: none;
	color: #FFFFFF;
}
#preMenu A:hover
{
	color: #FFFF00;
}
.ajaxConf
{
	font-size: 10px;
	margin-left: 150px;
	padding-left: 5px;
}
#formItem
{
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
}
#formArea
{
	border: thin solid #660072;
	width: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #DFA9C3;
}
#formAreaTitle
{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	background-color: #660072;
	color: #FFFFCB;
	padding-left: 2px;
}
#contFooter
{
	color: #3E3E27;
	position: fixed;
	bottom: 15px;
	margin: auto;
	width: 100%;
	background: #111111;
}
#header
{
	margin: auto;
	width: 100%;
	left: 0;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 2;
}
#header IMG
{
}
#header A
{
	display: block;
}
#sidebar2
{
	float: right;
/*since this element is floated, a width must be given*/
	width: 180px;
	text-align: left;
	height: 100px;
	margin: 0 0px 0px;
	padding: 0px;
	position: fixed;
	right: 0;
	top: 40%;
	color: #076005;
	font: small sans-serif;
}
#mainContent
{
	margin: 150px 200px 75px;
	position: relative;
	padding: 10px;
}
#mainContent P
{
	font-size: 90%;
	margin-top: 3px;
	margin-bottom: 2px;
	text-indent: 0px;
}
#siteFooter
{
	font-size: 10px;
	color: #CCCCCC;
	position: fixed;
	text-align: left;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #000000;
	font-size: 10px;
	margin: 0px;
}
#siteFooter A
{
	color: #FFFF00;
}
.clearfloat
{
/*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#logoHotspot
{
	height: 60px;
	width: 200px;
	position: absolute;
	z-index: 11;
	float: none;
}
#formItem
{
	padding-top: 3px;
	padding-bottom: 2px;
}
#formHolder
{
	background-color: #333333;
	border: thin double #CCCCCC;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#mainMenu
{
	margin-top: 25px;
	width: 150px;
	margin-left: 25px;
	text-align: right;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}
#mainMenu UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#mainMenu LI
{
}
#mainMenu LI A:link, #mainMenu LI A:visited
{
	font-size: 12px;
	color: #E9C8C8;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
}
#mainMenu LI A:hover
{
	color: #D0000A;
}
#mainMenu UL UL
{
	margin-left: 0px;
}
#mainMenu UL UL LI
{
	margin: 0;
}
#mainMenu UL UL A:link, #mainMenu UL UL A:visited
{
	color: #9B8B8B;
	height: 18px;
	line-height: 18px;
	font-size: 9px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainMenu UL UL A:hover
{
	color: #F43849;
}
.actionMsg
{
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
#testimonialBlock
{
	position: relative;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 10px;
	/*[empty]width:;*/
	margin: auto;
	clear: both;
	padding: 2px 5px 0 0px;
	border: 1px solid #1E193D;
	background-color: #E8E9D3;
}
#testimonialBlock DT
{
	font-size: 90%;
	color: #3B3A02;
	/*[empty]margin-top:;*/
}
.testimonial
{
	font-size: 80%;
	font-style: italic;
	color: #262341;
}
.testimonialByline
{
	font-size: 90%;
	font-weight: bold;
	color: #694C08;
	text-align: right;
}
#contactButton
{
	position: fixed;
	right: 10px;
	top: 25px;
	z-index: 3;
}
#contactButton A
{
	color: #9B9B07;
	text-decoration: none;
}
#contactButton A:hover
{
	color: #FF9900;
	font-size: 14px;
}
LABEL
{
	text-align: right;
	float: left;
	width: 33%;
	padding-right: 5px;
}
#rLogin LABEL
{
	display: block;
}
H1
{
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainContent H1
{
	font-size: 130%;
	font-weight: bold;
	color: #96100C;
	border-bottom-color: #FFFFFF;
}
#mainContent #contFooter
{
	clear: both;
	overflow: hidden;
	font-size: 80%;
}
#mainContent IMG
{
	border: 1px solid #666666;
	margin: 5px;
}
#mainContent UL
{
	margin-left: 20px;
}
#contFooter A
{
	font-weight: normal;
	color: #CCCCCC;
}
#mainContent H2
{
	font-size: 14px;
	font-weight: bold;
	color: #600C0A;
	margin-left: 5px;
	margin-bottom: 5px;
}
H3
{
	color: #600C0A;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
A
{
	color: #0A8AFF;
	font-weight: bold;
	text-decoration: none;
}
A:hover
{
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
P
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-indent: 3px;
}
DL
{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
DT
{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
DD
{
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
}
.form_input
{
	color: #003333;
}
#mainContent DT
{
	color: #663300;
}
#submitButton
{
	color: #FFFF00;
	background-color: #663300;
	border: thin outset #CCCCCC;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin-right: 2px;
	margin-bottom: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#submitButton:hover
{
	background-color: #CCCCCC;
	color: #003300;
}
#footer
{
	color: #C0614B;
	font-size: 9px;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/_footerBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
}
.footerSite
{
	font-size: 12px;
	color: #6C8F71;
}
.finePrint
{
	font-size: 70%;
	color: #666666;
}
.finePrint A
{
	color: #999999;
}
UL
{
}
#siteTitle H1
{
	color: #FFFF99;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}
#rLogin
{
	float: right;
	width: 300px;
}
#clear
{
	clear: both;
	font-size: 1px;
	display: block;
	float: none;
}
.clientBox LABEL
{
	font-weight: bold;
}
.formList
{
	float: right;
	width: 60%;
}
.inputNote
{
	font-size: 80%;
	color: #0000FF;
	margin-left: 150px;
}
#galleryArea
{
	text-align: center;
	margin: auto;
	width: 370px;
	clear: both;
}
#galleryThumb
{
	float: left;
	width: 110px;
	/*[empty]border:;*/
	height: 125px;
	margin: 5px;
	padding: 0px;
}
#galleryThumbTitle
{
	height: 20px;
	width: 100%;
	/*[empty]background-color:;*/
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	vertical-align: middle;
	color: #333;
	font-weight: bold;
	font-size: 75%;
}
#galleryThumb IMG
{
	border: 1px solid #333;
}
#inPageForm
{
	width: 90%;
	margin: auto;
	border: thin solid #000000;
	background-color: #FFFFCC;
}
#inPageFormTitle
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #659EE1;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#siteError
{
	font-size: 14px;
	color: #FF0000;
}
FIELDSET
{
	background-color: #FFFFCC;
	border: thin solid #000000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 1em;
	margin-bottom: 1em;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}
LEGEND
{
	position: absolute;
	top: -0.5em;
	left: 0.2em;
	font-size: 100%;
	font-weight: bold;
	color: #663333;
}
FIELDSET FIELDSET
{
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 5px;
	color: #663333;
	text-align: center;
	background-color: #FFFF99;
	clear: both;
	position: relative;
	display: block;
}
FIELDSET FIELDSET LEGEND
{
	color: #663333;
}
.capImage
{
	height: 30px;
	line-height: 30px;
}
#articleDate
{
	font-size: x-small;
	font-style: italic;
	color: #999;
	float: right;
	padding-right: 5px;
}

