/* CSS Document */

/* Colour Palette 
background dark grey: #4D4D4D;
background medium grey: #999999;
green: #336666;
red: #CC0000;
*/

/* Formatting styles */
* {	
	margin:0;
	padding:0;
	}

.righttext {	
	color:#000000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}

body {	
	background-color: #4D4D4D;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
p {
	padding: 5px 0 5px 0;
	}
	
li {
	margin-left:25px;
	}
/* End formatting styles */

/* Layout styles */


#wrapper {
	position:relative;
	float:left;
	left:50%;
	margin-left:-482px;
	width:965px;
	min-height: 100%;
	}
	
#mastHead {
	height:157px;
	background:#999;
	position:relative;
	float:left;
}

#top_grey {
	width: 219px;
	height: 157px;
	float:left;
	}
	
#top_face {
	width:120px;
	height:157px;
	position:relative;
	float:left;
	}
	
#top_banner {
	width:621px;
	height:157px;
	position:relative;
	float:left;
	}
	
#spacer {
	position:relative;
	float:right;
	height:1px;
	width: 5px;
	}
/* ---------------------------------- MENU STYLES ---------------------------------------- */	
#menu {
	position:relative;
	clear: both;
	float: left;
	/*width:219px;*/
	margin:92px 0;
	}

#menu_bar {
	position:relative;
	float:left;
	width: 219px;
	height:9px;
	clear:both;
}

#menu_middle {
	position:relative;
	float:left;
	clear:both;
	border-bottom: 1px solid #fff;
	z-index:5;
}

#menu_middle ul {
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 219px;
	line-height:12px;
	text-align:right;
	
}


#menu_middle ul li {
	margin:0;
	padding:0;
	position: relative;
	float:left;
	clear:left;
	
}

#menu_middle ul li ul {
	position: absolute;
	width:155px;
	left: 220px;
	top: 0;
	display: none;
	
}

#menu_middle ul li a {
	height:12px;
	font-weight:bold;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #EE3224;
	padding: 5px 20px 5px 5px;
	width:194px;
	border-top: 1px solid #fff;
	border-bottom: 0;
}

#menu_middle ul li ul a {
	background: #B8251A;
	width:130px;
}

#menu_middle li:hover ul, #menu_middle li.over ul { 
	display: block; 
}

#menu_middle a:hover {
	background:#336666;
}

/* ---------------------------------- END MENU STYLES ---------------------------------------- */
.right {
	float:right;
}


	/*
* html #menu {
	margin-top: -18px;
	margin-bottom: -10px;
	background:url(../images/menubg-safari.jpg) no-repeat;
	}
	

html*#menu {
	[background:url(../images/menubg.jpg) no-repeat; /* Old Mozilla */
	/*background:url(../images/menubg-safari.jpg) no-repeat;  /* Safari */
	/*]background:url(../images/menubg.jpg) no-repeat; /* IE */
	/*}
end*/

#wrapper2 {
	width:965px;
	height:auto;
	background-color:#999;
	position:relative;
	float:left;
	}

#left_nav {
	width: 200px;
	height: inherit;
	position:relative;
	float:left;	
	}

#clear_left_nav_image {
	clear:both;
	height:1px;
	}

#left_nav_img {
	position:relative;
	float:left;
	width:219px;
	height:167px;
	margin-top: -167px;
	}
	
#main_content {
	position:relative;
	float:left;
	width: 701px;
	height: auto;
	min-height:500px;
	background-color:#FFFFFF;
	float:right;
	margin-right:5px;
	padding: 10px 20px 71px 20px;
	}
	
#brochures {
	width:660px;
	height:257px;
	position:relative;
	left:50%;
	margin-left:-290px;
}

#brochures a {
	margin:0 50px 0 0;
	position:relative;
	float:left;
	text-decoration:none;
	text-align:left;
}
	
#footer {
	width:960px;
	height:61px;
	position:relative;
	float:left;
	clear:both;
	left:50%;
	margin-left:-482px;
	margin-top:-61px;
}

#footer_left {
	width:806px;
	height:44px;
	float:left;
	position:relative;
	bottom:0;
	margin-top: 17px;
	}
	
#footer_right {
	width:154px;
	height:61px;
	float:left;
	bottom:0;
	position:relative;
	/*margin-bottom:-37px; 
	margin-top: -19px;*/
	}

/* Form styles */
form p{
	padding-left:80px;	
	clear:left;
}

form label{
	margin-left:-80px;
	float:left;
}


/* End Form styles */

/*--------------------------------------ENGAGEMENT PAGE STYLES -----------------------------------------------*/

#subnav {
	width:700px;
	float:left;
	margin-bottom:20px;
}

#subnav ul {
	list-style: none;
	margin:0;
	padding:0;
}

#subnav ul li {
	margin:0;
	padding:0;
	float: left;
	margin-right:30px;
}

#subnav a:link, #subnav a:visited {
	color:#c00;
	text-decoration:none;
}

#subnav a:hover, #subnav a:active {
	color:#c00;
	text-decoration:underline;
}

#event_box {
	position:relative;
	float:right;
	border: 5px solid #c00;
	width:150px;
	padding:10px 20px;
	margin: 0 0 10px 20px;
}

#content_box {
	
}

/*--------------------------------------ENGAGEMENT PAGE STYLES -----------------------------------------------*/
	
/* End layout styles */

/* Image and box styles */
.boxright {
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border-width:2px;
	border-style:solid;
	border-color:#CC0000;
	padding: 5px;
	width: 170px;
	float: right;
	margin:10px;
	}
/* End image and box styles */

/* Float Right */

.float_right {
	clear:both;
	float:left;
	margin:20px 5px 20px 5px;
}

/* Text Styles */
.pagetitle {
	color:#000000;
	font-weight:bold;
	font-size: 18px;
	margin-top:20px;
	}

.header {
	font-size:16px;
	color:#CC0000;
	font-weight:bold;
	margin-top: 5px;
	}
	
.arrow {
	font-size:14px;
	color:#CC0000;
	font-weight:bold;
	position:relative;
	top:-2px;
	}
	
.subhead_1 {
	font-size: 14px;
	color:#336666;
	font-weight:bold;
	margin-top:5px;
	}

.subhead_2 {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	font-style:italic;
	margin-top: 5px;
	}
	
.subhead_3 {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	margin-top:5px;
	}

.large_green {
	font-size:24px;
	color:#336666;
	font-weight:bold;
	margin-right:25px;
}

.large_green a:link {
	color:#336666;
	text-decoration:none;
	}
	
.large_green a:visited {
	color:#336666;
	text-decoration:none;
	}
	
.large_green a:hover {
	color:#cc0000;	
	}

.large_green a:active {
	color:#0033CC;
	}

/* End text styles */

/* Link styles */
a:link {
	color:#0033CC;
	}

a:visited {
	color:#0033CC;
	}

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

a:active {
	color:#0033CC;
	}
/* End link styles */

#horiz_menu {
	width:960px;
	height:auto;
	float:left;
}

#vert_menu {
	clear:both;
}
	
