* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
#interiorLayout , #admin, #home {
	height: 100%;
	background-image: url(images/back.gif);	
}
#container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding-top: 88px;
}
#shadowLeft {
	background-image: url(images/shadowLeft.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 12px;
	position: absolute;
	top: 0px;
	right: 1000px;
}
#shadowRight {
	background-image: url(images/shadowRight.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 12px;
	position: absolute;
	top: 0px;
	left: 1000px;
}
#header {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 189px;
	position: absolute;
	left: 32px;
	top: 14px;
}
#header h1 {
	visibility: hidden;
}
#mainContent {
	position: relative;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 462px;
}
#contentWide {
	float: left;
	width: 640px;
	
}
.careersLayout #contentWide {
	float: left;
	width: 693px;
	
}
#nav {
	position: absolute;
	right: 8px;
	top: 32px;
	height: 56px;
	background-image: url(images/nav/navBack.gif);
	background-repeat: repeat-x;
	z-index: 999;
}
#nav #navOverhang {
	position: absolute;
	height: 6px;
	width: 8px;
	right: -8px;
	bottom: 0px;
	background-color: #3a7eb4;
}
#nav ul#LoginLogout {position: absolute; bottom: 48px; right: -110px; width: auto;}
#nav ul#LoginLogout li {list-style-type: none;}
#nav ul#LoginLogout li a {color: #367ab0; text-decoration: none;}
#subNav {
	padding-left: 112px;
	width: 613px;
}
#interiorLayout #subNav {
	padding-left: 0px;
	width: 613px;
}
#splash {
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 273px;
}
#interiorSplash {
	position: relative;
}
#interiorSplash div#welcome {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 480px;
}
#interiorSplash h1, #interiorSplash p {
	text-align: center;
	margin: 12px;
}
#interiorSplash p {
	display: block;
	position: absolute;
	right: 0px;
	top: 74px;
	font-size: 10px;
	font-weight: bold;
}

#rightCol {
	background-image: url(images/callOutBox/callOutBoxBack.gif);
	background-repeat: repeat-y;
	float: right;
	min-height: 360px;
	width: 225px;
}
#rightCol p {
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
#leftCol {
	background-image: url(images/leftColBack.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 307px;
	min-height: 260px;
	background-color: #ffbf0f;
}
#leftCol p {
	text-align: center;
	margin-bottom: 64px;
}
#home #leftCol p {
	text-align: right;
}
#footer {
	height: 51px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	top: 9px;
	background-image: url(images/footerBack.gif);
	background-repeat: no-repeat;
	clear: both;
}
#footer p, #footer a {
	color: #999999;
	font-size: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	width: 200px;
	position: absolute;
	z-index: 3;
	right: 8px;
	bottom: 16px;
	display: block;
	text-align: right;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img.right {
	float: right;
	margin-right: 0px;
	margin-left: 16px;
	margin-bottom: 8px;
	margin-top: 0px;
}
img.left {
	float: left;
	margin-right: 16px;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
}

#addthis {
margin-left:80px;
position:absolute; 
z-index:100;
}
/*IE7 Fix*/
table.RadEWrapper {
	position: relative;
	z-index: 999;
}
/*END IE7 Fix*/
