@charset "utf-8";
/* Duplicate the following BODY style in wysiwyg.css
 * Remove the text-align: center; attribute before
 * copying to wysiwyg.css */
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #515151;
}

/* Main container div */
#container {
	width: 946px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 28px 15px 28px;
}

/* ******* Begin wysiwyg.css shared styles ******* */
/* [ General styles ] Copy the following styles to wysiwyg.css */
a:link { 
	color: #069;
	text-decoration: none;
}
a:visited { 
	color: #069;
	text-decoration: none;
}
a:hover { 
	color: #069;
	text-decoration: underline;
}
a:active { 
	color: #F00;
	text-decoration: none;
}

h1 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #4D4D4D;
	font-weight: normal;
	text-decoration: none;
}
h2 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin: 3px 0 0 0;
	font-size: 12px;
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: none;
}
h6 { /* Used for white titles in sidebar panels */
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
	vertical-align: middle;
}
p, ul ,ol {
	font-size: 12px;
	color: #515151;
	font-weight: normal;
	text-decoration: none;
}

/* ******* End wysiwyg.css shared styles ******* */

fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 0;
}
legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #515151;
	text-decoration: none;
}
label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
	text-align: right;
}
select#Country, select#CountryCode, select#StateAU, select#StateUS {
	width: 140px;
}

textarea {
	margin: 5px 0 0 0;
	width: 250px;
	height: 75px !important;
	height: 75px;
}
.wit-hilite {
	color: #FF5F00;
}

/* [ Header ] */
#header {
	width: 946px;
	height: 164px;
	padding: 0;
	margin: 0 0 10px 0;
}
#header-left {
	float: left;
	width: 230px;
	height: 164px;
	padding: 0;
	margin: 0;
}

#header-right {
	float: right;
	width: 716px;
	height: 164px;
	padding: 0;
	margin: 0;
}
#header-right-r1 {
	width: 716px;
	height: 31px;
	padding: 0;
	margin: 0;
}
#header-right-r1 h2 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 31px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #7B7B7B;
	text-align: right;
	vertical-align: middle;
}
#header-right-r2 {
	width: 716px;
	height: 97px;
	padding: 0;
	margin: 0;
}
#header-right-r2 h2 {
	font-family: "Lucida Sans", Arial, Verdana, Helvetica, sans-serif;
	padding: 22px 12px 0 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #4D4D4D;
	text-align: right;
}

/* Navigation menu links */
#nav-menu-strip {
	width: 716px;
	height: 36px;
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
}
#nav-menu {
	float: left;
	width: 716px;
	height: 36px;
	padding: 0;
	margin: 0;
}
#nav-menu ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav-menu li {
	float: left;
	display: block;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu li a {
	height: 36px;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav-menu li a:hover {
	font-size: 12px;
	color: #FF9C00;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav-menu ul #navSelected a {
	font-size: 11px;
	color: #FF9C00;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav-menu li img {
	width: 1px;
	height: 36px;
	margin: 0 10px;
}


/* [ Main Content ] */
#mainContentWrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 946px;
}
#contentLeft {
	float: left;
	width: 706px;
	margin: 0;
	padding: 0;
}
#contentInner {
	width: 696px;
	margin: 0 10px 0 0;
	padding: 0;
}
#rightSideBar {
	float: right;
	width: 240px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(login-gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#right-sidebar-top {
	min-height: 420px;
	height: auto !important;
	height: 420px;
}
/* [ About Sidebar ] */
#aboutWitWrapper {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	width: 225px;
	background-image: url(vert-grey-dotted-line.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#aboutWitWrapper h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	color: #515151;
	font-weight: bold;
	text-decoration: none;
}

#aboutWitWrapper p {}
#aboutWitWrapper p a {}
#aboutWitWrapper p a:hover {}

#sponsorsWrapper h3 {
	margin: 0 0 5px 0;
}
/* [ Footer ] */
#footer {
	width: 946px;
	height: 155px;
	margin: 10px 0 0 0;
	padding: 0;
}
#footer-top {
	width: 946px;
	height: 110px;
	margin: 0 0 10px 0;
	padding: 0;
}
#members-box {
	margin: 0 11px 0 0;
}
#programs-box {
	margin: 0 11px 0 0;
}
#sponsors-box {
	margin: 0 12px 0 0;
}
#sponsors-box img {
	width: 175px;
	height: 65px;
	margin: 15px 26px 0 0;
}
#contact-box {
	margin: 0;
}
#members-box p {
	margin: 10px 15px 0 0;
	font-size: 12px;
	color: #515151;
	font-weight: normal;
	text-decoration: none;
}
#members-box p a {
	font-size: 12px;
	color: #515151;
	font-weight: normal;
	text-decoration: underline;
}
#members-box p a:hover {
	font-size: 12px;
	color: #515151;
	font-weight: normal;
	text-decoration: underline;
}

#programs-box p {
	margin: 0 15px 0 0;
}
#sponsors-box p {
	margin: 0 15px 0 0;
}
#contact-box p {
	margin: 65px 15px 0 0;
	font-size: 12px;
	color: #515151;
	font-weight: normal;
	text-decoration: none;
}
.footer-box {
	position: relative;
	float: left;
	width: 228px;
	height: 110px;
	text-align: right;
}
h3.footer-box-navlink {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	position: absolute;
	font-size: 14px;
	color: #FF5F00;
	font-weight: normal;
	text-decoration: none;
	bottom: 8px;
	right: 15px;
}
h3.footer-box-navlink a {
	font-size: 14px;
	color: #FF5F00;
	font-weight: normal;
	text-decoration: none;
}
h3.footer-box-navlink a:hover {
	font-size: 14px;
	color: #FF5F00;
	font-weight: normal;
	text-decoration: underline;
}
#footer-bottom {
	width: 946px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-color: #7D7D7D;
}
p#footer-left {
	float: left;
	width: 450px;
	line-height: 35px;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
p#footer-left a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
p#footer-left a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
p#footer-right {
	float: right;
	width: 450px;
	line-height: 35px;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
p#footer-right a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
p#footer-right a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}


/* [ News styles ] */
div#news {
	margin: 0;
	padding: 0;
}

div.newsdate {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
	text-align: left;
}
div.newsdate img {
	/*width: 150px;*/
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
}

div.newscontent {
	float: left;
	width: 560px;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
}
div.newscontent a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
div.newscontent img {
	float: left;
	/*width: 150px;*/
	margin: 10px 5px 5px 0;
	padding: 0;
	border: none;
}
div.newscontent .newsMore {
	margin: 10px 0 0 0;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent .newsMore a {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
div.newscontent .newsMore a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
.newsItemSeperator {
	height: 5px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
}


/* [ Form styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #FF5F00;
	cursor: pointer;
	border: 1px solid #4D4D4D;
}
.forms {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.formsSelected {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #FF5F00;
}
select.forms, select.formsSelected {}


/* [ login ] */

#loginWrapper {
	margin: 10px 0 10px 15px;
	padding: 0 0 10px 0;
	width: 210px;
	background-image: url(dotted-line.gif);
	background-position: bottom;;
	background-repeat: repeat-x;
}
#loginWrapper h3 {
	float:left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#loginWrapper p {
	margin: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#loginWrapper p a {
	margin: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#loginWrapper p a:hover {
	margin: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
#loginWrapper p.forgotLogin {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 25px;
	font-size: 12px;
	color: #FFD392;
	font-weight: normal;
	text-decoration: none;
}
#loginWrapper p.forgotLogin a {
	font-size: 12px;
	color: #FFD392;
	font-weight: normal;
	text-decoration: none;
}
#loginWrapper p.forgotLogin a:hover {
	color: #FFD392;
	font-weight: normal;
	text-decoration: underline;
}
#UserName {
	margin: 4px 0;
}
#Password {
	margin: 4px 0 10px 0;
}
#LoginSubmit {
	float: right;
	width: 62px;
	height: 23px;
	border: none;
}
#membersAppLink {
	padding:5px 0 0 0;
}
/* Form field styles */
.loginformbutton {
	cursor: pointer;
}
.loginform {
	width: 204px;
	font-size: 11px;
	font-weight: normal;
	color: #515151;
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #FFF;
}
.loginformSelected {
	width: 204px;
	font-size: 11px;
	font-weight: normal;
	color: #515151;
	background-color: #FFF;
	margin: 0;
	padding: 3px;
	border: 1px solid #4D4D4D;
}
#loginWrapper p#loginLogout { /* Logout link displayed when user is logged in */
	float: right;
	margin: 0;
	padding: 0;
	line-height: 22px;
	vertical-align: middle;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#loginWrapper p#loginLogout a { /* Logout link displayed when user is logged in */
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#loginWrapper p#loginLogout a:hover { /* Logout link displayed when user is logged in */
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}


/* [ Events Menu ] */
#eventsWrapper {
	margin: 0 0 10px 15px;
	padding: 0 0 10px 0;
	width: 210px;
	background-image: url(dotted-line.gif);
	background-position: bottom;;
	background-repeat: repeat-x;
}
#eventsWrapper h3 {
	float:left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#eventsWrapper p {
	float: left;
	width: 190px;
	margin: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#eventsWrapper p a {
	margin: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#eventsWrapper p a:hover {
	margin: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
#eventsWrapper img {
	float: right;
	margin: 0;
	border: none;
}
/* Events page */
#eventsCalendar {
	margin: 15px 0 10px 0;
}
#eventsTable {
	border: 1px solid #CCC;
	background-color: #FFF;
}
#eventsTable td {
	background-color: #EAEAEA;
}
.tableHeadingWhite {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

/* [ News Summary Menu ] */
#newsSummaryWrapper {
	margin: 10px 0 10px 15px;
	padding: 0 0 10px 0;
	width: 210px;
}
#newsSummaryWrapper h3 {
	float:left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#newsSummaryWrapper p {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#newsSummaryWrapper p a {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#newsSummaryWrapper p a:hover {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

/* [ Contact Form styles ] */
#contactWrapper h3 {
	margin: 0;
	padding: 0;
}
#contactWrapper p {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #515151;
	font-weight: normal;
	text-decoration: none;
}
#contactWrapper p.UIMessage {
	font-size: 11px;
	color: #ED3024;
	font-weight: bold;
	text-decoration: none;
}
#contactFormWrapper {
	margin: 0;
	padding: 0 0 10px 0;
}

#contactFormWrapper fieldset {
	border: 1px solid #EDEDED;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
	text-align: right;
}
#contactFormWrapper input, #contactFormWrapper select, #contactFormWrapper textarea {
	margin: 5px 0 0 0;
}
#contactFormWrapper select#Country, #contactFormWrapper select#StateAU, #contactFormWrapper select#StateUS {
	width: 140px;
}
#contactFormWrapper input#contactSubmit {
	margin: 5px 0 0 130px;
}
#contactFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#contactAddress {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #EDEDED;
}
#CaptchaHowToUse {
	margin: 5px 0 10px 130px;
	font-size: 11px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
}
#CaptchaReloadText {
	margin: 5px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
}

/* [ Registration Form styles ] */
#registrationFormWrapper {
	margin: 0px;
	padding: 10px 0 10px 0;
}
#registrationFormWrapper fieldset {
	border: 1px solid #EDEDED;
	padding: 10px;
	padding-top: 0;
}
#registrationFormWrapper legend {
	font-size: 13px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
	text-align: right;
}
#registrationFormWrapper input, #registrationFormWrapper select, #registrationFormWrapper textarea {
	margin: 5px 0 0 0;
}
#registrationFormWrapper select#Country, #registrationFormWrapper select#StateAU, #registrationFormWrapper select#StateUS, #registrationFormWrapper select#contactsource {
	width: 140px;
}
#registrationFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#registrationFormWrapper input#registrationSubmit {
	margin: 5px 0 0 140px;
}


/* [ Account Menu styles ] */
a.currentAccount { /* Currently selected/active category - keeps the menu item highlighted */
	color: #900;
}

.AMLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717073;
}
.AMLineTopRightLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #717073;
	border-right-color: #717073;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #717073;
	font-size: 11px;
	color: #706F73;
	padding-right: 5px;
	padding-left: 5px;
}
.AMLineTopRightLeft a {
	font-size: 11px;
	color: #706F73;
	text-decoration: none;
}
.AMLineTopRightLeft a:hover {
	font-size: 11px;
	color: #706F73;
	text-decoration: underline;
}
.AMSubtitle {
	font-size: 14px;
	color: #706F73;
	font-weight: bold;
}
.ManageAddressTitle {
	font-size: 12px;
	color: #706F73;
	font-weight: bold;
}
.AMSubBoxes {
	border: 1px solid #900;
	font-size: 11px;
	color: #706F73;
	padding: 2px 5px 2px 5px;
}
.AMSubBoxes a {
	font-size: 11px;
	color: #069;
	text-decoration: none;
}
.AMSubBoxes a:hover {
	font-size: 11px;
	color: #069;
	text-decoration: underline;
}
.inrowH, .inRowH {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.specialInstructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.specialInstructionsSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}

/* [ General site styles ] */

/* Alternating row colours */
.rowOn {
	background-color: #F5F5F5;
}
.rowOff {
	background-color: #FFF;
}
.content {
	font-size: 12px;
	color: #515151;
	font-weight: normal;
	text-decoration: none;
}
.content a { }
.content a:hover { }

.UIMessage {
	font-size: 11px;
	color: #ED3024;
	font-weight: bold;
	text-decoration: none;
}
.compulsory { /* Compulsory field message style */
	font-size: 10px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
.previousPage { /* Previous Page link at the bottom of pages */
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 11px;
}
.previousPage a {}
.previousPage a:hover {}
.fltrt {
	float: right;
	margin: 0;
}
.fltlft {
	float: left;
	margin: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}