/* CSS Document */

/* ELEMENTS */
* {
	font-family:Arial, Helvetica, sans-serif;
	/*line-height:1.1em;*/
}
html, body, form {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
}

body {
	font-size:0.8em;
	background-color:#ffffff;
	color:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

html > body #Container {
	/*width:759;*/
}

ul {
	list-style-type: none;
	text-indent: -10px;
	margin-left:0px;
}
h1 {
	font-size:30px;
	font-weight:normal;
	margin-top:15px;
}
h2 {
	font-size:19px;
	font-weight:normal;
	margin-top:2px;
}
/* SECTIONS */

#VertHorizCentering {
	margin:0;
	text-align:center;
	
	/* hide from IE5 Mac \*/
	text-align:left;
	position:absolute;
	left:50%; 
	top:50%;
	overflow:visible ;
	height:1px;
	width:1px;
	overflow:visible;
}


#Container{
	/*border:1px solid #00FF00;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width:796px;
	height:566px;
	margin:auto;
	text-align:left;
	voice-family:inherit;
	position: absolute;
	background-color:#A5B2D2; /*check in all browsers as this colour is not web safe*/
	margin:-283px 0pt 0pt -398px;
	/* IE5 Win includes margins in the width - update this as of steff css*/
}
/* ---------- LEFT CONTAINER ---------- */
#sidebar {
	/*border:1px solid #0000FF;*/
	width:76px;height:464px;
	float:left;
	color:#000000;
	padding:17px;
}
#sidebar img {
	margin-bottom:20px;
	border:none;
}
#sidebar #singInDiv {
	border-top:1px solid #000000;	
}
#sidebar div {
	
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #000000;
}
#sidebar a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	border:none;
}

/* ---------- RIGHT CONTAINER ---------- */
#rightSubContainer {
	/*border:1px solid pink;*/
	width:670px;height:536px;
	
	float:right;
	padding:15px 15px 15px 0px;		
}
#rightSubSubContainer{
	/*border:1px solid #FFFFFF;*/
	width:100%;height:100%;
	/*background:url('/images/main-image4.jpg') left top no-repeat;*/
	overflow:hidden;
}
#rightSubSubContainer .ddFaderItem {
		width:100%;height:100%;
		background-position:left top;
		background-repeat:no-repeat;
}
/* HEADER */
#masHead {
	/*border:1px solid #0000FF;*/
	width:100%;height:200px;
}
#masHead #lefthead {
	padding-left:20px;
}
#lefthead {
	/*border:1px solid #00FF00;*/
	float:left;
	width:398px;
	height:190px;
	padding-top:20px; /*10px was taken of as i added some padding to the MenuGroupHome class in menuStyle*/
	padding-left:0px;
}
#lefthead ul {
	/*margin-left:-10px;*/
	margin-top:18px;
}
#lefthead #MenuLeft{
	/*border:1px solid #FFFFFF;*/
	float:left;
	height:113px;
	width:130px;
}
#lefthead #MenuRight{
	/*border:1px solid #FFFFFF;*/
	float:left;
	height:113px;	
	width:200px;
}

#rightHead {
	/*border:1px solid #00FF00;*/
	float:right;
	width:228px;
	height:118px;
	padding-top:20px;
	padding-right:20px;
	font-size:10px;
	text-align:right
}

/* CONTENTS */
#content {
	border:0px solid red;
	width:100%;height:300px;
}
#content h1, h2 {
	width:60%;
	margin-left:20px;
}
#content p {
	width:60%;
	/*margin-left:20px;*/
	margin:4px 0px 8px 20px;
	color:#FFFFFF;
	font-size:12px;
}
/* FOOTER */
#footer {
	/*border:1px solid yellow;*/
	width:650px;
	clear:both;
	float:left;
	text-align:center;
	padding-top:3px;
	padding-left:20px;
	
}

#footer a{
	color:#FFFFFF;
	font-size:11px;	
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover{
	text-decoration:underline;	
}
#subFooter {
	padding:0px;
	margin-top:-10px;
}


/*------------------ Fade Stuff -------------------------*/
/*	#rightSubSubContainer {
		position:absolute;
		z-index:50;
		top:1px;
		left:1px;
		width:514px;
		height:386px;
		overflow:hidden;
	}
	
	#rightSubSubContainer .ddFaderItem {
		width:514px;
		height:386px;
		background-position:left top;
		background-repeat:no-repeat;
	}*/











