@import "style.css";
@import "nav.css";



body {
	margin: 0px;
 *height: 100%;
 *overflow: auto;
	padding: 0px;
	background: url(../images/full-width-grid-bkgd.gif) repeat-y center fixed;
	font: 11px / 12px Tahoma, Verdana, Arial, sans-serif;
	text-align:center;
}
.Content {
	width: 800px;
	margin:0 auto;
	text-align:left;
}
#container {
}
#MainContentWrapper {
	width: 100%;
}
#header {
	padding: 10px 10px 10px 0px;
	background: #FFFFFF;
	margin-bottom: 0;
	text-align:right;
	width:450px;
	float:right;
	background:url(../images/phone.gif) top right no-repeat;
}
/* branding area css*/
#branding {
	height: 70px;
	padding: 0px;
	margin: 0px;
	float:left;
}
#leftcol {
	width: 380px;
	float: left;
	margin-top: 10px;
	text-align:justify;
}
#rightcol {
	width: 400px;
	float: right;
	text-align:justify;
	margin-left: 9px;
	margin-top: 10px;
}
#portnav {
	font-size:10px;
	color:#000000;
	text-align:left;
	padding:5px 5px 5px 5px;
	margin-left:19px;
	margin-bottom:0px;
	margin-top:0px;
	font-size:10px;
}
#portleft {
	float:left;
	margin-top:15px;
	padding-left:28px;
	width:250px;
}
#portright {
	float:right;
	margin-top:15px;
	width:250px;
}
/*Bread Crumb Nav */




	
	
#crumbs {
	height:2.3em;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-left:none;
	border-right:none;
	width:100%;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#crumbs ul {
}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
}
#crumbs li a {
	background:url(../images/crumbs.gif) no-repeat right center;
	display:inline-block;
	padding:0 15px 0 0;
}
#crumbs li a:link, #crumbs li a:visited {
	color:#777;
	text-decoration:none;
}
a:link, a:visited, #crumbs li a:hover, #crumbs li a:focus {
	color:#0066CC;
	text-decoration:underline;
}
