/*** GENERAL ***/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	min-height: 100%;
}

* html #container {  /*IE browsers less than IE7*/
	height: 100%;
} 

html {
	overflow-y: scroll;
}

body {
	background-color: #2c2c2c;
	color: #d0d0d0;
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}

img {
	border: 0;
}

a {
	color:black;
	text-decoration: none;
}

h1 {
	display:none;
}

/*** HEADER ***/
#header {
	background-image: url('../images/headerBG.png');
	height: 144px;
	text-align: center;
}

#header img#logo {
	margin-top: 20px;
}


/*** CONTENT AREA ***/
#content {
	margin: 20px auto 0 auto;
	width: 930px;
	
}

#banner {
	border-bottom: 1px solid #484848;
	height: 303px;
}

#banner .bannerImage {
	float:left;
	margin-left: -10px;
}

#banner p {
	font-size: 12px;
	font-weight:lighter;
	line-height: 1.5em;
	padding: 5px;
}

#visitDaring {
	background-image: url('../images/visitButtonBG.png');
	background-repeat: no-repeat;
	height: 20px;
	margin-left: 500px;
	margin-top: 12px;
	width: 220px;
	padding: 10px;
	text-align: center;
}

#visitDaring a {
	color: white;
	font-size: 14px;
}

#sites {
	clear: both;
	border-top: 1px solid #616161;
	height: 300px;
	min-height: 300px;
	padding:30px 0 40px 0;
	display: block;
}

.site {
	background-image: url('../images/siteBG.gif');
	background-repeat: no-repeat;
	color: black;
	float: left;
	height: 320px;
	width: 310px;	
}

.last {
	background-image: url('../images/siteBG.png');
}

.site .siteImage {
	padding: 20px 20px 0 20px;
}

.site .btn_description {
	width:27px;
	height:27px;
	float:right;
	margin-top:7px;
	margin-right:5px;
	cursor:pointer;
}

.site .open {
	background-image:url('../images/btnOpen.png');
	background-repeat:no-repeat;
}

.site .close {
	background-image:url('../images/btnClose.png');
	background-repeat:no-repeat;
}

.site .site_description{
	height:40px;
	margin-left:10px;
	width:280px;
	margin-right:10px;
	margin-left:10px;
	position:absolute;
	z-index:100;
	display:block;
	background:url('../images/transparent.png') repeat fixed;
	
}

.site h3 {
	color:#d3d3d3;
	font-family: "Times New Roman";
	font-size: 16px;
	float: left;
	font-weight: normal;
	margin:10px 0 0px 20px;
}

.site p{
	clear:both;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
}

.site p a{
	text-decoration:underline;
	font-weight:bold;
	color:#9ebc5c;
}

.comingSoon {
	margin-top: 13px;
	float:left;
}


/*** FOOTER ***/
#clearFooter { 
	clear: both;
	height: 30px;
	margin: 0;
	padding: 0;
} 

#footer {
	position: absolute;
	bottom: 1px;
	margin: 0;
	background-image: url('../images/footerBG.png');
	height: 50px;
	width:100%;
	min-width: 950px;
}

#footer p {
	padding:10px 30px;
}

#footer .footerLeft {
	float:left;	
}

#footer .footerRight {
	position:absolute;
	right:0;
}
