body{
	text-align: center;
}

.customInput{
	color: #333333;
}

.customButton{
	border: 0px;
	background: #999999;
	color: #ffffff;
}

#message{
	float:left;
	position: relative;
	color:#999999;
	font-family: Verdana;
	top:150px;
	font-size: 14pt;
	width: 400px;
	height:185px;
	border-right: 1px solid  black;
	font-weight: lighter;
	font-variant: small-caps;
	margin-left:80px;
	padding-right: 15px;
}

#contactForm{
	float:left;
	position: relative;
	margin-left: 50px;
	color:#999999;
	font-family: Verdana;
	top:150px;
	font-size:12pt;
	width: 350px;
	height: 185px;
	font-variant: small-caps;
}

#loading{
	position: absolute;
	width:100%;
	height:100%;
	background-color: black;
	color:white;
}

#infoPhoto{
	position: absolute;
    padding: 20px 20px;
}

#infoText{
	position: absolute;
	width: 600px;
	color:#999999;
	right:10px;
	font-size: 10pt;
	text-align: justify;
	font-family: Verdana;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

#container{
	position: relative;
	text-align: left;
	margin: 20px auto;
	width: 960px;
	z-index: 1;
}

#titleBar{
	position: relative;
	height:60px;
	margin-top:10px;
	text-align: center;
	text-decoration: none;
	color:white;
}

#sectionsBar{
	position: relative;
	margin-right: 60px;
	float:right;
}

img{
	border:0px;
	z-index:0;
	position: relative;
}

ul{
	list-style:none;
	background: none;
}

ul#links{
	text-transform:uppercase;
	font-family: Verdana;
	font-size: 10px;
	color: #999999;	
	padding: 0px;
	margin-left: 0px;
}

ul#links li{
	float: left;
	text-align: center;
	display:block;
	margin-left: 10px;
}

.hidden{
	display: none;
	padding: 0px;
}

ul#portfolioMenu{
	position: absolute;
	z-index: 100;
	background: none;
	left: 5px;
	padding:0;
	top:30px;
	margin:0;
	font-size: 8pt;
}

ul#portfolioMenu li{
	background: white;
	float:none;
	width: 120px;
	padding:5px;
	text-align: left;
	border:1px solid #999999;
}

#nameContainer{
	padding-bottom: 8px;
	border-bottom: 1px solid black;
}

#portfolioMessage{
	position: absolute;
	width:500px;
	left:50%;
	margin-left: -250px;
	font-size: 9pt;
	font-family: Verdana;
	color: #999999;
	bottom: 10px;
}

#activityContainer{
	margin-top: 3px;
}

#content{
	position: relative;
	z-index: -1;
	margin-top: 39px;
	text-align: center;
	width: 960px;
	height: 540px;
	border: 1px solid #999999;
}

#footer{
	position: relative;
	top:20px;
	text-align: center;
	color: #999999;
	font-size: 8pt;
	font-family: Verdana;
	font-variant: small-caps;
}

.contactPopup{
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 200px;
	border:1px solid #999999;
	background: #999999;
	text-align: center;
	opacity:0;
	filter: alpha(opacity=0);
	line-height: 200px;
	font-family: Verdana;
	z-index: 10000;
}

.noborder{
	border:0px;
}

a{
	text-decoration: none;
}

a:link,a:visited{
	text-decoration: none;
	color:#999999;
}

#titleBar a:hover{
	background: white;
}

a:hover{
	text-decoration: none;
	color:white;
	background: #999999;
}


