@charset "utf-8";
/* CSS Document */

 
body  {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../IMGs/BG_tile.jpg);
	margin: 0em auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0em 0em 0em 0em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body h1{
	font-size: 1.25em;
	padding: .5em 1em 0em 1em;
}
body h2{
	font-size: 1em;
	padding: 0em 1em 0em 1em;
}
body h3{
	font-size: 1.25em;
	padding: .5em 1em 0em 1em;
	text-align: center;
}
body p{
	vertical-align: top;
	margin: 0em 2em 0em 2em;
}
#regForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#greyBG {
	background-color: #efefef;
	border-top: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
	width: 100%;
	padding: 0em 0em 1em 0em;
}
parentContainer{
	background-color:#000;
	width: 100%;
	margin: 0em auto;
	padding: 0em;
}
filler{
	background-color:#000;
	width: 100%;
	margin: 0em auto;
	padding: 0em;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: table
}
#header { 
	width: 800px;
	height: 101px;
	background-image: url(../IMGs/header.jpg);
	padding: 0em;
}
#locationHome {
	width: 800px;
	height: 25px;
	background-image: url(../IMGs/location_home.jpg);
	padding: 0em;
}
#locationPersonal {
	width: 800px;
	height: 25px;
	background-image: url(../IMGs/location_personal.jpg);
	padding: 0em;
}
#locationAccount {
	width: 800px;
	height: 25px;
	background-image: url(../IMGs/location_account.jpg);
	padding: 0em;
}
#locationRegister {
	width: 800px;
	height: 25px;
	background-image: url(../IMGs/location_register.jpg);
	padding: 0em;
}
#locationLogin {
	width: 800px;
	height: 25px;
	background-image: url(../IMGs/location_login.jpg);
	padding: 0em;
}
.mainContent {
	background-image: url(../IMGs/content_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	vertical-align: top;
	/*min-height: 100%;*/
	width: 800px;
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mainContent p {
	padding: 1em 0em 0em 0em;
}
#contentObjNew {
	background-color: #000;
	background-image: url(../IMGs/BG_tile.jpg);
	background-position: center;
	margin: 0em;
	padding: 2em 0px;
	color: #FFF;
}
#contentObj {
	background-color: #000;
	background-image: url(../IMGs/BG_tile.jpg);
	background-position: center;
	text-align: center;
	margin: 0em;
	padding: 2em 0em 2em 0em;
	color: #FFF;
}
#contentObj a{
	color: #FFF;
}
#footer {
	width: 800px;
	height: 101px;
	margin: 0em;
	padding: 0em; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../IMGs/footer.jpg);
	background-repeat: no-repeat;
} 
#footer p {
	color: #FFF;
	font-size: .8em;
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 70px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.large {
    font-size: 1.7em;
}
.bold {
	font-weight: bold;
}
#brandingLogo {
	float: right;
}
