@charset "utf-8";
/* CSS Document */

body {
	background-color:#F90;
	/*background:#7A96C4;*/
	/*background-image:url(../images/bg-top.png);*/
	background-image:url(../images/background-texture2.png);
	background-repeat: repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	color:#00005B;
	margin:auto;
	padding: 0;
	font-size:14px;


}

#wrapper2{
	background-color:#fff;
	margin-top:5px;
}

h1{}

h2{
	
    font-size:16px;
	color:#306;
	
	}

h3{}

h4{}

/*DIVS */

#wrapper {
	width: 950px;
	margin:auto;
	position:relative;
	

}


#header{
	
	
}

#container{
	width:950px;
	background-color:#fff;
/*	border:1px #F0C solid;
	height: 100px;*/
	float:left;
	margin-top:5px;
	
	

}

#content {

width: 450px;
float:left;
padding:5px 15px;
background-color:#fff;

}

#content2{
	
width: 600px;
float:left;
padding:5px 15px;
background-color: #ffffff;
}

#content-wide{
	padding: 5px 15px;
	width:900px;
	
}

#content-wide img{
	
	margin-right:20px;
}
#sidebar{

width: 190px;
background-color:#fff;
float:right;
	
}

#contact-button{
	
	position:absolute;
	top: 0px;
	left:800px;
	height:10px;
	/*width: 150px;*/
	
	

	
}
#navigation{
	position:absolute;
	top: 79px;
	left:800px;
	font-size:12px;
	font-style: italic;
	padding:0;


}

#navigation li{
	list-style:none;
	display:inline;
	margin:0;
	border-top: solid 1px #2f70b4;
	border-right: solid 1px #2f70b4;
	border-left: solid 1px #2f70b4;
}

.item{
background-color:#ffffff;
color:#2f70b4;
padding: 5px 5px;
margin:0;
}

.current{
	
	background-color:#ffffff;
	color:#CC4200;
	padding: 5px 5px;
	margin:0;
	text-decoration: underline;
}
#pushbutton{
	
	width:790px;
	clear:both;
}
#footer{
	
	clear:both;
	font-size:11px;
	padding: 15px 0 0 0;
	border-top: solid 1px #2f70b4;
	float:left;
	width: 100%;
	background-color:#fff;

}

/*CLASSES */

.thumb {
	
	width: 200px;
	float:left;
	margin-right: 15px;

}

.thumb img{

border: #CC4200 solid 3px;

}
.push {
	
	clear: both;
}

#projBox{
	
	float:right;
	width:450px;
}

#projBox-2{
	
	float:left;
	width:270px;
	margin:10px;
	padding:15px;
}

a:link{
	color: #00C;
	
}
a:visited{
 
 	color: #00C;
	
}
a:active{
	color: #00C;
	
}

a:hover{
	
	color:#C00;
}

.formFields{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:750px;
	border:none;
}

.error{
	
	color:#F03;
}

#error {
	
	position: absolute;
	left: 450px;
	top: 135px;
	color:#C30;
}

.right {
	
	float:right;
	width: 400px;
	margin:0;
	padding:0 10px 0 10px;
	
}

.left {
	
	float:left;
	width: 200px;
	margin:0;
	padding:0 10px 0 10px;
	
}

#below{
	
	background-image:url(../images/background-texture.gif);
	background-repeat: repeat;
	width:100%;
	position:absolute;
	top:200px;
}

hr{
	
	border-top: solid 1px #F63;
	color:#ffffff;
	
}
