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

body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
}

a{
	color:#fff;
	text-decoration:underline;
}
body {
	background-color: #000;
}

img, div, background, h1 { behavior: url(images/iepngfix.htc) }

h1{
	font-size:14px;
	color:#000;
	font-weight:lighter;
	background:url(images/heading_bg.png) no-repeat;
	text-transform:capitalize;
	padding:6px 10px 10px 10px;
}

h6{
	font-size:14px;
	color:#000;
	font-weight:lighter;
	background:url(images/heading_wide_bg.png) no-repeat;
	text-transform:capitalize;
	padding:6px 10px 10px 10px;
	margin:10px 0 0 0;
}	


h3{
color:#fff;
font-weight:lighter;
}

.readmore{
color:#fff;
display:inline;
float:left;
margin-left:200px;
}


.site-wrapper
{
	width:965px;
	margin-left:auto;
	margin-right:auto;
	
}

.header-wrapper
{
	width:965px;
	height:100px;
}

.logo
{
	width:188px;
	height:96px;
	float:left;
}


.header-bar
{
	width:774px;
	height:27px;
	float:right;
	margin-top:30px;
}


.feature
{
	width:965px;
	height:192px;
	margin-top:20px;
}

.content-wrapper
{
	width:964px;
	border:solid 1px #333;
	margin-top:20px;
}

.content-box
{
	width:945px;
	min-height:200px;
	height:auto !important;
	background:#1b1a1a;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}


.content-column
{
	width:300px;
	float:left;
	margin-bottom: 10px;
	padding-left:10px;
	padding-right:5px;
	display:inline;
}

.content-wide
{
	width:930px;
	float:left;
	margin-bottom: 10px;
	padding-left:10px;
	padding-right:5px;
	display:inline;
}

.clear{
	clear:both;
}

.properties li{
	padding:2px
}

.properties li a{
	color:#ccc;
}

.gallery{
float:right;
width:600px;
height:400px;
margin-right:10px;
display:inline;
margin-top:10px;
margin-bottom:10px;
}

/* ---------DROPDOWN MENU STYLES------------ */

.chromestyle{
width: 600px;
float:right;
height:30px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font-weight:normal;
font-family: Helvetica, sans-serif;
font-size: 12px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #000000; /*THEME CHANGE HERE*/
text-decoration:underline;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px;
line-height:18px;
z-index:100;
background: #1c1c1c;
width: 155px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: white;
background-color: 1c1c1c;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
}


 /*==============================

		IMAGES

===============================*/



.alignLeft {

float:left;

margin-right:1em;

}



.alignRight {

float:right;

margin-left:1em;

}



#fadeshow1{
z-index:-1000;	
}
