/***************** meyerweb.com reset v1.0 | 20080212 *****************/

.print-only { display: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	/*vertical-align: baseline;*/
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img { border: 0; }


/************************* global stuff ***************************/

div.left { float: left; }
div.right { float: right; }
div.clear { clear: both; }
div.no-text { font-size: 1px; }
div.border { border: 1px solid #000; }
div.border-red { border: 1px solid red; }
div.border-blue { border: 1px solid blue; }
div.border-green { border: 1px solid green; }

img.image-left { float: left; margin-right: 15px; margin-bottom: 10px; }

img.image-right { float: right; margin-left: 15px; margin-bottom: 10px; }

.replace span
{
	padding: 0;
	margin: 0;
	display:block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

h1#main-title
{
    width: 359px;
    height: 136px;
    font-size: 15px;
position: relative;
}

h1#main-title span
{
    background: url("../layout-files/bg-header.png") no-repeat;
}


a, a:active, a:link, a:visited { color:#0b2d85; text-decoration: none; font-weight: bold;  }
a:hover { color:#0f40bc; text-decoration: none; }

hr { border: 0; height: 1px; background: #bbb; color: #bbb; }


/*********************************** main layout elements **********************/

body {
	background: #ebede4 url("../layout-files/bg-body.png") top left repeat-x;
	font-size: 75%;
	font-family: verdana, arial, helvetica, sans serif;
	color: #777;
	background-color: #fff;
	/*background-color: #eb0001;*/
	padding: 0;
	margin: 0;
	
}

#outer {
	width: 1050px;
	margin: 0px auto 0px auto;
}

#header-above {
	width: 992px;
	height: 20px;
	margin: 0px auto 0px auto;
	font-size: 90%;
}

#last-updated {
	text-align: right;
	color: #888;
	padding: 3px 23px 0 0;
}

#header {
	width: 992px;
	height: 136px;
	margin: 0px auto 0px auto;
	background: url(../layout-files/bg-header.png) no-repeat;
    position: relative;
}

#main {
	width: 1050px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
    clear: both;
}

/***************************** footer *****************************/


#footer {
	width: 971px;
	margin: 18px auto 0px auto;
	padding: 0px 0px 15px 21px;
    position: relative;
	min-height:227px;
	height:auto !important;
	height:227px;
	background: url(../layout-files/bg-footer.png) #24448f no-repeat;
	color: #eee;
}

#footer a, #credits a { font-weight: normal; }

#bottom {
	width: 992px;
	height: 25px;
	margin: 0 auto 0 auto;
}

#footer .left {
    font-size: 95%;
    padding-top: 16px;
}

#credits
{
    font-size: 80%;
    text-align: right;
    padding: 5px 21px 15px 0;
}

#copyright
{
    position: absolute;
    font-size: 90%;
    bottom: 15px;
    right: 21px;
}


#footer a, #footer a:active, #footer a:link, #footer a:visited { color:#eee; text-decoration: none; }
#footer a:hover { color:#fff; text-decoration: none; }

#credits a, #credits a:active, #credits a:link, #credits a:visited { color:#aaa; text-decoration: none; }
#credits a:hover { color:#777; text-decoration: none; }


#logged-in a, #logged-in a:active, #logged-in a:link, #logged-in a:visited { color:#fff; text-decoration: none; }
#logged-in a:hover { color:#ddd; text-decoration: none; }

div#banner-ad
{
	position: absolute;
	top: 10px;
	right: 25px;
	height: 80px;
	/*width: 200px;*/
	text-align: right;
	padding-bottom: 8px;
	color: #b2bdd9;
}

a#banner-advertise-link
{
	font-size: 80%;

	font-weight: normal;
	color: #b2bdd9;
}
/*
div#banner-ad p
{
	margin: 0;
	padding: 5px 0 0 0;
}
*/
/**************************** search ***********************/

div#search
{
	padding: 10px 7px 0px 0px;
	width: 166px;
	float: right;
}

input#search-field
{
	height: 16px;
	border: 0;
	padding:2px 0 3px 5px;
    background: url("../layout-files/searchfield-bg.gif") #ffffff 0px 0px no-repeat;
    width: 120px;
    color: #24517c;
}

input#search-button
{
	/*vertical-align:middle;*/
	padding: 0px 0 0 0;
	margin: 0;
}


/************************* login **********************/

div#logged-in
{
    padding: 5px 5px 5px 40px;
}

a.logout-button
{
    float: right;
    margin-right: 9px;
    padding: 2px 0 2px 19px;
    color: #ddd;
    background: url("../layout-files/button-logout.gif") no-repeat;
}

table.login
{
    width: 100%;
}

#home-login
{
    background: url("../layout-files/bg-home-login.png") #525252 no-repeat;
    width: 233px;
    color: #eee;
    /*font-size: 90%;*/
    margin: 6px 0 0 0;
}

#home-login-inner
{
    background: url("../layout-files/bg-home-login-bottom.png") no-repeat;
    background-position: bottom;
    padding-bottom: 8px;
}

#home-login div.label
{
    width: 70px;
    text-align: right;
    padding: 3px 4px 0 0;
}

#home-login div.element
{
    width: 115px;
}

#home-login div.button
{
    width: 30px;
    margin-left: 4px;
    padding-top: 5px;
    margin-right: 10px;
}

div.label, div.element
{
    float: left;
}

div.button
{
    float: right;
}

input.text
{
    border: 1px solid #969494;
	color:#24517C;
font-size: 110%;
padding: 1px 0px 2px 3px;
}

#home-login input.text
{
    border: 1px solid #969494;
}

span.validator
{
    padding: 0 0 0 9px;
    color: #f97575 !important;
}

/***** sub login ****/

#sub-login
{
    background: url("../layout-files/bg-sub-login.png") #525252 no-repeat;
    width: 193px;
    color: #eee;
    /*font-size: 90%;*/
    margin: 6px 0 10px 0;
    font-size: 90%;
}

#sub-login-inner
{
    background: url("../layout-files/bg-sub-login-bottom.png") no-repeat;
    background-position: bottom;
    padding-bottom: 8px;
}


#sub-login div.label
{
    width: 70px;
    text-align: right;
    padding: 3px 4px 0 0;
}

#sub-login div.element
{
    width: 115px;
}

#sub-login div.button
{
    width: 30px;
    margin-left: 4px;
    padding-top: 5px;
    margin-right: 10px;
}


/*********************** home page **********************/


#banner-outer
{
    width: 1050px;
    height: 254px;
	background: url(../layout-files/bg-banner.png) no-repeat;
	padding-top: 14px;
	clear: both;
}

div#image-rotator-outer
{
	height: 231px;
	overflow: hidden;
}

ul#image-rotator
{
    margin: 0px 0 0 375px;
}

ul#image-rotator li
{
    width: 621px;
    height: 231px;
}

div#home-main
{
    width: 992px;
    margin: 0 auto 0 auto;
}
 
div#home-left
{
    float: left;
    width: 240px;
    padding-left: 21px;
}
 
div#home-middle
{
    float: left;
    width: 314px;
    margin: 0 0 0 30px;
}
 
div#home-right
{
    float: left;
    width: 365px;
    margin: 0 0 0 20px;
}
 
div#home-sponsors
{
    clear: both;
    width: 954px;
    margin: 0px auto 0 auto;
   padding: 64px 17px 0 21px;

	min-height:82px;
	height:auto !important;
	height:82px;

    background: url("../layout-files/home-sponsors-bg.png") no-repeat;

}
 
div#major-sponsors
{
width: 112px;
float: left;
}
 
div#diamond-sponsors
{
width: 481px;
float: left;
}
 
div#platinum-sponsors
{
width: 346px;
float: left;
}

div.home-content
{
    font-size: 90%;
}

div.home-content h3
{
    color: #545455;
    font-size: 110%;
    padding: 3px 0 0px 0;
}

div.home-content p
{
	padding: 3px 0 3px 0;
}

div#home-funding
{
    margin-top: 21px;
    /*position: relative;*/
}

/*
div#home-events
{
    position: relative;
}

div#home-news
{
    position: relative;
}
*/

div.home-event
{
    padding-top: 11px;
}


h2#events-title
{
    width: 314px;
    height: 31px;
    font-size: 15px;
    position: relative;
}

h2#events-title span
{
    background: url("../layout-files/title-upcoming-events.png") no-repeat;
}

h2#funding-title
{
    width: 314px;
    height: 32px;
    font-size: 15px;
    position: relative;
}

h2#funding-title span
{
    background: url("../layout-files/title-funding-available.png") no-repeat;
}

div.home-middle-panel
{
    padding: 0px 15px 15px 15px;
	background: url(../layout-files/home-middle-panel-bottom.png) #f1f0f0 no-repeat;
	background-position: bottom;
}



h2#news-title
{
    width: 365px;
    height: 31px;
    font-size: 15px;
    position: relative;
}

h2#news-title span
{
    background: url("../layout-files/title-industry-news.png") no-repeat;
}

div.home-right-panel
{
    padding: 6px 15px 15px 15px;
	background: url(../layout-files/home-right-panel-bottom.png) #f1f0f0 no-repeat;
	background-position: bottom;
}


/*********************** sub page ***********************/

h1.page-title
{
	
	font-size: 200%;
	line-height: 130%;
	padding: 0;
	margin: 0px 0 19px 0px;
	color: #fb0101;
	text-align: right;	
}

#sub-main
{
	background: url(../layout-files/bg-sub-shadow.png) no-repeat;
    padding: 25px 0 0 0;
}

#sub-main-inner
{
    width: 992px;
    margin: 0 auto 0 auto;
	min-height:300px;
	height:auto !important;
	height:300px;
}

#sub-left
{
    float: left;
    width: 193px;
    margin: 10px 0 0 0;
}


#sub-right
{
    float: left;
    width: 747px;
    margin: 0 0 0 26px;
}

#sub-nav
{
	background: url(../layout-files/bg-subnav-top.png) no-repeat;
	padding-top: 10px;
	margin-bottom: 25px;
}

#sub-nav-inner
{
	background: url(../layout-files/bg-subnav-bottom.png) no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

/************************* main nav *********************/



div#nav
{
	height: 42px;
	width: 992px;
    background: url("../layout-files/bg-nav-outer.png") #091d4d 0px 0px no-repeat;
	font-size: 14px;
	margin: 0 auto 0 auto;
	z-index: 2;
}

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

#nav-ul {
	margin: 0px 0 0 10px;
	width: 803px;
	float: left;
}

#nav-ul li a {
	display: block;
	width: 7em;
	color: #fff;
	padding: 12px 0px 6px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

#nav-ul li a.top {
	height: 23px;
}

#nav-ul li {
	float: left;
	width: 7em;
	/*background-color: #333;*/
}

#nav-ul li.thinnest a, #nav-ul li.thinnest {
	width: 5.5em;
}

#nav-ul li.thin a, #nav-ul li.thin {
	width: 6.9em;
}

#nav-ul li.medium a, #nav-ul li.medium {
	width: 7.9em;
}

#nav-ul li.wide a, #nav-ul li.wide{
	width: 9.1em;
}

#nav-ul li.wider a, #nav-ul li.wider{
	width: 10em;
}

#nav-ul li.widest a, #nav-ul li.widest{
	width: 12em;
}

#nav-ul li.widest2 a, #nav-ul li.widest2{
	width: 13em;
}

#nav-ul li.selected {
	
    background: url("../layout-files/bg-nav.png") 0px -84px repeat-x;
}

#nav-ul li li.selected {
	/*background-color: #222;*/
    background: url("../layout-files/no-img.jpg") #162956 no-repeat;
}

#nav-ul li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 193px;
	/*w\idth: 13.9em;*/
	font-weight: normal;
	margin: 0;
	/*border-bottom: 1px solid #888;*/
	/*border-top: 1px solid #0e2358;*/
	z-index: 200;
}

#nav-ul li ul li {
	/*padding-right: 1em;*/
	width: 193px;
	border-bottom: 1px solid #152d69;
	background-color: #162956;
	font-size: 90%;
}

#nav-ul li ul li.dropdown a {
	width: 175px;
	/*w\idth: 175px*/
	/*height: 1.4em;*/
	padding: 8px 9px 8px 9px;
	text-align: left;
}


#nav-ul li:hover, #nav-ul li.sfhover {
	background-color: #444;
    /*background: url("../layout-files/bg-nav-over.jpg") #444 0px 0px repeat-y;*/
    background: url("../layout-files/bg-nav.png") 0px -42px repeat-x;
}

#nav-ul li:hover ul {
	left: auto;
}

#nav-ul li:hover ul, #nav-ul li.sfhover ul {
	left: auto;
}


#nav-ul li.dropdown:hover {
    background: url("../layout-files/no-img.gif") #1e3468 0px 0px no-repeat;
}


#footer-nav
{
    background: url("../layout-files/bg-nav-footer-bottom.png") no-repeat;
    background-position: bottom;
    background-position: bottom left;
    padding: 11px 21px 11px 110px;
}

#footer-nav a
{
    font-weight: normal;
font-size: 120%;
}


/***************************** sub nav ***************************************/

div#sub-nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
	border-top: 1px solid #d8d8d9;
}

div#sub-nav ul li
{
    margin: 0;
}

div#sub-nav ul li a
{
    display: block;
    color: #0d1a20;
    color: #057EB9;
    background-color: #c6c7c8;
    width: 178px;
    padding: 8px 5px 8px 10px;
    text-decoration: none;
	border-bottom: 1px solid #d8d8d9;
    font-size: 110%;
    font-weight: normal;
}

div#sub-nav ul li.selected a
{
    /*background-color: #d40202;*/
    background-color: #dbdddd;
    font-weight: normal;
}

div#sub-nav ul li a:hover
{
    background-color: #cecfd0;
    /*color: #24a4e1;*/
}

div#sub-nav ul li.selected a:hover
{
    /*background-color: #d40202;*/
    /*color: #0d1a20;*/
    /*color: #243d48;*/
    color: #24a4e1;
    background-color: #dddddd;
}



/******************* content elements - white bg ********/


.content-area
{
	font-size: 90%;	
}


.content-area li {
	margin-bottom:5px;
}

.content-area img
{
	/*margin-top: 5px;
	margin-bottom: 10px;*/
}

.content-area ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    margin-bottom:11px;
    margin-left:26px;
    margin-top:11px;
    padding:0 0 8px;
}

.content-area h1
{
	padding: 8px 0 2px 0;
	margin: 0 0 0 0;
	font-size: 150%;	
	color: #0293d6
}

.content-area h2
{
	padding: 8px 0 2px 0;
	margin: 0 0 0 0;
	font-size: 130%;
	color: #1d3776;	
}

.content-area h3
{
	padding: 8px 0 2px 0;
	margin: 0 0 0 0;
	font-size: 120%;	
	color: #333;
}

.content-area p
{
	padding: 3px 0 8px 0;
	margin: 0 0 0 0;
	/*font-size: 90%;	*/
}



.content-area a, .content-area a:active, .content-area a:link, .content-area a:visited { color:#057EB9; text-decoration: none; font-weight: normal; }
.content-area a:hover { color:#0f40bc; text-decoration: none; }


/***************************** Tables ***********************/


div.content-area Table TD {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	/*font-size: 85%;
	line-height: 120%;*/
	color: #666;
	vertical-align: top;
}

div.content-area Table TD p
{
	margin: 0px 0px 0px 0px;
    padding: 0 0 0px 0;
    /*font-size: 100%;*/
}

div.content-area Table 
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.content-area Table TH 
{
    padding: 3px 3px 4px 3px;
    background-color: #ddd;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}	

div.content-area Table TD 
{
    padding: 3px 5px 3px 5px;
    background-color: #eeeeee;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


div.content-area Table.table-clear 
{
    border: 0;
}

div.content-area Table.table-clear TH 
{
    background-color: #ffffff;
    border: 0;
}	

div.content-area Table.table-clear TD 
{
    background-color: #ffffff;
    border: 0;
    padding: 0;
    color: #777;
}


/********** grey ************/


div.content-area Table.table-grey 
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.content-area Table.table-grey TH 
{
    padding: 3px 3px 4px 3px;
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}	

div.content-area Table.table-grey TD 
{
    padding: 3px 5px 3px 5px;
    background-color: #eeeeee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/************************ document icons ********************************/

/*
span.new{
	padding: 0px 0px 1px 34px;
	background: url(/layout-files/doc-new.gif) 0px 0px no-repeat;
	}
	
td.new{
	padding: 3px 5px 4px 39px;		
	background: url(/layout-files/doc-new.gif) #eeeeee 5px 5px no-repeat;
	}

p.new{
	padding-left: 34px;	
	background: url(/layout-files/doc-new.gif) 0px 2px no-repeat;
	}
*/

span.adobe, p.adobe, a.adobe {
	padding: 0px 0px 5px 22px;
	background: url(/layout-files/doc-adobe.gif) 0px 0px no-repeat;
	}

td.adobe {
	padding: 3px 4px 6px 27px;		
	background: url(/layout-files/doc-adobe.gif) #eeeeee 5px 5px no-repeat;
	}
	
	

span.word, p.word, a.word {
	padding: 0px 0px 5px 22px;
	background: url(/layout-files/doc-word.gif) 0px 0px no-repeat;
	}

td.word {
	padding: 3px 4px 6px 27px;		
	background: url(/layout-files/doc-word.gif) #eeeeee 5px 5px no-repeat;
	}



span.image, p.image, a.image{
	padding: 0px 0px 5px 22px;
	background: url(/layout-files/doc-image.gif) 0px 0px no-repeat;
	}

td.image {
	padding: 3px 4px 6px 27px;		
	background: url(/layout-files/doc-image.gif) #eeeeee 5px 5px no-repeat;
	}

span.excel, p.excel, a.excel{
	padding: 0px 0px 5px 22px;
	background: url(/layout-files/doc-excel.gif) 0px 0px no-repeat;
	}

td.excel {
	padding: 3px 4px 6px 27px;		
	background: url(/layout-files/doc-excel.gif) #eeeeee 5px 5px no-repeat;
	}

span.powerpoint, p.powerpoint, a.powerpoint {
	padding: 0px 0px 5px 22px;
	background: url(/layout-files/doc-powerpoint.gif) 0px 0px no-repeat;
	}

td.powerpoint {
	padding: 3px 4px 6px 27px;		
	background: url(/layout-files/doc-powerpoint.gif) #eeeeee 5px 5px no-repeat;
	}

/*************** search results *****************************/

.content-area a.xsltsearch_title
{
    font-weight: bold !important;
    font-size: 110%;
}

.content-area p.xsltsearch_result_title
{
    padding: 0;
    margin: 0;
}

div.xsltsearch_result
{
    padding: 5px 0 5px 0;
}



/**************** sitemap ****************************/
#sitemap { padding-top: 9px; }

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

#sitemap li { margin: 3px 0 3px 0; }

#sitemap a
{
	display: block;
	/*color: #FFF;*/
	background-color: #ddd;
	width: 717px;
	padding: 6px 18px 6px 12px;
	text-decoration: none;
	/*border-bottom: 1px solid #666;*/
}

#sitemap a:hover
{
	/*background-color: #7b8297;*/
	/*color: #FFF;*/
}

#sitemap li li a:hover
{
	/*background-color: #7b8297;*/
	/*color: #FFF;*/
}

#sitemap li li a
{
	display: block;
	/*color: #FFF;*/
	background-color: #eee;
	width: 717px;
	padding: 6px 0px 6px 30px;
	text-decoration: none;
	/*border-bottom: 1px solid #666;*/
}


#sitemap li div.no-link
{
	display: block;
	/*color: #FFF;*/
	background-color: #ddd;
	width: 717px;
	padding: 6px 18px 6px 12px;
	text-decoration: none;
	/*border-bottom: 1px solid #666;*/
}


/***************** find a club *******************/

div.content-area table.search-results, div.content-area table.search-results td
{
    border: 0;
}
 div.content-area table.search-results td
{
    padding: 8px;
}

div.content-area table.search-results tr td
{
    border-bottom: 1px solid #fff;
    background-color: #ddd;
    color: #444;
}

div.content-area table.search-results tr.search-heading td
{
    border-bottom: 1px solid #fff;
    background-color: #555;
    color: #eee;
    font-weight: bold;
}

input.search-string
{
    color: #555;
}



/*********************** extras *******************/


h1#training-button
{
    width: 365px;
    height: 81px;
    font-size: 11px;
position: relative;
margin: 0 0 15px 0;
}

h1#training-button span
{
    background: url("../layout-files/training-button-1.png") no-repeat;
}






/************************* payment form **********************/



#payment-form
{
    background-color: #eee;
    width: 460px;
    /*color: #eee;*/
    font-size: 110%;
    margin: 6px 0 0 0;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 0 15px 0;
}

#payment-form div.label
{
    width: 110px;
    text-align: right;
    padding: 3px 8px 0 0;
}

#payment-form div.element
{
    width: 330px;
}

#payment-form div.button
{
    padding: 5px 0 0 118px;
    float: none;
}

#payment-form input.text
{
    border: 1px solid #969494;
}

span.validator
{
    padding: 0 0 0 9px;
    color: #f97575 !important;
}

label.error 
{
    width: 320px;
    color: #ff0000;
    display: block;
    padding: 3px 0 3px 0;
}





































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

