/* CSS Document */

body {
	min-width:948px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	min-height:100%;
	height:100%;
	margin:0px;
	padding:0px;
	height:auto;
	border:none;
	background:#ffffff url(../images/general/main_bg.jpg) repeat-x top center;
	text-align: center;
	overflow: auto;
	color:#494949;
	font-size:76%;
	}
	
#mainimg{
	position: relative;
	display: block;
	width:100%;
	height:579px;
	top:79px;
	background: url(../images/homepage/main_pics/random.php) no-repeat center top;
}


#parent{
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#main_table_div{
	min-height: 100%;
	position: relative;
	display: block;
	width:948px;
	margin: 0 auto;
	text-align: left;
	padding:0 30px 0 30px;
		
}


h1,h2,h3,h4,h5,h6,#centre_col .subtitle
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}



h2{
	font-size:1.0em;
	color:#000000;
}

h3{
	font-size:1.1em;
	font-weight:bold;
	margin-top:14px;
}

h4{
	font-size:1.5em;
}


p{
	color:#494949;
	font-size:0.9em;
	line-height:1.4em;
}

p a{
	color:#494949;
	text-decoration:underline;
}


/* TOP BAR */
#top_bar{
	position: relative;
	display: block;
	width:948px;
	min-height:93px;
	height:93px;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	
}


#top_bar span{
	position: relative;
	display: block;
	width:536px;
	min-height:93px;
	height:93px;
	background:url(../images/general/my_name.png) repeat-x top center; 
	margin:2px 0 0 115px;
}

#shadowbar{
	position: relative;
	display: block;
	width:100%;
	min-height:8px;
	height:8px;
	background:url(../images/general/dropshadow_down.png) repeat-x top center;
}

#shadowbarup{
	position: relative;
	display: block;
	width:100%;
	min-height:8px;
	height:8px;
	top:79px;
	background:url(../images/general/dropshadow.png) repeat-x bottom center;
}



/* MAIN CONTENT */
#main_content{
	clear:both;
	position: absolute;
	display:block;
	width:948px;
	min-height:100%;
}

/* Left Nav */
#left_nav{
	position:absolute;
	width:137px;
	margin-left:51px;
	margin-top:0px;
	text-align:right;
	margin-right:31px;
	background:#ffffff url(../images/homepage/nav_bg.gif) repeat-x bottom center;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
}

#left_nav ul{
	display: block;
	color:#494949;
	margin-left: 5px;
	padding-left: 0px;
}

#left_nav li{
	display: block;
	width:130px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	
}

.leftnavspace{
	margin-bottom:23px;
}

#left_nav li a{
	line-height:1.5em;
	display: block;
	color:#000000;
	text-decoration:none;
	height:1.4em;
	margin-bottom:3px;
	font-size:0.9em;
	padding-right:25px;
	
}

#navshadow{
	position: relative;
	display: block;
	width:139px;
	min-height:8px;
	margin-left:51px;
	height:8px;
	top:192px;
	background:url(../images/general/dropshadow_down.png) repeat-x bottom center;
}

/* Centre Column */
#centre_col{
	position:relative;
	float:right;
	width:710px;
	margin-top:40px;
	padding:0 0 50px 0;
	right:20px;
}

#centre_col{
	font-size:1.0em;
}

#centre_col h4{
	margin:3px 0 6px 7px;
}

#centre_col .subtitle{
	font-size:0.95em;
	margin:0px 0 6px 7px;
}

#centre_col p{
	width:518px;
	margin-left:7px;
	background:#ffffff url(../images/homepage/nav_bg.gif) repeat-x bottom center;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	padding:5px;
}

#centre_col p.first{
	margin-top:300px;
}


#centre_col strong{
	color:#494949;
	font-weight:bold;
}

.centretitle{
	display: block;
	text-align:center;
	vertical-align: top;
}

.firstpara{
	color:#494949;
	margin-top:0px;
	font-weight:bold;
	line-height:1.3em;
}




/* FOOTER */
#footer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	display: block;
	height:36px;
	z-index:20;
	border-top:#c5c5c5 1px solid;
	padding:0px;
	margin:0px;
	font-size:0.9em;
	line-height:1.1em;
}

#footer span{
	margin:5px 0px 0px 10px;
}

#footer a{
	color:#767534;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#767534;
	text-decoration:underline;
	}

#footer .copyright{
	color:#D5D48D;
	}
