@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
a {
	outline:none;
}
body {
	background-color:#000000;
	background:#000000 url(../_images/_backgrounds/body_bg.jpg) center top no-repeat;
}
#container {
	width:100%;
	position:absolute;
}
#logo {
	width: 950px;
	/* background-color:#00CC66; */
	margin:0 auto;
	padding:17px 0;
	text-align:right;
}
#nav {
	width:100%;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:2px 0 5px 0;
}
#nav .links {
	width: 950px;
	margin:0 auto;
	text-align:right;
}
#nav .links a {
	margin-right:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:10px;
	color:#CCCCCC;
	letter-spacing:1px;
	word-spacing:2px;
	background:url(../_images/_backgrounds/bullet.jpg) left center no-repeat;
	padding-left:20px;
	text-decoration:none;
	outline:none;
}
#nav .links a.last {
	margin-right:0px;
}
#nav .links a.active {
	color:#5ca9c1;
}
#nav .links a:hover {
	color:#5ca9c1;
}
#content {
	width:950px;
	min-height:520px;
	height:auto !important;
	height:520px;
	margin:0 auto;
}
#blur {
	width:315px;
	height:300px;
	position:absolute;
	margin:200px 0 0 0px;
}
#copy {
	width:530px;
	min-height:250px;
	height:auto !important;
	height:250px;
	margin:80px 0 50px 0;
	float:right;
}
#copy h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#FFFFFF;
	margin-bottom:20px;
}
#copy p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:11px;
	line-height:15px;
	color:#DFDFDF;
	margin-bottom:10px;
}
#copy p a{
	color:#FFFFFF;
} 
#copy p .blue {
	color:#5ca9c1;
}
#copy p.large {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:19px;
	color:#FFFFFF;
}
#copy p.large_blue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:19px;
	color:#5ca9c1;
}
#copy.containsList ul{
	margin-bottom:20px;
}
#copy.containsList ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:11px;
	color:#5ca9c1;
	text-transform:uppercase;
	list-style:none;
}
#copy.containsList ul li ul {
	margin:8px 0 0 30px;
}
#copy.containsList ul li ul li {
	color:#FFFFFF;
	text-transform:none;
	list-style-image:url(../_images/_backgrounds/bullet.jpg);
	margin:0 0 3px 0;
}
#copy.containsList ul li ul li a {
	color:#FFFFFF;
}
#copy.containsList ul li ul li.last {
	margin:0 0 8px 0;
}
#copy .gallery{
	margin-bottom:15px;
}
#copy .gallery .thumb{
	width:113px; /* Add 2px if no border */
	height:98px; /* Add 2px if no border */
	float:left;
	margin:7px 5px 0 0;
	cursor:pointer;
	padding:5px;
	border:1px solid #CCCCCC;
}
#copy .gallery .thumb img{
	width:113px;
	height:98px;
	border:none;
}
#copy .gallery .thumb:hover {
	border:1px solid #000000;
}
#copy .gallery .staticThumb{
	width:113px; /* Add 2px if no border */
	height:98px; /* Add 2px if no border */
	float:left;
	margin:7px 5px 0 0;
	padding:5px;
	border:1px solid #CCCCCC;
}
#copy .gallery .staticThumb img{
	width:113px;
	height:98px;
	border:none;
}
#copy .gallery .rowEnd{
	margin:7px 0 0 0;
}
#footer {
	width:100%;
	border-top:1px solid #666666;
	margin-bottom:30px;
}
#footer .links {
	width:950px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	font-size:9px;
	word-spacing:2px;
	color:#CCCCCC;
	padding-top:8px;
}
#footer .links a {
	text-decoration:none;
	color:#CCCCCC;
}
#footer .links .left {
	width:475px;
	float:left;
}
#footer .links .right {
	width:475px;
	float:left;
	text-align:right;
}
