@charset "utf-8";
/* CSS Document */

/*Common styles for the whole site*/

body {
	background-color: #FFF;
}

#container {
	text-align: left;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo {
	width: 205px;
	height: 131px;
	background: url(../images/logo.jpg);
	float: left;
}

#header {
	position: relative;
	height: 131px;
}

#navHeader {
	height: 131px;
	width: 722px;
	background: url(../images/header_bkgrd.jpg) no-repeat;
	float: right;
}
/*---------------------nav bar css-----------------------------------------*/
#nav {
	width: 722px;
	height: 39px;
	position: absolute;
	left: 208px;
	top: 92px;
}

#nav ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
}
#nav ul a:link,#nav ul a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #005195;
	text-decoration: none;
	display: block;
	height: 37px;
	margin: 0px;
	text-align: center;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
}
#nav ul a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #266200;
	text-decoration: none;
	display: block;
	height: 37px;
	margin: 0px;
	text-align: center;
	background-repeat: no-repeat;
}
#nav ul #home a:link,#nav ul #home a:visited {
	background-image: url(../images/home_up.jpg);
	width: 103px;
}
#nav ul #home a:hover {
	background-image: url(../images/home_hover.jpg);
	width: 103px;
}
#nav ul #about a:link,#nav ul #about a:visited {
	background-image: url(../images/about_up.jpg);
	width: 103px;
}
#nav ul #about a:hover {
	background-image: url(../images/about_hover.jpg);
	width: 103px;
}
#nav ul #find a:link,#nav ul #find a:visited {
	background-image: url(../images/find_up.jpg);
	width: 103px;
}
#nav ul #find a:hover {
	background-image: url(../images/find_hover.jpg);
	width: 103px;
}
#nav ul #jobs a:link,#nav ul #jobs a:visited {
	background-image: url(../images/job_up.jpg);
	width: 103px;
}
#nav ul #jobs a:hover {
	background-image: url(../images/job_hover.jpg);
	width: 103px;
}
#nav ul #get a:link,#nav ul #get a:visited {
	background-image: url(../images/accred_up.jpg);
	width: 103px;
}
#nav ul #get a:hover {
	background-image: url(../images/about_hover.jpg);
	width: 103px;
}
#nav ul #know a:link,#nav ul #know a:visited {
	background-image: url(../images/knowledge_up.jpg);
	width: 103px;
}
#nav ul #know a:hover {
	background-image: url(../images/knowledge_hover.jpg);
	width: 103px;
}
#nav ul #contact a:link,#nav ul #contact a:visited {
	background-image: url(../images/contact_up.jpg);
	width: 104px;
}
#nav ul #contact a:hover {
	background-image: url(../images/contact_hover.jpg);
	width: 104px;
}
/*----------------------end of nav bar css--------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	height: 50px;
	width: 930px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a:link,#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
#socialMedia {
	float: right;
}

.clear {
	clear: both;
}

/* feedback form */

#feedback{
	margin:0;
	position:fixed;
	left:-401px;
	top:100px;
	width:400px;
	z-index:1000;
	background:#e9e9e9 url(../images/feedback_form.gif) repeat-x;
	border:1px solid #d5d5d5;
	border-left:none;
	text-align:left;
	}
#feedback h3{
	margin:1em 35px;
	padding-bottom:0.75em;
	background:url(../images/feedback_border.gif) no-repeat 0 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	}
#feedback fieldset{
	border:none;
	margin:1em 35px;
	padding:0;
	}
#feedback legend{
	display:none;
	}
#feedback div{
	clear:both;
	padding:.2em 0;
	}	
#feedback label{
	float:left;
	width: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	}	
#feedback .field, #feedback .area{
	float:right;
	width:220px;
	border:1px solid #d5d5d5;
	padding:3px;
	background:#fff url(../images/feedback_input.gif) repeat-x;
	}	
#feedback .area{
	height:120px;
	overflow:auto;
	}	
#feedback .submit{
	padding:1em 0;
	text-align:right;
	}	
#feedback button{
	text-indent:-8000px;
	text-align:left;
	border:0;
	overflow:hidden;
	width:164px;
	height:33px;
	background:url(../images/feedback_submit.png) no-repeat 0 0;
	cursor:pointer;
	}	

	/* feedback buttons */
	
	#feedback .open, #feedback .close{
		float:left;
		position:absolute;
		top:-1px;
		left:401px;
		text-indent:-8000px;
		width:32px;
		cursor:pointer;
		}
	#feedback .open{
		background:url(../images/feedback_open.png) no-repeat 0 0;	
		height:106px;
		}
	#feedback .close{
		background:url(../images/feedback_close.png) no-repeat 0 0;	
		height:33px;
		}	

/* feedback form */
#ie6Warning {
		background: #e3e3e3;
		border: 1px solid #bbbbbb;
		padding: 10px 10px 1px;
		margin-bottom: 10px;
		}

#ie6Warning h2 {
		padding-left: 40px;
		}

