/*custom base layout*/
.outerWrapper {
 /* background-color: #FFFFFF;*/
  margin: 0 auto 0 auto;
  min-width: 900px;
  text-align: left;
  width: 900px;
  background: url(../images/out_wrapper_bg.jpg);
  background-position:top;
  background-repeat: repeat-y;  
}

.outerWrapper .header {
  background: url(../images/headerbg.jpg);
  background-position:top;
  background-repeat: no-repeat; 
  padding-right:1px;
}

.outerWrapper .header img {
  display:block;/*fix for IE 6 - IE 7 doesn't seem to have this problem anymore*/
}
.outerWrapper .header .headerlogo{
  float: left;
  width: 160px;
  padding: 50px 9px 10px 5px;
 
}
.outerWrapper .header .headerflash {
  float: right;
  width: 688px;
  height: 166px;
}
.outerWrapper .contentWrapper  {	
	background: url(../images/header_separator.jpg);
	background-position:top;
	background-repeat:no-repeat;	
}
.outerWrapper .bottomLine  {	
	height: 2px;
	background: url(../images/header_separator.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.outerWrapper .contentWrapper .contentleft {
	float: left;
    width: 211px;
    padding-top:2px;	
}
.outerWrapper .contentWrapper .contentright {
	float: right;
    width: 680px;
    padding-top:3px;
    min-height: 690px;
}
.outerWrapper .contentWrapper .contentright .contContainer {
	padding: 40px 74px 0px 74px;
	text-align:justify;
	
}
.outerWrapper .contentWrapper .contentright .contContainer .contBox {
	background: url(../images/needing_a_temp_bg.jpg);
	background-position:left;
	background-repeat: repeat-y;	
}
.outerWrapper .contentWrapper .contentright .contContainer .contBox .contText {
	padding: 5px 20px 20px 20px;	
}

.homeNeedText ul {margin-bottom: 5px; margin-left: -10px;}
.homeNeedText li { list-style-image:url(../images/bullet.gif);  margin-left: 5px; margin-bottom: 8px; }

.outerWrapper .contentWrapper .contentright .contContainer .homeContactBox {
	background-color: #101F3A;
	color:#FFFFFF;
	font-size: 11px;
	font-weight:bold;
	padding-left: 25px;	
	line-height: 32px;
}
.contactBox1 {
 float: left;
 width: 90px;
 padding-right: 10px;
 text-align:center;
}
a.whitelinks, a.whitelinks:link, a.whitelinks:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
a.whitelinks:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.outerWrapper .bottomBlue {
  line-height:16px;
  padding:5px;
  color:#fff;
  background:#AF1120; 
  text-align:center;
}

.jobsOuterContainer a, .jobsOuterContainer  a:link, .jobsOuterContainer  a:visited {
	text-decoration:underline;
	padding-top:5px	
}
.jobsOuterContainer  a:hover {
	text-decoration:none;
	padding-top:5px
}

.bottomBlue a, .bottomBlue  a:link, .bottomBlue  a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.bottomBlue  a:hover {
	color: #FFFFFF;	
	text-decoration:underline;
}
.jobsContainer {
	background-color: #E7EAED;	
}
.jobsContainer .topTitle, .otherTitle {
	background: url(../images/contactusBoxTop.jpg);
	background-position:left;
	background-repeat: no-repeat;	
	color: #ffffff;
	font-weight: bold;
	line-height: 37px;
	padding-left: 30px;		
}
.jobsContainer .otherTitle {
	background: url(../images/titleBoxTop.jpg);
	background-repeat: repeat-x;
}

.jobsContainer .jobList {
	padding: 10px 20px 10px 20px;
}
	
.outerWrapper .footer {
	/*padding: 5px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;*/
	margin-left:-5px;
	margin-top:-2px;
}
.outerWrapper .footer img{
	border:0px;
}


.outerWrapper .contentWrapper .contentInner {
	float:left;
	width:550px;

	/*background-color:#fff;*/
	min-height:570px;
	/*padding:10px;*/
	margin-left:-8px;
}
.outerWrapper .contentWrapper .rightCol {
	width:150px;
	/*float:right;
	padding:5px 5px;*/
	margin-left:646px;
	margin-top:-570px;
	width:314px;
	min-height:570px;
	background-color:#fff;
}

/*specific, overriden layout styles - requires div.row*/
.gen_form {
	width: 300px;
	border:3px solid #000000;
}
.gen_form .form_input {
}
.gen_form .form_input-highlighted {
	border:2px solid #FF0000;
}
.gen_form div.row span.label_col {
	float: left;
	width: 25%;
	text-align: right;
	padding-right:5px;
}
.gen_form div.row span.input_col {
	float: right;
	width: 65%;
	text-align: left;
	padding-left:5px;
}
.gen_form .submit_div {
	width:40%;
	text-align:right;
}

.right_form {
	width: 145px;
}
.right_form .form_input {
}
.right_form .form_input-highlighted {
	border:2px solid #FF0000;
}
.right_form div.row span.label_col {
	float: left;
	text-align: right;
	padding-right:5px;
}
.right_form div.row span.input_col {
	float: right;
	text-align: left;
	padding-left:5px;
	padding-right:10px;
}
.right_form .submit_div {
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.login_box {}
.login_box * {
	font-size:10px;
}

/*specific layouts*/
.right_box {
	background-color:#739DB6;
	padding:5px;
	margin-bottom:8px;
}
.rightRow {
	line-height:18px;
}

.shopCartSmallRow {
	text-align:right;
	line-height:20px;
}

.featureProductFull {
	padding:5px;
	width:400px;
}

.contentBg {
	background-color:#E5E6E6;
	padding:5px;
}
.specialsBg {
	height:137px;
	padding:5px;
	padding:5px;
	border:1px solid #CCCCCC;
}
.galleryBg {
	height:137px;
	padding:5px;
	padding:5px;
	border:1px solid #CCCCCC;
}
.specialProductDiv {
	padding:5px;
	border:1px;
	width:55px;
	height:120px;
	overflow:hidden;
}
.homePhoto {
	padding:5px 15px;
}
.homeCaption {
	text-align:center;
	font-size:10px;
}

.request_box {
	float:right;
	border:2px solid #3B425F;
	padding:5px;
	width:150px;
}
.request_box a {
	font-size:11px;
}
.red {
	color: #AF1120;
}

.outerWrapper .contentWrapper .contentInner .contentCol .jobsContainer .borderedHolder{

	line-height:16px;
	border-bottom: 1px dashed #101F3A;
	padding-left:20px;
	height:30px;
}

.borderedHolder{
	border-bottom: 1px dashed #101F3A;
	padding-top:10px;
	height:45px;
}

.borderedHolder2{
	border-bottom: 1px dashed #101F3A;
	padding-top:10px;
	height:25px;
}
