* { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { padding: .5em 0; }
li, dd { margin-left:5%; }

html { height: 100%; margin-bottom: .01em; }
body {
    background: #3b3b3b url(/images/structure/bg_body.gif) left top repeat-x;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0;
    font: normal 12px Arial, Verdana, Helvetica, sans-serif;
    color: #fff;
}
img { border: none; }
table { border-collapse: collapse; }
td { font-size: 1em; vertical-align: top;}
input, textarea, select
{
    font-size: 1em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #585757;
}

a
{
    color: #fff;
    text-decoration: underline;
}

a:hover
{
    color: #fff;
    text-decoration: underline;
}

h1, h2, h3 { color: #5d87a1; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

address { font-style: normal; }

.hidden { display: none; }
.clearfix {  clear: both; }

#wai-links, .printonly
{
    display: none;
}

ul.headernav
{
	width: 903px;
	margin: 6px auto 2px auto;
	text-align: right;
	padding: 0 26px;
	font-size: .9em;
}

ul.headernav li
{
	list-style: none;
	margin: 0;
	padding: 0 4px 0 6px;
	display: inline;
	border-left: 1px solid #777;
	line-height: 100%;
}

ul.headernav li.first
{
	border: none;
}

ul.headernav li a
{
	text-decoration: none;
}

ul.headernav li a:hover
{
	text-decoration: underline;
}

#container
{
	width: 955px;
	background: #fff;
	border: 3px solid #666;
	color: #585757;
	margin: 0 auto;
	text-align: left;
}


#container a
{
    color: #5d87a1;
    text-decoration: underline;
}

#container a:hover {
    color: #585757;
    text-decoration: underline;
}
#header
{
	background: url(/images/structure/bg_dallas.jpg) 50% 0% no-repeat;
	width: 100%;
}

#logo
{
	padding: 12px 10px 11px 22px;
	float: left;
}

#search
{
	padding: 45px 30px 10px 10px;
	float: right;
}

#search input.inputtxt
{
	border: 3px solid #ccddd3;
	font-size: .85em;
	color: #666;
	padding: 4px 7px;
	width: 170px;
	margin-right: 7px;
}

#search input.inputimg
{
	vertical-align: bottom;
}

ul#navigation
{
	clear: both;
	background: #a5c0b1 url(/images/structure/bg_navigation.gif) left top no-repeat;
	border-top: 3px solid #dbd169;
	border-bottom: 3px solid #dbd169;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
	
#navigation li
{
	margin: 0;
	padding: 0;	font-weight: bold;
	font-size: 1.2em;
	float: left;
}

#navigation a
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 12px;
	height: 24px;
	float: left;	
	width: 134px;
	text-indent: -9999px;
	outline: 0;
}

#navigation li#nav-chapter a { width: 183px; }
#navigation li#nav-leaders a { width: 130px; }
#navigation li#nav-meetings a { width: 125px; }
#navigation li#nav-spnsrs a { width: 131px; }
#navigation li#nav-resources a { width: 125px; }
#navigation li#nav-corp a { width: 116px; }

#navigation li#nav-chapter a:hover { background: url(/images/structure/bg_navigation.gif) 0 -54px no-repeat;}
#navigation li#nav-leaders a:hover { background: url(/images/structure/bg_navigation.gif) -207px -54px no-repeat;}
#navigation li#nav-meetings a:hover { background: url(/images/structure/bg_navigation.gif) -361px -54px no-repeat;}
#navigation li#nav-spnsrs a:hover { background: url(/images/structure/bg_navigation.gif) -510px -54px no-repeat;}
#navigation li#nav-resources a:hover { background: url(/images/structure/bg_navigation.gif) -665px -54px no-repeat;}
#navigation li#nav-corp a:hover { background: url(/images/structure/bg_navigation.gif) -814px -54px no-repeat;}

#navigation li#nav-chapter a.selected, #navigation li#nav-chapter a.selected:hover { background: url(/images/structure/bg_navigation.gif) 0 -108px no-repeat;}
#navigation li#nav-leaders a.selected, #navigation li#nav-leaders a.selected:hover { background: url(/images/structure/bg_navigation.gif) -207px -108px no-repeat;}
#navigation li#nav-meetings a.selected { background: url(/images/structure/bg_navigation.gif) -361px -108px no-repeat;}
#navigation li#nav-spnsrs a.selected { background: url(/images/structure/bg_navigation.gif) -510px -108px no-repeat;}
#navigation li#nav-resources a.selected { background: url(/images/structure/bg_navigation.gif) -665px -108px no-repeat;}
#navigation li#nav-corp a.selected { background: url(/images/structure/bg_navigation.gif) -814px -108px no-repeat;}


#navigation a:hover
{
	color: #757575;
	text-decoration: underline;
}

#main
{
	background: url(/images/structure/bg_main.gif) left top repeat-y;
	width: 100%;
}

#twocol #main {	background-image: url(/images/structure/bg_main_twocol.gif); }

.imgright
{
	float: right;
	margin: 0 0 .5em .8em;
}

.imgleft
{
	float: left;
	margin: 0 .8em .5em 0;
}

.imgcenter
{
	text-align:center;
}


/* event detail area */
.event
{
	clear: both;
	padding-bottom: 1.8em;
	width: 485px;
	float: left;
	clear: left;
}

.eventdesc
{
	float: left;
	width: 290px;
}

.eventwide .eventdesc
{
	float: none;
	width: auto;
}


.eventsupport
{
	padding: .2em 0 0 0;
	float: right;
	width: 180px;
}

.eventsupport p, .eventsupport h6
{
	padding-bottom: .3em;
}

.eventsupport p.logo
{
	border: 1px solid #dfdfdf;
	text-align: center;
	padding: .8em 0;
}

.eventcosts
{
	float: left;
	clear: left;
	width: 290px;
}

.eventcosts dt
{
	font-weight: bold;
	clear: both;
	float: left;
	width: 93px;
	padding: .5em 0 .5em 0;
	margin: 0;
}

.eventcosts dd
{
	float: right;
	width: 190px;
	padding: .5em 0;
	margin: 0;
}

.eventdetails
{
	float: right;
	padding: 0 0 1.2em 0;
	background: #ececec;
	border: 2px solid #dfdfdf;
	width: 177px;
	font-size: .9em;
	color: #585757;
	margin-top: .7em;
	position: absolute;
	right: 0;
}

.eventdetails h3
{
	background: #dfdfdf;
	padding: 1.3em 12px;
	margin-bottom: .4em;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #585757;
}

.eventtime, .eventloc
{
	padding: 0 12px;
}

.eventdetails p
{
	padding: .6em 0;
}

/* form styles */

.mainform
{
	margin: .5em 0;
}

table.formtable
{
	margin: .5em 0;
}

table.formtable td
{
	padding: .3em 0 .4em 0;
}

.mainform td.labelcol
{
	text-align: right;
	padding-right: .8em;
	width: 120px;
}

.mainform td.pricecol
{
	text-align: right;
	padding-right: .8em;
	width: 120px;
}

span.error, .formarea label span.error
{
	color: #E74D52;	
	font-weight: normal;
}

.mainform input, .mainform textarea
{
	padding: .1em;
	border: 1px solid #999;
	width: 250px;
}

.mainform select
{
	border: 1px solid #999;
	width: 250px;
}


.mainform input.inpstate
{
	width: 50px;
}

.mainform input.inpzip
{
	width: 100px;
}

.mainform .pricetable input
{
	width: 50px;
}

.mainform .pmttable input
{
	width: 150px;
}

.mainform .pmttable select
{
	width: 154px;
}

.mainform input.mainbutton
{
	border: 3px solid #B3CBDA;
	background-color: #4F7389;
	color: #ECF2F6;
	font-weight: bold;
	padding: .3em 1.5em;
	width: auto;
}

.mainform input.submitbutton
{
	width: 130px;
}

.mainform .imageButton
{
    width: auto !important;
	border: none !important;
	padding: 0 !important;
}

input.error, .mainform input.error,
select.error, .mainform select.error,
textarea.error, .mainform textarea.error
{
	border: 1px solid #E74D52 !important;
}

.formarea label
{
	font-weight: bold;
}

.pricetable label
{
	font-weight: normal;
}

.pricetable input
{
	text-align: right;
}

.sitemap ul
{
	padding-top: 0;
}

.sitemap ul ul
{
	padding-top: .2em;
	padding-bottom: .2em;
}

#container .sitemap li a
{
	text-decoration: none;
}

#container .sitemap li a:hover
{
	text-decoration: underline;
}


/* green feature area */
.feature
{
	clear: both;
	background: #6e8878;
	border: 3px solid #b6c8bd;
	color: #fff !important;
	padding: 1em 15px 2em 15px;
	margin: 1em 0 2em 0;
	width: 447px;
	float: left;
}

.feature a, #primary .feature a
{
	color: #fff;
}

#secondary
{
	float: left;
	width: 198px;
	color: #636262;
}

#supporting
{
	float: right;
	width: 216px;
	color: #636262;
}

#secondary .subnav
{
	background-color: #757575;
	padding: 1.8em 0;
}

#secondary .subnav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#secondary .subnav li ul
{
	display: none;
}

#secondary .subnav li.selected ul, #secondary .subnav li.active ul
{
	display: block;
}

#secondary .subnav li
{
	padding: 1px 0;
	margin: 0;
	
}

#secondary .subnav a
{
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: .3em 10px .3em 27px;
}

#secondary .subnav li li a
{
	font-weight: normal;
	padding: .1em 10px .1em 42px;
	color: #fff;
}

#secondary .subnav a:hover
{
	color: #fff;
	text-decoration: none;
}


#secondary .subnav li.selected a
{
	color: #fff;
	text-decoration: underline;
}

#secondary .subnav li.active a
{
	color: #fff;
	text-decoration: none;
}

#secondary .subnav li.selected li a, #secondary .subnav li.active li a
{
	text-decoration: none;
}

#secondary .subnav li.selected li.selected a, #secondary .subnav li.active li.selected a,
#secondary .subnav li.selected li a:hover, #secondary .subnav li.active li a:hover
{
	text-decoration: underline;
}

#secondary .contentblock
{
	padding:.1em 13px .5em 24px;
}

.events
{
	background-color: #f7edd4;
	border-right: 2px solid #eddfc4;
	border-bottom: 2px solid #fff;
	width: 157px;
	padding: 2em 13px 2em 27px;
}

#supporting .events
{
	width: auto;
	border-bottom: none;
	background: none;
	padding-left: 14px;
	padding-right: 20px;
}
.events ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.events li
{

	margin: 0;
	padding: 11px 0 5px 0;
}

.events li a
{
	display: block;
}

#supporting .currentevent
{
	background-color: #ececec;
	border-left: 2px solid #dfdfdf;
	border-bottom: 2px solid #fff;
	padding-left: 12px;
	font-size: .9em;
}

#supporting .currentevent h6
{
	padding-top: 1.5em;
	padding-bottom: 0;
}

#supporting .currentevent p
{
	padding-top: 0;
}

#supporting .currentevent .logo, #supporting .currentevent .button
{
	padding: .1em 0 1.3em 0;
}

.spnsrs
{
	padding: 1.4em 20px;
	text-align: center;
}

#primary
{
	float: left;
	padding: 1.3em 30px;
	width: 478px;
	position: relative;
	min-height: 450px;
}

#twocol #primary { width: 662px; }


#footer
{
	font-size: .9em;
	border-top: 2px solid #dfdfdf;
	margin: 1.7em 0 0 0;
	padding: .9em 0;
}

#twocol #footer
{
	margin-top: 7em;
	width: 485px;
}

#footer ul
{
	list-style: none;
	margin: 0;
	padding: .2em 0;
}

#footer ul li
{
	margin: 0;
	padding: 0 9px;
	float: left;
	border-left: 2px solid #acacac;
	line-height: 110%;
}
#footer ul li.first
{
	border-left: none;
	padding-left: 0;
}

#footer p
{
	clear: both;
	padding: .2em 0;
}

/* image heading replacements */
.bgreplace
{
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

.hupcomingevents
{
	background: url(/images/headings/h_upcomingevents.gif) left top no-repeat;
	height: 25px;
	width: 154px;
}

#supporting .hupcomingevents
{
	background-image: url(/images/headings/h_upcomingevents_rt.gif);
	width: 177px;
}


.hcurrentevents
{
	background: url(/images/headings/h_currentevents.gif) left top no-repeat;
	height: 25px;
	width: 177px;
}

#sponsor_img
{
	float:right;
	padding-left:5px;
	text-align:center;
	font-size:10px;
}

.ch_info
{
	border-collapse:separate;
	margin:5px 0 3px 0;
}

.ch_info td
{
	padding:3px;
}