* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: normal 62.5% Arial, Verdana, Tahoma sans-serif;
	background: #fefefe url(images/back-pattern-x.jpg) repeat-x top left;
}

#outercontainer {
	position:relative;
	width: 850px;
	margin: 0px auto;
	background:#fff;
	margin-top: 10px;
	padding:10px 0px 0px 0px;
	border:2px solid #D2D2CC;
}
#container {
	position:relative;
	margin: 0px auto;
	background-color: #FFFFFF;
	width: 800px;
	padding:0px;
}


	/*************************************************
	Top Navigation
	*************************************************/
	
	#toparea{
	position:relative;
	width:800px;
	margin:0px auto;
	}

	#toparea table{
	position:relative;
	width:800px;
	}

	#navTop {
	position:absolute;
	top:0px;
	font-size: 11px;
	margin-bottom: 10px;
	float: left;
	}
	#navTop ul { display: inline; }
	#navTop ul li {
	display: block;
	float: left;
	font: 1.2 em;
	font-family: Arial, Helvetica, sans-serif;
	}
	#navTop ul li a {
	border-right: 1px dotted;
	padding: 0 10px;
	color: #093361;
	text-decoration: none;
	border-right-color: #2576C2;
	}
	#navTop ul li a:hover {
	color: #2576C2;
	}
	#navTop ul li a.end {
	border: none;
	}

	#phonenumber{
	position:absolute;
	top:30px;
	right:20px;
	}

	/*************************************************
	Logo
	*************************************************/
	#logo {
	margin-left: 10px;
	padding-bottom: 5px;
	margin-top: 20px;
}
	
	/*===============================================================================================
breadcrumb
=================================================================================================*/
.breadcrumb a{
	font-size: 10px;
	color: #3C97C7;
	font-family: Arial, Helvetica, sans-serif;}
.breadcrumb{
	font-size: 10px;
	color: #722C82;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	border-bottom-color: #CCD4DF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}
/*************************************************************************
Footer
*************************************************************************/
#footer {
	margin:15px 0px 0px 0px;
	clear: both;
	color: #6A7E90;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 850px;
	height:80px;
}

#footer-int{
	margin: 0px auto;
	clear: both;
	color: #6A7E90;
	margin-bottom: 10px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 850px;
	height:70px;
	padding-bottom:10px;
}

#footertext {
	width:400px;
	margin:10px 20px 0px 20px;
	clear:both;
	color: #637993;
}
#footertext a{
	color: #637993;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;

}
#footer h3{
	color: #376693;
	font-size: 1.2em;
	padding-bottom: 10px;
}

#footertext ul{list-style-type: none;}

#footertext li {list-style-type: none; padding:0; margin:0}

#footertext ul li a{
	color: #376693;
	text-decoration: none;
	line-height: 15px;
}

/*************************************************************************
Linksmap
*************************************************************************/

#linksmap {
	margin: 0px auto;
	clear: both;
	color: #6A7E90;
	margin-bottom: 10px;
	width: 850px;
	padding-bottom:10px;
}

.linksmapping{width: 200px; margin-right: 10px; float: left; padding-top: 10px;}
.linksmapping ul{list-style-type: none; padding:0px; margin:0px 0px 15px 15px;}
.linksmapping li{ border-bottom:1px solid #eee; background: url(images/arrow-linksmap.gif) no-repeat 0px 5px; padding-left:10px; line-height:16px;}
.linksmapping a {color: #8FA0B1; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
.linksmapping a:hover {color: #666;	font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;}
.linksmapping h4 {padding:0px; margin:0px 0px 10px 15px; color: #ccc; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}


/*************************************************************************
Credits
*************************************************************************/
#credits {
	width:830px;
	margin:10px auto;
	clear:both;
	color: #637993;
	text-align:right;
}
#credits a{
	color: #637993;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;

}
#credits h3{
	color: #376693;
	font-size: 1.2em;
	padding-bottom: 10px;
}

	#credits ul li {
	list-style-type: none;
	padding: 0;
	margin-left: 0;}

#credits ul li a{
	color: #376693;
	text-decoration: none;
	line-height: 15px;
}
