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

body,html {
		margin:0;
		padding:0;
		background: #eeeeee;
		text-align:left;
		width: 100%;
	}
#masterContainer {
	height: auto;
	/*width:100%;*/
	margin: 0 auto; 
	text-align: left;
	margin-top:5px;
	background-color:#FFFFFF;
}

#container {
	height: auto;
	text-align: left;
	background-color:#FFFFFF;
} 

#workspace {
	height: auto;
	text-align:left;
	padding-left:637px;
	padding-top:25px;
}

#left {
	float: left;
	width: 417px;
	height:507px;
	/*background-image:url(../images/homebackleft.gif);*/
	background-repeat:no-repeat;
}

#right {
	width:459px;
	height:auto;
	margin-left:417px;
	text-align:center;
}


#content {
	width: 459px;
	height: 507px;
	margin: auto;
}

#contenttop {
	height: auto;
	width:459px;
	background-image:url(../images/bckrtTop.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:76px;
	padding-top: 226px;
}
	
#contentbtm {
	height: 255px;
	width: 459px;
	background-image:url(../images/bckrightBtm.gif);
	background-repeat:no-repeat;
	padding-left: 76px;
	text-align:left;

}



#nav, #nav ul { 
	padding-left: 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
    padding-left: 0px;
	display: block;
	width: 95px;
}

#nav li { 
padding-left: 0px;
	float: left;
	width: 95px; 
}

#nav li ul { 
	position: absolute;
	padding-left: 0px;
	width: 95px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul { 
	display: block;
	left: auto;
}


#footershell  {
	width:auto;
	height:45px;
	background-color:#eeeeee;
}

#footerinner  {
	width:auto;
}

#footershell p {
	font-family:Gotham, Helvetica, Arial, Verdana, sans-serif;
	line-height: 0px;
	font-size: 10px;
	color:#979696;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 10px;
}

#footershell a {

	text-decoration:none;
	color:#979696;
}

#footershell a:hover {
	color:#F26522;
}

#ftleft {
	float: left;
	width: 347px;
	height: 45px;
	padding-left:70px;
	text-align:left;
}


#ftright {
	width: 459px;
	height:45px;
	margin-left:417px;
	text-align:left;
}

#ftnav {
	width: 364px;
	height: 45px;
	margin: auto;
	text-align:right;
	padding-right:135px;
	
}