@import url('/css/submenu.css');

/*__________________________________________________________
These styles apply specifically to the carrer-seek.php page
The other 2 careers pages don't have a #content DIV hence
these styles do not effect them.
____________________________________________________________*/
#content {
	padding-left: 25px;
	width: 743px;
}
#careers #content h1 {
	padding-top: 25px;
	display: inline-block;
}
#careers #content h3 {
	display: inline-block;
	padding-top: 50px;
	padding-left: 25px;
}
/*______________________________
*/
#careers #contentText {	
	background: #fff;
	float: left;
	width: 235px; /*std width 285 - padding of 50 = 235px*/
	height: 410px;
	padding: 0px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box T R B L*/
}
#careers #contentText h1 {
	margin-top: 40px;
}
#careers #contentImage {
	float: right; /* since this element is floated, a width must be given */
	width: 483px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 410px;
	background: #FFF;
	margin: 0;
	padding: 0;
	background: url(../images/content_images/trade.jpg) no-repeat 0px 27px;
}
#media #contentText {	
	background: #000;
	float: left;
	width: 235px; /*std width 285 - padding of 50 = 235px*/
	height: 410px;
	padding: 0px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box T R B L*/
}

#media #contentText h1 {
	margin-top: 40px;
}
#media #contentImage {
	float: right; /* since this element is floated, a width must be given */
	width: 483px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 410px;
	background: #FFF;
	margin: 0;
	padding: 0;
	background: url(../images/content_images/media.jpg) no-repeat 0px 0px;
}
#media #contentImage1 {
	float: right; /* since this element is floated, a width must be given */
	width: 483px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 360px;
	background: #000;
	color:#FFF;
	margin: 0;
	padding: 0;
	padding-top:50px;
	overflow:auto;
	
}
#media #contentImage1 table tr td {
	padding-right:10px;
}

#currentpromo #contentText {
	background: #FFF;
	float: left;
	width: 264px; /*std width 285 - padding of 50 = 235px*/
	height: 410px;
	padding: 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box T R B L*/
}

#currentpromo #contentText h1 {
	margin-top: 70px;
}
#currentpromo #contentImage {
	float: right; /* since this element is floated, a width must be given */
	width: 474px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 410px;
	background: #FFF;
	margin: 0;
	padding: 0px;
}

#about #wrapper #allContent #contentImage {
	float: left;
	height: 410px;
	width: 284px;
	padding:0;
	margin:0;
}
#about #wrapper #allContent #contentText {
	float: left;
	height: 395px;
	width: 212px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #000;
}
#about #wrapper #allContent #contentText p {
	color: #FFF;
	font-size: 60%;
}
#about #wrapper #allContent #contentText2 {
	float: right;
	height: 365px;
	width: 206px;
	padding-top: 45px;
	padding-right: 18px;
	padding-left: 18px;
	background-color: #000;
}
#about #wrapper #allContent #contentText2 p {
	color: #FFF;
	font-size: 60%;
}

