/* CSS Document */
body, html {
	margin:0;
	padding:0;
	margin: 0;
	background:#ECFDFD url(../images/bg-body.jpg) repeat-x;
	color:#000;
}
body {
	min-width:750px;
}
#wrap {
	margin:0 auto;
	width:750px;
}
#header {
	background:#ECFDFD url(../images/banner.jpg) no-repeat;
	background-position: 0 0;
	height: 402px;
	width: 766px;
	display: block;
	float: left;
}

#header-narrow {
	background:#ECFDFD url(../images/banner-narrow.jpg) no-repeat;
	background-position: 0 0;
	height: 100px;
	width: 766px;
	display: block;
	float: left;
}

#header h1 {
	padding:5px;
	margin:0;
}

#main h2, #vision h2, #mission h2, form .header{
	color: #006766;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	font-style:normal;
	margin-bottom: 0;
	margin-top: 0;
	
}

#nav {

	width: 766px;
	
		border-bottom: 5px solid #006766;
		display: block;
		float: left;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}

#nav a:link, #nav a:visited{
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;

	display: block;
	float: right;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
	background: #333;
	border-bottom: 3px solid #262626;
}



#nav a:hover, #nav a:active{
background: #484848;
	border-bottom: 3px solid #363636;

}

#nav a.selected:link , #nav a.selected:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;

	display: block;
	float: right;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
	background: #006766;
	border-bottom: 3px solid #006766;

}


#main {
	background: #fff;
	padding: 30px;
	
	float:left;
	width:706px;
}
#main h2, #main h3, #main p {

}
#sidebar {
	display: none;
	background:#99c;
	float:right;
	width:240px;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}
#footer {
	padding: 0;
	margin: 0;
	
	clear:both;
	width: 766px;
	border-top: 5px solid #006766;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006766;
}
#footer p {
	padding: 10px 0;
color: #006766;
	margin:0;
}

#about-us-links{
	margin: 10px 0 0 0;
	display: none;



}

#about-us-links ul{
	padding: 0;
	margin: 0;

}
#about-us-links li{
	list-style: none;


	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 18px;
	


	

}

#about-us-links li a:link, #about-us-links li a:visited{
		color: #006766;
	text-decoration: none;
	display: block;
	float: right;
	border-bottom: 1px dotted #006766;
	margin-left: 10px;
	
}

#about-us-links li a:hover, #about-us-links li a:active{
	color: #006766;
	text-decoration: none;
	border-bottom: 1px solid #006766;
	display: block;
	float: right;
}

#project{
	margin-bottom: 15px;
	background-color: #ECFDFD;
	padding: 15px;
	border-right: 1px solid	#BFD9D9;
	border-bottom: 1px solid #BFD9D9;
	float: left;

}

#project img{
	float: left;
	background: #fff;
	padding: 4px;
	border: 1px solid #BFD9D9;
	margin: 10px 15px 15px 0;
	display: block;
}

#project h3, h3{
	color: #333;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

p{
	margin: 10px 0 0 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
}

#vision, #mission{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #333;

	font-size: 16px;

	display: block;
	float: left;
	width: 180px;
	margin-bottom: 15px;

	background-color: #ECFDFD;
	padding: 15px;	
	border-right: 1px solid	#BFD9D9;
	border-bottom: 1px solid #BFD9D9;		
}

#mission{
	width: 430px;
	margin-left: 25px;
}

#vision p, #mission p{

	font-size: 12px;
}

#main a:link, #main a:visited{
	color: #006766;
	text-decoration: none;
	display: block;
	float: left;
	border-bottom: 1px dotted #006766;
}

#main a:hover, #main a:active{
	color: #006766;
	text-decoration: none;
	border-bottom: 1px solid #006766;
	display: block;
	float: left;
}

form{
	padding: 0;
	margin: 0;
	width: 705px;
	border-right: 1px solid #BFD9D9;
	border-bottom: 1px solid #BFD9D9;
}

label{
	display: block;

	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
	color: #006766;
}

input, textarea{
	color: #333;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	border:1px solid #BFD9D9;
	padding:3px 5px;
	font-size: 12px;
	overflow: hidden;
}

.submit{
	background: #006766;
	color: #fff;

}

.button {
    border: none;
    background: url('../images/btn-submit.jpg') no-repeat top left;
	width: 65px;
	height: 32px;

	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: none;
}



form fieldset{
	padding: 0;
	margin: 0;

	border: none;
	display: block;

}

form .row, form .header, form .footer{
	border-bottom: 1px dotted #BFD9D9;
	background: #ECFDFD;
	display: block;
	float: left;
	width: 685px;
	padding: 10px;
}

form .header, form .footer{

}

form .required{
	color: #c00;
}

form .footer{
	text-align: right;
	border: none;
}

form .footer input{
	margin: 0;
}

form .row input, form .row textarea{
	margin: 0;
}

form .row:hover{
	background: #ECFDFD;
}

form fieldset legend{
	background: #ECFDFD;
	color: #006766;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	font-style:normal;
	margin-bottom: 0;
	margin-top: 0;

}

form .error, .success{
	color: #333;
	background: #FCF2F2 url(../images/exclamation.jpg) no-repeat 5px center;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px dashed #E68080;
	margin: 5px 0 0 165px;
	padding: 5px 5px 5px 25px;
	float: left;
	clear: both;
}

.success{
	background: #F2FAF5 url(../images/accept.jpg) no-repeat 5px center;
	border: 1px dashed #7FCC99;
	margin: 0 0 10px 0;

	float: none;
}


form .row input.email {
	width: 200px;

}

form .row input.subject{
	width: 400px;
}

form textarea{
	width: 400px;
}

form label{
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 15px;
	vertical-align:middle;
	line-height: 27px;

}
