@charset "UTF-8";
/* CSS Document */

/*---------------------------GLOBAL STYLES--------------------------*/
* { padding:0; margin:0; }

body {
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
}

.clear	{
	clear:both;
	font-size:0;
}

#wrapper {
	margin:auto;
	width:100%;
}


/*---------------------------INDEX STYLES--------------------------*/
	
#container_1 {
	width:973px;
	height:870px;
	margin:auto;
	background:url(../images/SWA_minisite_mainBg_form.jpg) no-repeat;
	margin-top:15px;
	position:relative;
}

#toplogo {
	display:block;
	width:285px;
	height:110px;
	border:none;
	position:absolute;
	top:16px;
	left:40px;
}

#toplogo img {
	border:none;
}

#bottomlogo {
	display:block;
	width:222px;
	height:78px;
	border:none;
	position:absolute;
	top:787px;
	left:379px;
}

#bottomlogo img {
	border:none;
}

#headline_position {
	position:absolute;
	top:164px;
	left:134px;
	width:700px;
	height:180px;
}

#index_headline {
	font-size:25px;
}

#index_headline a {
	font-size:25px;
	color:#000;
	text-decoration:underline;
}
#index_headline a:hover {
	font-size:25px;
	color:#333;
	text-decoration:underline;
}

#form_position {
	position:absolute;
	top:350px;
	left:590px;
	width:266px;
}

#formTile {
	width:266px;
	background:url(../images/SWA_minisite_formTile.jpg) repeat-y;
}

.formTitles {
	font-size:14px;
	padding-top:10px;
	text-align:left;
}
	
#mouseInfo {
	position:absolute;
	top:665px;
	left:360px;
	width:550px;
	font-size:10px;
	color:#333;
}
#mouseInfo a {
	font-size:10px;
	color:#333;
	text-decoration:underline;
}
#mouseInfo a:hover{
	font-size:10px;
	color:#999999;
	text-decoration:underline;
}

/*---------------------------THANKS 1 STYLES--------------------------*/
	
#container_thanks1 {
	width:973px;
	height:870px;
	margin:auto;
	background:url(../images/SWA_minisite_thanks1Bg.jpg) no-repeat;
	margin-top:15px;
	position:relative;
}


#form_position_thanks1 {
	position:absolute;
	top:350px;
	left:645px;
	width:248px;
}

/*---------------------------THANKS 2 STYLES--------------------------*/
	
#container_thanks2 {
	width:973px;
	height:870px;
	margin:auto;
	background:url(../images/SWA_minisite_thanks2Bg.jpg) no-repeat;
	margin-top:15px;
	position:relative;
}


/*---------------------------RULES STYLES--------------------------*/
	
#container_rules {
	width:973px;
	height:178px;
	margin:auto;
	background:url(../images/SWA_minisite_rulesTop.jpg) no-repeat;
	margin-top:15px;
	position:relative;
}

#rulesTile {
	width:973px;
	background:url(../images/SWA_minisite_rulesTile.jpg) repeat-y;
	margin:auto;
}

#rulesTile p {
	width:700px;
	/*padding-left:75px;*/
	margin:auto;
	font-size:12px;
}

#rules_bottom {
	width:973px;
	height:100px;
	margin:auto;
	background:url(../images/SWA_minisite_rulesBot.jpg) no-repeat;
}

/*---------------------------FOOTER STYLES--------------------------*/
	
#footer {
	width:973px;
	margin:auto;
	background:url(../images/SWA_minisite_footerTile.jpg) repeat-y;
}

.footer_links {
	font-size:11px;
}

.footer_links a {
	color:#000;
	text-decoration:underline;
}
	
.footer_links a:hover  {
	color:#333;
	text-decoration:underline;
}
	
.footer_legal {
	font-size:10px;
	text-align:left;
	line-height:14px;
	padding:15px 60px 0 60px;
}

.footer_legal a {
	color:#000;
	text-decoration:underline;
	
}
.footer_legal a:hover {
	color:#333;
	text-decoration:underline;
	
}

#footer_bottom {
	width:973px;
	height:17px;
	margin:auto;
	background:url(../images/SWA_minisite_bot.jpg) no-repeat;
	padding-bottom:15px;
}

.error{
	color:#FF0000;
}