@charset "UTF-8";
body {
	background: #666633;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: top;
}
#canvas {
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 628px;
	background: #666633;
	border: 0;
	margin: 12px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container {
	width: 778px;
	height: 628px;
	background: #FFF5C9;
	border: solid #333333 1px;
}
#brushedMetal {
	width: 610px;
	border-left: solid #ffffff 2px;
	border-right: solid #ffffff 2px;
	vertical-align: top;
	margin-left: 82px;
	height: 484px;
	background-image: url(../assets/templateImages/brushedMetal.jpg);
	background-repeat: no-repeat;
}
#topMargin {
	width: 610px;
	height: 42px;
}
#mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}
#primaryNav {
	width: 610px;
	height: 11px;
	position: absolute;
	top: 558px;
}



/** CLASS DECLARATIONS **/

.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}
.jumphead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	vertical-align: bottom;
	letter-spacing: 1.5px;
}
.photoSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
}
.moreDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 0.5px;
	font-weight: normal;
	font-style: normal;
}



/** FEATURED JOB PAGE STYLES **/

#backBtn {
	position: absolute;
	width: 610px;
	top: 540px;
}
#synopsis {
	position: absolute;
	width: 406px;
	margin-left: 102px;
	top: 346px;
}

#bigpic1 {border: solid #333333 2px;}
#bigpic2 {border: solid #333333 2px;}
#bigpic3 {border: solid #333333 2px;}

#popUp1 {
	position: relative;
	width: 292px;
	height: 204px;
	top: -362px;
	left: 52.5px;
}
#popUp2 {
	position: relative;
	width: 292px;
	height: 204px;
	top: -566px;
	left: 242.5px;
}
#popUp3 {
	position: relative;
	width: 292px;
	height: 204px;
	top: -770px;
	left: 430.5px;
}



/** REMOVES DOTTED LINE AROUND LINKS IN MOZ **/
a {
  outline: none;
}

img {
	border: none;
}


/** HYPERLINK COLORS **/


.image_linkStyle a:link {
	/*color: #FFF5C9;*/
	text-decoration: none;
	border: 0;
}
.image_linkStyle a:hover {
	/*color: #FFF5C9;*/
	text-decoration: none;
}
.image_linkStyle a:active {
	/*color: #FFF5C9;*/
	text-decoration: none;
}
.image_linkStyle a:visited {
	/*color: #FFF5C9;*/
	text-decoration: none;
}



.moreDetails a:link {
	color: #333333;
	text-decoration: underline;
}
.moreDetails a:hover {
	color: #333333;
	text-decoration: underline;
}
.moreDetails a:active {
	color: #333333;
	text-decoration: underline;
}
.moreDetails a:visited {
	color: #333333;
	text-decoration: underline;
}
.mainContent-indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	padding-left: 12px;
}
