@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-image:url(../media/grass.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}
	
#Content {
	width:990px;
	/*min-height:980px;*/
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
}

#content_bg {
	float:left;
	margin:0px;
	padding:10px;
	background-color:#141414;
	color:#999;
}

#header {
	background-image:url(../media/aps_grad.gif);
	background-repeat:repeat-y;
	background-position:right;
	height:102px;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:990px;
	float:left;
}

#header img {
	float:left;
	display:block;
	margin:0;
	padding:0;
}

/* Login Box */

#login {
	position:relative;
	float:right;
	top:20px;
	right:30px;
	color:#000;
	font-size:11px;
}



#login td {
	vertical-align:baseline;
	text-align:right;
	line-height:18px;
}

#login a {
	color:#000; 
	text-decoration:none;
}

#login a:hover {
	color:#F90; 
	text-decoration:underline;
}

/* APS Homepage */

#top {
	height:368px;
	width:990px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin:0;
	float:left;
	background:#000;
}

#top_inner {
	float:left;
	background-image:url(../media/aps_copy_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:368px;
	width:179px;
}

#top_inner p {
	margin:30px 15px 0px 45px;
	font-size:12px;
	color:#FFF;
}

#slideshow {
	margin:0px;
	
	height:368px;
	width:811px;
	float:left;
}

#bottom {
	margin:0px;
	float:left;
	width:990px;
}

#bottom .sub {
	width:319px;
	min-height:380px;
	background-color:#e2e2e2;
	float:left;
	margin:12px 0px 0px 0px;
}

.sub p {
	color:#000;
	font-size:11px;
	line-height:16px;
	margin:20px 10px 20px 15px;
}

.sub img {
	margin:0px 0px 0px 0px;
	vertical-align:bottom;
}

.sub a, a:visited {
	color:#000;
}

.sub a:hover {
	color:#F90;
}

.sub ul {
	font-size:11px;
	margin:0;
	padding:20px 0 0 40px;
	line-height:18px;
	color:#06C;
	float:left;
}

.sub_hdr {
	background-image:url(../media/sub_hdr_lt.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0;
	font-size:13px;
	font-weight:300;
	color:#FFF;
	line-height:21px;
	padding-left:7px;
}

.sub_hdr span {
	background-image:url(../media/sub_hdr_rt.gif);
	background-position:right;
	height:21px;
	margin:0px;
	display:block;
}

#content_txt {
	background-image:url(../media/aps_grad.gif);
	background-repeat:repeat-y;
	margin: 10px 0px 10px 0px;
	/*min-height: 200px;*/
	color:#000;
	float:left;
	width:100%;
}

#content_txt h1 {
	margin:70px 300px 30px 40px;
	font-size:18px;
}

#content_txt p {
	margin:20px 300px 60px 40px;
	font-size:13px;
}

/* CSS for content pages */

#sub_wrapper {
	float:left; 
	width:990px; 
	background-image:url(../media/content_hdr_lt.gif); 
	background-repeat:repeat-y; 
	background-position:left;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

#sub_left {
	float:left; 
	width:218px; 
	height:100%;
	margin:0;
	padding:0;
}


#sub_left .inner {
	margin:0; 
	float:right; 
	top:50px; 
	right:35px; 
	position:relative; 
}

#sub_left span {
	color:#ff951c; 
	font-weight:600; 
	font-size:22px;
}

#sub_left p {
	text-align:right; 
	line-height:2em;
}

#sub_left a, #sub_left a:visited {
	color:#ddd; 
	text-decoration:none; 
	font-size:.8em;
}

#sub_left a:hover {
	color:#ff951c; 
	text-decoration:none; 
	font-size:.8em;
}

#sub_right {
	float:left; 
	width:772px; 
	margin:0; 
	padding:0;
}

#sub_right div.header {
	float:left; 
	background-image:url(../media/content_hdr.jpg); 
	background-repeat:no-repeat; 
	background-position:top; 
	width:772px; 
	height:91px; 
	margin:0; 
	padding:0;
}

#sub_right div.header span {
	margin:0; 
	float:left; 
	top:50px; 
	left:30px; 
	position:relative; 
	color:#ddd; 
	font-weight:600; 
	font-size:22px; 
	display:block;
}

#sub_right div.body {
	float:left; 
	background-color:#ddd; 
	margin:0; 
	padding-bottom:100px; /*extra space after text end */
}

#sub_right div.body p.sub_head_content {
	float:left; 
	color:#141414; 
	font-size:16px; 
	font-weight:600; 
	width:742px; 
	margin:30px 0px 25px 30px;
}

#sub_right div.body img {
	float:left; 
	margin:0 0 0 30px;
}

#sub_right div.body_content {
	float:left; 
	background-image:url(../media/conent_bg_mid.gif); 
	background-repeat:repeat-y; 
	background-position:right; 
	width:755px; 
	margin:0;
	padding-bottom:30px;
}

#sub_right div.body_content p {
	float:left; 
	margin:20px 10px 0px 35px; 
	font-size:12px; 
	color:#666;
}

#sub_right div.body_content p span{
	font-style:italic; text-align:right; display:block;
}

/* CSS for FAQ content page */

#sub_right div.faq {
	float:left; 
	background-color:#ddd; 
	margin:0; 
	width:742px; 
	font-size:12px; 
	font-style:italic; 
	padding:20px 0px 25px 30px;
}

#sub_right div.faq p {
	width:42%; 
	float:left; 
	color:#666;
}

#sub_right div.faq p:first-child {
	margin-right:60px;
}

#sub_right div.faq p span {
	font-size:13px; font-weight:600; font-style:normal; color:#141414; display:block; border-top:1px solid #666; padding-top:15px;
}

#sub_right div.faq p span:first-child {
	border-top:0px; 
	padding-top:0px;
}

/* Register Page */

#register {
	float:left;	
	width:990px;
}

#register div.header {
	float:left; 
	width:990px; 
	background-color:#141414;
}

#register div.header p {
	margin:20px 0 20px 50px; 
	font-size:11px; 
	line-height:16px;
}

#register div.header span {
	font-size:18px; 
	font-weight:600; 
	display:block; 
	margin-bottom:0;
}

#register div.body {
	float:left; 
	width:990px; 
	background-color:#1F1F1F; 
	font-size:12px; 
	line-height:20px;
}

#register div.inner {
	float:left; 
	margin:15px 0 20px 11px; 
	width:310px;
}

#register div.inner h1 {
	float:left; 
	font-size:12px; 
	background-color:#333; 
	padding:1px 0 1px 5px; 
	width:100%; 
	margin:0;
}

#register  input[type="text"], textarea, select, checkbox{
	background-color:#999;
	border:1px solid #333;
	font-size:12px;
}

#register table {
	float:left; 
	width:317px;
	margin-top:10px;
}

#register td {
	text-align:right;
}

#register div.bottom {
	float:left; 
	width:990px; 
	background-color:#1F1F1F;
	text-align:right;
	font-size:12px;
	padding:0;
	margin:0;
}

#register div.bottom table {
	margin:25px 10px 15px 0px;
	float:right; 
	width:50%;
}

/* Package Comparison Table */

#pkg_comp {
	float:left; 
	margin:0px 0 20px 30px;
}

#pkg_comp td.head {
	color:#036; 
	font-size:13px; 
	font-weight:600; 
	text-align:center;
}

#pkg_comp td.left {
	border-bottom:1px solid #999; border-right:1px solid #999; color:#333;
}

#pkg_comp td.normal {
	border-bottom:1px solid #999; border-top:1px solid #F90; border-right:1px solid #999; background:#292929; text-align:center;
}

#pkg_comp td.normal img {
	margin-left:58px;
	width:17px;
	height:16px;
	border:0;
}

/* Page Footer */

#footer {
	width:990px;
	height:76px;	
	float:left;
	background-image:url(../media/aps_foot_bg.jpg);
	background-repeat:repeat-x;
	margin-top:12px;
}

#footer img {
	margin-left:40px;
	display:block;
}

.footer_inner {
	position:relative;
	left:250px;
	top:-50px;
	float:left;
	color:#F90;
	text-align:center;
	font-size:12px;
}

.footer_inner span {
	color:#666;
	font-size:10px;
}

.footer_inner a{
	color:#F90;
	text-decoration:none;
}

.NeverDisplay {
	 display: none !Important;
	 visibility: hidden;
}

.DynamicPopup {
	background: #eee;
	padding: 4px 4px 4px 4px;
	font-size: 11px;
	border: solid 1px black;
}
.DynamicPopupHeader {
    background-color: #F78E1E;
    padding: 3px 3px 3px 3px;
    text-align: right;
}
.DynamicPopupHeader a {
    background: url(/imagesdefault/close.gif) right center no-repeat;
    padding-right: 20px;
    color: white;
}