body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #3da4c7 url(../images/gradientBG.jpg) top center repeat-x;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

#container {
	width: 100%;
	height: 400px;
	background: url(../images/mapBG.gif) top center repeat-x;
}

table {
	margin: 0 auto;
	padding: 0;
	border: 0;
}

table td, tr {
	vertical-align: top;
	background-color: #fff;
}

textarea, input {
	margin-left: 20px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 1em 0 .25em 20px;
	color: #0e262e;
	text-align: left;
}

h2 {
	font-weight: bold;
	font-size:14px;
	color: #4a6e7a;
	margin: 1.5em 0 0 20px;
	text-align: left;
}

h3 {
	font-size: 13px;
	color: #0e262e;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	text-align: left;
}

p {
	font-size: 12px;
	color: #333;
	padding: .25em 20px .25em 20px;
	text-align: justify;
	line-height: 1.6em;
	margin: 0;
}

dl {
	margin: 0 20px 0 40px;
}

dd {
	font-size: 12px;
	color: #333;
	line-height: 1.6em;
	padding: .375em 0;
	text-align: left;
}

#leftPanel {
	text-align: right;
}

#rightPanel {
	text-alogn: left;
}

#leftPanel img, #rightPanel img {
	display: block;
	padding: 10px;
	text-align: center;
}

table#checkout {
	margin: 0 0 0 20px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

table#bio, table#events {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 auto;
}

table#bio img, table#events img {
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

table#bio td { 
	height: 100px;
 }
 
 table #events p {
 	padding-left: 0;
}

table#checkout input {
	margin: 0;
	padding: 0;
}

#logoBox {
	height: 120px;
	background-color: #4a6e7a;
	margin: 0 1px 2px 2px;
}


#logoBox img {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
}

#bannerBox {
	height: 120px;
	margin: 0 2px 2px 1px;
}

#newBanner {
	height: 150px;
	margin: 0 2px 2px 2px;
	background: #fff url(../images/bannerNew.jpg) top left no-repeat;
}

#newBanner img.globe {
	display: inline;
	float: left;
	padding: 31px 0 0 258px;
}

#sideBio {
	width: 250px;
	background-color:#ececec;
	float: right;
	border: 1px solid #999;
	margin: 50px 10px 0 20px;
	text-align: center;
}

#sideBio p {
	text-align: left;
	font-size:10px;
}

#sideBio img {
	padding: 10px;
	margin: 0 auto;
}

#navMenu {
	width: 220px;
	background-color: #4a6e7a;
	margin: 0 1px 0 2px;
}

#navMenu ul {
	margin: 0;
	width: 220px;
	padding: 0;
	list-style-type: none;
}

#navMenu ul li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #fff;

}

#navMenu ul li a {
	display: block;
	height: 25px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font: bold 10px Arial, Helvetica, sans-serif;
	line-height: 28px;
	padding: 0 10px 0 15px;
}

/*** multi-line navigation button ***/

#navMenu ul li a.bigButton {
	height: 60px;
	line-height: 20px;
}

#navMenu ul li a.bigButtonActive {
	height: 60px;
	line-height: 20px;
	background: #0e262e url(../images/navArrow.gif) 5px center no-repeat;
}

html>body #navMenu ul li a.bigButton {
	height: 65px;
	line-height: 20px;
} /* ignored by IE*/

html>body #navMenu ul li a.bigButtonActive {
	height: 65px;
	line-height: 20px;
	background: #0e262e url(../images/navArrow.gif) 5px center no-repeat;
} /* ignored by IE*/

#navMenu ul li a:hover, #navMenu ul li a.active {
	height: 25px;
	background: #0e262e url(../images/navArrow.gif) 5px center no-repeat;

}

#navMenu ul li a:hover.bigButton { height: 60px; }

html>body #navMenu ul li a:hover.bigButton { height: 65px; }/* ignored by IE*/

#worldMap {
	margin: 0 2px 0 2px;
	background-color: #0597bb;
	height: 280px;
}

#worldMapCopy, #worldMapCopyTemp {
	background-color: #0e262e;
	margin: 0 2px 0 2px;
	border-bottom: 1px solid #0e262e;
	padding: 0;
}

#worldMapCopyTemp {
	background-color: #0e262e;
	margin: 0 2px 0 2px;
	border-bottom: 1px solid #0e262e;
	padding: .5em 0 0 0;
	color: #fff;
	font: 14px Verdana, Geneva, sans-serif;
}


#worldMapCopy p {
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ff0;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

#mainContent {
	width: 756px;
	text-align: left;
}

#mainContent a {
	text-decoration: underline;
	color: #4a6e7a;
}

#mainContent p.footerLink, #mainContent p.footerLink a {
		text-align: center;
		color: #fff;
}

#mainContent a:visited {
	color: #999;
}

.divider {
	width: 736px;
	padding: 0;
	border-bottom: 1px dotted #0e262e;
	height:10px;
	text-align: center;
	margin: 1em 0 1em 20px;
}

#mainContent a:hover {
	color: #0e262c;
}

#mainContent ul {
	list-style-type: square;
	margin: 10px 0 10px 70px;
	padding: 0;
}

#mainContent ol {
	list-style-type: upper-numeric;
	margin: 10px 0 10px 70px;
	padding: 0;
}

#mainContent ul li, #mainContent ol li {
	line-height: 1.6em;
	font-size: 12px;
	color: #333;
	text-align: left;
}

#sponsors {
	width: 770px;
	margin: 0 auto;
	text-align: center;
}

#sponsors img {
	display: inline;
	margin: 8px 5px;
}

ul#members {
	list-style-type: square;
	margin: 0 0 0 50px;
	padding: 0;
}

ul#members li {
	font-size: 12px;
	color: #333;
	padding: .125em 0;
}

#contactInfo {
	width: 250px;
	border-left: 1px dotted #4a6e7a;
	float:right;
	margin: 0 10px 100px 20px;
}

#contactInfo p {
	font-size:11px;
	text-align:left;
}

table#picFrame {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 10px auto;
	padding: 5px;
}

table#picFrameGold {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 10px 0 10px 20px;
	padding: 5px;
	display: inline;
}

/*** Classes ***/

.divider {
	width: 736px;
	padding: 0;
	border-bottom: 1px dotted #0e262e;
	line-height:10px;
	text-align: center;
	margin: 1em 0 1em 20px;
	clear: both;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.imageFloatLeft {
	float: left;
	margin: 5px 10px 10px 20px;
}

.imageFloatBorderRight {
	float: right;
	margin: 5px 20px 10px 10px;
	padding: 3px;
	border: 1px solid #999;
}

.imageFloatBorderLeft {
	float: left;
	margin: 5px 10px 10px 20px;
	padding: 3px;
	border: 1px solid #999;
}

.red { color: #c00 }

.smallRed {
	color: #c00;
	font-size: 10px;
}

.case_warning { font-weight: normal; text-align: left; color: #c00; font-size: 9px; font-style: italic; }

.small {
	font-size: 11px;
	font-weight: normal;
}

.right { text-align: right; }
	
.seeThru {
	background-color: transparent;
}

.pdf {
	background: #fff url(../images/pdf.jpg) left 50% no-repeat;
	padding-left: 25px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}

.price {
	color: #c00;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

.xlpreview {
	margin: 10px auto;
	text-align: center;
	border: 1px solid #999;
}

/*** Store Styles ***/

table#store, table#storeDetail {
	text-align: center;
	Margin: 10px auto;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
}

table#store td {
	width: 240px;
	border: 1px solid #999;
	vertical-align: top;
}

table#store img, table#storeDetail img {
	display: block;
	margin: 5px  auto;
	padding: 0;
	text-align: center;
}

table#store h2 {
	margin: 0;
	text-align: center;
	padding: .25em 0;
	width: 700px;
}

table#store h3, table#storeDetail h3 {
	clear: both;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0e262e;
	text-align:center;
}

table#storeDetail h4 {
	clear: both;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0e262e;
	text-align: left;
	margin: 0;
	padding: 0 0 0 1em;
}

table#storeDetail p {
	text-align: justify;
}

table#storeDetail input { margin: 0; }

/*** added for membership renewal 04/08/10 ***/

fieldset { border: 1px solid #4a6e7a; margin: 20px; }

legend { font-weight: bold; font-size:14px; color: #4a6e7a; margin: 1.5em 0 0 20px; }
