/* 
Olimpio Web Solutions Style Sheet - layout
*/


body {
	background: #ffffff;
	font-family: helvetica, arial, san-serif;
	color:#2E2E2E;
	font-size:15px;
	line-height:19px; 
	padding: 0px;
	margin: 0px;
	text-align: center;
	}

/*div {
	border:1px solid black;
}*/

/*  div layout ----------------------------------------------------------------------- */


div#outercontainer {
	background: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding:5px 5px 5px 5px;
	text-align: left;
/*	border:0px solid #2E2E2E;*/
	}

div#container {
	background: #ffffff;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
	
div#logo {
	background: #ffffff;
	width:215px;
	height:150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
	top:20px;
	left:35px;
	border:0px solid green;
	}
	
div#tagline {
	position:absolute;
	width:433px;
	height:37px;
	top:50px;
	left:300px;
	border:0px solid blue;

}

div#topline {
	height:2px;
	border-top:1px solid #666666;
	margin:40px 30px 0px 30px;
}

div#globalNav {
	width:75px;
	top:10px;
	left:690px;
	position:absolute;
	height: auto; 
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

div#viewLinks {
	width:285px;
	top:30px;
	left:500px;
	position:absolute;
	height: auto; 
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

div#mainNav {
	width:975px;
	height: 28px; 
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

div#contentContainer {
	background: #ffffff;
	width:800px;
	height:auto;
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	/*border:1px dashed red;*/
}
	
div.leftContent {
	width:246px;
	text-align:right;
	background: #ffffff;
	margin:0px 0px 0px 20px;
	padding:0px 20px 0px 0px;
	float:left;
/*	border:1px dotted blue;*/
	}


div.rightContent {
	float:right;
	width:475px;
	height:auto;
	padding:0px 0px 0px 20px;
	margin:0px 13px 10px 0px;
	border-left:1px solid #666666;
/*	border:1px solid green;*/
}

div.projectwrapper {
	padding: 0px 0px 30px 20px;
	border-bottom: 1px solid #666666;
}


div#footer {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	margin:15px 0px 0px 0px;
	padding:10px 5px 10px 5px;
	border-top:1px solid #4e4e4e;
	text-align:center;
	clear:both;
	white-space:nowrap;
	}
	
	/*forms*/
	


form {
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px 15px 0px!important;
	padding: 0px 0px 0px 0px;
}
label {
	display: block;
	width: 200px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 20px;
}

input, select {
	display: block;
	float: left;
	text-align:left;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.rightfield {
	display: block;
	float: left;
	text-align: left;
	margin: 0px 5px 10px 10px;
}



input.button {
	padding:3px;
	text-align:center;
}



/*  others ----------------------------------------------------------------------- */

.errortext {
	color:#DE1723;
	font-weight:bold;
}

.affirmtext {
	color:#1B5CB6;
	font-weight:bold;
}

