/* @group CSS RESET */
/* v1.0 | 20080212 */

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;
	font-size: 0;
	vertical-align: baseline;
	background: transparent;
}
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;
}


/* @end */

#wrapper {
width: 100%;
margin: 0 auto;
background: url(images/FF_BG.png) repeat-x;
text-align: center;
}

#body{
width: 800px;
height: 100%;
margin: 0 auto;
margin-top: 0px;
text-align: left;

}

#header{
width: 800px;
height: 125px;
float: left;
}

#logo{
	width: 50%;
	height: 100px;
	text-align: right;
	float: left;

}

#menu{
	width: 50%;
	margin-top: 100px;
	text-align: right;
	float: left;
}

#feature{
width: 800px;
height: 300px;
float: left;

}

#content{
width: 537px;
min-height: 400px;
background-color: white;
padding: 10px;
float: left;
overflow: auto;
background-image: url(images/FF_sidepanelshadow2.jpg);

}

#service_content{
width: 539px;
background-color: white;
padding: 10px;
float: left;
overflow: auto;
background-image: url(images/FF_sidepanelshadow3.jpg);
}

#rightcolumn{
width: 218px;
float: left;
padding:10px;
min-height: 400px;

overflow: auto;
}
#footer{
	width: 790px;
	height: 40px;
	padding: 5px;
	float: left;
	text-align: right;
	background-image: url(images/FF_shadow_top.png);
}

#downloadlist li{
	list-style-type: none;
	color: #7f0040;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
margin-bottom: 35px;
}

.spacer{
	height: 15px;
}

/* @group Type styles */

a:link{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a:visited{
	text-decoration: none;
}

p a {
text-decoration: underline;	
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 160%;
margin-bottom: 10px;
}

p{
	font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 160%;
margin-bottom: 10px;

}

.p_bold{
	font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 160%;
margin-bottom: 10px;

}

.pform{
	font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
margin-bottom: 0px;

}

h1{
font-family: Georgia;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: -1px;
line-height: 1.2em;
font-size: 20px;
margin-bottom: 5px;	
}

h2{
font-family: Georgia;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: -1px;
line-height: 1.2em;
font-size: 16px;
margin-bottom: 5px;	
}

h3{
color: #444;
text-decoration: none;
word-spacing: normal;
letter-spacing: 0px;
	font: bold 12px/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 5px;
}

h4{ 
color: #444;
word-spacing: normal;
letter-spacing: 0px;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h5{ 
color: #444;
word-spacing: normal;
letter-spacing: 0px;
	font: normal 8px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h6{ 
color: #444;
word-spacing: normal;
letter-spacing: 0px;
	font: normal 9px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.simple_list li{
margin-left: 5px;
list-style-type: disc;
color: #444;
font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
line-height: 22px;
list-style-position:outside;
margin-bottom: 10px;

	
}

.simple_list2 li{
	margin-left: 5px;
list-style-type: disc;
color: #444;
font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
line-height: 22px;
list-style-position:outside;

}


.simple_list3 li{
font-family: Helvetica, Arial, sans-serif;
	margin-left: 5px;
list-style-type: disc;
font-size: 12px;
line-height: 160%;
color: #444;
list-style-position:outside;

}



.quote{
font-family:Georgia, Times New Roman, serif;
font-weight: normal;
font-size: 22px;
letter-spacing: .2em;
line-height: 28px;
margin:0px;
text-align: center;
text-transform: uppercase;
color: grey;
margin-top: 20px;
}
/* @end */
