/* CSS Document */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}
a, a:visited {
	color: #FF6600;
	font-weight: bold;
}
a:hover {
	color: #006600;
}
#container {
	text-align: left;
	width: 800px;
	border: 1px solid #999999;
	padding: 0px;
	margin: 0 auto;
	background-color: #ffffff;
}
#header {
	background-color: #CCCCCC;
	width: 100%;
}
#navbar {
	border-top: 1px solid #999999;
}
/*nav buttonTable was removed*/
.navButtonTable td {
	text-align: center;
	width: 17%;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}

.navNormal {
	text-align: center;
	width: 17%;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
.navHover {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	width: 17%;
	background-image: url(images/navbgSel-SGSOrange.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
}

#mainbody {
	border-top: 1px solid #999999;
	width: 100%;
}
#bodyleft {
	width: 285px;
	float: left;
	margin-top: 10px;
}
#contentBodyLeft {
	width: 510px;
	float: left;
	padding: 10px;
}
#contentBodyFull {
	width: 780px;
	float: left;
	padding: 10px;
}
.title {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #666666;
}
.supportTitle {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #666666;
}
#bodyhomepage {
	width: 730px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#bodyhomepage_highlight {
	width: 250px;
	border-left: 1px solid #999999;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 7px;
	margin-left: 10px;
}
#bodyhomepage_highlight p.highlight {
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #999999;
	margin-bottom: 0px;
	margin-top: 5px;
}
#bodycenter {
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#bodycenter p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#bodyright {
	width: 226px;
	border-left: 1px solid #999999;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
}
#bodyright p.highlight {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	margin-bottom: 0px;
	margin-top: 5px;
}
#lowerbody {
	width: 800px;
	height: 110px;
	border-top: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.loginBox {
	background-image: url(images/loginBG.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-color: 535353;
	width: 190px;
}
#footer {
	width: 790px;
	border-top: 0px solid #999999;
	padding: 8px;
	text-align: center;
	clear: left;
}
.loginTable td {
	height: 1px;
	padding-top: 1px;
}
.subTitle {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #666666;
}
.jobDetailHead {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
	padding-left: 25px;
}
.jobDetailBody {
	padding-left: 25px;
}
.jobDetailFoot {
	border-top: 1px solid #999999;
	text-align: right;
	padding: 5px;
	margin-left: 25px;
}
	
.prStoryHeadline {
	font-weight: bold;
}

/* popup layout styles */
#popupcontainer {
	text-align: left;
	width: 500px;
	border: 1px solid #999999;
	padding: 0px;
	margin: 0 auto;
	background-color: #ffffff;
}
#popupContentBodyFull {
	width: 480px;
	float: left;
	padding: 10px;
}
.popupClose {
	border-top: 1px solid #999999;
	width: 490px;
	text-align: right;
	padding: 7px 5px 5px 5px;
}
#popupFooter {
	width: 490px;
	border-top: 0px solid #999999;
	padding: 5px;
	text-align: center;
	clear: left;
}
