/* CSS Document */
body{
	/*
	background:url(../images/mainbg.jpg) repeat-y center top #FFFFFF;
*/	
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	overflow-y:scroll;
}


@font-face {
    font-family: 'NewtownRegular';
    src: url('../font/newtown.eot');
    src: url('../font/newtown.eot') format('embedded-opentype'),
         url('../font/newtown.woff') format('woff'),
         url('../font/newtown.ttf') format('truetype'),
         url('../font/newtown.svg#NewtownRegular') format('svg');
}




@font-face {
    font-family: 'open_sansbold';
    src: url('../font/OpenSans-Bold-webfont.eot');
    src: url('../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Bold-webfont.woff') format('woff'),
         url('../font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../font/OpenSans-Light-webfont.eot');
    src: url('../font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Light-webfont.woff') format('woff'),
         url('../font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




a{
	color:#fe6500;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
	outline:none;
}


#main{
	width:980px;
	margin:0px auto;
}


#top-container{
	width:980px;
	height:75px;
	float:left;
	margin:0px;
	padding:0px;
}

#top-container .mail{
	background:url(../images/topicon.png) no-repeat 0px 2px;
	height:20px;
	float:left;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 24px;
	font-size:14px;
	color:#fe6500;
}

#top-container .phone{
	background:url(../images/topicon.png) no-repeat 0px -20px;
	height:20px;
	float:right;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 24px;
	font-size:14px;
	color:#fe6500;
}

#flash-container{
	background:url(../images/banner.png) no-repeat 0px 0px;
	width:980px;
	height:460px;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
}

a#logo{
	background:url(../images/logo.png) no-repeat 0px 0px;
	height:112px;
	width:680px;
	float:left;
	margin:60px 0px 0px 155px;
	padding:0px;
	text-indent:-9999px;
}



#services{
	width:720px;
	float:left;
	margin:30px 0px 50px 113px;
	padding:0px;
}

#services a{
	background:url(../images/services.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:136px;
	width:210px;
	float:left;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}

#services a.health{
	background-position:0px 0px;
}

#services a.health:hover{
	background-position:0px -139px;
}

#services a.education{
	background-position:-211px 0px;
}

#services a.education:hover{
	background-position:-211px -139px;
}

#services a.wellness{
	background-position:-422px 0px;
}

#services a.wellness:hover{
	background-position:-422px -139px;
}


#services a.abt{
	background-position:-633px 0px;
}

#services a.abt:hover{
	background-position:-633px -139px;
}

#services a.emp{
	background-position:-844px 0px;
}

#services a.emp:hover{
	background-position:-844px -139px;
}


#services a.contact{
	background-position:-1055px 0px;
}

#services a.contact:hover{
	background-position:-1055px -139px;
}




#mainmenu{
	width:120px;
	position:absolute;
	top:0px;
	left:-125px;
}

/*

#mainmenu .health{
	background:url(../images/mainmenu.png) no-repeat 0px 0px;
	width:120px;
	height:96px;
	float:left;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}

#mainmenu .education{
	background:url(../images/mainmenu.png) no-repeat 0px -98px;
	width:120px;
	height:96px;
	float:left;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}

#mainmenu .wellness{
	background:url(../images/mainmenu.png) no-repeat 0px -196px;
	width:120px;
	height:96px;
	float:left;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}

*/



#nav{
	width:120px;
	position:absolute;
	top:10px;
	right:10px;
	z-index:200;
}

#nav ul{
	float:left;
	margin:0px;
	padding:0px;
}

#nav ul li{
	float:left;
	margin:0px 0px 1px 0px;
	padding:0px;
	list-style-type:none;
}


#nav ul li a{
	background:#767677;
	float:left;
	width:100px;
	margin:0px;
	padding:10px;
	color:#FFFFFF;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform:uppercase;
	font-style:italic;
	font-family:'NewtownRegular', Arial, Helvetica, sans-serif;
}

#nav ul li a:hover, #nav ul li.sel a{
	background:#f26622;
}



#wrapper{
	width:980px;
	float:left;
	margin:30px 0px 0px 0px;
	padding:0px;
}


#wrapper h2{
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#f26521;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px;
}


#footer{
	width:980px;
	height:30px;
	float:left;
	margin:30px 0px 0px 0px;
	padding:0px;
	font-size:11px;
}

#footer .footer-left{
	float:left;
	margin:0px;
	padding:0px;
}

#footer .footer-right{
	float:right;
	margin:0px;
	padding:0px;
}

#footer .copyright{
	/* color:#fe6500; */
}



.text-center{
	text-align:center;
}


#footer_links{
	clear: both;
	width: 980px;
	margin: 0;
	padding: 0;
}

#footer_links ul{
	list-style-type: none;
	text-align: center;
	width: 980px;
	margin: 0;
	padding: 0;
}

#footer_links ul li{
	display: inline-block;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
}

#footer .footer-left{
	float:left;
	margin:0px;
	padding:0px;
}

#footer .footer-right{
	float:right;
	margin:0px;
	padding:0px;
}

.footer-right a{
	color:#666666;
	text-decoration: none;
}

.footer-right a:hover{
	color:#fe6500;
	text-decoration: underline;
}