/* COLORS: */
/* base color: #6673A3 */
/* content area background (comes from bottom color in hp_cont_gradient.gif): #485172 */
/* ATV logo dark blue: #15638D */
/* Red: #991A24 */

body
{
	padding: 0px;
	border-width: 0px;
	margin: 10px;
	background-image: url(images/bkg_tile.gif);
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: scroll;
	z-index: 0;
	font-size: 13px;
	line-height: 16px;
	font-family: "Trebuchet MS", "Century Gothic", Verdana, Arial, sans-serif;
	color: #000000;
}

b { font-weight: bold; }
i { font-style: italic; }

a
{
	color: #6F1D04;
	text-decoration: none;
}

a:visited { color: #3A0F02; }
a:hover { color: #FF9900; }

img { border: 0; }

p { margin: 0px 0px 5px 0px; }

h1
{
	font-family: "Arial Black", Impact, Techno, "Trebuchet MS";
	font-size: 21px;
	line-height: 22px;
	font-weight: normal;
	color: #991A24;
	margin: 0 0 7px 0;
	padding: 0;
}

h2
{
	font-family: "Arial Black", Impact, Techno, "Trebuchet MS";
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	letter-spacing: .1em;
	color: #6F1D04;
}

h3
{
	font-family: "Arial Black", Impact, Techno, "Trebuchet MS";
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}

h4
{
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	padding: 0;
	margin: 8px 0px 5px 0px;
}

h5
{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}

ol
{
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}

ul
{
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}

li
{
	padding: 0;
	margin: 0 0 5px 0;
}

dl
{
	padding: 0;
	margin: 10px 0 0 0;
}

dd
{
	padding: 0;
	margin: 0 0 0 70px;
}

dt
{
	float: left;
	font-weight: bold;
	padding: 0 3px 0 0;
	margin: 0;
}

sup
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 7px;
	font-weight: normal;
	vertical-align: super;
}

form
{
	padding: 0px;
	margin: 0px;
}

blockquote
{
	margin: 0 0 0 30px;
}

/* CUSTOM CLASSES */

.header
{
	width: 740px;
	height: 57px;
	float: none;
	clear: both;
	color: #000000;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-align: right;
}

.header a, .header a:link, .header a:active, .header a:visited { color: #000000; }

.header a:hover { color: #6673A3; }

.header .logo_box
{
	display: block;
	width: 323px;
	height: 50px;
	float: left;
	background-image: url(images/ATV_logo_323x50.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.header .bullet
{
	font-size: 14px;
	color: #6673A3;
	margin: 0 5px 0 5px;
}

.tab_nav
{
	width: 740px;
	height: 45px;
	clear: both;
	background-image: url(images/hp_tab_bkg.gif);
	background-repeat: no-repeat;
	background-position: 0 31px;
	background-attachment: scroll;
}

.tab_wrap
{
	float: left;
	width: auto;
	height: 33px;
	padding: 0 0 0 10px;
	background-image: url(images/hp_navtab1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	clear: none;
}

.tab_link
{
	width: auto;
	height: 33px;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 20px 0 0;
	background-image: url(images/hp_navtab2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	float: left;
	clear: none;
}

.tab_wrapTop
{
	float: left;
	width: auto;
	height: 33px;
	padding: 0 0 0 10px;
	background-image: url(images/hp_navtab_top1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	clear: none;
}

.tab_linkTop
{
	width: auto;
	height: 33px;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 20px 0 0;
	background-image: url(images/hp_navtab_top2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	float: left;
	clear: none;
}

.tab_linkTop a, .tab_linkTop a:link, .tab_linkTop a:active, .tab_linkTop a:visited,
.tab_link a, .tab_link a:link, .tab_link a:active, .tab_link a:visited
{
	color: #FFFFFF;
}

.tab_linkTop a:hover,
.tab_link a:hover
{
	color: #FFFF66;
}

.footer
{
	width: 740px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0;
	border-color: #000000;
	border-width: 2px 0 0 0;
	border-style: solid;
	clear: both;
	display: block;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited { color: #000000; }
.footer a:hover { color: #6673A3; }

.footer .copyright
{
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.footer .privacy
{
	float: right;
	font-size: 10px;
	font-weight: normal;
}

/* IMAGE DROP SHADOWS */
.dropshad_wrap1, .dropshad_wrap2, .dropshad_wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.dropshad_wrap1
{
	background-image: url(images/shad_main.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.dropshad_wrap2
{
	background-image: url(images/shad_BL_corner.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.dropshad_wrap3
{
	padding: 0 8px 8px 0;
	background-image: url(images/shad_UR_corner.gif);
	background-position: right top;
	background-repeat: no-repeat;
 }
 
.dropshad_wrap3 img { display: block; }

.edges
{
	width: 2px;
	height: auto;
	background-color: #000000;
}

.gradientbox
{
	width: 618px;
	height: auto;
	background-image: url(images/hp_cont_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #485172;
	background-attachment: scroll;
	vertical-align: top;
}

.sublinks_box
{
	width: 118px;
	height: auto;
	background-color: #485172;
	background-image: url(images/hp_cont_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: scroll;
	text-align: left;
	vertical-align: top;
	padding: 0 0 30px 0;
}

.sublinks
{
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 4px 5px 4px 10px;
	border-color: #15638D;
	border-width: 0 0 1px 0;
	border-style: solid;
}

.sublinks a, .sublinks a:link, .sublinks a:active, .sublinks a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.sublinks a:hover { color: #FFFF66; }

.hp_titlefloater
{
	position: absolute;
	top: 112px;
	left: 28px;
	width: 578px;
	height: auto;
	z-index: 2;
	font-family: "Arial Black", Impact, Techno, "Trebuchet MS";
	font-size: 29px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0 0 10px 0;
}

.hp_titleshadow
{
	position: absolute;
	top: 114px;
	left: 30px;
	width: 578px;
	height: auto;
	z-index: 1;
	font-family: "Arial Black", Impact, Techno, "Trebuchet MS";
	font-size: 29px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	padding: 0 0 10px 0;
}

.titlefloater
{
	position: absolute;
	top: 123px;
	left: 52px;
	width: 578px;
	height: auto;
	z-index: 2;
	font-family: "Arial Black", Impact, Techno, "Trebuchet MS";
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0 0 10px 0;
}

.titleshadow
{
	position: absolute;
	top: 125px;
	left: 54px;
	width: 578px;
	height: auto;
	z-index: 1;
	font-family: "Arial Black", Impact, Techno, "Trebuchet MS";
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	color: #000000;
	padding: 0 0 10px 0;
}

.horizdiv
{
	width: auto;
	height: 21px;
	float: none;
	clear: both;
	display: block;
	background-image: url(images/horiz_divider.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

.clr { clear: both; }

.content_box
{
	width: 740px;
	height: auto;
	display: block;
}

.content_box_pad
{
	border-width: 0 2px 0 2px;
	border-style: none solid none solid;
	padding: 35px 15px 10px 15px;
	border-color: #FFF #000 #FFF #000;
	background-image: url(images/hp_cont_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #485172;
}

.content_area
{
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 20px 15px 10px 15px;
	margin: 0 10px 10px 10px;
	min-height: 350px;
}

.hp_content
{
	color: #FFF;
	font-size: 14px;
	line-height: 17px;
}
 
.hp_content a, .hp_content a:link, .hp_content a:active, .hp_content a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

.hp_content a:hover { color: #FFFF66; }

.hp_content ul
{
	margin: 10px 0 10px 255px;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

.hp_content li { margin: 0 0 5px 15px; }

.hp_content em
{
	color: #FF6;
	font-weight: bold;
	font-style: normal;
}

#flashcontent
{
	float: left;
	margin: 0 20px 10px 0;
}

.signup_box
{
	float: right;
	margin: 5px 0 5px 10px;
}

.signup_box a img { border: 0; }

.ad_block
{
	position: absolute;
	top: 65px;
	left: 761px;
	z-index: 1;
}

.ad_subhead
{
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}

.ad_graphic_box
{
	display: block;
	border-color: #FFF;
	border-width: 2px;
	border-style: solid;
	margin: 0 0 11px 0;
	padding: 0;
}

.ad
{
	width: 140px;
	border-width: 0;
}

.ad a, .ad a:link, .ad a:active, .ad a:visited { border-width: 0; }

.btn_wrap
{
	float: left;
	width: auto;
	height: 25px;
	padding: 0 0 0 10px;
	background-image: url(images/btn1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	clear: none;
}

.float_R
{
	float: right;
	margin: 0 0 0 10px;
}

.btn_link
{
	width: auto;
	height: 25px;
	font-family: "Arial Black", Impact, Techno, "Trebuchet MS";
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: .1em;
	padding: 4px 10px 0 0;
	background-image: url(images/btn2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	float: left;
	clear: none;
}

.btn_link a, .btn_link a:link, .btn_link a:active, .btn_link a:visited { color: #FFFFFF; }

.btn_link a:hover { color: #FFFF66; }

.clr { clear: both; }

.label
{
	width: 110px;
	float: left;
	padding: 5px 7px 0 0;
	text-align: right;
	font-weight: bold;
}

.formfield
{
	float: left;
	width: 300px;
}

.formfield .txt { padding: 5px 0 0 0; }

.flyout .label { width: 90px; }

.flyout .formfield { width: 200px; }

.flyout .btn_wrap { padding: 0 0 10px 10px; }

.row
{
	clear: both;
	padding: 5px 0 0 0;
}

.bigform .label { }

.bigform .formfield
{
	float: left;
	width: 300px;
}

.bigform .row
{
	clear: both;
	padding: 5px 0 0 0;
}

.bigform .instruction
{
	clear: both;
	font-size: 11px;
	font-style: italic;
	padding: 0 0 0 117px;
}

.warning
{
	color: #991A24;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.btn_wrap { margin: 3px 0 0 0; }

.cols1 {}

.cols2
{
	width: 45%;
	display: block;
	float: left;
	padding: 0 15px 0 0;
}

.question
{
	margin: 10px 0 3px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
}

.answer { margin: 0 0 0 30px; }

.flyout
{
	padding: 0px;
	border-width: 0px;
	margin: 20px 30px 20px 30px;
	z-index: 0;
	font-size: 13px;
	line-height: 16px;
	font-family: "Trebuchet MS", "Century Gothic", Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #FFF;
	background-image: none;
}

.box1
{
	margin: 10px 0 0 0;
	padding: 9px 12px 9px 12px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

.box1 .smallprint { font-size: 10px; }

.box1 h4 { margin: 8px 0px 0px 0px; }

.box1 .btn_wrap { float: right; }

.screenshot
{
	float: left;
	margin: 0 20px 15px 0;
}

.screenshot2
{
	float: right;
	margin: 0 0 15px 20px;
}

.screenshot img,
.screenshot2 img
{
	width: 450px;
	border-color: #CCC;
	border-width: 2px;
	border-style: solid;
}

.screenshot_txt
{
	width: 170px;
	float: right;
}

.resource_box
{
	padding: 15px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 10px 0;
}

.resource_box .icon
{
	float: left;
	margin: 0 10px 0 0;
}
.resource_box .company
{
	font-size: 15px;
}

.creditcard_box
{
	width: 167px;
	height: 105px;
	display: block;
	float: right;
	background-color: #FFF;
	background-image: url(images/skipjack_w_cc_logos.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
}

.creditcard_box2
{
	width: 450px;
	height: auto;
	display: block;
	float: left;
}

.hp_copyright
{
	font-size: 12px;
	line-height: 15px;
	float: left;
}

.hp_privacy
{
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-align: right;
	padding-top: 4px;
}

