@charset "utf-8";
/* CSS Document */
/* -------------------------- GLOBAL ELEMENTS ----------------------------------*/
html,body{
	position:relative;
	background-color: #fff;
	margin-left:3px;
	margin-top:7px;
}

#logo{
	border:none;
	border-style:none;
}

/* -------------------------- PANELS -----------------------------------------------*/
.panel{
	border-collapse:collapse;
	border:none;
	border-style:none;
}
.panelTL{
	width:3px;
}

.panelT{
	width:auto;
}

.panelTR{
	width:4px;
	height:4px;
	
	background-image:url(../images/panel_top_right.jpg);
	background-repeat:no-repeat;
}

.panelL{
}

.panelC{
	
}

.panelR{
	background-image:url(../images/panel_middle_right.jpg);
	background-repeat:repeat-y;
}

.panelBL{
	height:6px;
	background-image:url(../images/panel_bottom_left.jpg);
	background-repeat:no-repeat;
}

.panelB{
	background-image:url(../images/panel_bottom_middle.jpg);
	background-repeat:repeat-x;
}

.panelBR{
	background-image:url(../images/panel_bottom_right.jpg);
	background-repeat:no-repeat;
}

/* -------------------------- HOME ELEMENTS ----------------------------------*/
#homepage{
	width:1010px;
}

#homeBio{
	position:relative;
	left:4px;
}

#indexSeparator{
	float:left;
}

#indexSeparatorSpacerX{
	/*adjust spacer for horizontal positioning*/
	width:60px;
	clear:both;
	float:left;
}

#indexSeparatorSpacerY{
	/*adjust spacer for vertical positioning*/
	height:40px;
	float:left;
}

#indexServicesHolder{
	width:250px;
	height:310px;
	border:none;
	border-style:none;
	vertical-align:top;
}

.indexOfServices{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	margin:-5px;
	padding:0px;
}

#bio{
	border:none;
	border-style:none;
}

/* -------------------------- ARTICLES ELEMENTS ----------------------------------*/
#headerExploring{
	border:none;
	border-style:none;
	float:left;
}

#headerExploringSpacer1{
	border:none;
	border-style:none;
	clear:both;
	float:left;
}

#headerExploringSpacer2{
	border:none;
	border-style:none;
	clear:both;
	float:left;
}

#homeArticleSection{
	width:1035px;
	height:100%;
	border-collapse:collapse;
	border:none;
	border-style:none;
	float:left;
}

#homeArticleSpacer1{
	border:none;
	border-style:none;
	clear:both;
	float:left;
}

#homeArticleSpacer2{
	border:none;
	border-style:none;
	clear:both;
	float:left;
}

#articlesTable{
	float:left;
	border:none;
	border-style:none;
	width:725px;
}

#conservationArticle{
	border:none;
	border-style:none;
}

#adsTable{
	width:300px;
	height:100%;
	float:left;
	border:none;
	border-style:none;
}

#ads{
	border-collapse:collapse;
	width:100%;
	height:100%;
}

#adBarTop{
	height:3px;
	background-image:url(../images/adBar_top.jpg);
	background-repeat:no-repeat;
}

#adBarMiddle{
	height:auto;
	background-image:url(../images/adBar_middle.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
}

#adBarBottom{
	height:8px;
	background-image:url(../images/adBar_bottom.jpg);
	background-repeat:no-repeat;
}

.adGap{
	height:16px;
}

#adTable{
	text-align:center;
}

#articles{
	width:1050px;
}

#artTable{
	float:left;
	border:none;
	border-style:none;
	width:722px;
	overflow:hidden;
}

#homeArticle1{
	width:100%;
	height:auto;
}
/*---------------------------------------- CONSERVATION PAGE ---------------------------------*/
#conservation{
	position:relative;
	left:4px;
}

#conservationGutter{
	vertical-align:top;
}

#conSeparator{
	float:left;
}

#conSeparatorSpacerX{
	/*adjust spacer for horizontal positioning*/
	width:60px;
	clear:both;
	float:left;
}

#conSeparatorSpacerY{
	/*adjust spacer for vertical positioning*/
	height:40px;
	float:left;
}

#conservationElements{
	width:1010px;
}

/*--------------------------------------------- FOOTER LINKS ---------------------------------*/
#footerLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	clear:both;
}


#footerLinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footerLinks a:link{
	text-decoration: none;
	color: #0d3686;
}

#footerLinks a:visited{
	text-decoration: none;
	color: #0d3686;
}

#footerLinks a:hover{
	text-decoration: underline;
	color: #0d3686;
}

#footerLinks a:active {
	text-decoration: none;
	color: #0d3686;
}
