body{
	background: black;
	color: white;
}
a { outline: none; }

/* text stylings */
h1{
	font-size: 18px;
	text-align: right;
	margin: 5px;
}
h1 a,h1 a:link,h1 a:visited,h1 a:active{
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}
h2{
	margin-top: 0;
	font-size: 18px;
	font-weight: normal;
}
p{
	margin-top: 0;
	font-size: 12px;
}
li{
	margin-left: 15px;
}
a, a:link, a:visited, a:active{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:active, a:hover{
	text-decoration: underline;
}

/* Vertical centering: make div as large as viewport and use table layout
div#container{
	width: 100%;
	height: 100%;
}
img#comingSoon{
	display: block;
    margin: auto;
} */

/* layout */
div#main{
	background: black url(../images/background.jpg) no-repeat;
	width:960px;
	height:600px;
}
div#contentContainer{
	padding: 70px 0 0 20px;
}
div#content{
	width:0px;
	height:0px;
	background: url(../images/content.png) no-repeat;
	padding: 0;
	display: none;
}
div#contentBody{
	height: 485px;
	width: 656px;
	padding: 15px 15px 15px 15px;
}
div#ClientValidationSummary{
	background: url(../images/formErrorBackground.png) repeat;
}
.contentScroll{
	width: 670px;
	height:460px;
	overflow:auto;
	overflow-x: hidden;
}
/* navigation */
ul#navigation{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 90px;
	left: 728px;
	visibility: hidden;
}
ul#navigation li{
	margin: 0;
	padding: 0;  
	list-style-type:none;
	height: 50px;
}
img{
	padding: 0;
	margin: 0;
}

/* transparency hack for < IE7 */
img, div {behavior: url(styles/iepngfix.htc)}

/* form elements */
label{
	float: left;
	width: 120px;
	font-size: 12px;
	font-weight: bold;
}
textarea{
	height: 200px;
	width: 500px;
	background: #333333;
	color: white;
}
input.text{
	width: 300px;
	background: #333333;
	color: #666666;
}

input.submit{
	background: #333333;
	color: white;
	border: 1px solid white;
}

/* content */
ul.portfolio li{
	margin-bottom: 10px;
}
#portfolio .portDesc{
	float: left; width: 330px;
}
#portfolio .portImage{
	float: right; width: 320px;
}
#portfolio a{
	font-size: 14px;
}

/* loader */
#loading{
	margin-right: 15px;
	font-size: 10px;
	vertical-align: middle;
	color: #2594F6;
}
#loading img{
	vertical-align: middle;
}
#cover{
	position: absolute;
	background: black;
	top: 25px;
	left: 0px;
	width: 970px;
	height: 625px;
	z-Index: 1000;
	margin: 0;
	padding: 0;
}