/* ----------------------------------------------------------
CSS Styles for SecurityOneSource, WSTF and WSB

To report layout or functionality issues, contact: 
Michael.Holt@verizonbusiness.com : v777-5615 : (972) 729-5615

-------------------------------------------------------------*/



/* ----- DOCUMENT Styles ----- */

html { min-height:100%; margin-bottom:5px; }

body {
	color:#000; margin:0px; padding:0px; 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(images/aas_bkgd2.jpg);
}

img { border:0; }

td,p,ul,li,a,h1,h2,h3,h4,h5 {
	margin:0; padding:0px; text-align:left; }

hr { border: 1px solid #ccc; margin:5px; }

div#preload { display:none; }


/* ----- FONT Styles (classes) ----- */
.h1 { font-size: 18px; line-height: 22px; font-weight: bold;}
.h2 { font-size: 16px; line-height: 20px; font-weight: bold;}
.h3 { font-size: 14px; line-height: 18px; font-weight: bold;}
.h4 { font-size: 10px; line-height: 16px; font-weight: normal;}
.h5 { font-size: 8px; line-height: 9px; margin: 4px 4px;}
.li { font-size: 12px; line-height: 16px; margin: 6px 30px;}
.p { font-size: 12px; line-height: 16px; margin: 10px 20px;}



/* ----- Alignment ----- */
.rgt { text-align: right; }
.lft { text-align: left; }
.ctr { text-align: center; }
.jst { text-align: justify; }



/* ----- FONT Colors ----- */
.blk { color: #000;}
.red { color: #d00;}
.org { color: #f60;}
.yel { color: #fd0;}
.blu { color: #00a;}
.grn { color: #080;}
.sky { color: #08f;}
.gry { color: #666;}
.wht { color: #eee;}




/* ----- LINK Styles ----- */
a:link{
	color:#08f; text-decoration:none; font-size: 11px; line-height: 16px;}

a:visited{
	color:#08f; text-decoration:none; font-size: 11px; line-height: 16px;}

a:hover{
	color:#fff; background: #08f; text-decoration:none;}

a:active{
	color:#000; background: #aaa; text-decoration:none;}





/* ----- Main Content Setup ----- */

#MainContent{
	margin: 0px auto; border:none;
	width: 1000px;
	padding: 0;
}



/* ----- Main Navigation Setup ----- */

#MainNav{ 
	padding: 0;
	margin: 8px;
	text-align: right;
	float: right;
}

#MainNav a:link, #MainNav a:visited{
	color:#08f; background: #000; text-decoration:none; 
	font-size: 11px; line-height: 16px;
	padding: 2px; border: 1px solid #000;

}

#MainNav a:hover, #MainNav a:active{
	color:#fff; background: #08f; text-decoration:none;
	border: 1px solid #fff;
}

#AASlogo{
	margin: 0px auto; border:none;
	padding: 0;
	clear: both;
	background-color: #000;
}


formData {
	float: right;
}

formBkgd {
	background: url(images/aas_form.png) no-repeat 1px 1px;
	width: 400px;
	height: 300px;
	z-index: 3;
	position: absolute;
}

td.BluBkgd {
	background: url(images/aas_bkgd1.jpg) repeat 1px 1px;
}

td.BluBkgd2 {
	background: url(images/aas_bkgd2.jpg) repeat 1px 1px;
}


#img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* ----- iframe CONTENT Area ----- */

#content iframe{
	margin:0px; padding:0px; border:none;}



/* ----- Footer Setup -----  */

#MainFooter.p {
	font-family:Arial, Helvetica, sans-serif; font-size:11px; 
	color:#eee; padding:20px 20px 10px 20px;
	text-align: center;
	}

#MainFooter.a:link, #MainFooter.a:visited, 
#MainFooter.a:hover, #MainFooter.a:active {
	 font-size: 11px; line-height: 16px;
	 }


/* ----- end -----  */


