﻿body 
{
    background-color: #A6A6A6;
    margin: 10px 40px;
    text-align:center;
	font: 78% Verdana, Tahoma, Arial, sans-serif;
	line-height: 1.5em;
	color: #666;	
}

a
{
    color: #990000;
    text-decoration: underline;
}

a:hover
{
    color: #cc0000;
    text-decoration: underline;
}

h2
{
	font: 110% Verdana, Tahoma, Arial, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}


/* -----------------------------main table----------------------------- */
table.main
{
    width: 768px;
    text-align:left;
}

table.main tr td.tl
{
    background-image: url(../images/main_tl.gif);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
}
table.main tr td.t
{
    background-image: url(../images/main_t.gif);
    background-repeat: repeat-x;
    height: 19px;
}
table.main tr td.tr
{
    background-image: url(../images/main_tr.gif);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
}
table.main tr td.l
{
    background-image: url(../images/main_l.gif);
    background-repeat: repeat-y;
    width: 19px;
}
table.main tr td.center
{
    background-color:#FFFFFF;
    width: 730px;
}
table.main tr td.r
{
    background-image: url(../images/main_r.gif);
    background-repeat: repeat-y;
    width: 19px;
}
table.main tr td.bl
{
    background-image: url(../images/main_bl.gif);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
}
table.main tr td.b
{
    background-image: url(../images/main_b.gif);
    background-repeat: repeat-x;
    height: 19px;
}
table.main tr td.br
{
    background-image: url(../images/main_br.gif);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
}


/* -----------------------------header area----------------------------- */
table.header
{
    background-repeat: repeat-y;
    width: 100%;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
}


/* header bar */
table.header_bar
{
    background-image: url(../images/header_bar_grad.jpg);
    background-repeat: repeat-y;
    height: 31px;
    background-color: #5A71B2;
    color: #FFFFFF;
    width:100%;
}

table.header_bar tr td
{
    height: 29px;
    text-align: right;
}

table.header_bar tr td.header_bar_corner
{
    background-image: url(../images/header_bar_tl.jpg);
    background-repeat: no-repeat;
    width: 10px;
}

table.header_bar a
{
    color: #C2DBF0;
    text-decoration: none;
    margin: 0px 8px;
}

table.header_bar a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

table.header_bar span.divider
{
    color: #8899A8;
    margin: 0px 4px 0px 12px;
}


/* header middle */
table.header td.header_middle
{
    color: #98AFD2;
    height: 68px;
}

table.header td.header_middle div
{
    margin: 10px 4px;
}

table.header td.header_middle div a
{
    color: #990000;
    text-decoration: none;
    margin: 0px 9px;
}

table.header td.header_middle div a:hover
{
    text-decoration: underline;
}


/* header bottom */
table.header td.header_bottom
{
    background-color: #C2DBEF;
    height: 11px;
}


/* IMAGES */
.header_position
{
	background-position:top right;
    background-repeat: no-repeat;
}
table.header td.header_bottom_home
{
	background-image:url(../images/header_img_home_c.gif);
}
table.header td.home
{
    height: 165px;
	background-image:url(../images/header_img_home_b.gif);
}
table.header td.header_middle_home
{
	background-image:url(../images/header_img_home_a.gif);
}

table.header td.header_bottom_signup
{
	background-image:url(../images/header_img_signup_c.gif);
}
table.header td.signup
{
    height: 73px;
	background-image:url(../images/header_img_signup_b.gif);
}
table.header td.header_middle_signup
{
	background-image:url(../images/header_img_signup_a.gif);
}

table.header td.header_bottom_pricing
{
	background-image:url(../images/header_img_pricing_c.jpg);
}
table.header td.pricing
{
    height: 73px;
	background-image:url(../images/header_img_pricing_b.jpg);
}
table.header td.header_middle_pricing
{
	background-image:url(../images/header_img_pricing_a.jpg);
}

table.header td.header_bottom_search
{
	background-image:url(../images/header_img_search_c.jpg);
}
table.header td.search
{
    height: 73px;
	background-image:url(../images/header_img_search_b.jpg);
}
table.header td.header_middle_search
{
	background-image:url(../images/header_img_search_a.jpg);
}

table.header td.contact
{
    height: 73px;
}
table.header td.privacy
{
    height: 73px;
}
table.header td.faq
{
    height: 73px;
}

/* header text */
img.header_text
{
	margin: 28px 0px 0px 34px;
}

div.header_text
{
	margin: 39px 0px 0px 34px;
}
div.header_text img
{
	display:block;
}
div.header_text a
{
	display: block;
	margin: 16px 0px 0px 286px;
}


/* -----------------------------pageMode classes----------------------------- */
table.standard_header
{
	background-image:url(../images/header_grad_standard.jpg);
}

table.home_header
{
	background-image:url(../images/header_grad_home.jpg);
}

table.header td.standard
{
    height: 74px;
}



table.content td.standard
{
    height: 271px;
}

table.content td.with_right_nav
{
    width:495px;
}

table.content td.home
{
    height: 480px;
}


/* -----------------------------footer area----------------------------- */
table.footer
{
    background-color: #C2C2C2;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
}

table.footer a
{
    color: #FFFFFF;
    margin: 0px 10px;
}

table.footer td.copyright
{
    padding-top: 10px;
    padding-bottom: 3px;
}

table.footer td.links
{
    padding-bottom: 11px;
}

div.twelveoz
{
    text-align: center;
    color: #DDDDDD;
    width: 768px;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
    margin: 10px 0px;
    white-space: nowrap;
}

div.twelveoz span
{
	color: #cccccc;
}

div.twelveoz a
{
    color: #DDDDDD;
    text-decoration: underline;
}

div.twelveoz a:hover
{
    color: #eeeeee;
    text-decoration: underline;
}

/* -----------------------------panel area----------------------------- */
.panel
{
    width: 218px;
    color: #FFFFFF;
    font-family: Verdana, Sans-Serif;
    line-height: 18px;
}

td.panel_separator
{
    height: 1px;
    background-image: url(../images/panel_separator.jpg);
    background-repeat: no-repeat;
    background-color: #93ADD6;
}

table.panel_t
{
    background-image: url(../images/panel_t_grad.jpg);
    background-repeat: repeat-x;
    background-color: #97B3DA;
}
td.panel_t_tl
{
    height: 5px;
    width: 5px;
    background-image: url(../images/panel_tl.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
td.panel_t_tr
{
    height: 5px;
    width: 5px;
    background-image: url(../images/panel_tr.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

td.panel_bullet
{
    background-image: url(../images/panel_bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 16px;
    width: 5px;
}

td.panel_content
{
    padding: 11px 14px 13px 14px;
}

table.panel_m
{
    background-image: url(../images/panel_m_grad.jpg);
    background-repeat: repeat-x;
    background-color: #87A2CF;
}

table.panel_b
{
    background-image: url(../images/panel_b_grad.jpg);
    background-repeat: repeat-x;
    background-color: #8CA8D3;
}
td.panel_b_bl
{
    height: 5px;
    width: 5px;
    background-image: url(../images/panel_bl.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
td.panel_b_br
{
    height: 5px;
    width: 5px;
    background-image: url(../images/panel_br.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
td.panel_b_content
{
    text-align: right;
    padding: 12px 17px 8px 14px
}
td.panel_b_content a
{
    font-weight: bold;
    color: #FFFFFF;
}


/* -----------------------------callout area----------------------------- */
table.callout
{
    font-family: Tahoma, Sans-Serif;
    font-size: 11px;
    line-height: 18px;
    color: #605B5B;
    width: 218px;
    margin-top: 24px;
}

td.callout_tl
{
    background-image: url(../images/callout_tl.jpg);
    background-repeat: no-repeat;
    height: 2px;
    width: 2px;
}
td.callout_tr
{
    background-image: url(../images/callout_tr.jpg);
    background-repeat: no-repeat;
    height: 2px;
    width: 2px;
}
td.callout_bl
{
    background-image: url(../images/callout_bl.jpg);
    background-repeat: no-repeat;
    height: 2px;
    width: 2px;
}
td.callout_br
{
    background-image: url(../images/callout_br.jpg);
    background-repeat: no-repeat;
    height: 2px;
    width: 2px;
}
td.callout_t
{
    background-image: url(../images/callout_t.jpg);
    background-repeat: repeat-x;
    height: 2px;
}
td.callout_b
{
    background-image: url(../images/callout_b.jpg);
    background-repeat: repeat-x;
    height: 2px;
}
td.callout_r
{
    background-image: url(../images/callout_r.jpg);
    background-repeat: repeat-y;
    width: 2px;
}
td.callout_l
{
    background-image: url(../images/callout_l.jpg);
    background-repeat: repeat-y;
    width: 2px;
}
td.callout_center
{
    padding: 16px 20px 30px 24px;
}
td.callout_center div
{
    font-style: italic;
    margin: 5px 0px 0px 13px;
}


/* -----------------------------content area----------------------------- */
table.content
{
    margin: 31px 19px 30px 20px;
}

div.main_column
{ padding-left:10px;padding-right:20px;
}

ul {
	margin: 0;
	margin-left: 5px;
	margin-top: 15px;
	padding: 0;
	}	
li {
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0px 12px;
	line-height: 1.6em;
	padding: 5px 10px 0px 20px;
	margin: 0;
	}

td.content
{
    text-align:left;
    vertical-align: top;
}

td.faqQ
{
	font-weight:bold;
}
td.blacknav
{
	font-weight:bold;
}

.price_table {
	border:3px solid #999;
	width:440px;
	margin-bottom:10px;
}
.price_table td {vertical-align:top;}
.price_first_col_head {
	background-color:#eeeeee;
	padding:5px;
	border-bottom:1px solid #ccc;
}
.price_second_col_head {
	background-color:#eeeeee;
	padding:5px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}
.price_third_col_head {
	background-color:#eeeeee;
	padding:5px;
	border-bottom:1px solid #ccc;
}
.price_first_col {
	padding:5px;
	border-bottom:1px solid #ccc;
}
.price_second_col {
	padding:5px;
	border-bottom:1px solid #ccc;
}
.price_third_col {
	padding:5px;
	border-bottom:1px solid #ccc;
	text-align:right;
}

/* -----------------------------right nav area----------------------------- */
td.right_nav
{
    vertical-align: top;
}