/*standard css*/
html{
	font-size:100.01%;
	height:100%;
}
body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
/*structural elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/background.jpg) left top repeat-x #20202a;
}
#container{
	text-align:left;
}
#bodySection{
	width:1080px;
	margin:0px auto;
	padding-top:43px;
}
#header{
	height:83px;
	clear:both;
	background-color:#000000;
}
#navigation{
	float:right;
	height:83px;
	width:552px;
}
#nav2{
	width:1080px;
	height:30px;
	clear:both;
}
#navbox2{
	padding-right:25px;
	padding-top:8px;
	width:195px;
	height:22px;
	float:right;
	background-color:#000000;
}
#leftColumn{
	width:480px;
	float:left;
	padding-top:20px;
	clear:left;
}

#leftColumnText{
	width:430px;
}
	
#rightColumn{
	width:580px;
	float:right;
	padding-top:20px;
}
#logo{
	float:left;
	width:310px;
	padding-top:19px;
	background-color:#000000;
	height:54px;
}
/*specific css*/
li{
	display:inline;
}
h1{
	display:none;
}
#leftColumn img{
	
}
h2{
	color:#FFFFFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:0.9em;
	line-height:1.5em;
	margin-top:20px;
}
h3{
	color:#FFFFFF;
	font-family:helvetica;
	font-weight:bold;
	font-size:0.8em;
	line-height:1.1em;
	text-decoration:none;
	padding-bottom:10px;
	padding-top:10px;
	width:127px;
}
h4{
	color:#FFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:0.8em;
	line-height:1.3em;
	text-decoration:none;
	padding-bottom:10px;
	padding-top:10px;
}

#scroll_container p{
	color:#FFF;
	width:127px;
	font-family:helvetica;
	font-weight:normal;
	font-size:0.8em;
	line-height:1.3em;
	text-decoration:none;
	padding-bottom:10px;
	padding-top:10px;
}

p{
	color:#FFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:0.8em;
	line-height:1.4em;
	/*padding-right:50px;*/
}
#blocker{
	clear:both;
}
#blocker2{
	clear:both;
}
#blocker3{
	clear:both;
}
/*navigation*/
#navbox2 a{
	display:block;
	float:right;
	color:#FFFFFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:0.8em;
	text-decoration:none;
	margin-left:24px;
}
#navbox2 a:hover,#navbox2 .current{
	color:#999999;
	text-decoration:underline;
}
#leftColumn a{
	display:block;
	height:26px;
	margin-top:20px;
}
#leftColumn a span{
	display:none;
}
#leftColumn a:hover{
	background-position:0 -26px;
}
#read{
background-image:url(../images/read_more.jpg);
width:94px;
}
/*SCROLLER*/
#main
{
    width: 580px;
    min-height: 500px;
    overflow: hidden;
}
#buttons{
	text-align:right;
	height:25px;
	width:260px;
	float:right;
}
#buttons a{
	height:25px;
	display:block;
	float:left;
}
#buttons a span{
	display:none;
}
#buttons a:hover{
	background-position:0 -25px;
}
#previous{
	background-image:url(../images/previous.jpg);
	width:84px;
}
#more{
	background-image:url(../images/more_test.jpg);
	width:166px;
	margin-left:10px;
}
/*#main > ul
{
    margin: 0;
    padding: 0;
    width: 100%;
}
#main > ul li
{
    font-size: 1.4em;
    margin-right: 20px;
    display: inline;
    list-style-type: none;
}*/
#scroll_container
{
    width: 580px;
    overflow: hidden;
    min-height: 500px;
}
#scroller
{
    width: 5000px;
}
#scroller div
{
    width: 580px;
    min-height: 500px;
    float: left;
}
/*scroller testimonials*/
/*#scroller > div li{
	display:block;
	float:left;
	width:127px;
	margin-left:18px;
	text-decoration:none;
}*/

#scroller .test{
	float:left;
	width:127px;
	margin: 0 0 0 18px;
	min-height:500px;
	display:inline;
}

/*navigation*/
#navigation a{
	display:block;
	float:left;
	height:83px;
}
#navigation a span{
	display:none;
}
#navigation a:hover,#navigation .current{
	background-position:0 -83px;
}
#what{
background-image:url(../images/what.jpg);
width:101px;
}
#where{
background-image:url(../images/where.jpg);
width:121px;
}
#why{
background-image:url(../images/why.jpg);
width:110px;
}
#who{
background-image:url(../images/who.jpg);
width:110px;
}
#when{
background-image:url(../images/when.jpg);
width:109px;
}
