/* CSS Document */

html{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0;
	border:0;
	margin:0;
}

body{
	background-color:black;
	background-image:url(images/background_gradient.jpg);
	background-repeat: repeat-x;
	padding:0;
	border:0;
	margin:0;
}

img{
	border:0;
}

#center_content_top{
	height:8px;
	width:707px;
	margin:10px auto 0 auto;
	background-image:url(images/centercontent_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

*html #center_content_top{
	width:706px;
	}

#center_content{
	width:708px;
	margin:auto;
	background-color:#2b3749;
	background-image:url(images/centercontent_gradient.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}

#black_content_top{
	width:660px;
	height:10px;
	margin:auto;
	padding-top:14px;
	background-color:#2b3749;
	background-image:url(images/blackcontent_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#black_content{
	width:660px;
	margin:auto;
	background-color:black;
	padding-bottom: 20px;
}
#logo{
	padding:5px 0 0 40px;
	width:194px;
	height:41px;
	float:left;
}

#links{
	width:190px;
	margin: 30px 40px 0 0;
	height: 30px;
	float:right;
	}
	
	div#links ul{
		list-style:none;
		display:inline;
		}
	
	div#links li{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	width:80px;
	display:block;
	float:left;
	color:#777777;
	}
	
	div#links a{
	color:#777777;
	text-decoration:none;
	}
	
	div#links a:hover{
		color:white;
		}

#blue_content{
	clear:both;
	margin:auto;
	width:580px;
	background-color:#2b3749;
	background-image:url(images/interior/blue_top.jpg);
	background-repeat:no-repeat;
	color:#CCCCCC;
	}
	
#left_col{
	width:200px;
	padding: 55px 20px 20px 20px;
	float:left;
	}
	
	div#contact strong{
		color:#777777;
	}
	
	div#contact a{
		font-size:15px;
		font-weight:normal;
		color:#CCCCCC;
		text-decoration:none;
	}
	
	div#contact a:hover,h3:hover{
		text-decoration:underline;
	}
	
	div.no_drop a{
		font-size: 16px;
		color:#666666;
		font-weight:bold;
		text-decoration:none;
		padding-left:15px;
		}
	
	.closed{
		font-size: 16px;
		font-weight:bold;
		cursor:pointer;
		}
		
	div.closed span{
		padding-left:15px;
		background-image:url(images/interior/plus.jpg);
		background-repeat:no-repeat;
		background-position:left;
		color:#666666;
	}
	
	div.closed ul{
		display:none;
		}
	
	.open{
		font-size: 16px;
		font-weight:bold;
		cursor:pointer;
		}
		
	div.open span{
		padding-left:15px;
		background-image:url(images/interior/minus.jpg);
		background-repeat:no-repeat;
		background-position:left;
		color:#666666;
	}
	
	div.open ul{
		list-style:none;
		display:list-item;
		padding-left:15px;
		margin:0 0 15px 0;
		}
	div.open li{
		font-size:15px;
		font-weight:normal;
		color:#999999;
		text-decoration:none;
	}
	
	div.open li:hover{
		color:white;
	}
		
#right_col{
	width:320px;
	padding: 20px 0 0 0;
	float:left;
	color:#CCCCCC;
	}
	
	.big_image{
		width:320px;
		margin-bottom:20px;
		text-align:center;
		}
	#info{
		clear:both;
		font-size:15px;
		color:#999999;
		width:320px;
	}
	
	#center_info{
		clear:both;
		font-size:15px;
		color:#999999;
		width:320px;
		text-align:center;
	}
	
	div#info a, div#center_info a{
		font-size:15px;
		font-weight:normal;
		color:#999999;
	}
	
	div#info a:hover, div#center_info a:hover{
		color:white;
	}
	
	div#info ul{
		margin-top:0;
		margin-bottom:0;
		}
		
	
#clear_both{
	clear:both;	
	}
#blue_bottom{
	clear:both;
	margin:auto;
	width:580px;
	height:21px;
	background-color:#2b3749;
	background-image:url(images/interior/blue_bottom.jpg);
	background-repeat:no-repeat;
	}
.page{
display:none;
}
