/* @group global typographic & html elements */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: white;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: small;
}

a:link {
	color: #000066;
	text-decoration: underline;
}

a:visited {
	color: #666666;
}

a:hover, a:active  {
	color: #000066;
	background-color: #b5d5ff;
}

a img {
	border: none;	
}

acronym {
	cursor: help;
	border-bottom: dashed 1px #ccc;
}

ins {
	text-decoration: none;
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul, ol {
	margin: 0 0 1.25em 1.75em;
	padding-left: 0;
}

ul ul, ol ul, ol ol {
	margin-bottom: 0;
}

h1 {
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 175%;
	line-height: 1em;
}

h1 span {
	display: block;
	color:  #666;
	font-size: 85%;
	font-weight: normal;
}

#home h1 {
	font-size: 135%;
	line-height: 1.25em;
}

h2, h3 {
	color: #000066;
	font-size:  140%;
	font-weight: normal;
	padding: 0 0 2px 0;
	margin: 5px 0 5px 0;
	border-bottom: solid 1px #ccc;
}


h2.preTable {
	margin-bottom: 10px;
}

h2 span {
	font-size: 75%;
	color: #666;
}

h3 {
	font-weight: bold;
	font-size: 110%;
	border-bottom: none;
	padding-bottom: 0;
	line-height: 1.1;
	margin-bottom: 3px;
}

.multiHeaders h3 {
	padding-top: 10px;
}

.cta {
	font-weight: bold;
}

.fig1 {
	float: left;
	padding: 0 15px 15px 0;
	background: white;
}

.fig2 {
	display: block;
	margin: 0 auto 15px;
}

.fig3 {
	float: right;
	padding: 0 0 15px 15px;
	background: white;
}

.offsiteIcon {
	position: relative;
	top: 3px;
}

p.printThis {
	text-align: right;
	margin-top: -2.5em;
}

p.printThis a {
	padding-left: 20px;
	padding-bottom: 1px;
	background-image: url(/graphics/icon-printer.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.postedOn {
	font-style: italic;
	text-align: right;
}

.download {
	padding: 0 0 4px 20px;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 12px 0 18px 0;
	min-height: 16px;
}

.downloadList {
	list-style: none;
	margin-left: 1em;
	margin-bottom: 1.75em;
}

.downloadList li {
	margin-bottom: .6em;
}

p.download {
	margin-bottom: 1em;
}

span.download {
	padding-left: 16px;
}

.word {
	background-image: url(/graphics/icon-msword.gif);
}

.pdf {
	background-image: url(/graphics/icon-pdf.gif);
}

.ppt {
	background-image: url(/graphics/icon-msppt.png);
}

.byline {
	font-style: italic;
}

table {
	margin: 0 0 1.5em 0;
	width:  100%;
	border: solid 1px #e0e0e0;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	text-align: left;
	color: #666;
	background: #efefef;
}

th, td {
	font-size: small;
	vertical-align: top;
	padding: 2px 10px 2px 5px;
	border: solid 1px #e0e0e0;
	border-collapse: collapse;
}

th.dues {
	padding-right: 25px;
}


/* @end */

/* @group main layout elements */

#skip {
	position: absolute;
	left: -99999px;
}

#wrapper {
	margin: 15px;
	position:  relative;
	min-width: 755px;
	max-width: 965px;
}

#masthead {
	border: solid 2px #ccc;
	padding:  10px 0;
	border-width: 4px 0 2px;
	border-top-color: #000066;
	margin-bottom: 12px;
	text-align: center;
	background: url(/graphics/masthead-bg.jpg) top center repeat-y;
}

#masthead img {
	display: block;
	margin: 0 auto;
}

#main {
	margin: 0 0 0 167px;
	min-width: 540px;
	max-width: 800px;
	min-height: 305px;
}

#main.narrowBody {
	margin-left: 0;
	width: 755px !important;
}

#nav {
	position: absolute;
	left: 0;
	top:  140px;
	line-height: 1.25;
	border-top: solid 1px #666;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	color: #666;
	margin-left: 165px;
	padding: 10px 0;
	border-top:  solid 2px #ccc;
	line-height: 1.5em;
	font-size: 90%;
	max-width: 800px;
}

/* @end */

/* @group navigation */

#nav li {
	border-bottom: solid 1px #666;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	display: block;
	width: 130px;
	color: #e0e0e0;
	background-color: #000066;
	text-decoration: none;
	padding: 4px 10px;
}

#nav a:hover, #nav a:active {
	color: #000066;
	background-color: #b5d5ff;
	font-weight: bold;
}

#nav li.current a:link,
#nav li.current a:visited,
#nav li.current a:hover,
#nav li.current a:active {
	background: white;
	color:  #333;
	font-weight:  bold;
	cursor: default;
	width: 128px;
	border: solid 1px #bfbfbf;
	border-width: 0 1px;
}



/* @end */

/* @group specific content elements */


.newsItem {
	margin: 10px 10px;
	padding: 5px 10px;
	background: url(/graphics/horiz-gradient.jpg) bottom left repeat-x;
	border-bottom: solid 1px #ccc;
}

.newsItem h3 {
	margin-bottom: 8px;
}

.newsItem .downloadList {
	margin-bottom: 0;
}

#newsArchiveLink {
	margin: 0 0 0 20px;
	font-weight: bold;
	padding: 20px 20px;
	background: url(/graphics/newspaper.png) left center no-repeat;
}

.job {
	margin: 10px 0 25px;
}

.job h2 strong {
	display: block;
}

th.orghdr {
	background: #e0e0e0;
	padding: 6px;
	margin: 11px 0 0 0;
}

.sectionend {
	padding-bottom: 24px;
}

h2.program {
	border: none;
	margin-bottom: 1.25em;
}

#meetings h3, #meetings table {
	margin-left: 2%;
}

#meetings table {
	width: 96%;
}

table.meetings th {
	width: 3em;
}

table.meetings td ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#newsletters {
	width: 48%;
	float:  left;
}

#newsletters ul.downloadList {
	margin-bottom: 0;	
}

#newsletters .downloadList li {
	margin-bottom: 6px;
}

#newsletterBackIssues {
	margin-top: 2em;
}

#advertise {
	float: right;
	width: 48%;
}

.TWDfeature {
	padding: 1em;
	margin: 0 0 12px 12px;
	border: solid 1px #ccc;
	background: #E5E5EF;
	width: 225px;
	float: right;
}

#footer a {
	color: #666;
}

#footer span {
	margin: 0 .5em;
}

/* @end */

/* @group form layout (membership app + directory search) */

fieldset {
	margin: 0 0 .5em 0;
	border: 0;
	padding: 0;
}

form div {
	float: left; /*so inner floats will be contained & margins respected*/
	width: 100%;
	margin: 6px 0;
}

form p {
	margin-bottom: 0;
}

label {
	line-height: 1.2;
	font-size: 95%;
	float:  left;
	width: 250px;
	margin: 0 10px 0 0;
	text-align: right;
}

label span {
	display: block;
	color: #666;
	font-size: 90%;
}

input {
	float: left;
	width: 250px;
}

select {
	width: 255px;
}

input.shortField, span#totalDues {
	width: 125px;
}

span#totalDues {
	float: left;
	padding: 2px;
	background: #e0e0e0;
	font-weight: bold;
	margin: -3px 0 0 0;
}

textarea {
	width: 260px;
	float: left;
}

#duesContainer {
	clear: left;
}

#totalDuesFields {
	display: none;
}

#panelSelections input, #infoRequest input {
	width: auto;
	margin: 0 10px 0 260px;
	padding: 0;
}

#panelSelections label, #infoRequest label {
	text-align: left;
	width:  250px;
	margin: 0;
}

#infoRequest label span {
	display: inline;
	margin-left: 8px;
}

#submitButton {
	margin: 0 0 0 260px;
	width:  auto;
}

#directorySubmitButtons {
	margin-left: 260;
}

#directorySubmitButtons {
	margin-left: 260px;
	width: auto;
	float: none;
	clear: both;
}

#directorySubmitButtons input {
	float: none;
	width: auto;
}

#directory {
	border: none;
}

#resultsNameCol, #memberNameCol {
	width: 200px;
}


.hiddenInputsAndSubmission {
	padding-top: 1em;
}

.requirementsKey {
	margin-left: 260px;
}

.required {
	font-weight: bold;
	color: red;
	line-height: 1;
}

label span.required {
	display: inline;
}

.errorHdr {
	background: red;
	color: white;
	font-weight: bold;
}

div.errorHdr {
	padding: .5em 0;
}

p.errorHdr {
	padding: .5em;
}

a.dbNav {
	font-weight: bold;
	font-size: 115.4%;
}

tr.utilRow td {
	border: none;
	padding: 8px 10px 0 5px;
}

tr.lastRow td {
	text-align: center;
	padding: 0 10px 8px 5px;
}

/* @end */

/*body.thickboxer #tempwrapper {
	margin: 10px 0 0 15px;
}*/

#LN-login {
	margin: 1.5em 0;
	padding: 1em;
	border: solid 1px #ccc;
	background: #E5E5EF;
}

#legNewsFeature {
	list-style: none;
	margin: 12px 0 0 40px;
}

#legNewsFeature li {
	margin-bottom: 18px;
}

#legNewsViewer {
	width: 100%;
}

ul.legBulletins {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.legBulletins li {
	margin-bottom: 1em;
}

#TWDtabTriggers {
	display: none;
	margin: 24px 0 18px 0;
}

#TWDtabTriggers a.activeTab {
	font-size: 16px;
	font-weight: bold;
}

#twdphotogallery {
	margin: 0 0 1em 0;
	line-height: 90px;
}

#twdphotogallery h2 {
	line-height: 1.75;
}

#twdphotogallery.legacy {
	line-height: 115px;
}

#twdphotogallery img {
	vertical-align: middle;
}

#twdphotogallery a {
	margin-right: 1.5em;
}
