html, body {
height: 100%;
}

body{
text-align: center;
background: #fff url(graphics/topbar-bg.jpg) repeat-x 0 0;
font-family: verdana, arial, helvetica, sans-serif;
margin:0;
padding:0;
}

/* basic setup */

#container{
margin: 0 auto;
width: 970px;
min-height: 100%;
text-align: left;
background: #fff url(graphics/main-bg.jpg) repeat-y 0 0;
margin-bottom:-69px; /* bottom margin needs to have the same height as footer, only negative */
}

#footer{
width: 100%;
height: 69px;
background: #fff url(graphics/footer-line.jpg) repeat-x 0 0;
padding: 5px 0 0 0;
margin: 0 0 0 0;
}

#footer-box{
margin: 0 auto;
width: 970px;
height: 69px;
text-align: center;
background: url(graphics/footer-bg.jpg) no-repeat 0 0;
}

.clear{
clear:both;
height:69px; /* clear class needs to have the same height as footer */
overflow:hidden;
}


#header{
width:970px;
height:239px;
background: url(graphics/topbar-bg.jpg) repeat-x 0 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/* header content */

#nav{
width: 970px;
height: 84px;
padding: 0;
margin: 0;
}

#flag{
width: 950px;
height: 30px;
text-align: right;
}

#roadblock{
width:948px;
height: 125px;
background: url(graphics/header-road.jpg) no-repeat 0 0;
margin: 0 0 0 10px;
padding: 0;
}

/* nav menu styling */

ul.rollover {
float: right;
margin: 0;
padding: 0;
list-style:none;
text-align: center;
height:46px;
}

ul.rollover li {
background: url(graphics/tab-on.jpg) no-repeat 0 0;/* rollover state*/
display:inline;
float: left;
color: #fff;
font-size: 12px;
text-align: center;
margin: 0 0 0 15px;
}

ul.rollover li a{
background: url(graphics/tab-off.jpg) no-repeat 0 0;/* normal state*/
display:block;
width: 81px;
height: 46px;
text-decoration: none;
color: #fff;
text-align: center;
font-weight: bold;
font-size: 12px;
line-height:55px;
}

ul.rollover li.current a  {
background: url(graphics/tab-on.jpg) no-repeat 0 0!important;/* rollover state*/
line-height:55px!important;
color:#8b3a14!important;
font-size: 12px;
}

ul.rollover li a:hover {
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 12px;
background:transparent;
line-height:55px;
}

ul.rollover li a:visited {
color: #fff;
text-decoration: none;
font-size: 12px;
}

/* midsection divs */

#sidebar{
float: left;
width: 350px;
margin: 0;
padding: 18px 0 0 20px;
font-size: 11px;
text-align:left;
}

#main{
float: left;
width: 580px;
margin: 0 0 0 0;
padding: 10px 0 0 0;
font-size: 11px;
text-align:left;
}

#blurb{
float: left;
width: 320px;
height: 197px;
background: url(graphics/blurb-bg.jpg) no-repeat 0 0;
margin: 0 0 0 0;
padding: 20px 0 0 15px;
font-size: 10px;
text-align:left;
}

/* containers for the portfolio page */

.work{
width:490px;
background: #fff url(graphics/portfolio-bg.gif) repeat-y 0 0;
margin: 0 0 0 40px;
}

.work h2{
width:490px;
height: 24px;
background: #fff url(graphics/portfolio-top.gif) no-repeat 0 0;
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 40px 0 0;
}

.work-content{
width: 352px;
font-size: 11px;
margin: 0;
float: left;
}

.work-sidebar{
margin: 0 7px 0 360px;
font-size: 11px;
padding: 5px 0 0 0;
text-align:center;
}

.work-sidebar-ftr{
width: 490px;
height: 37px;
background: #fff url(graphics/portfolio-bottom.gif) no-repeat 0 0;
clear: both;
}

/* content styling */

h1{
color: #9ab5d5;
font-weight: bold;
font-size: 16px;
text-align: left;
padding: 0 0 10px 0;
margin: 0;
}

h2{
font-size: 10px;
text-align: left;
padding: 0;
margin: 0;
}

h3{
font-size: 11px;
text-align: left;
font-weight: bold;
padding: 0;
margin: 0;
}

p {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
}

p.smallprint{
font-size: 9px;
margin-bottom: 1em;
}

p.footer{
font-size: 10px;
color: #fff;
padding: 10px 0 0 0;
}

a:link, a:visited{
color: #264D85;
text-decoration: none;
font-size: 11px;
}

a:hover, a:active{
color: #264D85;
text-decoration: underline;
font-size: 11px;
}

a.subheader:link, a.subheader:visited{
color: #000;
text-decoration: none;
font-size: 11px;
padding: 0;
margin: 0;
}

a.subheader:hover, a.subheader:active{
color: #000;
text-decoration: none;
font-size: 11px;
}

img.visit{
float:right;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

p.doublespace {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 2em;
margin-left: 0;
}

p.lotsaspace {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 3em;
margin-left: 0;
}

.vet {
font-weight: bold;
}

.schuin {
font-style:italic;
}

.mini{
font-size: 9px;
font-weight:normal;
}

ul{
margin: 10px 0 10px 30px;
padding: 0;
list-style: square;
}

li{
margin: 5px 0 0 0;
} 

/* footer styling */

a.footer:link, a.footer:visited{
color: #fff;
text-decoration: none;
font-size: 10px;
padding: 0;
margin: 0;
}

a.footer:hover, a.footer:active{
color: #fff;
text-decoration: underline;
font-size: 10px;
}

/* slimbox styling */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(graphics/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(graphics/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(graphics/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(graphics/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}