

/* body styles */
body{
	background-color:#d7ebea;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
}

/* content div spacing */
#content{
padding-top:15px;
}

#content_team{
padding-top:24px;
}

#content_contact{
padding-top:25px;
}

#content_procedures{
padding-top:10px;
padding-left:10px;
}

#content_loc{
padding-top:23px;
padding-left:10px;
padding-right:10px;
}


/* index page text intoduction */
#intro{
	padding-top:10px;
	padding-left:40px;
}

/* Link rollovers */
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #49698f;
	text-decoration: underline;
	line-height: 17px;
	-webkit-text-size-adjust: none;
}

a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #49698f;
	text-decoration: underline;
	line-height: 17px;
	-webkit-text-size-adjust: none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #49698f;
	text-decoration: none;
	line-height: 17px;
	-webkit-text-size-adjust: none;
}



/* text styles */

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FF0000;
	text-decoration: none;
	line-height: 12px;
	-webkit-text-size-adjust: none;
}

.normal_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #49698f;
	text-decoration: none;
	line-height: 17px;
	-webkit-text-size-adjust: none;
}

.normal_text1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #49698f;
	text-decoration: none;
	line-height: 14px;
	-webkit-text-size-adjust: none;
}

.newstext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #49698f;
	text-decoration: none;
	line-height: 14px;
	-webkit-text-size-adjust: none;
}

.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #49698f;
	text-decoration: none;
	line-height: 17px;
	-webkit-text-size-adjust: none;
}

.header1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #49698f;
	text-decoration: none;
	line-height: 17px;
	-webkit-text-size-adjust: none;
}

/* footer styles */
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #49698f;
	text-decoration: none;
	line-height: 17px;
	text-align:center;
	-webkit-text-size-adjust: none;
}
#footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #49698f;
	text-decoration: underline;
	line-height: 17px;
	text-align:center;
	-webkit-text-size-adjust: none;
}

#footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #49698f;
	text-decoration: underline;
	line-height: 17px;
	text-align:center;
	-webkit-text-size-adjust: none;
}

#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #49698f;
	text-decoration: none;
	line-height: 17px;
	text-align:center;
	-webkit-text-size-adjust: none;
}
/*------end  footer styles ------ */


/*------ New css Navigation ------ */

#nav{
height:39px;

margin-left:0px;
margin-top:0px;
}

#home{
width:192px;
height:39px;
margin-left:0px;
position:absolute;
margin-top:0px;
}

#about{
width:96px;
height:39px;
margin-left:192px;
position:absolute;
margin-top:0px;
}

#team{
width:96px;
height:39px;
margin-left:288px;
position:absolute;
margin-top:0px;
}

#procedures{
width:96px;
height:39px;
margin-left:384px;
position:absolute;
margin-top:0px;
}

#safety{
width:96px;
height:39px;
margin-left:480px;
position:absolute;
margin-top:0px;
}

#location{
width:96px;
height:39px;
margin-left:576px;
position:absolute;
margin-top:0px;
}

#request{
width:96px;
height:39px;
margin-left:672px;
position:absolute;
margin-top:0px;
}

#contact{
width:96px;
height:39px;
margin-left:768px;
position:absolute;
margin-top:0px;
}

#latestnews{
padding:5px 5px 0px 325px;
float:left;

}