/** html styles **/
/*****************************************************************************/
body, html {
	font-size: 0.9em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #00b6de;
}

a:hover	{
	text-decoration: underline;
	color: #00b6de;
}

p {
	margin-top: 0px;
	margin-right: 0px;
}

hr {
	height: 1px;
	color:#E3E2E1;
	background-color: #E3E2E1;
	border: none;
}

form{
	margin: 0px 0px 0px 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}
/*****************************************************************************/

body.devBeeBack, body.birdBack, body.turtleBack, body.antBack, body.shrimpBack, body.fishBack, body.butterflyBack, body.beeBack, body.ladybirdBack, body.clownfishBack {
	background-position: 500px 220px;
	background-repeat: no-repeat;
}

body.birdBack {
	background-image: url(/images/structure/background/bg_birds001.jpg);
}

body.turtleBack {
	background-image: url(/images/structure/background/bg_turtle001.jpg);
}

body.antBack {
	background-image: url(/images/structure/background/bg_ants001.jpg);
}

body.shrimpBack {
	background-image: url(/images/structure/background/bg_shrimp001.jpg);
}

body.fishBack {
	background-image: url(/images/structure/background/bg_fish001.jpg);
}

body.butterflyBack {
	background-image: url(/images/structure/background/bg_butterfly001.jpg);
}

body.beeBack {
	background-image: url(/images/structure/background/bg_bees001.jpg);
}

body.clownfishBack {
	background-image: url(/images/structure/background/bg_clownfish001.jpg);
}

body.ladybirdBack {
	background-image: url(/images/structure/background/bg_ladybird001.jpg);
}

body.devBeeBack {
	background-image: url(/images/structure/background/bg_bees001.jpg);
	background-position: 750px 220px;
	background-repeat: no-repeat;
}



/** page layout styles **/
/*****************************************************************************/
#functionBar {
	height:22px;
	font-size: 0.9em;
	color: #4C4C4C;
	background-color: #D7D7D7;
}

#displayVersion {
	padding-top: 4px;
	padding-left: 5px
}

#keyLinks {
	padding-top: 4px
}

#keyLinks a {
	padding-right: 10px;
	color: #419CD2
}

#siteSearch {
	line-height:2em
}

#siteSearch form {
	margin: 0px;
	padding: 0px
}

#siteSearch input {
	font-size: 1em;
}

#siteSearch .submit {
	border: medium none;
	font-weight: bold;
	width: 30px;
	cursor: pointer;
	color: #ff8003;
	font-size: 0.9em;
	background-color: #D7D7D7;
}

div#innerHeader {
	background: #FFFFFF;
	margin-bottom: 30px;		
}

div#crumbtrail {
	position: absolute;
	height: 50px;
	top: 400px;
	left: 500px;
	width: 400px;
	height: 17px;
	background-color: #00b6de;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 3px 0px 0px 5px;
	z-index: 100;
}

div#crumbtrail a{
	color: #FFFFFF;
}

div#crumbtrail a:hover{
	color: #FFFFFF;
}

div#innerLeftColumn {
	width: 195px;
	/*left: 60px;*/
	top: 220px;
}

div#innerRightColumn {
	left: 500px;
	top: 220px;
}

div#center {
}

div#center {
	left: 220px;
	top: 220px;
	width: 260px;
	padding-top: 0px;
}
	
div.pageTitle {
	font-size: 2em;
	padding: 10px 0px 20px 0px;
	color: #75b042;
}

div#innerFooter {
	display: none;
}

div#innerFooter A {
	color: #AEAEAE;
	text-decoration: underline
}

div#innerFooter a:hover {
	/*color: #FF0000;*/
	text-decoration: underline
}
/*****************************************************************************/



/** default form styles **/
/*****************************************************************************/
.activeForm { 	
	float: left;
}

.activeForm td{
	font-family: arial;
}

.activeForm input {
	font-size: 1em;
}

.activeForm button {
	font-size: 0.8em;
}

.activeForm submit {
	font-size: 1em;
}

.activeForm select {
	font-size: 1em;
}

.activeForm textarea {
	font-size: 1em;
	font-family: arial;
}

.formMessage {
	margin-bottom: 10px;
}

.formItemWrapper {
	float: left;

}

.formLabelH {
	float: left;

	padding: 4px 1px 1px 5px;
	text-align: right;
}

.formInputH {
	float: right;

	padding: 1px;
}

.formSummaryH {
	float: right;

	padding: 4px 1px 4px 1px;
}

.formLabelV {
	float: left;
}

.formInputV {
	float: left;
	clear: left;
	padding: 0px 0px 10px 0px;
}

.formText {
	float: left;
	padding: 4px 1px 1px 5px;

}

.formButton{
	clear:left;
}

.activeForm .requiredLabel {
	font-weight: bold;
}

.activeForm .errorFlag {
	/*color: #FF0000;*/
}
/*****************************************************************************/



/** standard widget styles **/
/*****************************************************************************/
/*.widget{
	float: left;
}

.widgetBody {
	float: left;
}

.widgetBody .title {
	float: left;
}

.widgetBody .body {
	float: left;
	clear: left;
}

.smallPanel .widgetFooter {
	float: left;
}*/
/*****************************************************************************/



/** default tables styles **/
/*****************************************************************************/
/*.tableContents {
	float: left;
}

.columnTitles {
	clear: left;
	float: left;
}

.columnTitle {
	background-color: #74b142;
	color: #FFFFFF;
	float: left;
	border-right: 1px solid #FFFFFF;
	padding: 4px 4px 4px 4px;
}

.tableData {
	float: left;
}

.tableItem {
	clear: left;
	float: left;
}

.itemDetails {
	float: left;
}

.itemDetails .cell{
	float: left;
	overflow: hidden;
}

.tableNavigation {
	background-color: #c0dcaa;
	border-bottom: 1px solid #FFFFFF;
	float: left;
	padding: 5px 5px 5px 5px;
}

.tableNavigation .navCount {
	float: left;
}

.tableNavigation .navLinks {
	float: right;
}

.tableNavigation .navLinks .prevPageLink {
	padding-right: 20px;
}

.tableNavigation .navLinks .pageNumber{
	padding: 0px 2px 0px 2px;
}

.tableNavigation .navLinks .nextPageLink {
	padding-left: 20px;
}
/*****************************************************************************/




/** web menu **/
/*****************************************************************************/
.webMenu {
	width: 135px;
	margin-left: 60px;
	position: absolute;
}

.webMenu .widgetBody {

}

.webMenu .menuItem {
}

.webMenu a {
	color: #00b6de;
}

.webMenu .active a{
	color: #82dcf0;
}

.webMenu .child {
	padding-left: 10px;
}
/*****************************************************************************/



/* header /*
/*****************************************************************************/
div#innerHeader .logo{
	position: absolute;
	left: 500px;
	top: 175px;
}

div#innerHeader .menu{
	position: absolute;
	left: 810px;
	top: 83px;
}

div#innerHeader .menu .link {
	border-bottom: 1px solid #00b6de;
	width: 150px;
	padding: 7px 0px 1px 0px;
}

div#innerHeader .menu a {
	color: #000000;
}

div#innerHeader .menu a:hover {
	text-decoration: none;
	color: #00b6de;
}
/*****************************************************************************/



/* web pages /*
/*****************************************************************************/
.webPageTitle {
	position: absolute;
	top:0px;
	left:-220px;
}
/*****************************************************************************/




.webGoogleMaps001 {
	width: 458px;
	height: 380px;
	border: 1px solid #383838;
}



/** blog **/
/*****************************************************************************/




.devBlog #innerLeftColumn
{
	position:absolute;
	left:0;
	width:20px;
}


.devBlog #center
{
	position:absolute;
	left:0;
    top:0;
	margin-left:45px;
	margin-top:170px;
	width:80px;
}

.rssFeed{
	margin-left:10px;
	width:25px;
	height:25px;
}

.webBlog001{
	width:450px;
	float:left;
}

.webBlog001 .title{
	font-weight:bold;
	padding-bottom:10px;
}
.webBlog001 .itemDetails{
	margin-left:10px;
}
.webBlog001 .content{
	border-bottom:1px solid #f7f8f9;
	margin-bottom:20px;
	overflow:hidden;
}


.webBlog001 img {
	max-width: 450px;

}
.webBlog001  .tableNavigation{
	background-color: #f7f8f9;
	border-top: 1px solid #FFFFFF;
	float: left;
	padding: 5px;
	margin-left:10px;
	margin-right:10px;
	width: 430px;
	margin-bottom:10px;
}

.webBlog001  .tableNavigation .navCount {
	float: left;
}

.webBlog001  .tableNavigation .navLinks {
	float: right;
}

.webBlog001  .tableNavigation .navLinks .prevPageLink {
	padding-right: 20px;
}

.webBlog001  .tableNavigation .navLinks .pageNumber{
	padding: 0px 2px 0px 2px;
}

.webBlog001  .tableNavigation .navLinks .nextPageLink {
	padding-left: 20px;
}
/*****************************************************************************/
