html {
	/*overflow: -moz-scrollbars-vertical;*/
	overflow: scroll; /* Always display otherwise page appears to 'jump' when extended */
	background: url(../img/gradient.jpg) repeat-x #F0F4F7;
	background-image: url(../img/gradient.jpg);
	background-color: #F0F4F7;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	margin:0px; 
	padding:0px; /* Setting margin and padding for browser consistency */
	text-align:center; /* fix for IE5/Win */
}
p {
	margin:0px; 
	padding:0px;
}
#container {
	width:960px;
	margin: 0 auto;
	text-align:left; /* Counteract to IE5/Win fix */
}
#headerText {
	font-size:60px;
	color: #516064;
}
#subHeaderText {
	font-size:30px;
	float:right;
	color: #516064;
}
.plus {
	color: #000000;
}
.title {
	color: #516064;
}
.image {
	float:right;
	border:none;
	padding:0px 20px 20px 20px;
}
.nextItem {
	padding-top:20px;
}
.portfolioItem {
	clear:both;
	/*background-image:url(../img/gradient.png);background-repeat:repeat-x;
	height:250px;*/

}
.contactIntro {
	padding-bottom:20px;
}
.contact {
	padding-left:30px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; 
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; 
	line-height: 31px; 
	border: 1px solid #999999;
	border-left: none;
	margin-bottom: -1px; 
	overflow: hidden;
	position: relative;
	background: #E0E0E0;
}

ul.tabs li a {
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #FFFFFF;
	outline: none;
}

ul.tabs li a:hover {
	background: #CCCCCC;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { 
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.tabContent {
	border: 1px solid #999999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #FFFFFF;
}

.tabContainer {
	width:940px;
	padding: 20px;
	font-size: 1.2em;
}
#footer {
	border: 1px solid #999999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #FFFFFF;
}
#footerText {
	padding:25px;
	font-size:10px;
	color: #516064;
}

.valid {
	padding:10px 20px 20px 20px;
}
