@import url('../admin/css/editor.css');
/* STANDARD STYLES */

#ui-datepicker-div {width:200px; }
#ui-datepicker-div {font-size:12px; }

/*html {overflow-y: scroll;} */

html { height: 101%; }

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #8d3026;
	background-image: url(../images/site/bg-grad.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

table, tr, td, p, h1, h2, h3, h4, ul, li, a, form {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

}

a {
	text-decoration: underline;
	color: #284369;
}

a:hover {
	text-decoration: underline;
	color: #42531e;
}

address {
	font-style: normal;
}

.clear {
	display: none;
}

.both {
	clear: both;
}

.cleft {
	clear: left;
}

hr {
	display: none;
}

div.textarea hr {
	display:block;
}

div.textarea ul {
 padding:0px;
 margin-left:20px;
}

/* COLOURS */



/* STRUCTURE */

#container {
	width: 912px;
	margin: 0 auto 14px auto;
}

#navleft {
	float: left;
	width: 194px;
	position: absolute;
	top: 0;
	background-image: url(../images/site/nav-grad.jpg);
	background-repeat: repeat-x;
	font-size: 70%;
}

#pageright {
	width: 710px;
	position: relative;
	top: 0;
	left: 202px;
}

.contentwhite {
	background-color: #ffffff;
	margin-top: 8px;
	padding: 14px 14px 10px 14px;
}

.textarea {
	margin-top: 8px;
	padding:0;
}

.contentleft {
	width: 378px;
	float: left;
}

.contentright {
	margin-top: 14px;
	width: 290px;
	float: right;
	clear: right;
}

.contentright2 {
	margin-top: 6px;
	width: 290px;
	float: right;
	clear: right;
}


/* PAGE HEADINGS ELEMENTS */

.contentwhite h1 {
	background-color: #42531e;
	padding: 10px 14px;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ffffff;
}


/* HEADER ELEMENTS */

#skip {
	display: none;
}

.header {
	height: 124px;
	background-color: #172040;
	background-image: url(../images/site/title-grad.jpg);
	background-repeat: repeat-x;
	text-align: right;
}

.header p,address {
	display: none;
}

.topcontact {
	color: #979baa;
	position: absolute;
	top: 0;
	left: 0;
	width: 710px;
	text-align: right;
}

.toppadding {
	margin: 8px 14px 0 14px;
	padding-bottom: 6px;
	border-bottom: 1px solid #979baa;
}

.toppadding strong {
	font-size: 60%;
	font-weight: normal;
}


/* BASE ELEMENTS */

.footer {
	background-color: #484f68;
	background-image: url(../images/site/lower-grad.jpg);
	background-repeat: repeat-x;
	margin-top: 8px;
	padding: 10px 14px;
}

.copyright {
	float: right;
	font-size: 55%;
	color: #ffffff;
}

.basenav {
	font-size: 55%;
	color: #ffffff;
}

.basenav a{
	text-decoration: underline;
	color: #ffffff;
}

.basenav a:hover{
	text-decoration: none;
	color: #ffffff;
}


/* IMAGE ELEMENTS */

.mainimage {
	margin-bottom: 6px;
}

.smallimage {
	margin-bottom: 6px;
}

.smlleft {
	margin-right: 6px;
}



/* NAVIGATION ELEMENTS */

.navstyle {
	background-image: url(../images/site/army-navy-club.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 200px 14px 14px 14px;
}

.navstyle li {
	list-style: none;
}

.primarynav {
	border-top: 1px solid #9d5851;
	padding: 6px 0;

}

.navend {
	border-bottom: 1px solid #9d5851;
}

.secondnav li{
	padding-bottom: 6px;
	font-size: 90%;

}

.primarynav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.primarynav a:hover {
	color: #ccaf6d;
	text-decoration: none;
}

.secondnav a {
	color: #ccaf6d;
	text-decoration: none;
}

.secondnav a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* CONTENT ELEMENTS */

.textarea p {
	font-size: 70%;
	color: #284369;
	padding-bottom: 10px;
	line-height: 130%;
}

.subnews {
	background-color: #d9ddd2;
	border-top: 1px solid #42531e;
	border-bottom: 1px solid #42531e;
	padding: 10px 10px 0 10px;
}

.extraContentPanel {
	padding: 10px 10px 0 10px;
	background-color: #d9ddd2;
}

.subnews h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 100%;
	color: #42531e;
	padding-bottom: 6px;
}

.subnews em {
	color: #42531e;
	font-style: normal;
	font-weight: bold;
}

.textarea li {
	font-size: 70%;
	color: #284369;
	line-height: 130%;
}

/* NEW ELEMENTS */

.textarea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 100%;
	color: #42531e;
	padding-bottom: 6px;
}

.tablestyles input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.tablestyles table {
	width: 100%;
	color: #284369;
}

.tablestyles td{
	padding: 6px;
	font-size: 70%;
	border-bottom: 2px solid #ffffff;
}

.tbtitle {
	background-color: #42531e;
	font-weight: bold;
	color: #ffffff;
}

.tbsub {
	background-color: #b3baa5;
	font-weight: bold;
	color: #284369;
}

.tbsemi {
	background-color: #c6cbbb;
	font-weight: bold;
}

.tbcell {
	background-color: #ecede8;
}

.tbspace td{
	border-bottom: 16px solid #ffffff;
}

.tablestyles i{
	font-size: 80%;
	color: #8d3026;
}

/* POP UP MENU */

.popup {
	margin: 14px;
	background-color: #ffffff;
}

.popupleft {
	margin-top: 14px;
	width: 280px;
	float: left;
}

.popupright {
	margin-top: 14px;
	width: 225px;
	float: right;
}

.popup p{
	padding-bottom: 6px;
}

.terms {
	margin-top: 14px;
}

/* BOX STYLE */

.boxstyle {
	background-color: #42531e;
	color: #ccaf6d;
	font-size: 70%;
	padding: 10px;
	margin-bottom:8px;
	margin-top:6px;
	}

.boxstyle h2 {
	color: #ffffff;
	font-size: 110%;
}

.boxstyle em{
	font-style: normal;
	font-weight: bold;
}

.boxstyle a {
	color: #ffffff;
}

.boxstyle a:hover {
	color: #ccaf6d;
}

/* EVENTS */

.event {
	padding: 8px 0;
	border-top: 1px solid #c6cbbb;
}

.eventend {
	border-bottom: 1px solid #c6cbbb;
}

.event p {
	padding: 0;
}

.event b {
	color: #42531e;
}

.event img {
	float: left;
	margin-right: 18px;
}

.centred { display:block;margin-left:auto;margin-right:auto; }

/* GALLERY */

.galleryright {
	margin-top: 14px;
	width: 292px;
	float: right;
}

.gtitle {
	width: 374px;
	background-color: #b3baa5;
	border-top: 1px solid #ffffff;
}

.gtitle p{
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #42531e;
}

#gallerycaption
{
	padding-top:0px;
	padding-left: 8px;
	padding-bottom: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%;
	color: #284369;
}

.smlgallery {
	font-size: 70%;
	color: #284369;
	padding-bottom: 10px;
	line-height: 130%;
}

.gsmall {
	height: 225px;
	overflow: hidden;
}

.gsmall img{
	margin-left: 1px;
	margin-bottom: 1px;
}

/* RECIPROCAL CLUBS */

.rclubsleft {
	margin-top: 14px;
	width: 214px;
	float: left;
	background-color: #c6cbbb;
}

.rclubsright {
	margin-top: 14px;
	padding-top: 10px;
	width: 452px;
	float: right;
}

.clubspadding {
	padding: 14px;
}

.rclubsleft select {
	width:180px;
}

.rclubsright img {
	float: right;
}

.rclubswidth {
	width: 240px;
}

select { margin-bottom:5px;}


/* SLIDESHOW */
/* COMMENTED OUT BY DAN
#mainimg { margin-bottom:6px; }

#imageContainer {
	height:204px;
	width:290px;
	position:relative;
	top:0; left:0;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
	height: 204px;
	width:290px;
}
*/

/* ERROR */
.error { color:#8d3026; }












#SlideShowImageContainer {
float: left;
width: 210px;
margin:auto;
position:relative;
height:214px;
}
#SlideShowImageContainer img {
display:none;
position:absolute;
top:0; left:0;
}

div.textarea img {margin-right:10px; }

.red { color: #FF0000; }
.lightblue { color: #0000FF; }
.navy { color: #003366; }
.lightgreen { color: #00A352; }
.darkgreen { color: #006633; }
.orange { color: #F57A00; }
.magenta { color: #A300A3; }
.fuchsia { color: #FF33CC; }
.grey { color: #828282; }

.catlist ul { margin-left:15px; margin-bottom:10px;}
.catlist li { margin-left:15px; }

.formcontent table, .formcontent td {border:1px solid; }
.formcontent td {padding:10px;font-size:12px;}
.formcontent ul {margin-left:40px;}
