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

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
body {
	text-align: center;
	background-color: #5c4200;
	padding: 0;
	margin: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:link, a:visited {
	text-decoration: underline;
    color: #d69502;
}
a:hover {
	text-decoration: none;
}

.standaloneLinks {
	display: block;
	padding: 2px 0 2px 0;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}
h1 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #d39601;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #d39601;
	margin: 0;
	padding: 0 0 3px 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


ul, li {
	list-style:none;
}

input, textarea, select {
	border: 0;
	border: 1px solid #e6bf67;
	padding: 1px;
	vertical-align: middle;
}
.longerInput {
	width: 250px;
	padding: 1px;
}

.shortened {
	width: 100px;
}

.noBorder {
	border: 0;
}

textarea {
	height: auto;
	min-height: inherit;
}
.checkBoxStyle {
	width: 12px;
	height: 12px;
	min-height: 12px;
	margin: 0;
}
#wrapper {
	width: 955px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0;
	background-image: url(../images/main_bgrnd.gif);
	background-repeat: repeat-y;
	/*background-color: red;*/
}
#header {
	margin: 0; padding: 0;
}

#content {
	padding: 0;
	margin: 0;
	width: 955px;
}
/* -------------- 3 column Layout -------------- */

#leftMiddleBlock {
	float: left;
	width: 691px;
}
#left {
	width: 248px;
	float: left;

}

#middle {
	width: 443px;
	float: right;
	background-image: url(../images/middle_bgrnd.jpg);
	background-repeat: no-repeat;
}
.middlePad {
	padding: 0 12px 12px 12px;
	color: white;
}

#right {
	width: 264px;
	float: left;
}

.rightPad {
	padding-right: 38px;
}
/* ----------- Additional blocks  --------------- */


/* ------- Middle block ----------------- */

.middleGoldHeader {
	widows: 413px;
	height: 11px;
	background-image: url(../images/middle_gold_header.gif);
	background-repeat: no-repeat;
}

.middleGoldBody {
	widows: 413px;
	background-image: url(../images/middle_gold_bgrnd.gif);
	background-repeat: repeat-y;
}

.middleGoldFooter {
	widows: 413px;
	height: 11px;
	background-image: url(../images/middle_gold_footer.gif);
	background-repeat: no-repeat;
}


.middleGoldPad {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

.middleGoldPad .blackText {font-size: 1.09em; font-weight: bold;}
.middleGoldPad a {font-size: 1.1em; color: white;}

.standardBullets {
	margin-top: 0px;
}
.standardBullets li{
	list-style: disc;
}

/* ------- Right block ----------------- */

.latestJobsHldr {
	padding: 0 28px 0 26px;
}

.latestJobsHldr h1 {
	border-bottom: 1px solid #412e00;
	padding-bottom: 7px;
}

.latestJobsBlock {
	color: white;
	padding: 18px 0 18px 0;
	border-bottom: 1px solid #4e4e4e;
	font-weight: bold;
}

.latestJobsBlock a {
	font-style: italic;
	color: #6b5a37;
}

.latestJobsBlock a:hover {
	color: #d49701;
}

.centerHolder{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 13px;
}
	

/* ------- Index Showcase Blocks -------- */

.orangeText {
	color: #d49701;
}

.blackText {
	color: black;
}


.submitButton {
	margin-left: 5px;
	padding: 1px 4px 1px 4px;
	background-color: white;
}
.rightImg {
	float: right;
	padding: 0 10px 0 5px;
}
.leftImg {
	float: left;
	padding: 0 5px 5px 0;
}
/* Footer */

#footer {
	padding-top: 2px;
	text-align: center;
	background-color: #5c4200;
	
}
#footer p, #footer p a {
	color: black;
}
.clearer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.middleAlign {
	text-align: center;
}
.leftAlign {
	float: left;
}
.padding20pxTop {
	margin-top: 20px;
}
.padding15pxTop {
	margin-top: 15px;
}
.margin15pxLeft {
	margin-left: 15px;
}


/*------ Left Menu -----*/

.leftMenuHldr {
	padding: 0 0 0 38px;

}

.leftMenuHldr ul, .leftMenuHldr ul li { padding: 0; margin: 0;}

.leftMenuHeader {
	background-image: url(../images/menu_header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 7px;
}

.leftMenuHeader span {
	display: block;
	color: white;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 0;
	text-decoration: none;
	font-size: 0.8em;
	text-align: center;
}

.leftMenuItem a, .leftMenuItem a:link, .leftMenuItem a:visited, .leftMenuItem a:active {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
    text-align: center;
	color: #d69502;
	font-weight: bold;
	font-size: 0.9em;
	padding: 9px 4px 9px 4px;
	margin: 0;
	text-decoration: none;
	background-image: url(../images/menu_separator.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}

.leftMenuItem a:hover {
	/*text-decoration: underline;*/
	color: white;
}


/* -------------- Courses ------------ */

.breadMenu {
	font-weight: bold;
	padding-bottom: 21px;
}

.breadMenu a, .breadMenu a:visited, .breadMenu a:active {
	font-weight: bold;
}

.breadMenu a:hover {
}

/* ----------------- Tables & Graphs ------------ */

table tr td {
	padding: 3px;
}

.bottomSep {
	border-bottom: 1px solid #988a6c;
}


.headerRow {
	background-color: #d69502;
	color: white;
}

.lighterRow {
	background-color: #ceb27a;
	color: #1d180f;
}

.lighterRow a, .lighterRow a:visited {
	color: #1d180f;
}


.darkerRow {
	background-color: #685836;
}

.darkerRow a, .darkerRow a:visited {
	color: white;
}

.jobTable {
	margin-bottom: 10px;
}

.orangeBoldType {
	font-weight: bold;
	color: #d69502;
	padding-right: 10px;
}

.jobsBottomFiller {
	margin-top: 100px;
}


