/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
	padding:0;
	margin:0;
    padding-bottom:1px;
}
body {
    margin: 0;
    padding:0;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	line-height:18px;
}

/*#bgWrapper {
	
	height:100%;
	width:960px;
	margin:0 auto;
	outline:1px solid red;
}*/

a img{
	border:none;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

input {
	border:none;
}

h1{
	line-height:normal;
	font-size:20px;
	font-weight:normal;
	color: #666666;
	margin-bottom:5px;
}
h2{
	line-height:20px;
	font-size:: x-small;
	margin-bottom: 5px;
}
h3{
	line-height:normal;
	font-size:14px;
	color:#85858A;
}

a {
		color:#0054A8;
		text-decoration:none;
}

hr{
	border-color: #ccc;
	  border-style: solid;
	  border-width: 1px 0 0;
	  clear: both;
	  margin: 15px 0 15px;
	  height: 0;

}

a:hover {
	text-decoration:underline;
}

ul{
	padding:0;
	margin:10px 0 10px 0;
	font-weight:bold;
}
/*li{
	list-style: none;
	background: url(/images/bullet_purple.gif) no-repeat left 5px;
	padding-left: 20px;
}*/
.red li{
	list-style: none;
	background: url(/images/bullet_red.gif) no-repeat left 5px;
	padding-left: 20px;
}
.purple li{
	list-style: none;
	background: url(/images/bullet_purple.gif) no-repeat left 5px;
	padding-left: 20px;
}

#wrapper{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	/*background-color:#ffffff;*/
}

#header{


}

#menu{
	line-height:normal;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	margin-left:30px;
	margin-right:30px;
}
#menu ul{
	list-style:none;
	padding:0;
	margin:0;
	font-weight:normal;
}
#menu li{
	float: left;
    margin: 0 0;
	background: none;
	padding-left: 0;
}
#menu li a{
    height: 21px;
	padding-top:5px;
	margin:5px 0 5px 0;
    float: left;
    width: 121px;
    display: block;
	border-right:1px solid #cccccc;
	border-left:1px solid #fff;
    color: #666666;
    text-decoration: none;
    text-align: center;
	font-size:12px;
}
#menu li a:hover{
	color:#000000;
}
/* Hide from IE5-Mac \*/
#menu li a {
    float: none
}
/* End hide */

#mainContent{
	margin-left:30px;
	margin-right:30px;
	margin-top:20px;
}

#homeHeaderContainer{
	background-image:url(images/bg_homeheaders.gif);
	background-repeat:repeat-y;
	background-position:center center;
}
#homeHeaderContainer h1{
	color:#fff;
}

#homeHeaderContainer input{
	padding:5px;
}

#homeHeader1{
	width:217px;
	padding:10px;
	float:left;
	margin-right:10px;
	color:#fff;
}

#homeHeader2{
	width:226px;
	padding:10px;
	float:left;
	margin-right:10px;
	color:#fff;
}

#homeHeader3{
	width:217px;
	padding:10px;
	float:left;
	color:#fff;
}

#homeContentWrapper{
	background-image:url(images/bg_homeslice.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin-top:20px;
	float: left;
	width: 740px;
	padding-bottom:10px;
}
#homeColumn1{
	padding:0 10px 0 10px;
	float:left;
	width:217px;
	margin-right:10px;
}
#homeColumn2{
	padding:0 10px 0 10px;
	float:left;
	width:226px;
	margin-right:10px;
}
#homeColumn2 h1{
		font-size:16px;
		color:#0054A8;
}
#homeColumn3{
	padding:0 10px 0 10px;
	float:left;
	width:217px;
}

#footer {
	margin-top:10px;
	padding-bottom:10px;
	float: left;
	width: 800px;
}
#footerInfo{
	background-color:#241849;
	color:#FFFFFF;
	padding:10px 0 10px 0;
	font-size:11px;
	margin-bottom:10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}
#copyright{
	font-size:9px;
	color:#666666;
	float:left;
	margin-left:30px;
	display:inline;
}

#footerMenu{
	font-size:9px;
	color:#666666;
	float:right;
	margin-right:30px;
	display:inline;
}

#footerMenu a{
	text-decoration:none;
	color:#666666;
}

#footerMenu a:hover{
	text-decoration:underline;
}


.greyLinks {
	color:#85858A;
	font-size:16px;
}
#contentHeader{
	padding:10px;
	color:#fff;
	height:100px;
	display:block;
	font-weight:bold;
	font-size:14px;
	margin-bottom:15px;
}
#contentHeader h1{
	color:#FFF;
	text-transform:uppercase;
}
.blue #contentHeader{
	background-color:#0054A8;
}
.blue h2{
	color:#0054A8;
}
.red #contentHeader{
	background-color:#C00000;
}
.red h2{
	color:#C00000;
}

.purple #contentHeader{
	background-color:#241849;
}
.purple h2{
	color:#85858A;
}

.twoColour h2{
	color:#85858A;
}

.twoColour #contentHeader{
	background-image:url(images/content_header_split.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.associateLogo{
	float:left;
	margin-right:10px;
	width: 146px;
}

.associateDetails{
	float:left;
	width:560px;
}
#content{
	padding:0 10px 10px 10px;
}
.contentHLogo{
	float:right;
}
#leftCol{
	float:left;
	width:450px;
	padding-right:10px;
	margin-right:10px;
}
#rightCol{
	float:left;
	width:330px;
	padding: 0 10px 0 10px;
}
#leftColLarge{
	float:left;
	width:585px;
	padding-right:10px;
	margin-right:30px;
}
#rightColSmall{
	float:left;
	width:260px;
}
.twoCol {
	background-image:url(images/middle_line.gif);
	background-repeat:repeat-y;
	background-position:475px;
}
.twoColUneven {
	background-image:url(images/middle_line.gif);
	background-repeat:repeat-y;
	background-position:630px;
}

#rightCol h3 a{
	color:#85858A;
}
.presidentsLogo{
	float:left;	
	width:120px;
	margin-right:10px;
}
.presidentsDetails{
	float:left;
	width:340px;
	font-size:9px;
}
#memberNewsHeader{
	margin-top:30px;
}
#contactDetailsForm h2, #rightColSmall h2, #rightColSmall h2 a{
	font-size:20px;
	color:#85858A;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	cursor:pointer;
}
#rightColSmall #events_archive h2{
	font-size:16px;
}
.redBold, .redBold a{
	color:#C00000;
}
.greyText{
	font-size:14px;
	font-weight:normal;
	color:#85858A;
}
#contentHeader input{
	padding:5px;
}
#postcodeTemplateTitle{
	float:left;
	width:500px;
	margin-top:35px;
	
}
#postcodeSearchAgain{
	float:right;
	font-size:10px;
	line-height:normal;
	width:818px;
	font-weight: normal;
}
.imgfloatLeft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.imgfloatRight{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#contactForm input,#loginDetailsForm input,#contactDetailsForm input,#contactForm textarea,#loginDetailsForm textarea,#contactDetailsForm textarea{
	border:1px solid #ccc;
	padding:3px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
#contactForm textarea,#loginDetailsForm textarea,#contactDetailsForm textarea{
	border:1px solid #ccc;
}
label {
	cursor:pointer;
}
.noBorder {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}

.blackH3 h3{
	color:#000;
}
.eventHeader{
	font-size:12px;
	font-weight:normal;
	color:#85858A;
}
#archiveDates span {
	cursor: pointer;
}
.associateDetails h3 {
	color: #0054A8;
}
.presidentsDetails h3 {
	cursor: pointer;
}

.margin{
	margin-bottom:10px;
}
#errMessage {
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	margin: 2px;
}
#errorMessage, #postcodeErrorMessage {
	font-weight: bold;
	color: #FFFFFF;
}
#homeHeader3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#homeHeader3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#homeHeader3 #login, #homeHeader3 #forgottenPassword {
	height:116px;
} 
.events {
	margin-left: 15px;
}

#content #nav, #content #navPostcode {
	margin-right: auto;
	margin-left: auto;
	width: 210px;
}

#nav img, #navPostcode img {
	vertical-align: -3px;
	margin-left: 2px;
	margin-right: 2px;
}
#nav .pages, #navPostcode .pages {
	margin-right: 2px;
	margin-left: 2px;
}
.KT_required {
    margin-left: 2px;
    color: #C00000;
}
.KT_field_error, .form_validation_field_error_error_message {
    color: #C00000;
}
