@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	}

html, body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	font:13px Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color:#510906;
	background-image:url(../images/test.png);
	background-repeat:repeat-y;
	background-position:center;
	}
	
#outer_cont {
	position:relative;
	width:750px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:1px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#fff;
	background-image:url(../images/possbackgnd.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#inner_cont {
	padding-bottom:120px;
}

#inner_cont p {
	margin:0 10px 10px 0px;
	}
	
#inner_cont ul {
/*	margin-bottom:10px;*/
	}

#inner_cont ul li {
/*	margin-left:25px;*/
	}


#inner_cont img.frame1 {
	float:right;
	padding:5px;
	border:2px solid #730c08;
	margin-right:10px;
	background-color:#fff;
	margin-left:10px;
	}

#footer {
	position:absolute;
	left:0;
	bottom:0;
	min-height:70px;
	width:100%;
	margin-top:30px;
	background:url(../images/footer2r.png) repeat-y;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

#footer p {
	margin:10px 10px 0px 10px;
	}
	
#footer a:link, 
#footer a:visited {
	color:#fff;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}
	
#mbody_right {
	float:left;
	margin-left:5px;
	}

#mbody_right p {
	margin-right:5px;
	}

#mbody_right ul,
#mbody_right ol {
	margin-left:15px;
	margin-bottom:15px;
	}

#mbody_right ul {
	list-style-type:square;
	}

#mbody_right table {
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:15px;
	border:2px solid #730c08;
}

#mbody_right td.tHeader {
	font-weight:bold;
	border-bottom:2px ridge #730c08;
	padding:5px;
	background-color:#FDEAEA;
}

#mbody_right table tr, 
#mbody_right table td {
	border:0;
	text-align:left;
	border-bottom:1px solid #730c08;
	padding:2px;
	}
	
#mbody_right ul li,
#mbody_right ol li {
	margin-left:25px;
	margin-bottom:5px;
	}
	
#mbody_right a:link,
#mbody_right a:visited {
	font-weight:bold;
	color:#730c08;
	text-decoration:none;
	}

#mbody_right a:hover {
	text-decoration:underline;
	}

ul#breadcrumbs {
	width:100%;
	font-size:12px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:0px;
}

ul#breadcrumbs li {
	display:inline;
	margin:0 10px 0 0;
	list-style:none;
	}

.mbodyboth {
	width:420px;
	}

.mbodylmenu {
	width:570px;
	}

.mbodyrmenu {
	width:580px;
	}

.mbodynone {
	width:730px;
	}
	
.mhead {
	font-size:16px;
	}

.mhead,
.shead {
	font-weight:bold;
	margin:0 10px 5px 10px;
	color:#510906;
	} 

.clear {
	clear:both;
	line-height:1px;
	}
	
#staffcontacts {
	/*margin-left:10px;*/
	}
	
#staffcontacts p {
	margin:0;
	padding:0;
	}
	
#intro {
	margin:0px 10px 10px 0px;
	}
	
#showButtons {
	text-align:right;
	margin-right:10px;
	}

#showButtons img {
	float:right;
	margin-right:10px;
	border:0;
	}

#showButtons a:link,
#showButtons a:visited {
	border:0;
	text-decoration:none;
	}
	
#showButtons a:hover {
	border:0;
	text-decoration:none;
	}
	
.picframe {
	padding:3px;
	border:1px solid #999;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#ccc;
	}

.regoffice {
	float:right;
	margin-right:40px;
	margin-bottom:20px;
	color:#fff;
	}
	
/*  Contact Form CSS */

#subForm label {
	float:left;
	width:100px;
	}
#subForm input, 
#subForm textarea,
#subForm select {
	float:left;
	margin-bottom:10px;
	background-color:#E5E5E5;
	}

#subForm {
	display:block;
	width:99%;
	border:1px dashed #000;
	background-color:#FFFFD7;
	margin-left:auto;
	margin-right:auto;
}
#subFormInner {
	padding:5px;
	}

#subButton {
	width:100%;
	text-align:center;
}	

#subButton input {
	margin-left:auto;
	margin-right:auto;
	float:none;	}
	
.formreq {
	text-align:right;
	margin-right:15px;
	} 


/* News Items */

.newsLnk {
	text-align:right;
	margin-right:15px;
}

.newsSection {
	width:50%;
	height:1px;
	color:#510906;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}	

.newsSummary {
	margin-bottom:0px;
	}
	
/* Members Menu */

.memMenu {
	padding-top:35px;
	padding-bottom:5px;
	background:#fff url(../images/member_bckg.png) no-repeat 5px top;
	}

