/* CSS Document */


/* sitewide */
body {
	background: url(pics/back.png) top center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005059;
	background-color: #778083;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #FF6666;
}

.websitecontainer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 710px;
	overflow: hidden;
	z-index: 1;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}

.top {

}

.top h1 {
	font-size: 16px;
	color: #000000;
	float: left;
	
}

.top h2 {
	font-size: 9px;
	margin-left: 500px;
	font-weight: normal;
}



/* end sitewide */

/* Start Menu */
.menu {
	margin-top: 12px;
	width: 710px;
	padding-bottom: 40px;
}

.menu h4 a {
	background: url(pics/back-menu.png) repeat-x;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	height: 21px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-left: 5px;
}

.menu h4 a:hover {
	color: #000000;
	background-image: url(pics/back-menu3.png);
}

.menu h4 a.active {
	background-image: url(pics/back-menu2.png);

}

.submenu {
	float: right;
}

.submenu h5 {
	display: inline;
	font-size: 11px;
}

.submenu h5 a {
	color: #3366CC;
}

.submenu h5 a:hover {
	color: #33CCFF;
}

.submenu h5 a.active {
	color: #33CC99;

}

/* End Menu */

/* start floating images */

.floatleft, .floatright {
	border: 1px solid #CCCCCC;
}

.floatingimage img#CTRLInline,
.floatingimage img#CTRLOutlineI {
	border: 0;
	padding: 0px;
}
	   
.floatingdesc {
	font-size:9px;
	color:#666666;
	text-align: center;
}

/* end floating images */

/* Start gallery */

 div#gallery .floatleft {
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 150px;
	overflow: hidden;
	border: 0;
}

div#gallery .floatingimage {
	height: 100px;
	overflow: hidden;
}

#gallery img {
	border: 0px;
}

div#gallery .ghead {
	display: none;
}

div#gallery .gfoot {
	visibility: hidden;
}

div#gallery .floatingdesc {
	width: 146px;
	background-color: #BBE7F7;
	color: #666666;
	height: 20px;
	overflow: hidden;
}

/* End gallery */

/* Start styles index */


/* End styles index */

div .top .description {
	margin-top: 138px;
	margin-left: 5px;
	font-size: 10px;
	margin-right: 275px;
	text-align: justify;
	color: #000000;
}

.content-index {
	background: url(pics/back-index-content.png) no-repeat;
	margin-left: 25px;
	height: 260px;
	padding-left: 40px;
	padding-right: 18px;
	clear: both;
}

.block-content-index {
	padding-top: 12px;
	clear: both;
	height: 50px;
	overflow: hidden;
}

.text-content-index {
	float: left;
	width: 330px;
}

.text-content-index a {
	color: #666666;
}

.text-content-index a:hover {
	color: #33CCFF;
}



.text-content-index h3 {
	color: #33CCFF;
	font-weight: normal;
	font-size: 11px;
}

.foto-content-index {
	margin-left: 408px;
	width: 210px;
}

/* Start other styles */
div .top h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 78px;
	margin-left: 15px;
	width: 195px;
	height: 40px;
}

.content {
	background: url(pics/back-content.png) no-repeat;
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 30px;
	text-align: justify;
	font-size: 12px;

}

.content a {
	color: #777777;
}

.content a:hover { 
	color: #33CC99;
}

.content h2 {
	font-size: 14px;
	margin-bottom: 20px;
}

.copy {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: 10px;
	color: #666666;
}

.copy a {
	color: #666666;
}

.copy a:hover {
	color: #33CC99;
}

.formcampo {
	color: #000000;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	width: 400px;
}

.formboton {
	border: 0;
	background-color: #33CC99;
	padding: 5px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

