html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	list-style:none;
}
 
caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

.header{
	width:100%;
	float:left;
	height:auto;
}
.logo{
	float:left;
	margin:0px;
	padding:0px;
	width:60%;
	
}
.logo img{
	border:0px;
	float:left;
}
.header_right{
	float:right;
	margin:0px;
	padding:0px;
	width:40%;
	margin-top:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.slider{
	float:left;
	margin:0px;
	padding:0px;
	height:285px;
	width:100%;
	background-image:url(img/blue_bacground.png);
}
.navigation{
    float:left;
    margin:0px;
    padding:0px;
    height:71px;
    width:100%;
    background-image:url(img/light_blue_background.jpg);
    background-repeat: repeat-x;
    margin-bottom:10px;
}
.navigation a{
    float:left;
    vertical-align:middle;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    font-weight:800;
    margin-top:27px;
    text-decoration:none;
	
}
.navigation a:hover{
text-decoration:underline;
}

.navigation a,img{
    float:left;
    margin-left:12px;
    margin-right:12px;
}
.footer{
    float:left;
    margin:0px;
    padding:0px;
    height:71px;
    width:100%;
    margin-top:5px;
    background-image:url(img/blue_footer_background.png);
    background-repeat: repeat-x;
}
.footer a, .seperator, .footer_content_left, .footer_content_right{
    float:left;
    vertical-align:middle;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#FFFFFF;
    font-weight:normal;
    margin-top:17px;
    text-decoration:none;
}
.footer .seperator{
    margin-left:10px;
    margin-right:10px;
}

.footer_content_left{
    margin-top:8px;
    width:100%;
}
.footer_content_left a:hover{
    text-decoration:underline
}

.footer_content_right{
    width:30%;
}


.content{
    margin-left: auto; margin-right: auto;
    width:900px;
    min-height:700px;
    text-align:justify;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#011E30;
    margin-bottom:20px;
}

.content h2{
    padding:5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:2.1em;
    color:#585858
}

.header_content,.footer_content,.navigation_content{
    margin-left: auto; margin-right: auto;
    width:900px;
}

/*Slider3 css*/

#slider1 {
    width: 890px; /* important to be same as image width */
    height: 260px; /* important to be same as image height */
    margin:0px;
    padding:0px;
    position: relative; /* important */
    overflow: hidden; /* important */
    margin-top:6px;
    margin-left: auto; margin-right: auto;
    border:4px solid #FFFFFF;
}
 
#sliderContent, #slider1Content {
    width: 890px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
    margin:0px;
    padding:0px;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
    width: 890px;
    display: none;
    margin:0px;
    margin-left:-11px;
}
.sliderImage span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    width: 484px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    margin:0px;
    padding:0px;
}
 
.slider1Image span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    width: 794px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	/*right: 0;
	bottom: 0;
	width: 170px !important;
	height: 235px;*/
}
ul { list-style-type: none;}