/* CSS Document */
body{
	padding:0px;
	margin:0px;
	color:#565656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #cac9c9;
	}

h1, h2, h3 {
	color: #652d90;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3, {
	font-size: 100%;
}

p {
	margin-bottom: 10px;
	line-height: 1.8em;	 
	}
#container{
	width:767px;
	margin:0 auto; 
	position:relative;
	background-image:url(images/background.png);
	} 

/*  Logo & Menu  */
.logo {margin-left:40px;}

.menu {font-family: arial, sans-serif; width:750px; height:50px; position:relative; font-size:11px; z-index:200; margin:10px 0px 0px 9px;}
.menu ul li a{display:block; text-decoration:none; width:107px; height:27px; text-align:center; color:#652d90; background-image:url(images/navbgd_off.png); overflow:hidden; padding:9px 0px 0px 0px;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}


.menu ul li:hover a {color:#ffffff; background-image:url(images/navbgd_on.png); text-decoration:underline;}
.menu ul li:hover ul {display:block; position:absolute; top:36px; left:0; width:105px;}

.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background-image:url(images/navbgd_off.png); text-decoration:none; color:#652d90; width:107px; height:15px; }
.menu ul li:hover ul li a:hover {text-decoration:underline;color:#652d90;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/* PAGE CONTENT */

#page {
	width: 749px;
	margin: 0 auto;
	}

/* Welcome Intro */

.intro {
	float: left;
	width: 350px;
	height:500px;
	padding-top: 10px;
	margin-left:20px;
	background-image:url(images/introshadow.png);
	background-repeat:no-repeat;
}
.intro p,h1,h2,h3 {margin:10px 10px 5px 10px;}

/* Right Promo */

#sidebar {
	float: right;
	width: 350px;
	height:500px
	padding: 5px;
	margin-right:10px;
	background-image:url(images/introshadow.png);
	background-repeat:no-repeat;
}
#sidebar img {
	width:340px;
	margin:3px 0px 0px 6px;
	}

.post {
	margin:0px 15px 5px 15px;
}

.post2{
	margin:0px 20px 0px 15px;
	background-image:url(images/progshadow.png);
	background-repeat:no-repeat;
}

.post2 p {height:50px;margin-right:10px;}
.post2 h1,h2,h3 {padding:10px;}

.post2 a {text-decoration:none;}
.post2 a:hover {text-decoration:underline;}
	
.post2 hr {color:#a3a336;
			margin:25px 20px 20px 10px;
			}

.image1 {
	margin:10px 10px 10px 90px;
	width:500px;
	padding:0px 0px 5px 0px;
	}
	
.image2 {
	float:left;
	margin:10px 10px 0px 10px;
	width:150px;
	border: 1px solid #a3a336;
	}
	
.image3 {
	float:left;
	margin:5px 10px 10px 0px;
	width:300px;
	border: 1px solid #a3a336;
	clear:both;
	}

#topcab {background-image:url(images/shadow.png);
		 background-repeat:no-repeat;
		 margin-left:60px;
		 width:600px;
		 height:360px;
		 font-size:11px;
		 }
#topcab img {
	float:left;
	margin:10px 10px 5px 10px;
	width:123px;
	}
#topcab h3 {padding:0px;}		 
#sidetext {background-image:url(images/shadow.png);
		 background-repeat:no-repeat;
		 margin-left:60px;
		 width:550px;
		 height:360px;
		 font-size:11px;
		 padding:10px;}


		 
#sidetext img{float:left;
	margin:10px 10px 5px 10px;
	width:49px;
	}


	
#bottomleft {background-image:url(images/shadow2.png);
		 	background-repeat:no-repeat;
		  	margin:0px 5px 10px 0px;
		  	width:235px;
		  	height:305px;
			}
		
#bottomleft img {
	float:left;
	width:151px;
	margin-left:40px;
	}
#bottomcentre {background-image:url(images/shadow2.png);
		 	background-repeat:no-repeat;
		  	margin:10px 10px 5px 0px;
		  	width:235px;
		  	height:305px;
			position:absolute;
			top:574px;
			left:265px;
			padding:0px 20px 5px 10px;
			font-size:10px;}
#bottomcentre img {float:right;
			margin:0px 10px 5px 5px;
			width:75px;}			

#bottomright {background-image:url(images/shadow2.png);
		 	background-repeat:no-repeat;
		  	margin:10px 25px 5px 0px;
		  	width:235px;
		  	height:305px;
			position:absolute;
			top:575px;
			left:507px;
			font-size:10px;
			padding-left:10px;}

#bottomright h3 {padding:0px;} 


/* Footer */

#footer {
	padding: 5px 0;
	border-top: 1px solid #a3a336;
	margin: 0px 20px 0 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 90%;
}

#footer a {
	color: #565656;
}

#endborder{
	border-bottom:1px solid #a3a336;
	width:749px;
	margin-left:9px;
	 }
