html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body{

	font: 80% Arial, Helvetica, sans-serif; 
    background: #000 url(/img/bg.jpg) repeat-x;
	line-height:200%;
}

/* STRUCTURE*/

.container{
	width:1003px;
	margin: 0px auto 0px auto;
}

.logo{
	float:left;
}

.contactinfo{
	float:right;
	padding-right:20px;
}

.nav{
	height:24px;
	width:1003px;
}

.navl{
	float:left;
	padding-left:20px;
}

.navr{
	float:right;
	padding-right:20px;
}

.flash{
	width:1003px;
	height:324px;
	margin-top:0px;
    background: url(/img/bedbg.jpg) no-repeat;
}

.box1{
	float:left;
	width:241px;
	height:130px;
	margin-top:10px;
	padding-left:20px;
    background: url(/img/box1.jpg) no-repeat;
}

.box2{
	float:left;
	width:230px;
	height:130px;
	margin-top:10px;
	padding-left:20px;
    background: url(/img/box2.jpg) no-repeat;
}

.box3{
	float:left;
	width:455px;
	height:130px;
	margin-top:10px;
	padding-left:15px;
}

/* Text */

h1{
	font-size:260%;
	font-weight:bold;
	color:#9fb8d0;
	padding:40px 0px 30px 19px;
}

h2{
	font-size:160%;
	font-weight:bold;
	color:#9fb8d0;
	padding:0px 0px 20px 19px;
}

h3{
	font-size:125%;
	font-weight:bold;
	color:#9fb8d0;
	padding:0px 0px 20px 20px;
}

h4{
	font-size:90%;
	font-weight:bold;
	color:#b0b0b0;
}

p{
	font-size:125%;
	color:#fff;
	padding:0px 0px 20px 20px;
}

p.distlinks{
	font-size:100%;
	font-weight:bold;
	color:#47494b;
	padding:0px 0px 0px 0px;
	line-height:160%;
}

p.cinfo{
	font-size:90%;
	text-align:right;
	color:#b0b0b0;
	padding:10px 0px 0px 0px;
	margin:0px;
	line-height:15px;
}

p.footer{
	font-size:85%;
	text-align:center;
	margin:0px;
	padding-top:20px;
	color:#b0b0b0;
}

a, a:visited, a:hover{
	color: #fff;
	text-decoration:underline;
}

a.nav, a.nav:visited, a.nav:hover{
	text-decoration:none;
}

h1 a, h1 a:visited, h1 a:hover{
	color: #e7d798;
	text-decoration:none;
}

a.footerlink, a.footerlink:visited, a.footerlink:hover{
	color: #fff;
	text-decoration:none;
}

.alert{
	color:#eadb89;
	font-style:italic;
}

ul{
	color:#fff;
	padding:10px 10px 40px 60px;
}

ul.boxlists{
	color:#fff;
	padding:10px 0px 10px 10px;
	line-height:160%;
}

ul.boxlists li{
	list-style-type:none;
}

ul.navitems{
	margin:0px;
	padding:0px 0px 0px 0px;
	line-height:160%;
}

li.navitems{
	font-size:100%;
	font-weight:bold;
	color:#fff;
	padding-right:30px;
	margin:0px;
	display: inline;
}

ul li{
	list-style-type:disc;
}

ul li, ol li{
	padding-bottom:0px;
}


/* IMAGES*/

a img, :link img, :visited img {
	border: 0;
}

.left{
	float:left;
	padding-right:15px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {

	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;

}

.lbLoading {

	background: #fff url(/img/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(/img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/img/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(/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

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

#lbCaption {
	font-weight: bold;
}

/* Misc */

.reset{
	padding:0px;
	margin:0px;
}

.floatfixer{
	clear:both;
	visibility:hidden;
}