/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote,  pre, form, fieldset, table, th, td, img, label{ 
margin: 0; 
padding: 0; 
border: 0;
font-weight: normal;
}

/* Page Setup */
body{
background: #FFFFFF url(../img/background.png) repeat-x center top;
margin-bottom: 50px;
}

#wrapper{
background: url(../img/overlay.png) no-repeat center top;
width: 100%;
}

#wrapper2{
width: 1017px;
margin: 0 auto;
}

.clear{
clear: both;
}

body, p, div, h1, h2, h3, h4, h5, h6{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #000000;
line-height: 1.5em;
}

a:link, a:visited, a:active{
color: #cf5300;
text-decoration: underline;
}

a:hover{
color: #dd5900;
}

h1{
font-size: 23px;
}

h2{
margin-top: 20px;
}

h2 a, h2 a:link, h2 a:active, h2 a:visited{
color: #000000;
}

h2 a:hover{
color: #171717;
}

h3{
font-weight: bold;
font-size: 13px;
margin-top: 4px;
}

h4{
display: inline;
font-size: 13px;
color: #cf5300;
}

h5{
margin-top: 15px;
font-size: 12px;
font-weight: bold;
}

/* Header */
#header{
width: 1017px;
height: 514px;
}

#headercontact{
padding-left: 10px;
padding-top: 286px;
width: 320px;
float: left;
color: #FFFFFF;
}

#headerscroller{
padding-top: 127px;
float: right;
width: 638px;
overflow: hidden;
}

/* Content */

#content{
width: 998px;
margin-left: 10px;
padding-bottom: 40px;
background: url(../img/backgroundcontent.png) repeat-y;
}

#contentwork{
float: left;
width: 335px;
font-size: 13px;
}

#contentdaily{
float: right;
width: 588px;
font-size: 12px;
}

ul{
margin-left: 8px;
padding-bottom: 10px;
margin-top: 20px;
margin-bottom: 21px;
}

li{
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #000000;
line-height: 1.28em;
margin-left: 8px;
padding-bottom: 7px;
}

/* Footer */

#footer{
background: #e0e2e3;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 40px;
margin-left: 4px;
font-size: 18px;
width: 250px;
text-align: center;
}

/* Scrollable */
.scrollable {
position:relative;
overflow:hidden;
width: 414px;
height:260px;
margin-right: 79px;
margin-left: 70px;
}
.scrollable .items {
/* this cannot be too large */
width:20000em;
position:absolute;
clear:both;
}

/* single scrollable item */
.scrollable img {
float:left;
cursor:pointer;
width:414px;
height:260px;
}

/* active item */
.scrollable .active {
z-index:9999;
position:relative;
}

/* Scrollable Navigation */
.scrollable {
float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
background:url(../img/scrollable/arrows.png) no-repeat;
display:block;
width:37px;
height:50px;
float:left;
margin-top: 150px;
cursor:pointer;
font-size:1px;
}

/* right */
a.right { background-position: 0 -50px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-37px -50px; }


/* left */
a.left{ margin-left: 0px; } 
a.left:hover  { background-position:-37px 0; }

/* disabled navigational button */
a.disabled {
visibility:hidden !important;
} 