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

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
p.clr{
clear:both;
height:1px;
margin:0;
padding:0;
}

/* =Fonts
-------------------------------------------------------------- */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;}

h1, h2{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#484848;
font-weight:bold;
}
h3{
font-family:Arial, Helvetica, sans-serif;
color:#000;
}
#main h1{
font-size:24px;
margin-bottom:20px;}
#main h2{
font-size:18px;
padding:10px 60px 10px 10px;}
#main #content h3{
margin-left:10px;
margin-bottom:10px;
font-weight:bold;}
#main #content h4{
margin-left:10px;
margin-bottom:5px;
font-weight:bold;}
#main p{
font-family:Arial, Helvetica, sans-serif;
padding-left:10px;
margin-bottom:10px;
}
#main h2.tag{
color:#656565;
font-weight:normal;
text-align:center;}
#main p strong{
color:#124187;
}
#main ul.bullet-list{
font-family:Arial, Helvetica, sans-serif;}

/* =Global Elements
-------------------------------------------------------------- */
p{
line-height:1.4em;}
p.clr, #main p.clr{
clear:both;
height:1px;
line-height:1px;
margin:0;
padding:0;}
ul.bullet-list, ul.links-list{
list-style:none;
margin-left:20px;
}
ul.bullet-list li, ul.links-list li{
color:#000;
margin:5px 0 10px 5px;
padding-left:10px;
background:url(../images/bullet.gif) no-repeat left 3px;
}
ol.privacy_decimal{
list-style:decimal;
margin-left:30px;}
ol.privacy_alpha{
list-style:lower-alpha;
margin-left:35px;
}
ol.privacy_roman{
list-style:lower-roman;
margin-left:40px;}

/* =Layout Homepage
-------------------------------------------------------------- */

body{
background:#f1f0f0 url(../images/body-bg.gif) repeat-x top;
}
#wrapper{
width:760px;
margin:0 auto;border-top:10px solid #484848;}
#header{
margin:1px 0;
height:141px;
}
#globalnav{
background:#484848 url(../images/nav-bg.gif) repeat-x;
height:28px;
}
#main{
}
#footer{
}


/* =Layout Internal Pages
-------------------------------------------------------------- */


/* =Header
-------------------------------------------------------------- */
#header{
background:url(../images/header-bg.png) no-repeat;

}
img#logo{
padding-top:60px;
padding-left:2px;
float:left;}
h2.tagline{
clear:both;
color:#fff;
text-transform:uppercase;
padding-top:15px;
margin-left:5px;
font-size:14px;}

/* =Main
-------------------------------------------------------------- */
#main{
margin-top:1px;
clear:both;
background:url(../images/main-bg.gif) repeat-y;
border-top:1px solid #000;
border-bottom:1px solid #000;
}
#sidebar{
width:206px;
padding:0 2px;
float:left;
}
#content{
width:540px;
padding:0 4px;
float:left;}

div.accent{
float:right;
margin:0 40px 10px 0;
}
.accent p{
text-align:center;}
.accent img{
border:1px solid #333;
}

/* =GlobalNav
-------------------------------------------------------------- */
#globalnav{
position:relative;
z-index:100;
}

#globalnav ul{
list-style:none;

}
ul#nav li{
display:block;
float:left;
padding:6px 33px;
text-transform:uppercase;
height:16px;
border-left:1px solid #fff;
}
ul#nav li.first{
border-left:none;
}
ul#nav a{
display:block;
color:#fff;
	text-decoration:none;
}
ul#nav a:hover{
text-decoration:none;
color:#eee;
}
ul#nav li ul{
	position: absolute;
	width: 150px;
	left: -999em;
	/*added following */
	font-weight: normal;
	border: 1px solid #cfcfcf;
	border-bottom:0;
	background:#cfcfcf;
	margin:14px 0 0 -75px;
	padding:0;
	text-align:left;
	font-size:.9em;
}
html>body ul#nav li ul{
margin:0;
}
/* added following li li */
ul#nav li ul li{
	border:0;
	text-align:left;
	width: 148px;
	float:none;
	display:block;
	height:20px;
	background:#fff;
	border-bottom:1px solid #cfcfcf;
	padding:1px 0 1px 2px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
}
ul#nav li ul a{
	width:148px;
	color:#111;
	text-decoration:none;
	margin:0;
	padding:0;
}
ul#nav li ul a:hover{
color:#d45004;
text-decoration:none;
}

ul#nav li:hover ul, ul#nav li.sfhover ul{
	left: auto;
}

/* =Sidebar
-------------------------------------------------------------- */
.subnav{
background:#f6d1c2;
padding-bottom:10px;
}
.subnav h3{
background:url(../images/sidebutton-bg.gif) repeat-x;
border-bottom:1px solid #fff;
color:#fff;
line-height:28px;
padding-left:10px;
text-transform:uppercase;
}
.subnav h3 a{
color:#fff;
}
.subnav ul{
list-style:square;
margin-left:25px;
margin-bottom:10px;
}
.subnav ul li{
margin:2px 0 5px 0;
}
.icons ul{
margin-top:1px;
}
.icons ul li{
background:url(../images/sidebutton-bg.gif) repeat-x;
height:35px;
margin-bottom:1px;
font-size:14px;
text-transform:uppercase;
} 
.icons ul a.text{
color:#fff;
text-decoration:none;
display:block;
float:left;
padding-top:10px;
height:25px;
width:160px;
}
.icons ul li img{
float:left;
border:1px solid #fff;
margin:1px 10px 1px 1px;}

.rais{
border-top:5px solid #7a7a7a;
border-bottom:5px solid #7a7a7a;
padding-bottom:2px;
margin-top:1px;
margin-bottom:1px;
}
.rais h3{
font-size:12px;
text-transform:uppercase;
font-weight:bold;
margin:2px;}

.rais img.proud{
width:70px;
float:right;
margin:2px 2px 4px 4px;
}
.rais p{
line-height:1em;
margin:0 2px;
}
.rais img.faq{
clear:both;
}

/* =Footer
-------------------------------------------------------------- */
#footfeeds{
clear:both;
margin:1px 0;
background:#fff;
border:1px solid #000;}
#footer{
text-align:center;
clear:both;
border-top:10px solid #484848;
}
#footer p{
color:#252525;
font-size:11px;
margin-bottom:10px;
}
#footer p a{
color:#252525;}
