/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0px 0px 1em 0px;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 3em;
	margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
label {
	display: block;
	float: left;
	width: 160px;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: 0px none;
}

/** begin custom **/

html {
	background: #0c0c0e url(/custom/images/bodybg.gif) repeat-x top;
}
#mainBody {
	background: url(/custom/images/logobg.jpg) no-repeat center top;
	color: #0c0c0e;
}
#container {
	width: 963px;
	margin: 0 auto;
	background: url(/custom/images/swirl.gif) no-repeat right 2px;
}
a {
	color: #bd2b1e;
}
#header {
	padding-top: 52px;
}
#logo {
	float: left;
	height: 58px;
}
#nav {
	background: url(/custom/images/navbg.gif) repeat-x left 16px;
	padding-top: 16px;
	width: 748px;
	float: left;
	text-align: right;
}
#navRight {
	float: right;
	height: 28px;
	width: 5px;
	background: url(/custom/images/navright.gif) no-repeat;
}
#nav a {
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
	line-height: 25px;
	padding: 6px 17px;
	text-transform: lowercase;
}
#nav a:hover {
	background: url(/custom/images/navlinkbg.jpg) no-repeat bottom;
}
#contentArea {
	clear: both;
}
#contentAreaTop {
	background: url(/custom/images/contenttop.gif) no-repeat;
	overflow: hidden;
	width: 911px;
	height: 8px;
}
.photoBg {
	background-color: #f2f2f2;
	background-position: top right;
	background-repeat: no-repeat;
	width: 911px;
	height: auto !important;
	height: 548px;
	min-height: 548px;
	clear: both;
}
#contentAreaMiddle {
	background: url(/custom/images/graduatesbottom.gif) no-repeat left top;
	width: 911px;
}
#contentAreaBottom {
	background: url(/custom/images/contentbottom.gif) no-repeat top;
	width: 911px;
	height: 8px;
	overflow: hidden;
	clear: both;
}
#footer {
	background: #0c0c0e;
	text-align: right;
	padding-top: 16px;
	color: #fff;
	font-size: 8pt;
	text-transform: lowercase;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer .footerLink {
	margin-left: 11px;
}
.footerLinkRight {
	margin-right: 4px;
}
#footerLogos {
	text-align: right;
	padding: 26px 4px 10px 0;
}

h1 {
	font-size: 18pt;
	color: #a6a6a6;
	font-weight: normal;
	margin-bottom: 10px;
}

.swirlBg {
	background: url(/custom/images/swirlwhite.gif) no-repeat 60px 10px;
	height: auto !important;
	height: 422px;
	min-height: 422px;
}

#lhs, #lhsWide {
	height: auto !important;
	height: 350px;
	min-height: 350px;
	float: left;
	padding-top: 30px;
	font-size: 9pt;
	margin-right: 11px;
}
#lhs {
	width: 338px;
}
#lhsWide {
	width: 433px;
}
#rhs {
	float: left;
	width: 554px;
}

#lhsText {
	padding-left: 24px;
	height: auto !important;
	height: 290px;
	min-height: 290px;
}
#justAdded {
	padding-left: 18px;
}

#homePhoto {
	margin-bottom: 10px;
}
#homePhoto img {
	display: block;
}

/** PANELS **/
#panels {
	clear: both;
	padding-left: 8px;
}
#panels a {
	float: left;
	display: block;
	width: 218px;
	height: 110px;
	background-repeat: no-repeat;
	margin-right: 8px;
}
#panels a span {
	display: none;
}
#panels a#panelJobs {
	background-image: url(/custom/images/panels/jobsoff.gif);
}
#panels a#panelJobs:hover {
	background-image: url(/custom/images/panels/jobson.gif);
}
#panels a#panelAbout {
	background-image: url(/custom/images/panels/aboutoff.gif);
}
#panels a#panelAbout:hover {
	background-image: url(/custom/images/panels/abouton.gif);
}

#panels a#panelGraduates {
	background-image: url(/custom/images/panels/gradinfooff.gif);
}
#panels a#panelGraduates:hover {
	background-image: url(/custom/images/panels/gradinfoon.gif);
}

#panels a#panelEmployers {
	background-image: url(/custom/images/panels/empinfooff.gif);
}
#panels a#panelEmployers:hover {
	background-image: url(/custom/images/panels/empinfoon.gif);
}

#panels a#panelContact {
	background-image: url(/custom/images/panels/contactoff.gif);
	margin-right: 0px;
}
#panels a#panelContact:hover {
	background-image: url(/custom/images/panels/contacton.gif);
}
#panels .comingSoonBanner {
	display: block;
	margin-left: 100px;
}
/** END PANELS **/

.comingSoonBanner, .newJobBanner {
	position: absolute;
	width: 119px;
	height: 56px;
}
.comingSoonBanner {
	background: url(/custom/images/comingsoonbanner.png) no-repeat;
}
.newJobBanner {
	background: url(/custom/images/newjobbanner.png) no-repeat;
}

.roundedTop {
	background: url(/custom/images/pxl.gif) repeat-x top;
}
.roundedLeft {
	background: url(/custom/images/pxl.gif) repeat-y left;
}
.roundedRight {
	background: url(/custom/images/pxl.gif) repeat-y right;
}
.roundedBottom {
	background: url(/custom/images/pxl.gif) repeat-x bottom;
}
.roundedTL {
	background: url(/custom/images/roundedtl.gif) no-repeat top left;
}
.roundedBL {
	background: url(/custom/images/roundedbl.gif) no-repeat left bottom;
}
.roundedBR {
	background: url(/custom/images/roundedbr.gif) no-repeat right bottom;
	padding: 10px 12px;
	zoom: 1;
}

/** PRODUCT SECTION **/

.jobSectionArrow {
	position: absolute;
	margin-left: 531px;
	margin-top: -2px;
}
.jobSectionTop {
	white-space: nowrap;
	width: 530px;
	height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.jobSectionTitle {
	float: left;
	padding-right: 20px;
}
.jobSectionTitle a {
	color: #a6a6a6;
	font-size: 17pt;
	text-decoration: none;
}
.jobSectionAdded {
	float: left;
	padding-top: 5px;
	font-size: 9pt;
	color: #a6a6a6;
}
.addedTitle {
	color: #d93d1a;
	padding-right: 2px;
}
.jobSectionDivider {
	height: 15px;
	background: url(/custom/images/fadeline.gif) no-repeat center center;
}
.jobSectionCriteria {
	clear: left;
	float: left;
	width: 215px;
	margin-right: 9px;
	height: 50px;
	font-size: 9pt;
}
.jobSectionCriteriaLabel {
	clear: left;
	float: left;
	color: #0c0c0e;
	padding-right: 7px;
}
.jobSectionCriteriaValue {
	color: #a6a6a6;
}
.jobSectionCriteriaLocation {
	margin-bottom: 1em;
}
.jobSectionDesc {
	float: left;
	width: 304px;
	height: 50px;
	overflow: hidden;
	color: #0c0c0e;
	font-size: 9pt;
}

.roundedBL .comingSoonBanner, .roundedBL .newJobBanner {
	margin-left: 436px;
}

.ridgeBg {
	background: url(/custom/images/ridge.jpg) no-repeat 316px 40px;
	height: 422px;
}

#jobList {
	margin-top: 30px;
	height: 354px;
}
.jobListing {
	margin-bottom: 8px;
	background: #fff url(/custom/images/joblistbg.gif) repeat-x bottom;
	zoom: 1;
}
#pagination {
	height: 36px;
}
#paginationPages {
	width: 386px;
	float: left;
	text-align: center;
	color: #000;
	font-size: 9pt;
	padding-top: 7px;
}
#paginationPages a {
	color: #000;
	font-size: 9pt;
	text-decoration: none;
	padding: 0 2px;
}
.paginationCurrentPage {
	color: #d93d1a;
	text-decoration: underline;
	font-weight: bold;
}
.paginationButton {
	float: left;
	width: 84px;
	height: 28x;
}
/** END PRODUCT SECTION **/

/** PRODUCT DETAIL **/

#jobDetails {
	padding: 17px 8px 9px 8px;
}
#jobDetails .roundedTop {
	background-color: #fff;
}
#jobDetailName {
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 830px;
	white-space: nowrap;
	font-size: 20pt;
	color: #a6a6a6;
}

#jobDetailCriteria {
	float: left;
	width: 300px;
	margin-right: 25px;
}
.features td {
	font-size: 11pt;
	padding-bottom: 0.8em;
	color: #a6a6a6;
	padding-right: 3px;
}
.featuresName {
	color: #0c0c0e !important;
	font-weight: bold;
	width: 75px;
}

#jobDetailDesc {
	float: left;
	width: 520px;
	height: 250px;
	overflow: auto;
	font-size: 9pt;
}
#jobDetailContent {
	height: 312px;
}
#jobDetailEnquireBtn {
	height: 28px;
}
#jobDetailEnquireBtn .button {
	float: right;
}
#jobDetailCloseBtn {
	position: absolute;
	margin-top: -2px;
	margin-left: 872px;
}
#jobDetailBackBtn {
	padding-left: 8px;
	height: 36px;
	overflow: hidden;
}

/** END PRODUCT DETAIL **/

/** BUTTONS **/
a.button {
    color: #fff;
    display: block;
    float: left;
    text-decoration: none;
    height: 28px;
    overflow: hidden;
}
a.button span {
    display: block;
    line-height: 26px;
    text-transform: lowercase;
    font-size: 11pt;
}
a.pointyButtonLeft {
    background: transparent url(/custom/images/buttons/right.gif) no-repeat scroll top right;
    padding-right: 5px;
}
a.pointyButtonLeft span {
    background: transparent url(/custom/images/buttons/pointyleft.gif) no-repeat;
    padding: 0 0 7px 15px;
}
a.pointyButtonRight {
    background: transparent url(/custom/images/buttons/left.gif) no-repeat scroll top right;
    padding-right: 13px;
}
a.pointyButtonRight span {
    background: transparent url(/custom/images/buttons/pointyright.gif) no-repeat;
    padding: 0 0 7px 5px;
}
a.standardButton {
    background: transparent url(/custom/images/buttons/right.gif) no-repeat scroll top right;
    padding-right: 5px;
}
a.standardButton span {
    background: transparent url(/custom/images/buttons/pointyright.gif) no-repeat;
    padding: 0 5px 7px 10px;
}
/** END BUTTONS **/

.clearer {
	clear: both;
}

#editBackgroundForm {
	float: right;
}
#editBackgroundForm a {
	color: #d93d1a;
	background: #fff;
	font-size: 8pt;
}