* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #ffffff;

}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 230px;
 margin: 10px 0px 5px 0px;
 background: #ffffff;
}

#navigation {
 float: left;
 width: 920px;
 color: #333;
 padding: 0px;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 margin: 0px 0px 5px 0px;
 background: #ffffff;
}

#logo {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border-bottom: 1px solid #000;
 margin: 0px 0px 5px 0px;
 background: #ffffff;
}

#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 1900px;
 width: 489px;
 float: left;
 background: #D6D2C5;
}
#rightcolumn { 
 float: right;
 color: #333;
 border:1px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 1900px;
 width: 384px;
 display: inline;
 background: #D6D2C5;
}

#text {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #ffffff;
}

#footer { 
 width: 900px;
 clear: both;
 color: #ffffff;
 border: 1px solid #000;
 background: #000000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

p { text-align: justify; color: #000; font-size: 1.0em; line-height: 1em;}
p, h2, pre {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}

h1 {
font-size: 10px;
text-transform:uppercase;
text-align: left;
color: #fff;
background-color: #000;
padding:5px 30px;
margin: 0px

}


ul.nav{list-style:none;background:#000;}
.nav li{border-right:1px solid #DDD;float:left;display:block;width:100px;}
.nav li a{font-size:11px;outline:none;color:#fff;text-decoration:none;display:block;padding:5px 0 12px 5px;width:99px;text-transform:uppercase;}
.nav li a span{font-size:11px;color:#777;text-transform:lowercase;}
.nav li a:hover{background:#333;color:#eee!important;width:95px;}
* html .nav li a:hover{background:#333;width:99px;}
.nav li.skip{border-left:1px solid #DDD;float:right;display:block width:200px;}
.nav li.skip a{width:200px;}
li.top{border-left:1px solid #DDD;float:right;display:block width:100px;}
li.top a{width:100px;}
.nav li.skip a:hover, li.top a:hover { background: transparent;color: #333 !important;}
.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{display:inline-block;} 
* html .fix{height:1%;}
.fix{display:block;}


#slider {
    width: 900px; /* important to be same as image width */
    height: 230px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1, #slider2 {
    width: 720px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content, #slider2Content {
    width: 720px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 900px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span, .slider2Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    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, .slider2Image 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: 90px !important;
	height: 290px;
}

/* Links */

a:link { text-decoration: none; color: #000000;  } 

a:visited { text-decoration: none; color: #000000;  }

a:hover, a:active { color: #1f62b0; border-bottom-color: #1f62b0; }



