img, div { behavior: url(http://atbtanning.com/css/iepngfix.htc) }

body{
	background-color:#2DADFC;
	margin:0;
	padding:0;
	text-align:center;
}
a img{ border:0; }

h1, h2, h3, h4, h5 {
	color:#2DADFC;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
        display: block;
}


h1 {
	font-size: 25px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 18px;
	letterspacing: -1px;
	margin: 0;
        padding: 0;
}

h3 {
	font-size: 14px;
	margin: 0;
        padding: 0;
}

h4 {
	font-size: 12px;
	margin: 0;
        padding: 0;
}


body, div, td, a{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	line-height:1.75em;
	color:#666;
}




td{
	line-height:1.3em;
}
td.label{
	text-align:right;
	padding-right:10px;
}
#wrapper{
	width:700px;
	height:auto;
	margin:0 auto;
	padding:0;
	/*background-image:url(../images/dropshadow-sides.gif);
	background-repeat:repeat-y;*/
	text-align:left;
	position: relative;
}



/* THE HEADER AREA */
#header{
	height:auto;
	margin:0 0 0 3px;
}
	#logorow{
		background-image:url(../images/logo-bg-gradient.png);
		background-repeat:repeat-x;
		width:700px;
		height:62px;
		margin:0;
	}
	#atblogo{
		position:absolute;
		margin:15px 0 0 25px;
		z-index:99;
	}
	#main_hdr_image{
		margin:0;
		height:auto;
	}

/* MAIN NAVIGATION AREA */
#mainnav{
	position:absolute;
	margin:-6px 0 0 -9px;
	z-index:2;
}
	#mainnav div{
		position:absolute;
		z-index:0;
		height:35px;
		width:716px;
	}
	#mainnav .items{
		margin:10px 0 0;
	}
	#mainnav a{
		margin:0 0 0 20px;
		float:left;
		clear:none;
		position:relative;
		
    }


/* MAIN CONTENT AREA */
/*#content{
	background-color:#F2FAFC;
	background-image:url(../images/contentbg.png);
	background-position:bottom;
	background-repeat: no-repeat;
	margin:20px 0 0 3px;
	width:700px;
	min-height:300px;
	float:left;
	padding:0;
}
	#contentwrapper{
		float:left;
		clear:both;
		margin:0 0 30px;
		padding:0 0 30px;
	}
	#content .lcol{
	  float:left;
	  clear:left;
	  margin:30px 0 0 45px;
	  width:600px;
	  height:auto;
	  display:inline;
	}
	#content .rcol{
	  float:right;
	  clear:right;
	  display:inline;
	  margin: 20px 30px 0pt 15px;
	}


	#content .headline{
		clear:both;
		width:100%;
	}
*/

	#applyonline{
               float: right;
               clear: right;
               display: inline;
		margin: 0 10px 0 0;
     		padding: 0 0 0 0;
    }

	#page_dropshadowBtm{
		width:700px;
		
		margin:0 auto;
		z-index:-1;
		position:relative;
    }

#btmspacer{
	height:50px;
	width:700px;
	float:left;
	clear:both;
	padding: 20px 0 0 0;
	color: #0047c8;
}

#btmspacer a{
	text-decoration: none;
	color: #0047c8;
}

#btmspacer a:hover{
	text-decoration: none;
	color: #fdd601;
}

#locSearchFormDiv{
	position: relative;
	z-index: 99;
	right: 66px;
	top: 16px;
}

#locSearchInputBG{
	background-image: url(../images/textboxBG.png);
	height: 40px;
	width: 149px;
	display: inline;
	position: absolute;
	top: 3px;
	right: 23px;
}

#locSearchFormDiv input[type=text]{
	height: 15px;
	width: 100px;
	border: 0;
	background-color: none;
	position: absolute;
	top: 12px;
	right: 30px;
	z-index: 1000;
}

#locSearchFormDiv input[type=image]{
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
}

#locSearchFormDiv2{
	position: relative;
	z-index: 399;
	right:777px;
	top:47px;
}

#locSearchInputBG2{
	background-image: url(../images/textboxBG.png);
	height: 40px;
	width: 149px;
	display: inline;
	position: absolute;
	top: 3px;
	right: 23px;
}

#locSearchFormDiv2 input[type=text]{
	height: 15px;
	width: 100px;
	border: 0;
	background-color: none;
	position: absolute;
	top: 12px;
	right: 30px;
	z-index: 1000;
}

#locSearchFormDiv2 input[type=image]{
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
}

.prTitle {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;

}
.prTitle:hover{
	color: #2DADFC;
	cursor: pointer;
}

.faqTitle {
	background-color: #ddd;
	padding: 6px 0 4px 15px;
}

.faqTitle:hover {
	background-color: #FCE06B;
	padding: 6px 0 4px 15px;
}

.faqContent {
	background-color: #D7F2FF;
	padding: 15px;
	margin-bottom: 10px;
}

.modalDialog{
	width: 500px;
}