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

/*
-----------------------------------------------
Title: FWM styles
Author: Jim Dore
Version: 	26 May 2010
----------------------------------------------- */

/* ---------------- CSS Reset -----------------  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;

}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p { font-size: 10px;line-height: 18px; padding: 100px;}

a.legal { color: #ee2e24; text-decoration:underline;}


/* ----------- Slider ------------------------ */

#slide-panel {
height: 600px; /*HEIGHT OF HIDDEN SLIDE PANEL*/
width: 1000px; /*WIDTH OF HIDDEN SLIDE PANEL*/
display: none; /*THE ELEMENT WILL NOT BE DISPLAYED*/
background-color: #20558a; /*SLIDE PANEL BACKGROUND COLOR*/
opacity: .9;
filter:alpha(opacity=90); /*SETS SLIDE PANEL BACKGROUND'S OPACITY TO 80%*/
margin: auto; /*CENTERS OUR SLIDE PANEL*/
position: relative;
top: 6px;
z-index: 50;
}
 
.slide {
margin: 0; /*NO MARGIN*/
padding: 0; /*NO PADDING*/
}
 
.btn-slide {

}


/* -------------- CONTACT FORM --------------- */

#contact { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding-top: 90px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 0px 15px 00px;
}
#form-area { 
	
	margin: 20px 10px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #20558a;
} 


a.contact:link, a.contact:visited {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top:20px;
	padding:5px;
	border: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 8px;
	}
	
a.contact:hover {
	text-decoration: underline;
	}
/* ----------------  STRUCTURE -------------- */

body {
	background-color: #ffffff;
	color: #bbbbbb;
}

#container {
	width: 1000px;
	margin: 0 auto;
	}
	

#content {
	width: 1000px;
	height: 600px;
	display: block;
	overflow: hidden;
	background-color:transparent;
	
}
#header {
	width: 100%;
	height: 26px;
	color: #57504A;
	padding: 90px 0 6px 0;
	display: block;
	background-image: url(../images/topshadow.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

/*#header {
	width: 100%;
	color: #57504A;
	height: 26px;
	padding: 0 0;
	}
	*/
#header ul {
	padding: 6px 20px 0px 0px;
	text-align: right;
}

#header li {
	font-size: 9px;
	line-height: 20px;
	display: inline;

}


/*.topshadow {
	width: 100%;
	height: 110px;
	display: block;
	background-image: url(../images/topshadow.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
*/

.botshadow {
	width: 100%;
	height: 10px;
	display: block;
	background-image: url(../images/botshadow.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header ul li a:link,  ul li a:visited {
	padding: 3px 5px 3px 3px;
	color: #57504A;
	text-decoration: none;
}
#header ul li a:hover {color: #ee2e24; text-decoration:underline}

#footer {
	width: 1000px;
	height: 24px;
	padding-top: 4px;
	text-align: right;
	display: block;
	clear: both;
	letter-spacing: .1em;
}

#footer a:link, a:visited {padding: 3px 5px; color: #bbbbbb; text-decoration: none; }
#footer a:hover {color: #ee2e24; text-decoration:underline}



.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

form {background-color: #20558a;}


/* -------------------  HACKS ---------------------  */

.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;
}

.wufoo .info{display:none}