/* CSS Document */

body{
	background-image:url(../images/bgtile.jpg);
	background-repeat:repeat;
	margin:0px;
	text-align:center;
}

div.main-box {
	position:relative;
	text-align:left;
	overflow:hidden;
	width:1014px;
	background-image:url(../images/mainBox.png);
	background-repeat:repeat-y;
	/*background:#ffffff;*/
}
div.center-box{
	width:1000px;
	position:relative;
	margin-left:7px; 
	margin-right:7px;
	background-color:#ffffff;
	background:#ffffff;
}
#floatLeft{
	float:left;
}
#floatRight{
	float:right;
}
#AEquote{
	float:right;
	width:580px; 
	text-align:center;
	padding-top:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#5f5e5e;
	text-transform:uppercase;
	font-style:italic;
	margin-right:60px;
	margin-left:60px;
}

#navbar{
	float:left;
	width:1000px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:white;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	background-image:url(../images/navStretch.gif);
	background-repeat:repeat-x;
	height:44px;
}

#actionStretch{
	float:left;
	background-image:url(../images/actionStretch.jpg);
	background-repeat:repeat-x;
	width:528px;
	height:117px;
}
.actionText{
	padding-top:14px;
	padding-right:20px;
	padding-left:20px;
}
.aText1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#2b2a2a;
}	
.aText2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#757575;
}
.link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#006de7;
	text-decoration:underline;
}

#content{
	float:left;
	padding:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3d3d3d;
	font-size:14px;
	width:460px;
}
#content2{
	float:left;
	padding:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3d3d3d;
	font-size:14px;
	width:960px;
}

#announce{
	float:right;
	padding:20px;
	width:460;
	vertical-align:top;
}

#announceHeader{
	background-image:url(../images/getUpdatesHeader.gif);
	width:414px;
	height:30px;
}
#aHeadText{
	padding-left:180px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-top:6px;
	color:#fffcce;
	text-transform:uppercase;
}
#announceBody{
	background-image:url(../images/announceBody.gif);
	width:414px;
	height:187px;
}
.formText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#d8d8d8;
}
#formPad{
	padding:20px;
}
#formfix{
	margin:0px;
}

#button{
	float:right;
	padding-top:12px;
	width:300px;
	text-align:right;
}
.btn{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:white;
	border:1px solid #b3b3b3;
	background-image:url(../images/buttonGrad.gif);
	background-repeat:repeat-x;
	padding:2px;
}
.btnHover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:white;
	border:1px solid #b3b3b3;
	background-image:url(../images/buttonGrad.gif);
	background-repeat:repeat-x;
	padding:2px;
}

.shareLink{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d0ceaa;
	font-size:11px;
	text-decoration:underline;
}
#share{
	float:left;
	width:250px;
	padding-top:14px;
}

#logo{
	text-align:center;
	padding-top:60px;
	width:400px;
}
#logo2{
	text-align:center;
	padding-top:60px;
	width:960px;
}
.bisLink{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#c0c0c0;
	text-decoration:none;
}


/* ---( FIX FOR CLEARING DIV's )------------------------------------ */

	html body * span.clear,
	html body * div.clear,
	html body * li.clear,
	html body * dd.clear
	{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

	.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

	.clearfix {
	display: inline-block;
	}

	* html .clearfix {
	height: 1%;
	}
		
	.clearfix {
	display: block;
	}
	
	/* comments classes */
.commentsText{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-transform:none;
}
.commentsLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#336699;
	text-decoration:none;
}
.commentsLinks:hover{
	color : #FF00A2 ;
}

.commentsDescription{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-transform:none;
}
.textAreaInput{
	width:400px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
.textInput{
	
}
.commentsHRclass{
	color:#bababa;
}

.commentsBGclass{
	background-color:#efefef;	
}



/* End hide from IE-mac */
