@charset "UTF-8";
/* CSS Document */

a.art{
	background:url(../images/buttons/buttons.png);
	}

html, body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.95em;
	color:#919191;
	}
	
html{
	background:url(../images/layout/bg.png);
	background-color:#333333;
	}

body{
	background:url(../images/layout/header_bg.png);
	background-repeat:repeat-x;
	}

img{
	border:none;
	}

a:active{
	outline:none;
	}
a:visited{
	outline:none;
	}		

#container {
	width:800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -112px; /* the bottom margin is the negative value of the footer's height */
	}

#header{
	position:relative;
	background:url(../images/layout/header_logo.png);
	background-repeat:no-repeat;
	width:800px;
	height:200px;
	padding:0;
	margin:0;
	}

#header_nav{
	position:absolute;
	margin-left:290px;
	margin-top:110px;
	}

#left{
	position:relative;
	float:left; 
	width:276px; 
	margin:0px;
	}

#left_content{
	float:left; 
	width:276px; 
	background:url(../images/layout/column_bg.png); 
	background-repeat:repeat-y; 
	background-position:right;
	min-height: 400px; 
	height: auto !important;
	height: 400px;
	text-align:left;
	}

#left_content_spacing{
	padding-top:30px;
	margin-left:85px; 
	width:175px;
	}

#left_footer{
	position:relative; 
	background-image:url(../images/layout/column_bottom.png); 
	background-repeat:no-repeat; 
	background-position:right;
	height:19px; 
	clear:left; 
	width:276px;
	}

#right{
	margin:0;
	float:left; 
	width:524px; 
	}

#right_content_spacing{
	padding:0px;
	padding-top:30px;
	margin:0px;
	margin-top:0px;
	margin-left:20px;
	width:454px;
	}

#clear{
	clear:both;
	}
	
#footer, #push {
	height: 112px; /* .push must be the same height as .footer */	
	}

#footer{
	background-image:url(../images/layout/footer_bg.png);
	margin-bottom:-20px !important;/* Only for IE.  If this is not negative 20px, the footer will float on pages using Lightbox */
	}

#footer_content{
	height:112px;
	width:800px;
	margin:0 auto;
	text-align:center;
	color:#dc0b0b;
	}
#footer_content_spacing{
	padding-top:70px;
	}

/*---- Text & Link Styles */
h1{
	padding:0;
	margin:0;
	font-size:2em;
	font-weight:normal;
	color:#dc0b0b;
	}

h2{
	padding:0;
	margin:0;
	font-size:1.4em;
	font-weight:normal;
	color:#dc0b0b;
	}

a:link{
	color:#dc0b0b;
	text-decoration:none;
	font-weight:bold;
	}

a:hover{
	color:#dc0b0b;
	font-weight:bold;
	text-decoration:none;
	}

a:visited{
	color:#dc0b0b;
	text-decoration:none;
	font-weight:bold;
	}
	
#left_content ul{
	margin:0;
	padding:0;
	}
	
#left_content ul li{
	margin:0;
	padding:0;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:16px;
	list-style:none;
	background:url(../images/layout/list_bg.png);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:#990000 dotted 1px;
	}

#left_content ul li a:link{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	}

#left_content ul li a:visited{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	}

#left_content ul li a:hover{
	color:#dc0b0b;
	font-weight:bold;
	text-decoration:none;
	}

/* Print Page Styles --------------------------- */
.thumbnails tr td{
	vertical-align:top;
	padding:2px;
	}

.thumbnails tr{
	vertical-align:top;
	}

.thumbnails img{
	border:1px solid #000000;
	height:80px;
	width:80px;
	background-color:#000000;
	}

/* Web Page Styles --------------------------- */
.thumbnails_web tr td{
	text-align:center;
	vertical-align:top;
	padding:6px;
	}

.thumbnails_web tr{
	vertical-align:top;
	}

/* Form Styles -------------------------------*/
.dark_box_top{
	background:url(../images/layout/rounded_box_t.png) no-repeat; 
	width:430px; 
	height:10px;
	}

.dark_box_content{
	background:url(../images/layout/rounded_box_bg.png); 
	width:430px;
	}

.dark_box_content div{
	margin-left:10px; 
	width:410px; 
	display:block; 
	padding-bottom:10px;
	padding-top:10px;
	}

.dcb_spacing{
	margin-left:10px; 
	width:410px; 
	display:block; 
	padding-bottom:10px;
	padding-top:10px;
	}

.dark_box_bottom{
	background:url(../images/layout/rounded_box_b.png) no-repeat; 
	width:430px; 
	height:10px;
	}

.input{
	background:#191919;
	border:1px dotted #990000;
	padding:2px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	}
	
.form tr th{
	padding:5px;
	color:#dc0b0b;
	}
	
.form tr td{
	padding:5px;
	vertical-align:top;
	}