@import "navigation.css";
body {	overflow: -moz-scrollbars-vertical;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(../images/bgGlobal.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 20px 0 0 0;
	background-color: #90847b;
}
.bodyStart{ background-image:none; background-color:#FFFFFF;}
#contentWrapper #content {
	text-align: left;
	width: 830px;
	margin-bottom: 20px;
}
#contentWrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgShadow.gif);
	margin-bottom: 10px;
	background-repeat: no-repeat;
	padding: 0px;
	text-align: left;
}
.start {
	background-image: url(../images/bgStart.png);
	background-repeat: no-repeat;
	height: 670px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#emptySpace {
	clear: both;
	height: 540px;
}
#contentWrapper .home {
	background-image: url(../images/bgContentHome.png);
	background-repeat: no-repeat;
	height: 670px;
	width: 830px;
}
#contentWrapper .contextualContent {
	background-image: url(../images/bgContentContextual.gif);
	background-repeat: no-repeat;
	height: 670px;
	width: 830px;
}
#contentWrapper .personalContent {
	background-image: url(../images/bgContentPersonal.png);
	background-repeat: no-repeat;
	height: 670px;
	width: 830px;
}
#contentWrapper .privateContent {
	background-image: url(../images/bgContentPrivate.png);
	background-repeat: no-repeat;
	height: 670px;
	width: 830px;
}
#contentWrapper #content #contentArea {
	height: 360px;
	width: 830px;
}
#contentArea #contentPlaceHolder {
	clear: right;
	position: relative;
	top: 70px;
}
#contentArea .row {
	clear: both;
	height: 90px;
	width: 650px;
	float: right;
}
#contentArea .bottomrow {
	width: 740px;
}

#contentArea .row .projectPlaceHolder {
	display: inline;
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#contentArea .row .projectPlaceHolder .imagePlaceHolder {
	height: 80px;
	width: 80px;
}
#contentArea #contentPlaceHolder .row .projectPlaceHolder .imagePlaceHolder img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	height: 190px;
}
#navigation .photoStart {
	float: left;
	height: 190px;
	width: 300px;
}
#navigation .photoHome {
	background-image: url(../images/photoHome.gif);
	background-repeat: no-repeat;
	float: left;
	height: 190px;
	width: 300px;
}
#navigation .photoPrivate {
	background-image: url(../images/photoPrivate.png);
	background-repeat: no-repeat;
	float: left;
	height: 190px;
	width: 300px;
}
#navigation .photoContextual {
	background-image: url(../images/photoContextual.gif);
	background-repeat: no-repeat;
	float: left;
	height: 190px;
	width: 300px;
}
#content #textArea {
	margin-bottom: 20px;
	width: 610px;
	float: left;
}
#content #textArea .textHome {
	background-image: url(../images/textHome.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 57px;
	width: 413px;
	margin-bottom: 10px;
	float: right;
}
#content #textArea .textContextual {
	background-image: url(../images/textContextual.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 39px;
	width: 561px;
	margin-bottom: 10px;
	float: right;
}
#content #textArea .textPrivate {
	background-image: url(../images/textPrivate.png);
	background-repeat: no-repeat;
	clear: both;
	height: 39px;
	width: 443px;
	margin-bottom: 10px;
	float: right;
}
#content #textArea .textPersonal {
	background-image: url(../images/textPersonal.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 39px;
	width: 561px;
	float: right;
	background-position: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#content #textArea .logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 173px;
	clear: both;
}
#content #textArea .textStart{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* footer */
#footerWrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgShadow.gif);
	background-repeat: no-repeat;
	clear: both;
	background-position: left top;
	text-align: left;
}
#footerWrapper #footer {
	height: 40px;
	width: 830px;
	margin-bottom: 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
}
#footerWrapper .footerHome {
	background-color: #cc0066;
}
#footerWrapper .footerContextual {
	background-color: #6699cc;
}
#footerWrapper .footerPersonal {
	background-color: #ffc30f;
}
#footerWrapper .footerPrivate {
	background-color: #ff0000;
}
#footerWrapper #footer p {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#footer a, #footer a:link, #footer a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover{
	text-decoration: underline;
	color: #000;
}
/* clearfix hack-------------http://positioniseverything.net*/

.clearfix:after {

  content: "."; 

  display: block; 

  height: 0; 

  clear: both; 

  visibility: hidden;

}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */
