@charset "UTF-8";
/* CSS Document */

#slideshow {
    position:relative;
    width:625px;
	height:182px;
	float:right;
	z-index:4;
	}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* core elements */

body {
	margin:0px;
}
td, tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
a {
	color:#00745a;
	text-decoration:none;
}
a:hover {
	color:#cdbe39;
	text-decoration:underline;
}
h1 {
	font-size:16px;
	font-weight:normal;
	color:#00745a;
	margin-top:0px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#cdbe39;
	margin:0px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#00745a;
	margin:0px;
}

/* background and template images */

#spacer {
	position:relative;
	float:right;
	height:31px;
	width:625px;
}
#top {
	background-image:url(images/bg-top.png);
	height:59px;
	background-repeat:repeat-x;	
}
#bg-header {
	background-color:#99afc0;
	height:182px;
	z-index:1;
}
#bg-content {
	background-color:#f1f1f1;
	border-top:solid 1px #fff;
}
#bg-footer {
	background-color:#808080;
	border-top:solid 1px #FFF;
	height:50px;
}
#footer {
	background-color:#a6a6a6;
	padding:5px;
	color:#fff;
	font-size:11px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
	font-size:11px;
}
#top-wrapper {
	overflow:auto;
	width:900px;
}
#logo-t {
	background-image:url(images/logo-t.png);
	width:275px;
	height:59px;
	background-repeat:no-repeat;
	position:relative;
	float:left;
}
#logo {
	background-image:url(images/logo.png);
	width:275px;
	height:182px;
	background-repeat:no-repeat;
	position:relative;
	float:left;
	z-index:3;
}
#header {
	background-image:url(images/header.jpg);
	width:625px;
	height:182px;
	position:relative;
	float:right;
	z-index:4;
	
}
#header-wrapper {
	overflow:auto;
	width:900px;
	border-right:solid 1px #FFF;	
	z-index:2;
}

#left-wrapper {
	width:219px;
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
#content {
	border:dotted 1px #CCC;
	background-color:#FFF;
	text-align:left;
	padding:20px;

}
#content2 {
	border:dotted 1px #CCC;
	border-top:none;
	background-color:#FFF;
	text-align:left;
	padding:20px;

}
#mod-title {
	background-color:#00745A;
	padding:10px;
	text-align:left;
	background-image:url(images/arrow-green.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	text-indent:7px;
	border-bottom:solid 1px #FFF;
}
#right-wrapper {
	width:157px;
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
#mod-right {
	background-color:#4d4d4d;
	padding:10px;
	color:#FFF;
	background-image:url(images/mod-divider-x.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:left;
}
#mod-right2 {
	background-image:url(images/mod-divider-y.png);
	background-repeat:repeat-y;
	background-position:right;
	color:#FFF;
	text-align:left;
}
#mod-right3 {
	color:#FFF;
}
.search {
	width:169px;
	height:16px;
	color:#666666;
	background-color:#E6E6E6;
	padding:0px;
	padding-top:3px;
	padding-left:2px;
	margin:0px;
	border:1px solid #333;
}			
.divider-y {
	border-right:dotted 1px #CCC;
}
.white-text {
	color:#FFF;
}
.white-text a {
	color:#cdbe39;
}
#mod-right a {
	color:#cdbe39;
}
#divider {
	height:10px;
	background-color:#cdbe39;
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
/*#weather {
}
#weather input {
	height:1em;
	color:#666666;
	background-color:#E6E6E6;
	padding:4px;
	border:1px solid #333;
	font-size:12px;
}
#weather submit {
	background-color:#F00;
}*/
/* menu styles */

#menucolumn {
	margin:0px;
	background-image:url(images/bg-nav.png);
	background-repeat:repeat-y;
	
}
	#menucolumn ul{
	margin: 0px;
	padding:0px;
	width:100%;
	}	
	#menucolumn li{
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	text-align: left;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	color: #008a8c;
	text-decoration: none;
	padding-bottom: 5px;
	padding-right: 0px;
	background-image:url(images/nav-divider.png);
	background-repeat:repeat-x;
	background-position:bottom;


	}
	#menucolumn li a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-indent:14px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display:block;
	width:100%;
	padding-bottom:5px;
	padding-top: 5px;
	padding-left: 3px;
	}
	#menucolumn li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image:url(images/bg-nav2.png);
	background-repeat:repeat-y;
	background-position:bottom;
	display:block;
	width:100%;
	padding-bottom:5px;
	padding-top: 5px;
	padding-left: 3px;
	}	
	
#nav-t {
	margin:0px;
	width:605px;
	text-align:right;
	position:relative;
	float:right;
	margin-right:20px;
	
}
	#nav-t ul{
	margin: 0px;
	padding-top:0px;
	position:relative;
	float:right;
	
	}	
	#nav-t li{
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding:0px;
	background-image:url(images/tabs.png);
	background-repeat:no-repeat;
	background-position:bottom;
	display:inline;
	display:-moz-inline-stack;
	width:130px;
	height: 18px;
	padding-top:10px;
	text-align: center;	
	}
	#nav-t li a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;	
}
	#nav-t li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #00745a;
	}	