@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%;
	/*overflow:scroll;*/
	cursor: default;
	min-height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}

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:#515151;
	background-color:#FFF;
	behavior: url("../csshover3.htc");
}

body,div,p,h1,h2,h3,h4,ul,ol,li,span,a,table,td,form,fieldset,img {
	border:0;

	padding:0;
	margin:0;
	}
sub,sup {
	font-size:8px;
	line-height:9px;
}

.fixfloat {
	height:1px;
	font-size:0;
	line-height:0;
	clear:both;
	}

.hidden {
	display:none;
	}


/* Hyperlinks */
a:link {
	color:#77B3D5;
	text-decoration:none;
	outline:none;
}

a:visited {
	color:#77B3D5;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#77B3D5;
	text-decoration:underline;
	outline:none;
}

a:active {
	color:#77B3D5;
	text-decoration:none;
	outline:none;
}


div#content {
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 36px;
	padding:0;
	z-index: 99;
}

div#content-headerless {
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 36px;
	padding:0;
	z-index: 99;
	background-image: url(../images/header/blank.png);
	background-repeat: no-repeat;
	background-position: top;
}

#container {
	width: 1022px;
	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;
}

#menu-container {
	background-color: #535353;
	height: 33px;
	z-index: 999999999999999;
}
#menu {
	width: 1022px;
	height: 33px;
	margin-left:auto;
	margin-right:auto;
	z-index: 9999999999999999;
}
#menu-nav {
	width: 592px;
	float:right;
	background:#CF0
}

.footer {
	position: absolute;
	z-index: 1;
	height: 24px;
	width: 940px;
	left:auto;
	right:auto;
	bottom: 0px;
	font-size: 11px;
	margin-left: 36px;
	display: block;
	color: #999999;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
}
.footer a:link {
	color: #999999;
}
.footer a:visited {
	color: #999999;
}
.footer a:hover {
	color:#77B3D5;
	text-decoration:none;
}
.footer a:active {
	color: #999999;
}

.header {
	height:123px;

}

.logo {
	float: left;
	clear: left;
	height: 66px;
	width: 213px;	
	margin-top: 34px;
	padding-left: 36px;
}
.contact {
	float: right;
	clear: right;
	height: 14px;
	width: 300px;
	margin-top: 85px;
	padding-right: 36px;
	color: #77B3D5;
	text-align:right
}
.contact a:link{
	color: #77B3D5;
}

