/* HTML elements */
p{ text-align:justify;}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
	background-color: #84a7d1;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	color: #808080;
	font-size: 12px;
	padding-left: 3px;
	border-top: 1px #e4e4e4 solid;
	border-left: 1px #e4e4e4 solid;
	border-right: 1px #f1f1f1 solid;
	border-bottom: 1px #f1f1f1 solid;
}

a {
	color: #808080;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Named Divs */
#bandHeader {
	height: 144px;
	background-color: #000080;
	border-bottom: 10px #fff solid;
	z-index:1000;
	overflow:visible;
}

#bandBody {
	background-color: #f1f1f1;
      background-repeat: repeat-x;
	background-image: url('../grfx/back.grad.jpg');
}

#bandFooter {
	height: 105px;
      background-repeat: repeat-x;
	background-image: url('../grfx/back.footer.jpg');
	border-top: 1px #acacac solid;
}

#boxHeader {
	margin: 0 auto;
	width: 966px;
	height: 144px;
	color: #fff;
	background-image: url('../grfx/back.header.jpg');
	position: relative;
}

#boxSlogan {
	top: 30px;
	left: 230px;
	font-family: 'Puritan', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
	line-height: 1.10em;
	position: absolute;
}

#boxSlide {
	top: 123px;
	right: 0;
	width: 756px;
	height: 305px;
	border: 5px #fff solid;
	position: absolute;

	
}

#boxMenu {
	top: 100px;
	right: 0;
	z-index:5;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
}

#boxMenu a {
	color: #fff;
	
}

#boxContent {
	margin: 0 auto;
	width: 966px;
}

#boxFooter {
	margin: 0 auto;
	padding-top: 25px;
	width: 545px;
	font-size: 11px;
	line-height: 1.15em;
	text-align: left;
}

#panelLeft {
	width: 195px;
	font-size: 11px;
	line-height: 1.15em;
}

#panelRight {
	width: 760px;
	
}

.txtHeadSide {
	font-family: 'Galdeano', sans-serif;
	font-size: 15px;
	text-shadow: 1px 1px 1px #9c9c9c;
	text-align: center;
}

.txtHeadBody {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #9c9c9c;
	color: #e54636;
	text-align:justify;
}

#tab1, #tab2, #tab3, #tab4 {
	width: 240px;
	height: 55px;
	padding-left: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
}

#tab1 {
	top: 170px;
}

#tab2 {
	top: 230px;
}

#tab3 {
	top: 290px;
}

#tab4 {
	top: 350px;
}

.tabActive {
	background-image: url('../grfx/back.tab.png');
	z-index: 10;
}

.tabInactive {
	border: 1px #b0b0b0 solid;
	background-color: #ff9966;
	
}

.tabActive a {
	color: #fff;
}

.tabInactive a {
	color: #000;
}

.fl {
	float: left;
	width:100%;
	
}
.foot{width:645px; margin:0 auto;}

.fr {
	float: right;
}

.cleaner {
	clear: both;
	height: 1px;
	overflow:hidden;
	
}