@charset "utf-8";
/* CSS Document */

@media print  {
/* Hide useless elements in print layouts... */
.tabs-nav {
display:none;
}
}

@media projection,screen  {
/* Caution! Ensure accessibility in print and other media types... 
 Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.tabs-hide {
display:none;
}
}

/*
------------------------------------------------------------------
 01. GLOBAL
------------------------------------------------------------------
 Reset */
 
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	zoom: 1;     /* triggers hasLayout */
	font-size: 0%;
	line-height: 0px;
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */


html{
	top:0;
	height: 100%;
	background: url(../img/bg.jpg) no-repeat center center #003446;
	/*overflow:scroll;*/
	cursor: default;
	min-height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	overflow: -moz-scrollbars-vertical; /* Always show scrollbar */
}

body {
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	/*font:62.5%/140% Arial,Verdana, Helvetica, sans-serif;*/
	color:#7D9CA6;
	background-color:#003446;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	behavior: url("csshover3.htc");
}

body,div,p,h1,h2,h3,h4,ul,ol,li,span,a,table,td,form,fieldset,img {
	border:0;
	/*list-style:none;*/
	padding:0;
	margin:0;
	}

.fixfloat {
	height:1px;
	font-size:0;
	line-height:0;
	clear:both;
	}

.hidden {
	display:none;
	}


/* Hyperlinks */
a:link {
color:#E65A24;
text-decoration:none;
outline:none;
}

a:visited {
color:#E65A24;
text-decoration:none;
outline:none;
}

a:hover {
color:#E65A24;
text-decoration:underline;
outline:none;
}

a:active {
color:#E65A24;
text-decoration:none;
outline:none;
}


div#content {
	margin-top: 30px;
	margin-right: 21px;
	margin-bottom: 0px;
	margin-left: 21px;
	padding:0;
	z-index: 99;
}

#container {
	width: 1023px;
	margin-right: auto;
	margin-left: auto;
	z-index: 9999999999999999;
}
#wrapper {
	position:relative; /* center, not in IE5 */
	width: 100%;
	min-height:100%; /* real browsers */
	height: auto;
	background-image: url(images/bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 10;
}
.footer {
	position: absolute;
	z-index: 1;
	height: 64px;
	width: 983px;
	left:auto;
	right:auto;
	bottom: 0px;
	font-size: 11px;
	padding-left: 22px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #315160;
}
.footer a:link {
	color:#315160;
}
.footer a:visited {
	color:#315160;
}
.footer a:hover {
	color:#E65A24;
	text-decoration:none;
}
.footer a:active {
	color:#315160;
}

.header {
	height:129px;

}

.logo {
	float: left;
	clear: left;
	height: 74px;
	width: 213px;
	margin-top: 27px;
	padding-left: 22px;
}
.slogan {
	float: right;
	clear: right;
	height: 14px;
	width: 201px;
	margin-top: 26px;
	padding-right: 21px;
}
#facebook {
	margin-left: 5px;
}
