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


a, a:active, a:link, a:visited { color:#a14d94; text-decoration: none; }
a:hover { color:#c954b7; text-decoration: none; }

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

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

h1#main-title span
{
    background: url("../layout-files/main-title.jpg") 0px 0px no-repeat;
}
/*
h2#quote
{
	display:block;
	width: 505px;
	height: 317px;
	position: relative;
	float:left;
	font-size: 80%;
}

h2.quote1 span
{
    background: url('../layout-files/quote-1.jpg') 0px 0px no-repeat; 
}
*/
h2#welcome-title
{
	display:block;
	width: 389px;
	height: 30px;
	position: relative;
	font-size: 80%;
}

h2#welcome-title span
{
    background: url('../layout-files/title-welcome.gif') 0px 0px no-repeat; 
}



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

body {
	font-size: 80%;
	line-height: 115%;
	font-family: verdana, arial, helvetica, sans serif;
	color: #646464;
	background-color: #12727e;
	padding: 0;
	margin: 0;
	
}


#header-outer {
	background: url(../layout-files/bg-upper.jpg) repeat-x;
}


#header {
	width: 1060px;
	height: 317px;
	margin: 0px auto 0px auto;
	padding: 0px;
    position: relative;
}
/*
#header img {
	float: right;
}
*/
#main-outer {
	background: url(../layout-files/bg-main.jpg) #e3e3e3 repeat-x;
}

#main {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 10px 50px 10px 50px;
	background: url(../layout-files/bg-main.jpg) #e3e3e3 repeat-x;
}

#content {
	padding: 10px 0px 13px 0px;
}

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


#footer-outer {
	background: url(../layout-files/bg-footer.jpg) #12727e repeat-x;
}

#footer {
	width: 960px;
	margin: 0 auto 0px auto;
	padding: 24px 50px 24px 50px;
    position: relative;
	min-height:86px;
	height:auto !important;
	height:86px;
	color: #eee;
	background: url(../layout-files/bg-footer.jpg) #12727e repeat-x;
}

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

#footer .right
{
    color: #4ecfdf;
}

#footer-credits
{
    float: right;
    margin-top: 45px;
    width: 200px;
font-size: 80%;
text-align: right;
}

#footer-credits a
{
    color: #1fa9bb;
}

#footer-nav p
{
    text-align: right;
}


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

#home-left
{
    float: left;
    width: 412px;
    padding: 15px 0 10px 0;
}

#home-middle
{
    float: right;
    width: 317px;
	background: url(../layout-files/bg-news-panel.gif) no-repeat;
	color: #444;
	margin: 4px 0 0 0;
}

#home-middle div
{
	min-height:172px;
	height:auto !important;
	height:172px;
    padding: 40px 16px 12px 16px;
	background: url(../layout-files/bg-news-panel-bottom.gif) no-repeat;
	background-position: bottom;
}

#home-middle p.heading
{
    font-weight: bold;
    padding: 7px 0 0px 0;
}

#home-right
{
    float: right;
    width: 175px;
    margin: 4px 0 0 27px;
	background: url(../layout-files/bg-right-panel.gif) no-repeat;
	color: #444;
}

#home-right div
{
	min-height:168px;
	height:auto !important;
	height:168px;
    padding: 44px 11px 12px 11px;
	background: url(../layout-files/bg-right-panel-bottom.gif) no-repeat;
	background-position: bottom;
}
 


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


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



div#nav
{
	height: 130px;
	position: absolute;
	top: 0px;
	right: 50px;
    background: url("../layout-files/bg-nav-outer.gif") 0px 0px repeat-x;
	font-size: 14px;
	margin: 0;
	z-index: 2;
	clear: both;
}

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

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

#nav-ul li a {
	display: block;
	width: 7em;
	color: #1896a6;
	padding: 48px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
}

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

#nav-ul li {
	float: left;
	width: 7em;
	margin-left: 1px;
    background: url("../layout-files/bg-nav.gif") 0px 0px repeat-x;
	/*background-color: #333;*/
}

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

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

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

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

#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-color: #222;*/
    background: url("../layout-files/nav-on.gif") 0px 0px repeat-x;
}

#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 #333;
	z-index: 2;
}

#nav-ul li ul li {
	/*padding-right: 1em;*/
	width: 193px;
	border-bottom: 1px solid #333;
	background-color: #444;
	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/nav-over.gif") 0px 0px 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-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%;
	color: #b86bac;	
}

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

.content-area h2.page-title
{
    /*font-size: 190%;
    padding: 12px 0 15px 0;
    font-size: 900px;
    padding: 0px 0 0px 0;
    color: #a7a9ac;*/
    
	font-size: 210%;
	line-height: 130%;
	padding: 0;
	margin: 4px 0px 2px 0px;
	color: #a7a9ac;
}


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

.content-area h4
{
	padding: 5px 5px 7px 5px;
	margin: 8px 0 2px 0;
	font-size: 130%;
	color: #eeeeee;	
	background-color: #777;
}

.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:#a14d94;
    font-weight:bold;
    text-decoration: none;
}

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


div#map
{
    float: right;
    width: 500px;
    height: 350px;
    border: 1px solid #aaa;
    background-color: #888;
}








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