

									/*======================================*/
									/*							  		    */
									/*			Style for homepage			*/ 
									/*										*/
									/*======================================*/



									/*										*/
									/*			Structure styling			*/
									/*										*/

body {
	background:#cfcfcf	url('../images/background2.gif');
	margin: 20px 0 20px 0;
}
* 
{
	margin:0;
	padding:0;  	
}

#wrapper {
	width:800px;
	margin:0 auto;
	padding:6px;
	text-align:center;
	background:#ffffff;
}


#header {
	width:100%;
	height:160px;
	padding:0;
	background-color:#002b00;
	}

#soulton_image {
	position:relative;
	top:40px;
	left:20px;
	float:left;
	width:356px;
	height:100px;
}

#header_quote {
	float:right;
	width:350px;
	height:100px;
	margin-top:60px;
	margin-right:20px;
	text-align:right;
}


#navigation_bar_top {    
	width:100%;
	height:26px;
	background-color:#393939;  
}

/*  Delete below:


#splash_image {
	width:800px;
	height:221px;
	margin:0;
	margin-bottom:6px;
	background:url(../images/soulton_hall_from_paddock.jpg) no-repeat;
}

*/

#main {
	width:800px;
	margin-top:6px;
	margin-bottom:10px;
	text-align:left;	
}

#content {
	width:634px;
	float:left;
}

#images_right {
	width:160px;
	height:976px;
	float:right;
	background:url(../images/soulton_homepage_right_images.jpg) no-repeat;
}


#quote{
	width:476px;
	height:113px;
	margin:0 auto;
	margin-bottom:8px;   /* Aligns the image below with the images on the right - do not delete */
	text-align:center;
	background:url(../images/bottom_quote.jpg) no-repeat;
	background-position:center;
}

#links_table {
	width:796px;
	clear:both;
	margin-bottom:6px;
	padding-top:20px;
	text-align:right;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	background:url(../images/links_table_decal.jpg) no-repeat;
	background-position:right;
}

#footer {
	clear:both;
	width:100%;
	height:36px;
	text-align:center;
	background-color:#002b00;
}

#footer_left{
	float:left;
	width:21%;
	padding-left:2px;
	text-align:left;
}

#footer_center{
	float:left;
	width:55%;
	padding:2px;
	text-align:center;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}

#footer_right {
	float:right;
	width:21%;
	padding-right:2px;
	text-align:right;
}

									/* 						   			*/
									/*			Styling begins 			*/
									/* 				   		   			*/



a {
	text-decoration:none;
}

h1
{
	margin-bottom:10px;
	font-family:"trebuchet ms";
	font-size:25px;
	font-weight:400;
	letter-spacing:3px;
	color:#002b00;
}

#navigation_bar_top a {
	padding-bottom:8px;
	padding-left:18px;
	font-family:verdana;
	font-size:12px;
	color:#ffffff;
	background:url(../images/star_divider.jpg) no-repeat;
	background-position: 4px 5px;
}

#navigation_bar_top li a:hover {
	text-decoration:underline;
}

#navigation_bar_top .first {
	background:none;
}


p {
	font-family:verdana, arial;
}

#content p {
	margin-bottom:10px;
	text-align:left;
	line-height:20px;
	font-size:11px;
	color:#393939;
}


#links_table table {
	width:770px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


table p {
	font-size:11px;
}

table th p {
	font-family:arial;  
	font-size:12px;
	font-weight:200;
	color:#002b00; /*     #646464; */
}

table li {
	list-style-type:none;
}

table li a {
	padding-left:10px;
	color:#4d4d4d;
	font-family:verdana;
	font-size:11px;	
	background:url(../images/arrow_links_table.jpg) no-repeat;
	background-position:1px 6px;
}
	
table li a:hover {
	text-decoration:underline;
}

#footer p {
	margin:0;
	line-height:16px;
	font-size:10px;
	color:#cfcfcf;
}

#footer .left{
	text-align:left;
}
 
#footer .right {
	text-align:right;
}

									/*												*/
									/*			Styling for dropdown menus			*/
									/*												*/



/* Style of menu itself */

#dropmenudiv{
	position:absolute;
	border:1px solid #7e7e7e;
	border-top:none;
	border-bottom:none;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

/* Style of the dropdown links */

#dropmenudiv a{
	width:98%;
	display: block;
	padding-left:2%;
	border-bottom:1px solid #7e7e7e;
	text-decoration: none;
	color:#ffffff;
}

/* hover background color of links */

#dropmenudiv a:hover{ 
	background-color:#aeaeae;
}