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

body {
	margin: 0;
	background-color: #424242;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
}

h1, h2, h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 16px 0;
	color: #664e37;
}

/* Members Menu */
.rightheading {
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #827E6C;
	display: block;
	margin-bottom: 1px;
	color: #FFFFFF;
	padding: 4px 14px;
}
.rightmenu {
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #aba898;
}
.rightmenu a {
	display: block;
	margin-bottom: 1px;
	color: #FFFFFF;
	padding: 4px 14px;
}
.rightmenu a:link, .rightmenu  a:active, .rightmenu a:visited {
	background-color: #979486;
	text-decoration: none;
	color:#ffffff;
}
.rightmenu a:hover {
	background-color: #827e6c;
	text-decoration: none;
	color:#ffffff;
}


a:link, a:active, a:visited {
	color: #664e37;
	text-decoration: underline;
}
a:hover {
	color: #664e37;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
	width:0px;
}

/* Home Container */
#homecontainer {
	width: 950px;
	margin: 45px auto;
}
/* Site Container */
#container {
	width: 950px;
	margin: 45px auto;
	background: url(../images/container-curl.gif) no-repeat bottom right;
}

/* Header Area */
#header {
	width: 950px;
	color: #FFFFFF;
	border-bottom: 4px solid #c1bba1;
	height: 28px;
}
#header .menu {
	width: 401px;
	float: left;
}

/* Dropdown Navigation */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #c1bba1;
	text-transform: uppercase;
	font-size: 11px;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	padding-top: 4px;
}
#nav li ul li {
	float: none;
	border-bottom: 1px solid #e1ded2;
}
#nav li ul li a:link, #nav li ul li a:active, #nav li ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 14px;
}
#nav li ul li a:hover {
	color: #FFFFFF;
	background-color: #837d61;
	text-decoration: none;
	padding: 4px 14px;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#header .members form {
width:500px;
}

	#header .members {
	width: 540px;
	float: right;
	text-align: right;
	padding-top: 4px;

}
#header .members input {
	background-color: #4c4c4d;
	border: 1px solid #6e6e6e;
	color: #e1ded2;
	font-size: 11px;
	padding: 1px 5px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#header .members input.button {
	padding: 0;
	width: 55px;
}
#header .members span {
	font-size: 12px;
	letter-spacing: 1px;
	margin-right: 15px;
}

/* Panel Area - Right */
#panel {
	width: 206px;
	float: right;
	background-color: #e1ded2;
	text-align: center;
	padding: 14px 0 6px 0;
}
#panel img {
	margin-bottom: 14px;
}
#menu-extra {
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
}
#menu-extra a {
	display: block;
	margin-bottom: 1px;
	color: #FFFFFF;
	padding: 4px 14px;
}
#menu-extra a:link, #menu-extra a:active, #menu-extra a:visited {
	background-color: #837d61;
	text-decoration: none;
}
#menu-extra a:hover {
	background-color: #c1bba1;
	text-decoration: none;
}

/* Members Menu */
#menu-members {
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #aba898;
}
#menu-members a {
	display: block;
	margin-bottom: 1px;
	color: #FFFFFF;
	padding: 4px 14px;
}
#menu-members a:link, #menu-members a:active, #menu-members a:visited {
	background-color: #979486;
	text-decoration: none;
}
#menu-members a:hover {
	background-color: #827e6c;
	text-decoration: none;
}


/* Home Page Specific */
#pagehome {
	width: 950px;
	clear: both;
}
/* Main Area - Left */
#pagehome .main {
	width: 740px;
	float: left;
	padding-top: 5px;

}
/* Content */
#pagehome .content {
	background: #FFFFFF url(../images/content-bg-home.gif) no-repeat bottom right;
	border-left: 35px solid #e1ded2;
	padding: 30px 30px 10px 20px;
	margin-top: 5px;
	line-height: 16px;
}
#pagehome .content p {
	margin: 0 0 20px 0;
	padding: 0px;
}


/* Standard Page */
#page {
	width: 950px;
	clear: both;
}
/* Panel Area - Left */
#page .panel {
	width: 242px;
	float: left;
	/*padding-top: 5px;*/
}
#page .panel img {
	display: block;
}
/* Main Area - Middle */
#page .main {
	width: 492px;
	float: left;
	/*padding: 5px;*/
}
#page .main img {
	display: block;
}
/* Content */
#page .content {
	background: #FFFFFF url(../images/content-bg-sub.gif) no-repeat bottom right;
	padding: 25px 50px 20px 45px;
	margin-top: 5px;
	line-height: 16px;
}
#page .content p {
	margin: 0 0 20px 0;
	padding: 0;
}


/* Footer Area */
#footer {
	width: 740px;
	clear: both;
	color: #7d7554;
	text-align: right;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #c1bba1;
	text-decoration: none;
}
#footer a:hover {
	color: #c1bba1;
	text-decoration: underline;
}
#footer span {
	padding: 0 10px;
}


/* added by paul, couple of alert boxes for admin. */
	.greenmessage {
    text-align:center;
	width:350px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	font-weight: normal;
	color: #E1DED2;
	background-color: #e8ffcc;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1BBA1;
	border-right-color: #C1BBA1;
	border-bottom-color: #C1BBA1
	border-left-color: #C1BBA1;
	margin-bottom: 8px;
}

.redmessage {
    text-align:center;
	width:350px;
	font-weight:bold;
	font-size:14px;
	font-family:  Arial, Helvetica, sans-serif;	
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	font-weight: normal;
	color: #E1DED2;
	background-color: #fff9e5;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1BBA1;
	border-right-color: #C1BBA1;
	border-bottom-color: #C1BBA1
	border-left-color: #C1BBA1;
	margin-bottom: 8px;
}

.validation-inline-error-message {
    padding:5px;
	font-weight:bold;
	font-size:12px;
	color:#990000;
}	

.list {
	/*width: 100%;*/
	font-size: 11px;
	margin: 10px auto;
	border: 1px solid #DADAD6;
	padding-bottom: 1px;
}
.list th {
	height: 24px;
	background-color:#C1BBA1;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #b8b8ac;
	border-right: 1px solid #FFFFFF;
}
.list td {
	padding: 1px 10px;
	height: 20px;
	border-top: 0;
	vertical-align: top;
	background-color: #E1DED2;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #DADAD6;
	border-right: 1px solid #FFFFFF;
}
.list tr.ruled, .list tr.ruled td {
	background: #FFFFFF;
} 
.list input.button {
	background-color: #023982;
	color: #FFFFFF;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: inset;
	border: 1px solid #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding: 1px 3px;
	margin-right: 20px;
}
.list th select, .list td select {
	border: 1px solid #efefef;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.list th img {
	margin-right: 25px;
}


.mytable {	
	width: 500px;
	font-size: 11px;
	margin: 0px auto;
	border: 1px solid #DADAD6;
	padding-bottom: 1px;
}
.mytable td {
	background-color: #ecece8;
	padding: 3px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #DADAD6;
	border-bottom: 1px solid #DADAD6;
	border-right: 1px solid #FFFFFF;
}
.mytable th {
	background-color: #dadad6;
	padding: 6px;
	width: 100px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #b8b8ac;
	border-right: 1px solid #FFFFFF;
}


/* Form */
.form_sm {
	width: 400px;
	font-size: 11px;
	margin: 0px auto;
	border: 1px solid #DADAD6;
	padding-bottom: 1px;
}
.form_sm td {
	background-color: #ecece8;
	padding: 3px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #DADAD6;
	border-bottom: 1px solid #DADAD6;
	border-right: 1px solid #FFFFFF;
}
.form_sm th {
	background-color: #dadad6;
	padding: 6px;
	width: 100px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #b8b8ac;
	border-right: 1px solid #FFFFFF;
}

/* Form */
.form {
	width: 525px;
	font-size: 11px;
	margin: 20px;
	border: 1px solid #DADAD6;
	padding-bottom: 1px;
}
.form td {
	background-color: #ecece8;
	padding: 2px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #DADAD6;
	border-bottom: 1px solid #DADAD6;
	border-right: 1px solid #FFFFFF;
}
.form th {
	background-color: #dadad6;
	padding: 4px;
	width: 150px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #b8b8ac;
	border-right: 1px solid #FFFFFF;
}
.form input, .form select, .form textarea {
	border: 1px solid #949490;
	font-size: 11px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.form select {
	width:150px;
}
.form checkbox {
	width:10px;
}
.hidden {
display:none;
}

.form select.auto{
	width:auto;}
.form input.none {
	border: 0;
	width: auto;
}
.form input.width{
	width: auto;
	}
.form input.button {
	background-color: #a2da01;
	color: #FFFFFF;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: inset;
	border: 1px solid #88b803;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	cursor:pointer;
}
.form tr.break td, .form tr.break th {
	background-color: #FFFFFF;
	padding: 0;
	border: 0;
}

.form .options {
	width: 100%;
}
.form .options td {
	border: 0;
}

.greenmessage_lg p {
	font-size:14px;
}
.greenmessage_lg {
    text-align:center;
	width:600px;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;	
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-weight: normal;
	color: #E1DED2;
	background-color: #e8ffcc;
	border-width: 2px;
	border-style: solid;
	border-color: #C1BBA1;
	margin-bottom: 4px;
}


.gallery{
	width:140px;
	padding:3px;
	background-color:#efefef;
	font-size:11px;
	text-align:center;
	float:left;
	margin-right:30px;	
	margin-bottom:20px;
}
.gallery img{
	padding-top:5px;
	}
