﻿/*** GENERAL SCREEN LAYOUT STYLES ***/

body
{
	background:#ffffff url(/Images/GreenBarTile.jpg) repeat-x left top;
}


/*** Main section ***/

#Main
{
	background:#ffffff url(/Images/BgMain.jpg) no-repeat left top;
	margin:0px auto;
	width:943px;
}

.LogoWrapper
{
	float:right;
	margin-top:82px;
}

#iPhonePromo
{
	float:left;
	margin-left:238px;
	margin-top:82px;
}

.Hidden
{
	position:absolute;
	left:-10000px;
	text-decoration:none !important;
	font-size:1px !important;
}

img.Transparent
{
	behavior:url(/Styles/pngbehavior.htc);
}

/* Footer */

#Footer
{
	background:url(/Images/BgContentFooter.gif) no-repeat left bottom;
	clear:both;
	color:#333333;
	font-size:0.8em;
	margin-top:10px;
	padding-left:30px;
}

.Mandatory
{
	background-image:url(../Images/IconMandatory.gif);
	background-repeat:no-repeat;
	float:left;
	font-size:95%;
	font-weight:bold;
	height:16px;
	overflow:hidden;
	padding-left:16px;
}

/*** FORMBUILDER STYLES ***/

.FormBuilderMandatory
{
	float:right;
	background-image:url(../Images/IconMandatory.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:16px;
	height:20px;
	overflow:hidden;
}

#PageNotFoundMessage
{
	color:#ff0000;
	height:180px;
	margin-left:238px;
}

.LargerText
{
	font-size:1.3em;
}

#FooterLinks
{
	clear:both;
}

ul.FooterLinks
{
	text-align:right;
}

ul.FooterLinks li
{
	background:url(/Images/BgFooterLinks.gif) no-repeat 5px 3px;
	display:inline;
	font-weight:bold;
	padding-left:15px;
}

ul.FooterLinks li:first-child
{
	background-image:none;
}
