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

*{
	padding:0;
	margin:0;
}

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Trebuchet, Arial, sans-serif;
	font-size:12px;
	line-height:1.3em;
	color:#444444;
}

a{
	color:#30659B;
}	

a:hover{
	color:#f06;
	text-decoration:underline;
}

#mainBody a{
	color:#30659B;
}	

#mainBody a:hover{
	color:#f06;
	text-decoration:underline;
}

#nav a{
	color:#ffffff;
	text-decoration:none;

}

#nav a:hover{
	color:#f06;
	text-decoration:underline;
}

#nav_care a{
	color:#ffffff;
	text-decoration:none;
}

#nav_care a:hover{
	color:#f06;
	text-decoration:underline;
}

#nav_team a{
	color:#ffffff;
	text-decoration:none;
}

#nav_team a:hover{
	color:#f06;
	text-decoration:underline;
}


#nav_facilities a{
	color:#ffffff;
	text-decoration:none;
}

#nav_facilities a:hover{
	color:#f06;
	text-decoration:underline;
}

#nav_relocation a{
	color:#ffffff;
	text-decoration:none;
}

#nav_relocation a:hover{
	color:#f06;
	text-decoration:underline;
}

#footer a{
	color:#ffffff;
}	

#footer a:hover{
	color:#f06;
	text-decoration:underline;
}

p{
	padding-left:40px;
	padding-top:20px;
	padding-right:40px;
}

em{
	color:#ff3366;
	font-weight:bold;
	font-style:normal;
}

h1{
	padding-left:40px;
	padding-top:30px;
	padding-right:40px;
	color:#ff0066;
	font-family:Georgia, serif
	font-size:18px;
	font-weight:normal;
}

h2{
	padding-left:40px;
	padding-top:20px;
	padding-right:40px;
	color:#ff0066;
	font-family:Georgia, serif
	font-size:16px;
	line-height:0.5em;
	font-weight:normal;
}

ul{
	padding-left:65px;
	padding-top:10px;
	padding-right:40px;
}

#container{
	margin:0 auto;
	width:800px;
}

#nav{
	margin-top:15px;
	width:250px;
	height:700px;
	background-color:#000;
	float:left;
	position:relative;
}

#nav_care{
	margin-top:15px;
	width:250px;
	height:980px;
	background-color:#000;
	float:left;
	position:relative;
}

#nav_team{
	margin-top:15px;
	width:250px;
	height:1160px;
	background-color:#000;
	float:left;
	position:relative;
}

#nav_facilities{
	margin-top:15px;
	width:250px;
	height:1000px;
	background-color:#000;
	float:left;
	position:relative;
}

#nav_relocation{
	margin-top:15px;
	width:250px;
	height:1900px;
	background-color:#000;
	float:left;
	position:relative;
}

#header{
	width:800px;
	height:207px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	
}	

#mainBody{
	margin-top:15px;
	width:550px;
	height:700px;
	background-color:#FFF;
	float:right;
	position:relative;
}

#mainBody_care{
	margin-top:15px;
	width:550px;
	height:980px;
	background-color:#FFF;
	float:right;
	position:relative;
}

#mainBody_team{
	margin-top:15px;
	width:550px;
	height:1160px;
	background-color:#FFF;
	float:right;
	position:relative;
}

#mainBody_facilities{
	margin-top:15px;
	width:550px;
	height:1000px;
	background-color:#FFF;
	float:right;
	position:relative;
	
}
#mainBody_relocation{
	margin-top:15px;
	width:550px;
	height:1900px;
	background-color:#FFF;
	float:right;
	position:relative;
}

#footer{
	margin-top:15px;
	width:800px;
	height:50px;
	background-color:#000;
	float:left;
	position:relative;
	color:#CCC;
	font-size:10px;
}

#navlist{
	margin-left:59px;
	padding-left:0;
	padding-top:14px;
	list-style:none;
	line-height:35px;
	color: #FFF;
}	

#navlist li{
	padding-left:29px;
	background-image:url(images/paw.png);
	background-repeat:no-repeat;
	background-position:0.5em;
}
