html {
	background: url(/img/clouds.jpg) no-repeat fixed 0 0;
}

body {
	color: #333;
	font: 15px/21px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	height: 100%;
}

h1 { color: #555; font-weight: bold; font-size: 30px; margin: 30px 0 30px 0; }
h2 { color: #555; font-weight: bold; font-size: 24px; margin: 24px 0 24px 0; }
h3 { color: #555; font-weight: bold; font-size: 20px; margin: 20px 0 20px 0; }
h4 { color: #555; font-weight: bold; font-size: 16px; margin: 18px 0 18px 0; }

p { margin: 0 0 16px 0; }

/* Links */

a.link { text-decoration: none; border-bottom: 1px dashed #60aabe; color: #60aabe; }
a.link:hover { color: #fff; text-shadow: 1px 1px 3px #000; }

a.link[href ^='http://'] { padding-right: 20px; background: transparent url( /img/icons/icon_ext.gif ) top right no-repeat; }
a.disable { color: #aaa; text-decoration: none; padding-right: 0px; background: none; border-bottom: 1px dashed #aaa; }

a#contact-colorbox { background: transparent url( /img/icons/icon_popup.gif ) top right no-repeat; }

/* Space the top part */

#spacer { width: 100%; height: 200px; }

/* Header top */

#main-header { background: url( /img/header-bg.png ); 
	position:relative; height: 160px; width: 920px; z-index: 50;
	margin: 20px auto 20px auto; text-align: left; 
}
#main-header img { position: absolute; left: 20px; top: 20px; }
#main-header #header-icon { position:absolute; right: 120px; top: 5px; width: 244px; height: 230px; background: url(/img/pocket.png) no-repeat; }

/* Nav section (top nav) */

#topFixed { margin: 0 auto; width: 100%; }

ul#nav { position: absolute; left: 40px; bottom: 10px; z-index: 10; }
ul#nav li { float: left; list-style-type: none; margin-right: 20px; }
ul#about { position: absolute; right: 40px; bottom: 10px; z-index: 10; float: right; list-style-type: none; }
ul#nav #toplink { display: none; z-index: 100; }

#navbg { width: 920px; height: 60px; }
#mini-title {
	position: absolute; left: 590px; bottom: 23px; height: 40px; width: 200px;
	background: url( /img/mini-title.png ); display: none; z-index: 100;
}
.standard-nav { position: absolute; bottom: 0px; z-index: 1; }
.fixed-nav { position: fixed; top: 0px; background: url( /img/nav-bg2.png ); }

/* Standard content sections */

.main-content { width: 890px; min-height: 200px; padding: 5px 30px 5px 0; margin: 0 auto 20px auto;
				background: url(/img/content-bg.png) repeat-x; position:relative; }

.content-block { width: 840px; padding-left: 60px; text-align: left; position: relative; }
.missing { width: 800px; padding: 20px 0 40px 80px; }
.top-icon { position: fixed; right: 5px; bottom: 5px; display: none; }

.missing ul { }
.missing ul li { margin-left: 40px; padding-left: 0px; list-style-type: circle; margin-bottom: 5px; }

/* Web nav block */

#web-block { background: url(/img/content-bg-2.png) repeat-x; }

#website-nav-block { margin-bottom: 20px; }

.web-nav { float: left; position: relative; height: 130px; width: 50px;  }
.web-nav img { filter:alpha(opacity=50); opacity:0.5; }
.web-nav img#left:hover, .web-nav img#right:hover { cursor: hand; cursor: pointer; filter:alpha(opacity=100); opacity:1; }

#left { position: absolute; top: 50px; }
#right { position: absolute; top: 50px; left: 10px; }

#website-nav-carousel { float: left; background: url( /img/bg-websites.png ) repeat-x; height: 134px; }
#website-nav-carousel li { float: left;  }
#website-nav-carousel li:hover { cursor: hand; cursor: pointer; }
#website-nav-carousel .item-crsl { padding: 15px; width: 141px; height: 100px; }
#website-nav-carousel .item-crsl img { padding-bottom: 6px; filter:alpha(opacity=40); opacity:0.4; }

#website-nav-carousel .selected { }
#website-nav-carousel .selected img { border-bottom: 4px solid #fea330; filter:alpha(opacity=100); opacity:1; }

#website-content-block { width: 800px; min-height: 560px; margin-left: 30px; margin-bottom: 30px; }
#website-content-block .webinfo-block { position: absolute; left: 60px; width: 800px; }
#website-content-block .selected { display: block; }
.site-img { width: 625px; margin: 0 auto 0 auto; }

#website-content-block ul { }
#website-content-block ul li { list-style-type: disc; margin-left: 40px; padding-left: 10px; }

.small-link { float: right; font-size: 15px; font-weight: normal; }

.site-detail p, .site-detail li { font-size: 14px; }

/* Left hand icons */

.icon-box { position: absolute; left: -16px; top: 45px; width: 63px; height: 46px; }
.wrench { background: url( /img/icon-wrench.png ) no-repeat; }
.globe { background: url( /img/icon-globe.png ) no-repeat; }
.camera { background: url( /img/icon-camera.png ) no-repeat; }
.plane { background: url( /img/icon-plane.png ) no-repeat; }
.linkurl { background: url( /img/icon-link.png ) no-repeat; }
.question { top: 65px; background: url( /img/icon-question.png ) no-repeat; }

/* Links section */

#links-block { background: url(/img/content-bg-2.png) repeat-x; }
.link-block { }
.link-img { float: left; width: 265px; height: 200px; margin: 0 20px 0 0 }
.link-text { float: left; width: 530px; font-size: 13px; line-height: 16px; }
.link-text p { margin-bottom: 8px; }

.horiz-divider { display: block; text-align: center; margin: 20px auto 20px auto; }

.heavy { font-weight: bold; }

/* Footer section */

.footer-content { position:relative; width: 880px; padding: 20px 20px 10px 20px; margin: 0 auto 0 auto;
				background: url(/img/content-bg.png) repeat-x; 
				font-size: 13px; }
#footer-left { float: left; width: 500px; text-align: left; line-height: 16px; }
#footer-right { float: right; }
.footer-icon { vertical-align: middle; }

/* Rounded corners */

.round {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

.round-top {
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.round-bottom {
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

/* Clearfix */

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
