/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: white;
}

p {
	margin-bottom: 8px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #DD3F27;
}

h2 {
	font-size: 14px;
	color: #FFF5A5;
	margin-bottom:2px;
}


h4 {
	font-size: 12px;
	font-weight: bold;
	color: white;
}

/* bacground image etc */
body {
	margin: 0px 0 0 0;
	padding: 0;
	text-align: center;
	background-image:url(images/common/Background-Pattern.gif);
	background-repeat:repeat;
	
	
}

/*Wrapper for Shadow content*/
#ShadowWrapper {
	position: relative;
	width: 951px;
	height: 846px;
	margin: 0 auto;
	left: 0;
	top: 0px;
	z-index:10;
	text-align: left;
}

#ShadowLeft {
	position: absolute;
	width: 22px;
	left: 0px;
	top: 0px; 
	height: 846px;
	background-image:url(images/common/dropshadow-left.png);
}

#ShadowBottom {
	position: absolute;
	left: 22px;
	top: 824px;
	width: 907px;
	height: 22px;
	background-image:url(images/common/dropshadow-btm.png);
}

#ShadowRight {
	position: absolute;
	width: 22px;
	left: 929px;
	top: 0px; 
	height: 846px;
	background-image:url(images/common/dropshadow-right.png);
}
	


/*Wrapper for normal content*/
#wrapper {
	position:absolute;
	width: 907px;
	height: auto;
	margin: 0 auto;
	left: 22px;
	top: 0px;
	z-index:10;
	background-color:black;
	text-align: left;
}

/* Wrapper for top section of screen including nav. */
#TopWrapper {
	position:absolute;
	top: 0;
	left: 0;
	width: 907px;
	height: 40px;
	background-image: url(images/common/Nav-Normal.png);
	background-repeat: repeat-x;
}


#PageWrapper {
	position: absolute;
	top: 40px;
	height: 790px;
	width: 907px;
	background-color: black;
}

#FooterWrapper {
	position: absolute;
	z-index: 20;
	top: 818px;
	left: 0;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	width: 907px;
	background-image:url(images/common/copyrightbnr.png);
	background-repeat:no-repeat;
	background-position:center;
}

.FooterText {
	padding-top: 18px;
	color: #666;
}
	
	


/* Wrapper for Nav buttons */
#Nav {
	position: absolute;
	top: 0;
	left: 70px;
	height: 40px;
	width: 837px;
	border-left: #333333  1px solid;
}


#Nav ul {
	list-style-type:none;
}

#Nav li {
	float: left;
}

#Nav a {
	float: left;
	color: white;
	width: 110px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	background-image:url(images/common/Nav-Normal.png);
	background-repeat:repeat-x;
	border-right: #333333  1px solid;
}

#Nav a:hover {
	background-image:url(images/common/Nav-Over.png);
	background-repeat: repeat-x;
}


