/* 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%;
	}
	

/* Hack for IE */
* html #Content {
    height: 100%;
}
/* End IE Hack */

#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%;
	margin-top:2px;
	background:#ffffff;
}

/* Left Nav */
#left_nav{
	position:absolute;
	width:187px;
	margin-top:0px;
	text-align:right;
	margin-right:31px;
}

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

#left_nav li{
	display: block;
	width:182px;
	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:#494949;
	text-decoration:none;
	height:1.4em;
	background-color:#ffffff;
	margin-bottom:3px;
	font-size:0.9em;
	padding-right:25px;
	
}

* html #left_nav li a{
    height: 1.4em;
}


/* 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;
}


#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;
}

.divsplit{
	display: block;
	width:540px;
	height:176px;
}

.divsplitlong{
	display: block;
	width:540px;
	height:520px;
}


.divleft{
	display: block;
	width:260px;
	position:absolute;
}

.divright{
	display: block;
	width:260px;
	float:right;
	position:relative;
}

#centre_col .divleft p,#centre_col .divright p{
	width:240px;
	margin-left:7px;
}

#centre_col .divleft ul,#centre_col .divright ul{
	margin:0;
	padding:0 0 0 20px;
	list-style-position: outside;
	list-style-image: url(../images/general/webwork_bullet.gif);
}

#centre_col .divleft li,#centre_col .divright li{
	font-size:0.90em;
}



.clear{
	display: block;
	width:260px;
	padding-bottom:17px;
	position:relative;
	clear:both;
}

/* Right Column */
#right_col{
	position:relative;
	float:right;
	width:208px;
	left:504px;
	margin-top:25px;
	padding:0 0 50px 0;
}

#righttagline{	
	margin-bottom:3px;
}

#right_col h3{
	margin:19px 0 0 0;	
}

#right_col p{
	margin:2px 0 0 0;
	line-height:1.4em;	
}

#right_col a{
	color:#767534;
	text-decoration:none;
	}

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

#right_col ul{
	margin-left: 0px;
	margin-top: 4px;
	padding-left:0px;
	list-style-type: square;
	list-style-image:  url(file:///Macintosh%20HD/Users/Laura/Documents/Laura_2006/work_stuff/saddlers/images/general/pdf_icon.gif);
	list-style-position: inside;
}

#right_col li{
	margin-left: 0px;
	padding-left:0px;
	color:#000099;
		
}

#right_col li a{
	margin-left:-5px;
	color:#000099;
	text-decoration:none;
	vertical-align: top;	
}

#right_col li a:hover{
	color:#000066;
	text-decoration:underline;	
}


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

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

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

#footer .copyright{
	color:#DCDCDC;
	}
