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,
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-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	font-size:70%;
}

a{
	font-weight:normal;
	text-decoration:none;
}
img{
	border:none;
}
input, textarea {
  font-size:100%;
}
/*******************************************
* LAYOUT *
*******************************************/

.clear
{
clear:both;
}

body
{
color:#808080;
background:#FEFEFF url(../images/body_bg.gif) repeat-x;
font-family:arial;
}

a:link {color:#808080; text-decoration: underline;}
a:visited {color:#808080; text-decoration: underline;}
a:hover {color: #1199D0; text-decoration:underline;}
a:active {color: #808080; text-decoration: underline;}

.wrapper
{
width:798px;
background:#FEFEFF url(../images/wrapper_bg.gif) no-repeat top;
position:relative;
margin:0px auto;
min-height:800px;
padding:0px 30px;
}

.content
{
width:740px;
margin:0px 29px;
overflow:hidden;
font-size:1.1em;
}

.header
{
height:270px;
width:740px;
position:relative;
}

.logo
{
position:absolute;
top:60px;
left:0px;
}

.hide
{
position:absolute;
top:0px;
right:0px;
}

.help_message
{
position:absolute;
top:70px;
right:0px;
color:#959595;
font-size:1.3em;
line-height:2.2em;
}

.help_message span.phone_number
{
color:#1199D0;
font-size:2.5em;
}

div.answering_machine
{
position:absolute;
top:145px;
right:0px;
color:#959595;
font-size:1.05em;
}

div.navigation
{
position:absolute;
top:190px;
left:0px;
width:740px;
height:36px;
background:#FEFEFF url(../images/nav_bg.gif) repeat-x bottom;
}

div.navigation ul li
{
float:left;
margin-right:31px;
}

div.navigation ul li.last
{
margin-right:0px;
margin-left:1px;
}

div.navigation ul li a
{
display:block;
color:#68696A !important;
text-decoration:none !important;
font-size:1em;
padding:5px 7px;
}

div.navigation ul li a:hover
{
border-bottom:3px solid #1199D0;
}

div.navigation ul li a.current
{
border-bottom:3px solid #1199D0;
}

.page_content
{
width:740px;
}

.footer
{
height:73px;
width:740px;
color:#aaa;
font-size:0.9em;
margin-top:40px;
line-height:1.3em;
position:relative;
}

.footer a
{
color:#aaa;
text-decoration:none;
}

.fusebox_logo
{
position:absolute;
bottom:19px;
right:0px;
width:45px;
height:11px;
}

.page_content h1
{
font-size:1.9em;
color:#1199D0;
margin-bottom:15px;
font-weight:normal;
}

.page_content h2
{
font-size:1.5em;
color:#1199D0;
margin-top:25px;
font-weight:normal;
}

.page_content h2:first-child
{
margin-top:0px;
}

.page_content h3
{
font-size:1.2em;
color:#1199D0;
margin-top:20px;
font-weight:normal;
}

.page_content h3:first-child
{
margin-top:0px;
}

.page_content p
{
margin-top:10px;
line-height:1.5em;
}

.page_content p:first-child
{
margin-top:0px;
}

.page_content ul
{
list-style-type:square;
margin:10px 0 10px 25px;
}

.page_content ul li
{
line-height:1.5em;
}

.page_content ol
{
margin:10px 0 10px 25px;
}

.page_content ol li
{
line-height:1.5em;
}

.page_content ul:first-child
{
margin-top:0px;
}

.image_right
{
float:right;
margin:0px 0px 35px 35px;
}

.home_message
{
font-size:1.6em;
line-height:1.3em;
color:#bbb;
margin-top:40px;
}