

 
/* GENERIC STYLES 
-------------------------------------------- */
 
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	color: #666;
}
html>body {
	font-size: 13px;
}

a {
	text-decoration: underline;
	color:
}
/* PARAGRAPHS 
-------------------------------------------- */
 p {
 	margin: 0 0 1.5em 0;
}
address {
	font-style: normal;
}
 .small {
	font-size: 1em;	
}

/* QUOTES
-------------------------------------------- */
 blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
 q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */

 a { 
 	text-decoration: underline;
	color: #019392
}
 a:hover { 
 		text-decoration: none; 
	}

/* LIST STYLES 
-------------------------------------------- */
 ul, ol {
	margin: 0 0 1.5em 1.8em;
}
 ul {
	list-style: none;
} 
li {
		list-style: disc inside;
		padding-left: 14px;
		margin: 0.2em 0;
	}

ol {
	list-style: decimal inside;
}
 ol li {
		background: none;
		padding-left: 0;
	}

	#top #MainMenu li, ul#TreeActions li {
	list-style: none !important;
	}
		
/* HEADER STYLES 
-------------------------------------------- */


 h1 {
	margin: 0 0 1em .1em;
	font-size: 2.4em;
	line-height: 1.05em;
	font-weight: normal;

	color:#444;
}
 h2 { 
	margin: 0 0 1em 0;
 	font-size: 1.9em;
 	font-weight: normal;
}	
 h3 {
	color: #01B1AF;
	margin: 0 0 0.6em 0;
	font-size: 1.6em;
	font-weight:normal;
}
 h4 {

	font-size:1em;
	color: #333;
	width: 95%;
	font-weight: 300;
	line-height: 18px;
	margin: 0 0 16px 0;
	font-weight:bold;
}
h5 {
	color: #01B1AF;
	font-size: 14px;
/*text-transform:uppercase; */
	font-weight: 700;
	margin: 0 0 12px 0;

}
#header h4 {
	color:#fff;
	text-align:right;
	border-bottom:none;
	width:100%;
	}
 h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* PRE STYLES 
-------------------------------------------- */	
 pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
 img {
	border: none;
}
 img.right {
		float: right;
		margin-left: 20px;
	}
 img.left {
		float: left;
	}
 img.leftAlone {
		float: left;
		margin-right: 100%;
	}
img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

/*
Background red: #8B0030;	
*/

/* ========== */
/* = Layout = */
/* ========== */

	
body {
	border-top:1px solid #2CBEBD;
  	padding: 0;
  	margin: 0;
 	background: #01B1AF url(../images/circ-lg.jpg) no-repeat center bottom;
  	width: 100%;
  	display: table;
}


.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;out

}

/* ========== */
/* = Header = */
/* ========== */

#header {
	padding: 1.2em 0 0 0;
}
#header ul{
	float:right;
	color:#fff;
}
	#header li {
	float:left;
	background-image: none;
	list-style: none;
	}
	
	#header li a {
		color:#fff;
		
	}
	
	h1#logo{
		float: left;
		font-size: 2em;
		margin: 16px 0 10px 10px;
		line-height: 1.15em;
	}
		h1#logo a{
			display: block;
			
			/* LIR */
			padding-top: 150px;
			width: 228px;
			background: url('../images/logo.gif') no-repeat 0 0;
			overflow: hidden;
			height: 0;
		
		}	
	
	#photo_frame {
		float: right;
		position: relative;
		padding-left: 0px;
	}
		#photo_frame .slideshow {
			position: relative;
		}
		#photo_frame img {
			display: block;
		}
		#photo_frame img#overlay {
			position: absolute;
			top: -6px;
			right: 0;
			z-index: 50;
		}
	
/* ============== */
/* = Navigation = */
/* ============== */

#nav-bar {
	background:  #2CBEBD url(../images/corner-nav-left.gif) no-repeat 0% 0%;
}

ul#nav {
	background: url(../images/corner-nav-right.gif) no-repeat 100% 0%;
	padding: 0 0 0 12px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #34CFCF;
}
	#nav li {
		float: left;
		padding: 0;
		margin: 0 3px 0 0;
		list-style: none;
		position: relative;
		padding:10px 0;
		
	}
		#nav li a {
			display: block;
			font-size: 1.2em;
			color:#fff;
			font-weight:normal;
			text-decoration: none;
			padding: 5px 12px;
			
			
		}
		#nav li a.current,
		#nav a:hover, #nav a:active, #nav a:focus {
		background: #019392;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		-opera-border-radius:8px;
		-khtml-border-radius:8px;
		border-radius:8px;
		
		}
		/* second-level lists*/ 
		ul#nav ul { 
			position: absolute;
			top: 49px;
			left: -999em;			
			width: 14em;
			list-style: none;
			padding-top: 1px;
			z-index: 100;
		}	
			ul#nav ul li {
				background: #2CBEBD;
				border-top: 1px solid #12A0A0;
				width:100%;
				margin: 0;
			}
				ul#nav ul li a {
					padding: 0px 12px;
				}
			ul#nav li.current ul a, ul#nav li.section ul a {
				display: block;
				background: none;
				border: none;
			}
			/* lists nested under hovered list items */
			ul#nav li:hover ul, ul#nav li.sfhover ul { 
				left: -25px;
			}
	
			ul#nav ul li:hover a, ul#nav ul li.sfhover a{
				background:none;
				-moz-border-radius:0px;
			-webkit-border-radius:0px;
			-opera-border-radius:0px;
			-khtml-border-radius:0px;
			border-radius:0px;
			text-decoration:underline;
				
			}
			/* lists nested under hovered list items */
			ul#nav ul li:hover, ul#nav ul li.sfhover { 
				
			}
		
.transparent {
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
		
/* =========== */
/* = Content = */
/* =========== */
.wrapper-left {
	width:986px;
	margin:0 auto;
	padding-left:26px;
	background: url(../images/content-wrapper-left.png) no-repeat 0% 0%;

}

.wrapper-right {
	margin:0 auto;
	padding-right:26px;
	background: url(../images/content-wrapper-right.png) no-repeat 100% 0%;

}
#content {
	width:960px;
	margin:0 auto;
	background:#fff;
	border-top: 1px solid #12A0A0;
	text-align:left;

}

#article {
	width: 650px;
	float: left;
	padding:30px;
	min-height:500px;
	height:auto !important;
  	height:500px;
}
#homearticle {
	width: 550px;
	float: left;
	padding:30px;
	min-height:500px;
	height:auto !important;
  	height:500px;
}

#team-article {
	width: 620px;
	float: left;
	padding:30px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
}
/* =========== */
/* = Sidebar = */
/* =========== */

#sidebar {
	width:220px;
	float: right;
	margin:20px 30px 0 0;
	overflow: hidden;
	display:inline;
}

#homesidebar {
	width:320px;
	float: right;
	margin:20px 30px 0 0;
		display:inline;
}

#sidebar img {
	float:none !important;
	margin:0 auto;
	clear:both;
	padding:8px;	
	border:1px solid #2FC0BD;
}

#sidebar strong {
	color:#333;
}
#sidebar p {
	clear:left;
	color:#999;
}

#sidemap {
	width:360px;
	float: right;	
}

.sideblock p {
	font-family:Arial, Helvetica, sans-serif;
	background: #01B1AF;
	display:block;
	padding:15px ;
	color:#fff;
	font-size:1.1em;	
	margin-top:-5px;

		}
.sideblock a {
	color:#fff;
}

ul.photo_grid {
	list-style: none;
	padding: 0;
	margin: 0;
}
	.photo_grid li {
		float: left;
		padding: 3px;
		background: #FEE7B1;
		border: 1px solid #EDB958;
		margin: 0 12px 20px;
	}
	.photo_grid li img {
		display: block;
	}

/* ============= */
/* = Employees = */
/* ============= */

ul#team {
	margin: 0;	
}
	ul#team li {
		background: none;
		list-style:none;
		padding: 0;
				margin-bottom:2em;
	}
		ul#team li .description {
			float: left;
			width:400px;
		}
		ul#team li .small {
			color: #333;
			margin-top: 0.3em;
			font-weight:bold;

		}
		ul#team li img {
			display: block;
			float: left;
			margin: 2px 15px 0 0;
		padding:8px;
		border:1px solid #2FC0BD;
	
		}
		ul#team li h3 {
			float: left;
			margin: 0 5px 0 0;	
		}

/* ========== */
/* = Footer = */
/* ========== */

#footer {
	padding: 1em 0;
	color: #fff;

}
	#footer h1 a{
		float: left;
		margin: 2px 0 0 10px;
		background: url('../images/footer-logo.png') no-repeat;
		overflow: hidden;
		height: 0;
		width:160px;
		padding-top:87px;
	}
	
	#phone,
	#footer address {
		float: right;
		width: 270px;
		padding: 0 25px 0 30px;
		border-left:1px solid #fff;
	}
	
	#footer a {
		color: #fff;
	}
			
.sub-footer-wrap {
	background:#019392;
}
#sub_footer {
	padding-top: 1.5em;
	color: #FFF;
	overflow:hidden;
}
	#sub_footer a {
		color: #fff;
		text-decoration:underline;
	}
	#sub_footer a:hover {
		color: #fff;
		text-decoration:none;
	}
	#copyright {
		float: left;
	}
	#web_one {
		float: right;
	}

#article table {
	background:#ccc;
    border-collapse:separate;
	border-spacing: 1px;
	width:100%
}
#article tr {
	background:#ccc;

}

 td {
	padding: 8px;
	vertical-align: top;
	border: 1px solid #fff;
	background: #efefef;
}





/* ============ */
/* = ClearFix = */
/* ============ */

* html .clearfix {
	height: 1%;
	overflow: visible;
}

*+html .clearfix {
	min-height: 1%;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;

}

