@charset "utf-8";
/* CSS Document */
html {
	padding:0;
	margin:0 auto;
	height:100%;
	width:100%;
}
body {
	padding:0em;
	margin:0 auto;
	width:100%;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:16px;
	background-color:rgb(87,29,36);
	background-image:url(../images/dropshadow.png);
	background-position:center 70px;
	background-repeat:no-repeat;
}
ul {
}
li {
	list-style:none;
	display:block;
}
.noshow {display:none;}

#am_pagewrap {
	padding:0;
	margin:0 auto 50px;
	width:974px;
}
#logobar {
	height:70px;
	width:100%;
	background: transparent url(../images/logo-bar.png) no-repeat scroll 40px 10px;
}
	#logobar a {
		display:block;
		padding-right:15px;
		margin-right:15px;
		height:70px;
		text-decoration:none;
		float:left;
	}
	#logobar a.homebutton{
		width: 535px;
	}
	#logobar div.contact_info {
		display:block;
		float:left;
		height:70px;
		overflow:hidden;
		padding-right:15px;
		margin-right:15px;
	}
	#top_phone {
		text-align:right;
		font-size:150%;
		font-weight:bold;
		display:block;
		margin:0;
		padding:17px 0px 8px;
		color:rgb(143, 141, 142);
		clear:both;
	}
	#top_address {
		text-align:right;
		font-size:90%;
		display:block;
		margin:0;
		padding:0;
		color:rgb(143, 141, 142);
		clear:both;
	}
	#top_facebook_button {
		width:62px;
		padding-right:0;
		background: transparent url(../images/logo-bar.png) no-repeat scroll 0px -77px;
	}
	#top_facebook_button:hover {
		background-position:-82px -77px;
	}


#am_hd {
	padding:0;
	margin:0;
	width:75em;
	height: 3.4em;
	background-image:url(../images/top-menu.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	border-bottom: 2px solid rgb(87,29,37);
}
#am_hd ul#am_topnav {
	padding-top:1em;
	padding-left:3em;
	margin:0 auto;
	display:block;
	list-style:none;
}
#am_hd #am_topnav li {
	float:left;
	padding:0em .3em 0em .3em;
}
#am_hd #am_topnav li#login {
	float:right;
	padding:0em 3em 0em .3em;
}

#am_hd #am_topnav li a {
	font-size:144%;
	font-weight:bold;
	color:rgb(87,29,37);
	text-decoration:none;
}
#am_hd #am_topnav li a:hover {
	color:#FFFFFF;
	font-size:144%;
}

.default_bg {
	background-image:url(../images/bg-day.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.bg_morning {
	background-image:url(../images/bg-morning.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.bg_day {
	background-image:url(../images/bg-day.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.bg_evening {
	background-image:url(../images/bg-evening.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.bg_night {
	background-image:url(../images/bg-night.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#am_bd {
	padding:0;
	margin:0 auto;
	width:75em;
	height:55em;
}

#am_ft {
	padding:0 3em 0;
	margin:-2.5em;
	text-align:right;
	color:#FFFFFF;
}
#am_ft  ul{
	display:block;
}
#am_ft li {
	display:block;
	padding:0 .2em 0;
	float:right;
}
#am_ft li a {
	text-decoration:none;
	color:#FFFFFF;
}
#left_col ,#right_col {
	float:left;
}
#right_col {
	float:right;
}

/*******  Welcom Screen **********/
#welcome {
	padding:0;
	margin:0 auto;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#welcome #fadeout {
	background-image:url(../images/grayout.png);
	background-position:top left;
	background-repeat:repeat;
	width:100%;
	height:100%;
	float:left;
}
#welcome #logo {
	padding:0.2em;
	background-image:url(../images/welcome.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	position:absolute;
	top:50%;
	left:50%;
	width:700px;
	height:300px;
	margin-top: -150px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -350px;
}
#welcome #logo a {
	float:right;
	border:none;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#welcome #logo a img {
	border:none;
}

/* popup windows*/
.pop_parent _dark {
	width: 400px;
	min-height:150px;
}
.pop_parent _dark div {
	clear:left;
}
.tc_l {
	width:16px;
	height:16px;
	background-image:url(../images/dark-corners_15px-15px.png);
	background-position: -18px -18px;
	background-repeat:no-repeat;
	float:left;
}
.tc_c {
	width:496px;
	height:16px;
	background-image:url(../images/dark-center_100-100.png);
	background-repeat:repeat;
	float:left;
}
.tc_r {
	width:16px;
	height:16px;
	background-image:url(../images/dark-corners_15px-15px.png);
	background-position: 0px -18px;
	background-repeat:no-repeat;
	float:left;
}
.cc_c {
	width:528px;
	background-image:url(../images/dark-center_100-100.png);
	background-repeat:repeat;
	clear:left;
	padding:.5em 0em .5em;
	max-height:600px;
}
.maincontainer h1 {
	cursor:move;
}
.maincontainer h4 {
	font-size:130%;
	font-weight:normal;
	padding:0 0 .8em;
	margin:0 auto;
}
.bd_text_area {
	overflow-y:auto;
	max-height:550px;
}
.bc_l {
	width:16px;
	height:16px;
	background-image:url(../images/dark-corners_15px-15px.png);
	background-position: -18px 0px;
	background-repeat:no-repeat;
	float:left;
}
.bc_c {
	width:496px;
	height:16px;
	background-image:url(../images/dark-center_100-100.png);
	background-repeat:repeat;
	float:left;
}
.bc_r {
	width:16px;
	height:16px;
	background-image:url(../images/dark-corners_15px-15px.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	float:left;
}
.close_button {
	position:relative;
	right:1em;
	top:.6em;
}
.close_button a {
	float:left;
	display:block;
}
.close_button img {
	border:none;
}
.dropbox_l {
	position:absolute;
	float:left;
}
.dropbox_tl {
	position:absolute;
}
.dropbox_bl {
	position:absolute;
	top:32.5em;
}
.dropbox_tr {
	position:absolute;
	left:47%;
}
.dropbox_br {
	position:absolute;
	top:32.5em;
	left:47%;
}
.dropbox_rc {
	float:right;
	position:relative;
	margin:auto 2em auto;
}
.tb_h_lg .cc_c #txt_area {
	height:auto;
}
.tb_h_md .cc_c #txt_area {
	height:250px;
}
.tb_h_sm .cc_c #txt_area {
	height:200px;
}
.features {
	width:72em;
}
	

.contentbox h1 {
	display:block;
	border-bottom:1px solid #FFFFFF;
	margin:0;
	padding:.5em .5em .7em;
	height:.4em;
	font-size:200%;
	font-weight:bold;
	color:rgb(255,255,255);
	text-decoration:none;
	cursor:move;
}
.contentbox h2 {
	display:block;
	margin:0;
	padding:.4em .7em .3em;
	font-size:150%;
	font-weight:normal;
	color:rgb(200,200,200);
	text-decoration:none;
}
.contentbox p {
	padding:0em 1.5em .2em;
	color:rgb(222,222,222);
	font-size:110%;
	text-align:justify;
	text-indent:.2em;
}
.contentbox ul {
	padding:.2em .5em .1em;
	color:rgb(255,255,255);
	font-size:100%;
	text-align:justify;
}
.contentbox ul li a {
	color:rgb(103,129,169);
	font-size:120%;
	text-align:justify;
	text-decoration:none;
}
.contentbox ul li a:hover {
	color:rgb(133,139,179);
	font-size:120%;
	text-align:justify;
	text-decoration:none;
}
.contentbox h3 {
	display:block;
	margin:0;
	padding:.4em .7em .3em;
	height:.1em;
	font-size:150%;
	font-weight:normal;
	color:rgb(101, 113, 68);
	text-decoration:none;
}
.contentbox h3 a {
	color:rgb(101, 113, 68);
	text-decoration:none;
}
.cc_c #txt_area {
	width:528px;
	min-height:200px;
	background:transparent;
}

.padder {
	margin:1.2em;
}

.logForm {
	text-align:center;
	padding:5em;
}
.logForm form table {
	border:none;
	text-align:left;
}
.logForm form table td {
	border:none;
}
.logForm form table tr td.link {
	text-align:center;
}
table.updater {
	color:#CCCCCC;
	width:350px;
}
.updater label {
	width:100px;
}
.updater h2 {
	margin:0px 0px 8px;
	padding-left:0px;
}
.updater .bordered {
	border-bottom:1px solid #CCCCCC;
}
td.la {
	width:100px;
}
td.las {
	width:60px;
}
td.lass {
	width:40px;
}
.in input,
.in .sel {
	width:220px;
}
.in .sel {
	background-color:#888888;
	border:none;
}
td.ins input {
	width:130px;
}
.inss {
	width:26px;
}
.inss input {
	width:26px;
}
.ins input,
.inss input,
.in input {
	border:none;
	background-color:#888888;
	padding:3px;
}
.dropbox_p {
	position:relative;
	left:0px;
	top:0px;
}
#zipform {
	margin:0 1.2em 0;
}
span.requiredField {
	font-size:120%;
	color:#990000;
}
.payForm {
	padding:0;
	margin:1em auto;
	width:350px;
	color:#CCCCCC;
	font-size:120%;
}

#link_a {
	display:block;
	float:left;
	position:relative;
	top: 30px;
	left: 15px;
}
#link_b {
	background-image:url(../images/television.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	position:relative;
	top: 15px;
	left: 430px;
}
#link_a a img, 
#link_b a img {
	border:none;
}
#adSpace_a {
	width:29em;
	height:27em;
	margin-left:7em;
	position:relative;
	top:400px;
	float:left;
}
#adSpace_a #link a img {
	width:377px;
	height:351px;
	padding:0;
	margin:0;
	border:none;
	text-decoration:none;
}
#adSpace_b {
	width:35em;
	height:13em;
	position:relative;
	margin-top:3%;
	top:5%;
	left:5%;
	float:left;
}
#adSpace_b #link a img {
	width:35em;
	height:13em;
	border:none;
}
#categories {
	width:945px;
	height:3em;
	padding:0;
	margin:0 auto;
	position:absolute;
	top:780px;
	text-align:right;
}
#categories span.b {
	width: 14px;
	display:inline-block;
	background: url(../images/oildrop_12X16.gif) no-repeat top center;
}
#categories span.t {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:180%;
}
.clear {
	clear:both;
}
div.btns a {
	width:24px;
	height:20px;
	display:block;
	float:left;
}
div.btns a.mins img {
	background-image:url(../images/minDn.png);
	background-position:center;
	background-repeat:no-repeat;
}
div.btns a.mins img.minmax {
	background-image:url(../images/minUp.png);
}

.li_options h4 {
	font-size:100%;
	text-align:left;
}

#closer {
	width:900px;
	color:#FFFFFF;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
}
#closer a {
	text-decoration:none;
	color:#CCCCCC;
}
#closer a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}

#whats-new,
#new-subnav {
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
}
#new-subnav {
	padding-top: 30px;
}
	#whats-new div,
	#new-subnav div {
	}
	#whats-new h3 {
		margin:0;
		padding:5px;
	}
	#new-subnav h2 {
		margin:0;
		padding:5px;
	}
	#whats-new-title {
		padding: 30px 0 10px;
		width:275px;
		overflow:hidden;
	}
		#whats-new-title img {
			float:right;
		}
	#whats-new div.item-block {
		background: transparent;
		width:225px;
		padding:0;
		margin-bottom:10px;
		cursor:pointer;
	}
	#new-subnav div.item-block {
		background: transparent;
		width:205px;
		padding:0;
		margin-bottom:10px;
		cursor:pointer;
	}
	
			#whats-new div.item-block div,
			#new-subnav div.item-block div{
				margin:0;
				padding: 0 15px 0;
			}
			#whats-new div.item-block div.top,
			#new-subnav div.item-block div.top {
				margin:0;
				padding:0;
				height:20px;
				background: transparent url(../images/wn_top.png) no-repeat top right;
			}
			#whats-new div.item-block div.mid,
			#new-subnav div.item-block div.mid {
				margin:0;
				padding: 0 15px 0;
				background: transparent url(../images/wn_mid.png) repeat-y top right;
			}
			#whats-new div.item-block div.bot,
			#new-subnav div.item-block div.bot {
				margin:0;
				padding:0;
				height:20px;
				background: transparent url(../images/wn_bot.png) no-repeat bottom right;
			}
			
			
#menuSidebar {
	width:210px;
	float:left;
	margin:70px 0px 40px -10px;
}
	#menuSidebar #PageMenu {
		list-style:none;
		display:block;
		clear:left;
		padding:0;
		margin:0;
		cursor:pointer;
	}
		#menuSidebar #PageMenu li {
			display:block;
			width:200px;
			float:left;
			padding:0px;
			margin: 0 0 10px;
			background: transparent url(../images/pointers.png) no-repeat 0px -5px;
			line-height:40px;
		}
		#menuSidebar #PageMenu li:hover,
		#menuSidebar #PageMenu li.active {
			background-position: 0px -55px;
		}
		#menuSidebar #PageMenu li span {
			display:block;
			width:165px;
			float:left;
			padding:0 0 0 20px;
			margin:0;
			line-height:40px;
			color:#999999;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:1.4em;
		}
#Content {
	display:block;
	width:753px;
	margin-left:210px;
}

	#Content div ul.SubMenu {
		list-style:none;
		display:block;
		clear:both;
		margin:0;
		padding:0;
		width:100%;
		height:2em;
	}
		#Content div ul.SubMenu li {
			list-style:none;
			display:block;
			float:left;
			margin: 0 5px 0;
			line-height:2em;
		}


h3.answer {height:auto; line-height:normal;}
li.answer {list-style:disc; display:list-item;}
li.glossary b {text-decoration:underline;}
li.glossary {padding-bottom:.6em;}
#gloss_box .tc_c,
#gloss_box .bc_c {width: 476px;}
#gloss_box .cc_c {width:508px;}
#gloss_box .cc_c #txt_area {width:508px;}
a.iframe {color:#999999; font-size:125%; font-weight:bold; text-decoration:none; display:block; margin:0 auto; text-align:center;}

div.bd_text_area p a{
	text-decoration:none;
	color:#CCCCCC;
	border:none;
}
div.bd_text_area p a img{
	border:none;
}
