/* Overall Settings */

body {
    padding: 0;
    margin: 0;
    background: #6A1A7A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.5em;
    text-align: center;
    color: #000;
}

p, td {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

ul, li {
    list-style-type: square;
}

a, #content a {
    text-decoration: none;
    color: #6A1A7A;
}

a:hover, #content a:hover {
    text-decoration: underline;
}

#website {
    width: 775px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #FFF;
    padding-top: 20px;
    padding-left: 20px;
	position: relative;
}

/* Primary Nav (and some secondary styles tagging along) */

#primaryNavigation {
    float: right;
    margin-right: 20px;
    width: 80px;
}

#primaryNavigation h1 {
    display: none;
}

#primaryNavigation ul {
    margin-top: 40px;    
	margin-bottom: 40px;
}

#primaryNavigation img { border: 0; }

.addthis_button { display: block; margin-top:40px; }

#nav {
    background: transparent url(images/primaryNav.gif) top left no-repeat;
    padding: 0;
    margin: 0;
    position: relative;
    height: 137px;
    margin-left: 1px;
    }
    
#nav li, .secondary li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li, #nav a {
    height: 20px;
    width: 80px;
    display: block;
}

#nav li a {
    text-indent: -9999px;
    text-decoration: none;
}

#navhome a:hover, body#home #navhome a {background: transparent url(images/primaryNav.gif) -81px 0 no-repeat;}
#navprogramme a:hover, body#programme #navprogramme a  {background: transparent url(images/primaryNav.gif) -81px -20px no-repeat;}
#navsponsors a:hover, body#sponsors #navsponsors a  {background: transparent url(images/primaryNav.gif) -81px -40px no-repeat;}
#navmembership a:hover, body#membership #navmembership a  {background: transparent url(images/primaryNav.gif) -81px -60px no-repeat;}
#navabout a:hover, body#about #navabout a  {background: transparent url(images/primaryNav.gif) -81px -80px no-repeat;}
#navcontact a:hover, body#contact #navcontact a  {background: transparent url(images/primaryNav.gif) -81px -100px no-repeat;}
#navsearch a:hover, body#search #navsearch a  {background: transparent url(images/primaryNav.gif) -81px -120px no-repeat;}

/* Secondary navs */

.secondary li, .secondary a, .secondary li a {
    text-indent: -9999px;
    text-decoration: none;
    height: 21px;
    width: 182px;
    display: block;
}

#programmeNav {
    background: transparent url(images/programmeNav.gif) top left no-repeat;
    padding: 0; margin: 0; position: relative; height: 250px;
    }

#programme_n a:hover, #programme_n a.current {background: transparent url(images/programmeNav.gif) -189px 0 no-repeat;}
#future_n a:hover, #future_n a.current {background: transparent url(images/programmeNav.gif) -189px -21px no-repeat;}
#previous_n a:hover, #previous_n a.current {background: transparent url(images/programmeNav.gif) -189px -42px no-repeat;}

#sponsorsNav {
    background: transparent url(images/sponsorsNav.gif) top left no-repeat;
    padding: 0; margin: 0; position: relative; height: 250px;
    }

#sponsors_n a:hover, #sponsors_n a.current {background: transparent url(images/sponsorsNav.gif) -189px 0 no-repeat;}

#membershipNav {
    background: transparent url(images/membershipNav.gif) top left no-repeat;
    padding: 0; margin: 0; position: relative; height: 250px;
    }

#membership_n a:hover, #membership_n a.current {background: transparent url(images/membershipNav.gif) -189px 0 no-repeat;}
#join_n a:hover, #join_n a.current {background: transparent url(images/membershipNav.gif) -189px -21px no-repeat;}
#online_n a:hover, #online_n a.current {background: transparent url(images/membershipNav.gif) -189px -42px no-repeat;}
#say_n a:hover, #say_n a.current {background: transparent url(images/membershipNav.gif) -189px -63px no-repeat;}

#aboutNav {
    background: transparent url(images/aboutNav.gif) top left no-repeat;
    padding: 0; margin: 0; position: relative; height: 250px;
    }

#about_n a:hover, #about_n a.current {background: transparent url(images/aboutNav.gif) -189px 0 no-repeat;}
#history_n a:hover, #history_n a.current {background: transparent url(images/aboutNav.gif) -189px -21px no-repeat;}
#people_n a:hover, #people_n a.current {background: transparent url(images/aboutNav.gif) -189px -42px no-repeat;}

#contactNav {
    background: transparent url(images/contactNav.gif) top left no-repeat;
    padding: 0; margin: 0; position: relative; height: 250px;
    }

#contact_n a:hover, #contact_n a.current {background: transparent url(images/contactNav.gif) -189px 0 no-repeat;}

#searchNav {
    background: transparent url(images/searchNav.gif) top left no-repeat;
    padding: 0; margin: 0; position: relative; height: 250px;
    }

#search_n a:hover, #search_n a.current {background: transparent url(images/searchNav.gif) -189px 0 no-repeat;}


#nextmeeting {
	border: 1px solid black;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	/*width: 100%;*/
	background-color: #E8DDE7;
}

.required {
	color: red;	
}

/* Main content area schtuff */

#sidebar {
    float: left;
    width: 206px;
    padding: 0;
    margin: 0;
    margin-right: 12px;
}

#sidebar.purple {
    background: #6A1A7A;
    color: #FFF;
}

#sidebarText {
    padding: 0px 10px 10px 10px;
    font-size: 12px;
}

#footer {
    background: #FFF;
    padding-top: 4px;
    padding-bottom: 0px;
    clear: both;
    width: 100%;
}

#footerNavigation {
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    width: 100%;
	text-align: center;
	height: 43px;
}

#copyright_notice {
	padding-top: 10px;
	color: #BC9CB7;
}

#copyright_notice a {
	color: #BC9CB7;
}

#subfooter {
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	text-align: right; 
	color: #BC9CB7;
}

#subfooter a {
	color: #BC9CB7;
}

#sidebar .quotebox, #footer .quotebox {
    margin-top: 4px;
    padding: 10px;
    font-size: 14px;
    background: #6A1A7A;
    color: #FFF;
}

#footer .quotebox {
    width: 628px;
}

#sidebar .quotebox p, #footer .quotebox p {
    margin-top: 0;
    margin-bottom: 0;
}

#sidebar p.quote {
    font-size: 14px;
    margin: 0;
}

#sidebar p.quotee {
    font-size: 10px;
    margin: 0;
}

#footer p.quote {
    font-size: 16px;
    margin: 0;
}

#footer p.quotee {
    font-size: 12px;
    margin: 0;
}

#sidebar .secondary {
    padding: 10px;
    border: 1px solid #6A1A7A;
    height: 328px;
}

#sidebarText h3 {
    margin-top: 20px;
    margin-bottom: -0.25em;
    font-size: 20px;
}

#sidebar a {
    color: #BC9CB7;
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

#special_offer a {
    text-decoration: none;
    color: #6A1A7A;
}

#special_offer a:hover {
    text-decoration: underline;
}

#content {
    float: left;
    padding-top: 10px;
    background: #FFF;
    width: 412px;
    font-size: 12px;
    margin-top: -0.85em;
}

#content h2 {
    margin-top: 1em;
    font-size: 24px;
	line-height: 26px;
}

#content h3 {
    /*font-weight: normal;*/
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0.25em;
	line-height: 20px;
}

#content h4 {
    margin-top: 0.75em;
    font-size: 16px;
    margin-bottom: 0.25em;
	line-height: 18px;
}

#content .selected {
	font-weight: bold;
}

#print {
    height: 21px;
    text-align: right;
}

#print a {
    display: inline;
    margin-right: 6px;
    margin-top: 3px;
}

#print img {
    display: inline;
    border: 0;
}

#printOnlyInfo {
    display: none;
}

#mainpage_quote { padding-top: 12px; }

#mainpage_quote h1 {
    margin-top: 0;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    color: #6A1A7A;
}

div.meeting {
    padding-bottom: 12px;
    border-bottom: 1px solid #6A1A7A;
    margin-bottom: 12px;
}

#home_top_topics {
    padding: 0px 10px 0px 10px;
    border: 1px solid #6A1A7A;
    margin-top: 60px;
	/*position: absolute;
	bottom: 300px;*/
	width: 300px;
}

#home_top_topics ol {
	padding: 0px 0px 0px 18px;
	margin:10px 0;
	/*color:#6A1A7A;
	font-size:16px;*/
	font-weight:bold;
}
#home_top_topics ol li {
	list-style-type:decimal;
	margin:5px 0;
}

#home_special_offer {
    padding: 0px 10px 0px 10px;
    border: 1px solid #6A1A7A;
    margin-top: 20px;
	position: absolute;
	bottom: 87px;
	width: 300px;
}
#home_top_topics h2, #home_special_offer h2 {
	margin:10px 0;
	color:#6A1A7A;
}
#special_offer {
    padding: 0px 10px 0px 10px;
    border: 1px solid #6A1A7A;
    margin-top: 5px;
	font-size: 12px;
}

p.city { margin-bottom: 0; }


/* Meetings */

.meetingTitle {
	font-weight: bold;
}

.meetingDescription {

}

.meetingSpeakerName {
	font-weight: bold;
}

.meetingSpeakerPosition {
	font-weight: bold;
}

.meetingContact {
	/*text-align: right;*/
}

.warning {
	font-weight: bold;
	color: Red;
}
/* Forms */

label
{
	width: 10em;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	clear: both;
	/*background-color: #ff0000;*/
}

.radioLabel
{
	float:right;
	width: 30em;
	text-align:left;
}

.radioLabel input 
{
	float: left;
	clear: left;	
	padding-right: 2em;
}

.radioInline {
	width: 5em;
	float:left;
	clear: right;
}

.inputBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 1px;
	float: left;
	margin-bottom: 10px;
	color: #000000;
	background: #F7CDFF;
	border: #26a solid 1px;
	width: 19em;
}

.submitButton
{
	margin-left: 5em;
	clear: both;
	color: #000;
	background: #F7CDFF;
	border: 2px #9cf outset;
	width: 20em;
}

fieldset
{
	margin: 0;
	padding: 0 10px 10px 10px;
	border: #4B1255 solid 1px;
	width: 31em;
}

fieldset p
{
	margin: 0 0 10px 0;
	padding: 0;
}

legend
{
	margin: 10px 0 10px 0;
	background: #6A1A7A;
	border: #4B1255 solid 1px;
	padding: 1px 10px;
	color: #ffffff;
}

#sidebar a.more {
    color: #E0B5D9;
}

dd dd
{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

dd dd img
{
	float: left;
}

dd dd div
{
	float: left;
	padding-top: 10px;
}

dd dd div a
{
	margin-left: 1em;
	margin-right: 2em;
}