@charset "utf-8";
/* -----------ARCHITECTURE */
body {
	background:#DBDCDD;
	background-image:url(../images/contact/containerTile.jpg);
	background-repeat:repeat-x;
}
#mainContent {
	background-image:url(../images/contact/mainContentBackgrnd.jpg);
	background-repeat:repeat-y;
}
#container {
	background-color:#DBDCDD;
}
#title {
	background-image:url(../images/contact/sectionHead.jpg);
	background-repeat:no-repeat;
}
#titleMembership {
	background-image:url(../images/contact/membershipHead.jpg);
	background-repeat:no-repeat;
	height:46px;
	width:514px;
}
#titlePreferences {
	background-image:url(../images/contact/sectionHead_emailpreferences.jpg);
	background-repeat:no-repeat;
        height: 46px;
        width: 514px;
}
#sidebar1 {
	background:#DBDCDD;
}
#sidebar2 {
	background:#F5F6F6;
}
/* -----------HEADERS */

#header {
	background-image:url(../images/contact/header.jpg);
	background-repeat:no-repeat;
}
/* -----------NAVIGATION */






#GlobalNav li a:hover {
	background-image:url(../images/contact/NavHot.jpg);
}
#footer {
	background:#8A9494;
}
.ContactHeadline {
	font-size:1.30em;
	letter-spacing:normal;
	font-weight:600;
	color:#8E735A;
	font-family:Calibri, Helvetica, Arial, sans-serif;
	margin-bottom:0px;
	padding:0px;
	padding-top:10px;
}
.form {
	color:#666;
	padding-left:0px;
	font-size:.85em;
	margin:0px;
	padding:0px;
}
.formwide {
	width:215px;
}
.formshort {
	width:100px;
}
.office{
	font-weight:bold;
	padding-top:5px;
	
}
.officeNoTopPad{
	font-weight:bold;
	
}
.contactDetails{
	color:#666;
	padding-left:0px;
	font-size:.85em;
}

.contactDetailsName{
	color:#000;
	padding-left:0px;
	font-size:.85em;
}

.preferences_notice {
    font-weight: bold;
}

