@charset "utf-8";
/* CSS Document */

  p, td, tr {
	color: #ffffff;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  }
  
  p a {
	color: #ffffff;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  }
  
h1 {
	color: #ffffff;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
  }
  
h2 {
	color: #ffffff;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
  }
  
  
hr {
	border: none 0;
	border-top: 1px dotted #ffffff;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

body {
	background-color: #000000;
	}
	
#container {
	padding: 0px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #292a30;
	}
	
#header {
	padding: 0px;
	height: 110px;
	width: 850px;
	background-color: #000000;
	}
	
.nav {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	}
	
.subnav {
	padding: 5px;
	height: 10px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #292a30;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
	
.flash {
	padding: 0px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	}

.container2 {
	padding: 0px;
	width: 850px;
	background-color: #292a30;
	}
	
	
.rightnav {
	margin-top: 20px;
  }
	
	
#footer {
	padding: 5px;
	height: 70px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	}
	
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	position: relative;
	top: 25px;
	width: 220px;
	float: right;
	}
	
	
.social {
	padding: 5px;
	width: 400px;
	float: left;
}
	
/*--- NAVIGATION --- */

#procontainer_brown {
position:relative;
height:56px;
color:#E0E0E0;
background:#143D55;
width:100%;
}

#pronav_brown {
	position:relative;
	height:32px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	background:#000000 url(../images/pro_bg.gif) repeat-x bottom left;
	padding:0 0 0 20px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #22527d;
}

#pronav_brown ul{
margin:0;
padding:0;
list-style-type:none;
width:auto;
float:left;
}

#pronav_brown ul li {
display:block;
float:left;
margin:0 1px;
}

#pronav_brown ul li a {
display:block;
float:left;
color:#EAF3F8;
text-decoration:none;
padding:0 0 0 20px;
height:32px;
}

#pronav_brown ul li a span {
padding:12px 20px 0 0;
height:21px;
float:left;
font-weight: normal;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

#pronav_brown ul li a:hover {
color:#fff;
background:transparent url(../images/pro_bg-OVER.gif) repeat-x bottom left;
}

#pronav_brown ul li a:hover span {
display:block;
width:auto;
cursor:pointer;
}

#pronav_brown ul li a.current,#pronav ul li a.current:hover {
	color:#fff;
	line-height:275%;
	background-color: #22527d;
	background-image: url(../images/brown_pro_left-ON2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#pronav_brown ul li a.current span {
	display:block;
	padding:3px 20px 0 0;
	width:auto;
	height:32px;
	background-color: #22527d;
	background-image: url(../images/brown_pro_right-ON2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

-->


/* ---Slideshow ---*/

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:351px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

/*	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:80px; 
		width:100%; 
		position:absolute;
		bottom:0;
	} */

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#FFFFFF;
	}
	