/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#69655e;
	font-size:12px;
	margin:0 auto;
	background-color:#dbd4ca;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#7d7569;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:20px; }

h2 { font-size:14px; font-weight: bold;  margin: 20px 0 0px 0; list-style: square; color:#017B4A; }

h3 { font-size:15px; }

h4 { font-size:14px; }

hr {color:#1D402C;
background-color:#1D402C; }

ul {
list-style: square; color:#017B4A; 
}


ul.horizontal {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;

}
ul.horizontal li {
  float: left;
  padding: 0 15px 0 10px;
  margin: 0;
  background-image: url(images/img_bullet.jpg);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  color:#7D7569;
}

ul.vertical {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.vertical li {
  padding: 0 15px 0 10px;
  margin: 0;
  background-image: url(images/img_bullet.jpg);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  color:#7D7569;
}



table tr.shaded {
	background-color: #123823;
}

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.pic  { border: 2px solid #f4c91b;
margin:5px;
}

.picbig  { border: 10px solid #f4c91b;
margin:5px;
}

a:hover .pic   { border: 2px solid #fff;
}



/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.location_container {
	position:relative;
	margin:0 auto;
	width:231px;
	height:210px;
	float:left;
	margin: 0 12px 0 0;
	padding: 15px 20px;
	border: 1px solid #fff;
background-color: #beb4a7;
}

.side_list {
	list-style-image: url(images/img_bullet.jpg);
}

.staff-member {
	position:relative;
	width:600px;
	height:150px;
	border-bottom:1px solid #F4C91B;
}

.staff-photo {
	position:relative;
	width:auto;
	height:auto;
	float:left;
}

.staff-details {
	position:relative;
	width:auto;
	height:auto;
	float:left;
}



/* ---- layout settings ----------------------- */

#bg_repeat {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-repeat.jpg);
}

#bg_repeat-home {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-repeat-home.jpg);
}

#main_container {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-container.jpg);
}

#main_container-home {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-container-home.jpg);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:890px;
	height:31px;
	padding: 96px 40px 0 20px;
}

#top_nav {
	top: 25px;
	right: 60px;
	position: absolute;
}

#link {
margin:-55px 0px 0px 0px;

}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:-10px;
	left:0;
	width:855px;
	height:28px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:auto;
	padding: 20px 40px 20px 30px;
}

#flash {
	position:relative;
	top:0;
	left:0;
	width:668px;
	height:357px;
	float: left;
}

#top_side {
	position:relative;
	top:0;
	left:0;
	width:200px;
	height:auto;
	float: right;
	line-height: 20px;
	font-style: italic;
	padding: 5px 0 0 0;
}


/* ---- start main content settings -------------- */

#content_top {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:auto;
}

#content_btm {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:auto;
	padding: 0 0 0 2px;
}

#flag {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:665px;
	height:80px;
	padding: 10px 0 0 0;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:680px;
	height:auto;
}

#snapshot {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:625px;
	height:425px;
	background-repeat: no-repeat;
	background-image: url(flash/images2/banner.jpg);
    padding: 45px 0 0 0;
}

#fadeshow1 {
	position:relative;
	top:0;
	left:0;
	float:right;
	margin:0px 0px 0px 63px;
}


/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:190px;
	height:auto;
	padding: 10px 0 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer_content {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:40px;
	clear:both;
	padding: 0 20px 0 30px;
}

#footer_content img {
	margin: 0 0 0 10px;
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:40px;
	clear:both;
	margin: 0 auto;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:28px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:75px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -28px;
}

.active_01 {
	background-position: 0 -28px !important;
}

a#nav_02 {
	width:146px;
	cursor:default;
	background-position:-75px 0;
}

a:hover#nav_02{
	background-position:-75px -28px;
}

.active_02 {
	background-position:-75px -28px !important;
}

a#nav_03 {
	width:96px;
	cursor:default;
	background-position:-221px 0;
}

a:hover#nav_03{
	background-position:-221px -28px;
}

.active_03 {
	background-position:-221px -28px !important;
}

a#nav_04 {
	width:104px;
	cursor:default;
	background-position:-317px 0;
}

a:hover#nav_04{
	background-position:-317px -28px;
}

.active_04 {
	background-position:-317px -28px !important;
}

a#nav_05 {
	width:82px;
	cursor:default;
	background-position:-421px 0;
}

a:hover#nav_05{
	background-position:-421px -28px;
}

.active_05 {
	background-position:-421px -28px !important;
}

a#nav_06 {
	width:96px;
	cursor:default;
	background-position:-503px 0;
}

a:hover#nav_06{
	background-position:-503px -28px;
}

.active_06 {
	background-position:-503px -28px !important;
}

a#nav_07 {
	width:134px;
	cursor:default;
	background-position:-599px 0;
}

a:hover#nav_07{
	background-position:-599px -28px;
}

.active_07 {
	background-position:-599px -28px !important;
}


a#nav_08 {
	width:115px;
	cursor:default;
	background-position:-733px 0;
}

a:hover#nav_08{
	background-position:-733px -28px;
}

.active_08 {
	background-position:-733px -28px !important;
}

/* CSS Popout menuv */



#menuv		                                 /* position, size, and font of  menu */
	{	

	position:absolute;
	z-index: 10;
	text-align: left;
	font-size: 1em;
	}

#menuv a, #menuv a:visited {
	font-weight: bold;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.popunder 	/* attaches parent-arrow on all parents */
	{
	color: #69655e;
	font-weight: normal;
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuv a.popunder:hover 	/* attaches parent-arrow on all parents */
	{
	color:#fff;
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: white;
	background-color: #187540;
	}
	
#menuv ul
	{
	margin: 0;
	padding: 0;
	position: relative;	
	list-style: none;
}
#menuv ul li
	{
	position:relative;
	margin: 0 0 0 0;
	padding:0 0 10px 2px;

}

#menuv ul li a {
	font-weight: bold;	
	background: none;
	text-decoration: none;
}

#menuv ul li a:hover {
	font-weight: bold;	
	background: none;
	text-decoration: underline;
}
	
#menuv ul li ul
	{
	position:relative;
	padding: 0 0 0 0;
	margin:0;	
}

#menuv ul li ul li
	{
	background: none;
	padding: 0px 0 0 10px;
	margin: 0;
	background-image: url(images/img_bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5px;	
}

#menuv ul li ul li a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background: none;
}
	
#menuv ul li ul li a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	background: none;
}	

#menuv li ul
	{
	/* add position: absolute; to make it pop out 
	top: 0; */
	/*left: 15.5em;                       distance from  left menu (this should be the same as width value in #menuv [1]) above */
		                 
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	/*margin:0;				               /* keeps the menu parts together 
	padding:0;
	
	width: 15.5em;			               width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
	
	/*----------------------highslide---------------------------*/

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: black black #202020 black;
	background: gray;
}
.highslide-wrapper, .glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	color: white;
	background: #111;
}
.highslide-heading {
	display: none;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	/*
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	*/
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move a {
	cursor: move;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin-right: 15px;

	margin-bottom: 10px;


	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background: url(highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
} 



/*-----------------------------javascript rotator-------------------------------*/

#logoPart { background:#000; height:90px;}

#bannerTD { width:500px; height:333px;  background-repeat: no-repeat;}
#bannerTD #bannerContainer { width:500px; height:333px; text-align:center;}
#bannerTD #bannerContainerCover { width:500px; height:333px; text-align:center;}
#bannerTD #bannerBody { height:333px; text-align:center;}

#bannerTD #bannerFooter {     
    background:#000; height:80px; 
    display:none; 
    width:500px;
}
#bannerTD #bannerFooterNav { 
    position:absolute;
    top:335px;margin-top:0;
    left:50%;margin-left:-350px;
    width:500px;
}
.footerCell{ padding:5px; text-align:left; border:0px #F90 solid;}
.footerCell .footerTitle {font-family:tahoma, arial; font-size:11px; color:#fff; font-weight: bold;}
.footerCell .footerDesc {font-family:tahoma, arial; font-size:11px; color:#efefef;}
.footerCell ul {list-style: none; margin: 2px; margin-left: 75px; padding-left: 10px;}
.footerCell ul li {margin: 2px; line-height: 13px; padding: 0;}
.footerLink {text-align: right;}

.footerCell .imgDiv{ position:relative; float:left; width:80px; height:65px; margin: 2px 1px 0px 1px;}
.bttnMore {width:57px; height:19px; float: right;}
.bttnMore a{display: block; background:url(img/gen/bttn_more_small.png) 0 0 no-repeat; line-height: 19px; text-decoration: none;}

.imgBgDiv_i {
    width:82px; height:67px;
    background: url(img/gen/thumbBgBordered.png) 0 0 no-repeat;
    padding: 0;
    float:left;
}


#bannerCornerOverlayT{position:absolute; left:50%; margin-top:0; margin-left:-450px; top:90px; background:url(img/gen/bg_bigbanner_trans.gif) 0 -5px no-repeat; width:900px; height:5px; z-index:1000;}
#bannerCornerOverlayB{position:absolute; left:50%; margin-top:0; margin-left:-450px; top:410px; background:url(img/gen/bg_bigbanner_trans.gif) 0 0 no-repeat; width:900px; height:5px; z-index:1001;}

form {color:#efefef; margin:0;}


/*-----------------------------nivo slider-------------------------------*/

#slider {
    position:relative;
    width:668px; /* Change this to your images width */
    height:200px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}



