body,html {
	background: #babfb8;
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, sans-serif;
	color:#666666;
}

body a {
	color:#00674e;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body a:focus,
body a:active {
	outline: none;
}

img {
	border: 0;
	behavior:	url(scripts/pngbehavior.htc);
}

#main-container {
	width: 957px;
	position: relative;
	left: 50%;
	margin-left:-478px;
	margin-top:15px;
	background: url(../images/main/main-bg.gif) repeat-y;
}

span.clear {
	clear:both;
	display:block;
}

#content {
	padding:15px 30px;
}

/*------------------------------------------------------------------*/
/*---------------------- HEADER ELEMENTS ---------------------------*/
/*------------------------------------------------------------------*/

#header {
	background: url(../images/head/top-bg.gif) no-repeat;
	width: 957px;
	padding: 10px;
}

#head-contents {
	border: solid 1px #666666;
	width: 936px;
}

#top-img {
	float: right;
	margin: 0;
	padding: 0;
	width: 360px;
	height: 190px;
}

#top-tag {
	float: right;
	margin: 26px 0 0 0;
	padding: 0;
	width: 271px;
	height: 133px;
}

#logo {
	width:245px;
	height: 135px;
	margin: 21px 0 0 19px;
}

/*------------------------------------------------------------------*/
/*------------------------- NAV ELEMENTS ---------------------------*/
/*------------------------------------------------------------------*/

#top-nav {
	position: relative;
	background: url(../images/head/top-nav-bg.gif) center bottom no-repeat;
	width: 938px;
	height: 43px;
	border: 0;
	margin: 0;
	padding: 0;
}
#top-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#top-nav li {
	position: relative;
	display: block;
	text-indent: -9000px;
	text-align: center;
	background: none;
	width: 134px;
	height: 30px;
	/*margin: 4px 0 0 0;*/
	padding: 4px 0 0 0;
	float: left;
	cursor: pointer;
}
#top-nav ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	/*width: 164px;*/
	top: 35px;
	left: 0;
}
* html #top-nav ul ul {
	top: 34px;
	t\op: 35px;
}
#top-nav table {
	position: absolute;
	top: 0;
	left: 0;
}
#top-nav ul li:hover ul,
#top-nav ul a:hover ul {
	visibility: visible; 
}
#top-nav a,
#top-nav a:visited {
	display: block;
	padding-left: 4px;
	height: 35px;
	border-right: 1px solid #66a791;
}
li#nav-products a {
	background: url(../images/head/nav-products.gif) center center no-repeat;
}

li#nav-news a {
	background: url(../images/head/nav-news.gif) center center no-repeat;
}

li#nav-events a {
	background: url(../images/head/nav-events.gif) center center no-repeat;
	border-right: none;
}

li#nav-contact a {
	background: url(../images/head/nav-contact.gif) center center no-repeat;
}
#top-nav a:hover {
	background-color: #04684f;
}
#top-nav :hover > a {
	background-color: #04684f;
}
#top-nav ul ul li {
	text-indent: 0;
	margin: 0 0 -5px 0;
	height: auto;
	text-align: left;
}
#top-nav ul ul a,
#top-nav ul ul a:visited {
	background: url(../images/head/drop-nav-bg.gif) repeat;
	border: 1px solid #66a791;
	padding: 4px 6px;
	width: 178px;
	height: auto;
	color:#ffffff;
	font-weight: bold;
	font-size: .8em;
}
#top-nav ul ul a:hover {
	background: url(../images/head/drop-nav-bg.gif) repeat-x;
	background-position: -30px -30px;
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
	font-size: .8em;
}
#top-nav ul ul :hover > a {
	background: url(../images/head/drop-nav-bg.gif) repeat-x;
	background-position: -30px -30px;
	text-decoration: none;
	color:#ffffff;
}


/*------------------------------------------------------------------*/
/*------------------------- FOOT ELEMENTS --------------------------*/
/*------------------------------------------------------------------*/

#footer {
	background: url(../images/footer/foot-bg.gif) left bottom no-repeat;
	width: 896px;
	padding: 20px 30px 20px 30px;
	height: 37px;
	color: #333333;
	font-size: .75em;
}

.contact-footer {
	float: right;
}


/*------------------------------------------------------------------*/
/*------------------------- HOME PAGE STYLES -----------------------*/
/*------------------------------------------------------------------*/

#right-col-home {
	background: url(../images/main/right-col-bg.gif) #ffffff repeat-x; 
	float: right;
	border: solid 1px #b5b6b5;
	width: 278px;
	padding: 19px 16px;
	margin-top: 15px;
	color:#333333;
	font-size: .75em;
}


#left-col-std {
	width: 528px;
}


h1 {
	font-weight: normal;
	color: #00674e;
	font-size: 1.7em;
}

h2 {
	color: #00674e;
}

#news-home {
	width: 528px;
	font-size: .75em;
	line-height: 1.4em;
	color: #303836;
}

#news-home h2 {
	display: block;
	text-indent: -9000px;
	width: 100%;
	height: 18px;
	background: url(../images/main/recent_news.gif) no-repeat;
	padding: 0;
	margin: 30px 0 20px 0;
	cursor: pointer;
}

#news-home ul {
	margin:0;
	padding:0;
}

#news-home li {
	float: left;
	/*width: 250px;*/
	width: 46%;
	margin:0 8px 0 5px;
	list-style-type: none;
}

#news-home li.single-item {
	width: 97%;
}

.title {
	font-size: 1em;
	font-weight: bold;
	color:#666666;
}



/*--------------------------------------------------------------------*/
/*------------------------- INSIDE PAGE STYLES -----------------------*/
/*--------------------------------------------------------------------*/

#right-col {
	float: right;
}

#right-col-inside {
	background: url(../images/main/right-col-bg.gif) #ffffff repeat-x; 
	border: solid 1px #b5b6b5;
	width: 278px;
	padding: 19px 16px;
	margin-top: 15px;
	color:#333333;
	font-size: .75em;
}


#right-col-inside ul {
	padding: 0;
	margin: 0 0 35px 0;
}

#right-col-inside li {
	color: #00674e;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 10px 0 0 8px;
	padding: 0 0 0 22px;
	font-weight: bold;
	list-style-type: none;
	background: url(../images/main/right-list-bullet.gif)0px 6px no-repeat;
}


#news-inside {
	width: 310px;
	font-size: .75em;
	line-height: 1.4em;
	color: #303836;
}

#news-inside h2 {
	display: block;
	text-indent: -9000px;
	width: 100%;
	height: 18px;
	background: url(../images/main/recent_news.gif) no-repeat;
	padding:0;
	margin:30px 0 0 0;
	cursor: pointer;
}

#news-inside ul {
	margin:0;
	padding:0;
}

#news-inside li {
	width: 280px;
	margin:20px 0 0 8px;
	list-style-type: none;
}

p.copyBold {
	font-size: 1.2em;
}

p.photo-desc {
	margin:0;
	font-size:.75em;
	color:#333333;
}

p.image {
	margin: 0;
}

p.buttons {
	margin-top: 30px;
}

.button-right {
	float: right;
}

#events,
#news {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#events li,
#news li {
	margin-bottom: 15px;
	clear: left;
}

#events li img {
	display: block;
	width: 60px;
	margin-right: 10px;
	float: left;
}

.theEvent {
	float: left;
	margin-top: 18px;
}

.newsDate {
	font-size: .75em;
	font-weight: bold;
}

#news li a {
	font-size: .9em;
	display: block;
	text-transform: uppercase;
}

.allArticles {
	font-size: .8em;
}