/***************** 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; }

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

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

h1#main-title
{
	display:block;
	width: 586px;
	height: 122px;
	float:left;
	font-size: 80%;
}

h1#main-title span
{
    background: url("../layout-files/bg-site-title.jpg") 0px 0px no-repeat;
}


a, a:active, a:link, a:visited { color:#1D4E38; text-decoration: none; }

a:hover { color:#2f875f; text-decoration: none; }

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


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

body {
	/*background: #ebede4 url("../images/grad.png") top left repeat-x;*/
	font-size: 80%;
	font-family: verdana, arial, helvetica, sans serif;
	color: #555;
	background-color: #68a78b;
	padding: 0;
	margin: 0;
	
}

#header-outer {
    background: url("../layout-files/bg-header-outer.gif") #6cb4d5 repeat-x;
}

#header {
	width: 960px;
	height: 122px;
	margin: 0px auto 0px auto;
	padding: 0 10px 0 10px;
    position: relative;
    background: url("../layout-files/bg-header-outer.png") #6cb4d5 repeat-x;
}

#header-inner {
    background: url("../layout-files/bg-banner-topright.jpg") no-repeat;
	height: 122px;
	padding-left: 20px;
	position: relative;
    background-position: top right;
}

#main-outer {
    background: url("../layout-files/bg-main.jpg") #e3e3e3 repeat-x;
}

#main {
	width: 980px;
	margin: 0px auto 0px auto;
    background: url("../layout-files/bg-main.jpg") #e3e3e3 repeat-x;
	position: relative;
}

.main-inner
{
    padding: 0px 20px 0px 20px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

div#content
{
    padding-bottom: 30px;
}

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


#footer-outer {
    background: url("../layout-files/bg-footer-outer.gif") #68a78b repeat-x;	
}

#footer {
	width: 980px;
	margin: 0 auto 0px auto;
    position: relative;
	min-height:118px;
	height:auto !important;
	height:118px;
    background: url("../layout-files/bg-footer-outer.gif") #68a78b repeat-x;	
}

#footer-right {
	width: 631px;
	float: right;
	min-height:108px;
	height:auto !important;
	height:108px;
	text-align: right;
	color: #1d4e38;
	padding: 25px 30px 10px 0;
    background: url("../layout-files/bg-footer.jpg") no-repeat;	
}

#footer-credits
{
    padding: 30px 0 25px 8px;
    width: 200px;
font-size: 80%;
}

#footer-credits a, #footer-credits a:visited, #footer-credits a:link, #footer-credits a:active 
{
    color: #2a7b58;
}

#footer-credits a:hover 
{
    color: #1a5d40;
}



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


div#home-content
{
    clear: both;
    text-align: right;
    float: right;
    width: 420px;
}

div#home-main
{
    background: url("../layout-files/home-main.jpg") -15px 0px no-repeat;
    padding: 0 30px 0px 0;
}


h1#home-title
{
	display:block;
	width: 508px;
	height: 34px;
	font-size: 80%;
	position: relative;
    float: right;
    margin-top: 54px;
}

h1#home-title span
{
    background: url("../layout-files/bg-home-title.gif") 0px 0px no-repeat;
}

div#home-lower
{
    width: 270px;
    height: 96px;
    position: absolute;
    bottom: 0;
    right: 19px;
}
 


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



div#sub-main
{
    padding-right: 30px;
}


h1#about-title
{
	display:block;
	width: 508px;
	height: 34px;
	font-size: 80%;
	position: relative;
    float: left;
    margin-top: 44px;
}

h1#about-title span
{
    background: url("../layout-files/bg-about-title.gif") 0px 0px no-repeat;
}


h1#session-title
{
	display:block;
	width: 508px;
	height: 34px;
	font-size: 80%;
	position: relative;
    /*float: right;*/
float: left;
    margin-top: 44px;
}

h1#session-title span
{
    background: url("../layout-files/bg-session-title.gif") 0px 0px no-repeat;
}

div#map
{
    float: left;
    border: 1px solid #bbb;
    height: 300px;
    width: 410px;
}


div#about-content, div#session-content
{
    clear: both;
    /*text-align: right;*/
    float: left;
    width: 440px;
}

div#content-right
{
	width: 450px;
	float: right;
}

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



div#nav
{
	height: 34px;
	/*width: 960px;*/
	font-size: 13px;
	margin: 0 auto 0 auto;
	z-index: 2;
	position: absolute;
	bottom: 0;
	right: 20px;
}

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

#nav-ul {
	margin: 0px 0 0 0;
}

#nav-ul li a {
	display: block;
	/*width: 7em;*/
	color: #fff;
	padding: 13px 0px 6px 0px;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
}

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

#nav-ul li {
	float: left;
	/*width: 7em;*/
	margin-left: 5px;
	position: relative;
	/*background-color: #333;*/
}


#nav-ul li.item1052, #nav-ul li.item1052 a {
    width: 107px;
    cursor: pointer;
}

#nav-ul li.item1052 a span {
    background: url("../layout-files/bg-nav-items.gif") 0px -68px no-repeat;
}

#nav-ul li.item1052 a#selected span {
    background: url("../layout-files/bg-nav-items.gif") 0px 0px no-repeat;
}

#nav-ul li.item1052:hover a span {
    background: url("../layout-files/bg-nav-items.gif") 0px -34px no-repeat;
}

#nav-ul li.item1052:hover a.selected span {
    background: url("../layout-files/bg-nav-items.gif") 0px 0px no-repeat;
}

#nav-ul li.item1053, #nav-ul li.item1053 a {
    width: 117px;
    cursor: pointer;
}

#nav-ul li.item1053 a span {
    background: url("../layout-files/bg-nav-items.gif") -127px -68px no-repeat;
}

#nav-ul li.item1053 a#selected span {
    background: url("../layout-files/bg-nav-items.gif") -127px 0px no-repeat;
}

#nav-ul li.item1053:hover a span {
    background: url("../layout-files/bg-nav-items.gif") -127px -34px no-repeat;
}

#nav-ul li.item1053:hover a.selected span {
    background: url("../layout-files/bg-nav-items.gif") -127px 0px no-repeat;
}



#nav-ul li.item1054, #nav-ul li.item1054 a {
    width: 161px;
    cursor: pointer;
}

#nav-ul li.item1054 a span {
    background: url("../layout-files/bg-nav-items.gif") -264px -68px no-repeat;
}

#nav-ul li.item1054 a#selected span {
    background: url("../layout-files/bg-nav-items.gif") -264px 0px no-repeat;
}

#nav-ul li.item1054:hover a span {
    background: url("../layout-files/bg-nav-items.gif") -264px -34px no-repeat;
}

#nav-ul li.item1054:hover a.selected span {
    background: url("../layout-files/bg-nav-items.gif") -264px 0px no-repeat;
}




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

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

#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:hover a span, #nav-ul li.sfhover a span {
	background-position: 
}

#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-color: #666;
    background: url("../layout-files/bg-header1.gif") #b80000 0px 0px no-repeat;
}
*/

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

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

div#sub-nav ul li a
{
    display: block;
    color: #0d1a20;
    color: #057EB9;
    /*background-color: #036;*/
    width: 193px;
    padding: 8px 5px 8px 7px;
    text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
    font-size: 110%;
}

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

div#sub-nav ul li a:hover
{
    background-color: #e8e8e9;
    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 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%;	
}

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

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

.content-area p
{
	padding: 3px 0 6px 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:#488bab;
    font-weight:bold;
    text-decoration: none;
}

.content-area a:hover
{
    color:#67b1d4;
    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: #444;
	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;
}


/********** 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;
}





















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