@charset "utf-8";
/* Oilcrew General CSS Document */

/* Common Styles
*****************************************/
body {
	margin: 0;
	padding: 0;
	background-color: #00246a;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
p {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 14px;
	padding: 0;
	line-height: 17px;
}
img {
	border: 0px;
	margin-bottom: 10px;
}

ul, li {
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style: disc url(none) inside;
}

ul li ul li{
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style: circle url(none) inside;
	text-indent: 10pt;
}

h3 {
	font-size: 18px;
	color: #00246a;
	font-weight: bold;
	margin: 0;
	padding-bottom: 18px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

h4 {
	font-size: 16px;
	color: #00246a;
	font-weight: bold;
	margin: 0;
	padding-bottom: 16px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.largeTextTitle {
	font-size: 15px;	
	font-weight: bold;
	margin: 0;
	color: #5d5e60;
}
.textBottom {
	position: absolute;
	top: 585px; 
	left: 12px;
}
.errorText {
	font-weight: bold;
	color:#FF0000;
	padding: 3px;
}

/* Link Styles
*****************************************/
a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:link, a:active {
	font-size: 14px;
	color: #936041;
}
a:visited {	
	font-size: 14px;
	color: #936041;	
}
a:hover {
	color: #eb2443;
	text-decoration: underline;
}

.largeLink a:link, .largeLink a:active, .largeLink a:visited {
	font-size: 16px;		
}

/* Header Styles
*****************************************/
.header {
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0;
	background-image: url(/images/common/headerstripe.gif);
	background-repeat: repeat-x;
}
.headerImageLeft {	
	position: absolute;
	top: 0;
	left: 0;
	width: 507px;
	height: 155px;
}
.headerImageCenter {	
	position: absolute;
	top: 0;
	left: 150px;
	width: 216px;
	height: 160px;
}
.headerImageRight {	
	position: absolute;
	top: 0;
	left: 507px;
	width: 275px;	
	height: 155px;
}

/* Menu Styles
*****************************************/
.menuBar {
	width: 780px;
	height: 21px;
	position: absolute;
	top: 164px;
	left: 0;
	text-align: center;
	font-family: "Trebuchet MS";
	z-index: 2;	
}
.menuItem {		
	float: left;		
}
.menuItem a:link, .menuItem a:active, .menuItem a:visited {
	width: 145px;
	height: 21px;
	background-color: #00246a;
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;	
	line-height: 21px;
	z-index: 3;
	border-right: 1px solid #FFF;
}
.menuItem a:hover {
	width: 145px;
	height: 21px;
	text-decoration: none;
	background-color: #be854e;
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;	
	line-height: 21px;
	z-index: 3;
	border-right: 1px solid #FFF;
}

/* Main Content Styles
*****************************************/
.mainContent {
	width: 1070px;
	height: 724px;
	position: absolute;
	top: 160px;
	left: 0;
	background-image: url(/images/common/content_back.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
#topTitle {
	top: 65px;
	left: 0;
	position: absolute;		
}
#bottomTitle {
	top: 475px;
	left: 0;
	position: absolute;		
}

/* Right Column Styles
*****************************************/
.homeSponsorsTop {
	top: 55px;
	left: 640px;
	position: absolute;	
}
.homeSponsorsBottom {
	top: 471px;
	left: 675px;
	position: absolute;	
}
.rightRailMiddle {
	position: absolute;
	top: 200px;
	left: 665px;	
}

/* Picture Styles
*****************************************/
.pictureOne {
	top: 106px;
	left: 12px;
	position: absolute;
}
.pictureTwo {
	top: 270px;
	left: 200px;
	position: absolute;		
}
.pictureThree {
	top: 500px;
	left: 12px;
	position: absolute;		
}
.pictureFloatLeft {
	float: left;
	padding-right: 10px;	
}
.pictureFloatRight {
	float: right;
	padding-left: 20px;	
}

/* Text Box Styles
*****************************************/
.textBoxOne {
	width: 592px;	
	position: absolute;
	top: 106px;
	left: 12px;
	text-align: justify;	
}
.textBoxTwo {
	width: 340px;
	height: 100%;
	position: absolute;
	top: 106px;
	left: 268px;
	text-align: justify;	
}
.textBoxThree {
	width: 340px;
	height: 176px;
	position: absolute;
	top: 500px;
	left: 268px;
	text-align: justify;		
}

/* Footer Styles
*****************************************/
.footer {
	width: 100%;
	height: 84px;
	top: 884px;
	left: 0;
	position: absolute;
	background-image: url(/images/common/footer.gif);
	background-repeat: repeat-x;
}
.footerImageRight {
	width: 178px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 650px;	
}
