@charset "utf-8";
/* CSS Document */

html, body
{
	height: 100%;
}

body
{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #6a738d url('images/bg1.jpg') repeat-x top left;
}

/* this is here to fix the background when the page over extends */
div#page
{
	width: 975px;
	margin: 0 auto 0 auto;
	background: url('images/outerbg2.jpg') repeat-y top right;
}

div#outer
{
	/*min-height: 100%;
	height: auto !important;
	height: 100%;*/

	width: 975px;
	margin: 0 auto 0 auto;
	
	background: url('images/innerbg.jpg') repeat-y 77px;
}

div#left
{
	width: 639px;
	float: left;
	padding-left: 78px;
}

div#left .inner
{
	margin: 10px 30px 30px 50px;
}

div#right
{
	width: 258px;
	float: left;
}

div#right .testimonial
{
	margin: 0 16px 0 25px;
	background-color: white;
	padding: 5px;
}

div#right .contact
{
	margin: 15px 16px 0 25px;
	/*padding: 5px;*/
	color: white;
}

div#right .contact p
{
	color: white;
}

div#right .contact a
{
	color: white;
}

div#wide-left
{
	float: left;
	width: 716px;
}

div#wide-left .content
{
	padding: 0 29px 0 127px;
	border-right: 1px solid #A6ADBC;
}

div#wide-right
{
	float: left;
	width: 258px;
}

div#wide-right .content
{
	padding: 0 10px 0 10px;
}

div#wide-full
{
	padding: 0 29px 20px 127px;
}

div#footer
{
	width: 975px;
	margin: 0 auto 15px auto;
	height: 69px;
}

div#footer-content
{
	font-size: 10px;
	color: white;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
	_display: inline;
	margin-left: 78px;
}

div#footer-sig
{
	width: 180px;
	height: 34px;
	margin: 34px 0 0 78px;
	float: left;
	display: inline;
}

.footer-sig-ie6
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/signature-2.png',sizingMethod='scale');
}

.footer-sig-proper
{
	background: url('images/signature-2.png') no-repeat top left;
}

/* navigation */
div#navigation
{
	width: 894px;
	margin-left: 79px;
	height: 35px;
	background: url('images/navbg.jpg') repeat-x top left;
	/*border: 1px solid #A6ADBC;
	border-top: none;
	border-bottom: none;*/
}

div#navigation td 
{
	height: 100%;
}

div#navigation td.hover
{
	background: url('images/navhover.jpg') repeat-x top left;
}

div#navigation a:link.top,
div#navigation a:visited.top,
div#navigation a.top
{
	font-size: 10px;
	color: White;
	text-align: none;
	text-decoration: none;
	display: block;
	padding: 0 18px 0 18px;
}

div#navigation ul.flyout
{
	display: none;
	position: absolute;
	top: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #945842;
	width: 169px;
}

div#navigation ul.flyout li
{
	display: inline;
}

div#navigation ul.flyout li ul.flyout 
{
	top: auto;
	margin-left: 40px;
	margin-top: 15px;
}

div#navigation a:link.flyout,
div#navigation a:visited.flyout,
div#navigation a.flyout
{
	display: block;
	padding: 4px;
	background-color: white;
	border: 1px solid #945842;
	border-bottom: none;
	color: #6E3927;
	text-decoration: none;
	font-size: 10px;
	height: 1%;
}

div#navigation a:hover.flyout
{
	background-color: #8092CB;
	color: white;
}

div#email_box
{
	display: none;
	margin-top: 2px;
	padding: 10px;
	position: absolute;
	width: 300px;
	height: 70px;
	background: white;
	border: 1px solid #93CFE6;
}

div#email_box input.textbox
{
	padding: 2px;
	width: 112px;
	border: 1px solid #D2D2D2;
	background-color:white;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#email_box input.button
{
	padding: 2px;
	background-color: #E9F7FB;
	border: 1px solid #93CFE6;
}
