/* CSS Document */

body{
	color:#666666;
	font: normal 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	text-align:left;
}

#container{
	background: transparent url(../images/bowen_training_header_test.jpg);
	background-repeat: no-repeat;
	height: 154px;
	width: 780px;
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 154px;
}

/* url links*/

a{color: #0033FF;text-decoration:none}

a:hover{text-decoration:underline;}

a:active, a:visited{color: #009933;}

h3{margin:0; padding:0;}

/* Gerneral div styles */

#container p{margin: 0 0; padding: 5px 0}



/* text for main header not displayed */

#pageHeader{display:none}


/* main content - centre */

#content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 154px;
	text-align: left;
	}
	
#main-text {
	margin-left: 150px;
	padding-left: 10px;
}

#footer {
	margin:0;
	padding:0;
	display:block;
	background-image: url(../images/footer_long.jpg);
	height: 31px;
	width: 620px;
	background-repeat: no-repeat;
}

#footer p.p1{display:none}

/* navigation block left-bar */

#nav {
	position:absolute;
	top: 0px;
	background: #ABCC75 url(../images/nav_bottom.jpg) no-repeat center bottom;
	width: 150px;
	left: 0px;
	padding-bottom: 100px;
}

#lnav {
	width: 150px;
	padding: 0 0 0px;
	margin-bottom: 1em;
	color: #000000;
	font-size: 10px;
}
	
#lnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
		
#lnav li {
	margin: 0;
	padding-left:5px;
	
	padding-right:5px;
	
}
		
#lnav li a {
	display: block;
	padding: 1px;
	padding-left: 5px solid ;

	background-color: #ABCC75;
	color: #282F1D;
	text-decoration: none;
	width: 138px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

html>body #lnav li a {
		width: auto;
}

#lnav li a:hover {

	background-color: #849F59;
	
}

#lnav h3{
	display:block;
	height: 53px;
	width: 150px;
	background-color: transparent;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 20px;
}

#lnav h3 span{display:none;}

/* text css */

.p2 {
	color: #333333;
	font-weight: bold;
}
.p3 {
	color: #FFFFFF;
	font-weight: bold;
}
.p4 {
	color: #000000;
}
.boldred {
	font-weight: bold;
	color: #FF0000;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}

/* This is the CSSS which makes any pictures you put into the page go to the left or right of the page and in line with the text you 
wish it to be with. just choose Float Left or Float Left from teh Styles menu in the main editing page of your Web Design software*/
.floatright {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 3px;
}

.floatleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 3px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
/* This is the CSS for ossies sayings */
.ozziesayings {
	font-family: garamond;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #036309;
}
.signature {
	font-family: "Bradley Hand ITC";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

