@charset "utf-8";

/* 
==========================================================================================================================================

INDEX

1. BODY AND CONTAINERS
2. BANNERS & MENU
3. OTHER DIVS
4. TYPE

==========================================================================================================================================
*/


/*
==========================================================================================================================================
1. BODY AND CONTAINERS
------------------------------------------------------------------------------------------------------------------------------------------
*/


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	background-color:#5ca45b;
	background-image:url(../images/backgrounds/blueMainBack.JPG);
	background-position:center top;
	background-repeat:no-repeat
	} 

#container {
	width:1000px;
	margin:0 auto;
	text-align:left
}

/*
==========================================================================================================================================
2. BANNER AND MENU
------------------------------------------------------------------------------------------------------------------------------------------
*/


#banner {
	width:100%;
	margin-top:0;
	background-color:#006600;
	text-align:center;
	position:relative;
	height:80px
}

#bannerInner {
	width:1000px;
	margin:0 auto;
	padding:10px
	
}

#menuBar {
	width:100%;
	margin-bottom:40px;
	background-image:url(../images/backgrounds/menubar.JPG);
	height:30px;
	position:relative;
}

#menuBarInner {
	width:1000px;
	height:30px;
	margin:0 auto;
	text-align:left;
}

#footer {
	width:782px;
	height:24px;
	padding:4px;
	background-image:url(../images/backgrounds/footer.PNG);
	margin:40px auto;

}

.menuItem {float:left; margin:6px 15px}
.menuSpacer {float:left; margin:4px 45px 0 45px}

/*
==========================================================================================================================================
3. OTHER DIVS
------------------------------------------------------------------------------------------------------------------------------------------
*/
.threeQuart {
	width:729px;
	float:left;
}

.threeQuartTop {
	background-image:url(../images/backgrounds/boxes/threeQuartTop.PNG);
	width:728px;
	height:12px;
	
}
.threeQuartMid {
	width:706px;
	border:#666 1px solid;
	border-top:none;
	background-color:#fff;
	margin-left:0px;
	padding:0 10px 10px 10px;
}

.oneQuart {
	width:258px;
	float:left;
	margin-left:12px
}

.oneQuartTop {
	background-image:url(../images/backgrounds/boxes/oneQuartTop.PNG);
	width:258px;
	height:10px;
}
.oneQuartMid {
	width:254px;
	border:#fff 2px solid;
	border-top:none;
	background-color:#fff;
	margin-left:0px;
	padding-bottom:10px
}

.oneQuartInner {
	width:232px;
	padding:10px;
	padding-top:4px
}

.oneQuartInnerTop {
	background-image:url(../images/backgrounds/boxes/oneQuartInnerTop.PNG);
	height:23px;
	width:232px;
	text-align:center;
	padding-top:4px
}

.oneQuartInnerMid {
	background-color:#fff;
	width:220px;
	padding:5px;
	border:#666 1px solid;
}

.boxButton {
	width:181px;
	float:left;
	margin:0;
}

.boxButtonMiddle {
	width:181px;
	background-image:url(../images/backgrounds/boxes/middle.PNG);
	background-repeat:repeat-y;
	background-position:center;
	height:226px;
}

.boxButtonTop {
	width:181px;
	height:21px;
	background-image:url(../images/backgrounds/boxes/top.PNG);
	text-align:center;
	padding-top:7px;
}

.boxButtonImg {
	padding-bottom:1px;
	position:absolute;
	width:169px;
	margin-left:6px;
}

.boxButtonTxt {
	padding:10px 5px 1px 5px;
	position:absolute;
	width:159px;
	margin-left:6px;
}

.wideBox {
	width:451px;
	margin-top:40px;
}

.wideBoxTop {
	width:451px;
	height:21px;
	background-image:url(../images/backgrounds/boxes/wideTop.PNG);
	text-align:center;
	padding-top:4px;
}
.wideBoxMid {
	width:425px;
	height:100px;
	padding:10px;
	background-color:#d5e4ed;	
	border:#709fbb 3px solid;
	overflow:auto
}

.coursesBox {
	border:#999 1px solid;
	width:681px;
	padding:10px;
}

.hSpacer {
	background-image:url(../images/horizSpacer.PNG);
	width:680px;
	height:3px;
	margin:10px auto;
}
.fltLt {float:left;}
.fltRt {float:right;}
.clr {clear:both; height:1px}


/*
==========================================================================================================================================
4. TYPE 
------------------------------------------------------------------------------------------------------------------------------------------
*/

p {color:#333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
li {color:#333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-left:20px;}
.newsTxt {font-size:11px; margin-top:0}

h1 {color:#006600; font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight:bold; margin:0 0 5px 0;}
h1.frontPage {color:#215520; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight:bold; margin:0;}
h2 {color:#333; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight:bold; margin:0;}
h3 {color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight:bold; margin:0; font-weight:100}
h4 {color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight:100; margin-top:0}
h5 {color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight:bold; margin:0 0 5px 0;}
h6 {color:#19b4e7; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight:100}


a.menuBarBut:link {COLOR:#fff; text-decoration:none; font-size:15px; font-family:Arial, Helvetica, sans-serif; font-weight:bold}
a.menuBarBut:visited {COLOR:#fff; text-decoration:none; font-size:15px; font-family:Arial, Helvetica, sans-serif; font-weight:bold }
a.menuBarBut:hover {COLOR:#006; text-decoration:none; font-size:15px; font-family:Arial, Helvetica, sans-serif; font-weight:bold }
a.menuBarBut:active {COLOR:#fff; text-decoration:none; font-size:15px; font-family:Arial, Helvetica, sans-serif; font-weight:bold }

a:link {COLOR:#900; text-decoration:none}
a:visited {COLOR:#900; text-decoration:none}
a:hover {COLOR:#F00; text-decoration:none}
a:active {COLOR:#900; text-decoration:none}

/*
==========================================================================================================================================
4. MENU
------------------------------------------------------------------------------------------------------------------------------------------
*/

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 1000px;
	background: #222;
	font-size: 1.2em;
	background: none;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 28px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	width:100px;
}
ul.topnav li a{
	padding: 8px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-weight:bold;
}
ul.topnav li a:hover{
	background: none;
	color:#FDFEC0; /*-- Colour of text whhen over --*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: none;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.topnav li ul a{
	padding: 2px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-size:12px;
	font-weight:100;
}
ul.topnav li ul a:hover{
	background: none;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0 0 0 -20px; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border:#046412 1px solid;
	z-index:100;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 0; /*--Create bevel effect--*/
	border-bottom: 1px solid #046412; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #0c5c0e;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #08450a;
}
