/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE6 and 7 for Windows. See file for details. */
@import url('ie6win.css');
@import url('ie7win.css');
/* -- Generic Initiation items not covered in "undothml.css" -- */
body
{
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background-color:#40509D;
	background-image:url(../../Images/Common/bg_body.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
}
h1, h2, h3, h4, h5, h6, p
{
	position: relative;
}

.reveal h1, h2, h3, h4, h5, h6, p
{
	position: static;
}

u
{
	text-decoration: none;
}
legend
{
	display: none;
}

.invisible
{
	display: none;
}
.hide
{
	position: absolute;
	top: -9999px;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.clearBoth
{
	clear: both;
}
/*	Clearfix method for floated elements	*/
.clearFix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*	IE7 hack */
.clearFix
{
	display: inline-block;
}
.clearFix
{
	display: block;
}
/*	Clear floats on a background */
.theBreaker
{
	height: 0.005em;
	clear: both;
	overflow: hidden;
}
/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */
.replace
{
	position: relative;
	margin: 0px;
	padding: 0px; /* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden; /* */
}
.replace span
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}
/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span
{ 
	width:300px;
	height:100px; 
	background-image: url(head.png); 
} 
*/
/* begin normal CCS for Firefox */

#container
{
	width: 740px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 707px;
	font-size: 1.2em;
	background-image: url(../../Images/Common/containerBG.jpg);
}

#content
{
	text-align: center;
	min-height: 490px;
}

#primaryContent
{
	font-size: 0.9em;
	padding-bottom: 70px;
	text-align: left;
	width: 495px;
	margin-left: auto;
	margin-right:auto;
}

#pageHome #primaryContent
{
	
	
}

#primaryContent a
{
	color: #DF0078;
}

#primaryContent a.prominentLink
{
	font-size: 1.4em;
	font-weight: bold;
}


#visualEffectLeft
{
	background-image: url(../../Images/Common/visualEffectLeft.jpg);
	width: 16px;
	height: 707px;
	position: absolute;
	left: -16px;
	top: 0;
}

#visualEffectRight
{
	background-image: url(../../Images/Common/visualEffectRight.jpg);
	width: 16px;
	height: 707px;
	position: absolute;
	right: -16px;
	top: 0;
}

/*branding area*/

#branding
{
	background-image: url(../../Images/Common/branding.jpg);
	height: 135px;
	margin-bottom: 15px;
}

#h1FirstGreatWestern, #h1FirstGreatWestern span
{ 
	width:263px;
	height:26px; 
	background-image: url(../../Images/Headings/h1FirstGreatWestern.gif); 
} 

#h1FirstGreatWestern
{
	position: absolute;
	top: 18px;
	left: 19px;
}

/*primary navigation*/

#primaryNavigation
{
	width: 420px;
	height: 25px;
	position: absolute;
	left: 5px;
	top: 66px;
}

#primaryNavigation li
{
	display: inline;
	
}

#primaryNavigation a
{
	display: block;
	height: 25px;
	float: left;
	margin-right: 2px;
	line-height: 25px;
	text-decoration: none;
	text-indent: 10px;
	color: #fff;
}

#primaryNavigation .last a
{
	margin-right: 0;
}

/*the four navigation items*/
#navHome a
{
	width: 61px;
	background-image: url(../../Images/PrimaryNavigation/homeOff.gif);
}


#navHome a:hover
{
	background-image: url(../../Images/PrimaryNavigation/homeOn.gif);
}

#navInformation a
{
	width: 93px;
	background-image: url(../../Images/PrimaryNavigation/informationOff.gif);
}

#navInformation a:hover
{
	background-image: url(../../Images/PrimaryNavigation/informationOn.gif);
}

#navRegister a
{
	width: 115px;
	background-image: url(../../Images/PrimaryNavigation/registerOff.gif);
}

#navRegister a:hover
{
	background-image: url(../../Images/PrimaryNavigation/registerOn.gif);
}

#navTerms a

{
	width: 141px;
	background-image: url(../../Images/PrimaryNavigation/termsOff.gif);
}

#navTerms a:hover
{
	background-image: url(../../Images/PrimaryNavigation/termsOn.gif);
}

/*breadcrum*/
#breadcrumb
{
	position: absolute;
	top: 105px;
	left: 11px;
	font-size: 0.9em;
}

#breadcrumb li
{
	display: inline;
	background-image: url(../../Images/Icons/iconBreadcrumbDivider.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 12px;
}

#breadcrumb li.first
{
	background-image: none;
	padding-left: 0;
}

#breadcrumb a
{
	color: #fff;
}

/*site informationm*/

#siteInformation
{
	padding: 10px;
	background-color: #24124d;
	color: #AAB0D0;
	font-size: 0.9em;
	border-top: 1px dotted #7c7194;
}

#siteInformation ul,
p#copyright
{
	margin-bottom: 14px;
}

#siteInformation ul li
{
	display: inline;
	border-right: 1px solid #AAB0D0;
}

#siteInformation a
{
	color: #fff;
	margin-right: 10px;
	margin-left: 8px;
	color: #AAB0D0;
}

#siteInformation li.first a
{
	margin-left: 0;
}

#siteInformation li.last
{
	border-right: 0 none;
}

/*basic typography*/
#content h2
{
	margin: 0.5em 0 0.8em 0;
	font-size: 1.7em;
}

#content h3
{
	margin-bottom: -0.5em;
}

#content p
{
	margin: 0.5em 0 1.0em 0;
}

/*generic form*/

.genericForm
{
	padding: 10px;
	background-color: #fff;
	color: #000066;
}

.genericForm fieldset
{
	border: 1px solid #aab0d0;
	padding: 20px;
	margin-bottom: 10px;
}

.genericForm fieldset legend
{
	display:block;
	font-size: 1.6em;
	font-weight: bold;
	color: #000066;
}

.genericForm fieldset label
{
	display: block;
	margin-bottom: 0.2em;
}

.textInput
{
	width:62.5%;
	margin-bottom: 0.7em;
}

.genericForm .checkboxCluster label
{
	display: inline;
	margin-bottom: 5px;
	float: left;
	width: 415px;
	position: relative;
}

.genericForm .checkboxCluster input
{
	clear: left;
	float: left;
	margin-right: 3px;
}

.genericForm .genericErrors ul
{
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
	color: #df0078;
}

.genericForm .formSubmit
{
	float: right;
}

.formMandatory
{
	color: #DF0078;
	font-weight: bold;
	padding: 0 0 0 20px;
}

.huge
{
	font-size: xx-large;
}

#pageTerms #primaryContent ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}

#pageTerms #primaryContent ul li
{
	margin-bottom: 8px;
}