@charset "utf-8";
body {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;

}
a:link {
	color: #DAE0A9;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #DAE0A9;
}
a:hover {
	text-decoration: underline;
	color: #EA3535;
}
a:active {
	text-decoration: underline;
	color: #EA3535;
}
#subActive a {
	text-decoration: underline;
	color: #EA3535;
	}

#nav_container {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 50px #000;
	background-color: rgba(0, 0, 0, 0.8);
	padding:0px;
	color:#FFF;
	margin-bottom:30px;
	height:38px;




}
#nav {

	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	position:relative;
	left:20px;
	font-weight:bold;
	height:38px;

}
#nav ul{

	margin:0px;
	padding:0px;

}
#nav ul li ul{

	margin:0px;
	padding:0px;

}
#nav ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	width:100px;
}
#nav ul li a {
	color: #DAE0A9;
	text-decoration: none;
	display:block;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}
#nav_container>#nav ul li a {
	width: auto;
}
#nav ul li#active a {
	color:#EA3535;
	background-color: rgba(0, 0, 0, 0.8);
	background-image: -moz-linear-gradient(top, #222, #000);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222), color-stop(1, #000));
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EA3535;
	padding-left:7px;
}
#nav li a:hover, #nav ul li#active a:hover {
	color:#EA3535;
	background-color: rgba(0, 0, 0, 0.8);
	background-image: -moz-linear-gradient(top, #222, #000);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222), color-stop(1, #000));
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EA3535;
	padding-left:7px;
	
}
/*ul#nav li:first-child {
	border-left-style: none;
}*/
#nav li:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px;
	height: 5px;
	background: #000;
	right : 0;
	bottom: 0;
}
#nav ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	margin: 0;
	background:#000;
	
	
}
#nav ul li:hover > ul {
	display: block;
	margin:0px;
}
#nav ul li ul li, #nav li ul li a {
	float: none;
	background-color: #222;
	width:200px;
	
	
}
#nav ul li ul li a:hover {
	background-color: #000;
	color: #EA3535;
	
}
#nav ul li ul li {
	_display: inline; /* for IE6 */
	display: block;
}
#nav li ul li a {
	width: 150px;
	display: block;
		
}
/* SUBSUB Menu */

#nav ul li ul li ul {
	display: none;
}
#nav ul li ul li:hover ul {
	left: 100%;
	top: 0;
}
#content {
	border-color:#fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
	background-color:#000;
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 50px #000;
	background-color: rgba(0, 0, 0, 0.8);
	padding:30px;
	color:#FFF;
	margin-bottom:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b00;
}
#galleylist {
	border-color:#fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
	background-color:#000;
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 50px #000;
	background-color: rgba(0, 0, 0, 0.8);
	padding:30px;
	color:#FFF;
	margin-bottom:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b00;
}
#galleylist h3{
	margin-top:20px;
}
#leftcolumn {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
	background-color:#000;
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 50px #000;
	background-color: rgba(0, 0, 0, 0.8);
	padding:30px;
	color:#fff;
	border-color:#fff;
	border-bottom-width:1px;
	margin-bottom:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b00;
}



#leftcolumn ul{
	list-style:none;
	margin:0px;
		font-weight:bold;
	
}
#leftcolumn  li a{

		text-decoration:none;
}

#leftcolumn ul li{
	list-style:none;
	margin:0px;
}
#leftcolumn ul li ul li{
	list-style:none;
	margin-left:15px;
}

#news_column {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
	background-color:#000;
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 50px #000;
	background-color: rgba(0, 0, 0, 0.8);
	padding:30px;
	color:#fff;
	border-color:#fff;
	border-bottom-width:1px;
	margin-bottom:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b00;
	height:270px;
}
#callout_column {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
	background-color:#000;
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 50px #000;
	background-color: rgba(0, 0, 0, 0.8);
	padding:30px;
	color:#fff;
	border-color:#fff;
	border-bottom-width:1px;
	margin-bottom:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b00;
		height:270px;
}
#content3 {
	border-color:#fff;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	border-radius: 8px; /* CSS3 */
	background-color:#000;
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
	background-color: rgba(0, 0, 0, 0.8);
	padding:10px;
	color:#FFF;
}
#footer {

	padding:10px;
	color:#fff;
	text-align:center;

}
#header {
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	height: 140px;
	background-position: center top;
}
#logo {
	margin-bottom:20px;
}
.container_red_divider {
	background-image: url(images/red_divider.jpg);
	background-repeat: repeat-x;
	float:left;
	width:100%;
	margin-left:0px;
	margin-right:0px;
}
#red_divider {
	text-align: center;
	padding: 2px;
	height: 18px;
	color:#FFF;
}
.container_home_bg {
	background-color:#6C889A;
	float:left;
	position:relative;
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B0BEC8;
	border-bottom-color: #B0BEC8;
	display: block;
}
#home_news {
	padding-top: 15px;
	padding-bottom: 10px;
	color:#FFF;
}
#home_news p {
	margin-bottom:10px;
}
#home_news ul li a {
	display:block;
	color:#FFF;
	text-decoration:none;
}
#home_news ul li a:hover {
	text-decoration:underline;
}
#home_news ul {
	margin-bottom:10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#home_news ul li {
	background-image:url(images/red_bullet.png);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding-left: 10px;
	margin-left:5px;
}
.container_home_footer_bg {
	float:left;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #990630;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin-top:20px;
}
.home_footer {
	margin-top:10px;
	color:#98002e;
	font-family:Verdana, Arial, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.home_callout_1 {
	padding-left:30px;
}
.home_callout_2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAA;
	padding-left:30px;
}
.home_callout_3 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAA;
	padding-left:30px;
}
