/**
 * Cromwell new website design
 * 1/Jul/2009
 */

@charset "windows-1252";

/* Main styles for basic tags */
body  {
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	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 */
	line-height: 13px;
	color: #000000;
}

/* Div Styles - Main Page structure and content */
#container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Header */

.topheader {
	display: none; 
}

#header a, #header a:hover { 
	display: block;
	background-color: transparent;
	border-top: none;
	border-bottom: none;
	height: 133px;
} 

#sidebar {
	display: none;
}

/* Right Banner and News Box Styles */
#banner_area { 
	display: none;
}
/*
#FrontPageContent { 
	font-size: 11px;
	margin: 14px auto auto 50px ; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. 
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */


#mainContent { 
	font-size: 11px;
	margin: 9px auto auto auto;
	padding: 5px 10px 5px 10px;
} 
#mainContent p { 
	margin-top: 10px;
} 

#mainContent .img{ 
	display:none;
} 

#fullContent { 
	font-size: 11px;
	padding: 10px;
} 

/*******************************************************/

#flysummary	{
	width: 100%;
	margin-top: 3px;
	border: 1px solid #014DA2;
	padding: 10px;
}
#flysummary	td {
	width: 100%;
	vertical-align: top;
	white-space: nowrap;
	padding: 5px 10px 5px 10px;
}
#flysummary	tr#results {
	width: 100%;
	background-color: #FCEBCA;
	border-top: 1px solid #014DA2;
}
#flysummary	td div {
	margin-bottom: 5px;
}

.flycontainer {
	margin-top: 8px;
	padding-top: 5px;
	border-top: solid 1px #DDDDF4;
	width: 100%;
	float: left;
}
.flycontainer#icons div {
	padding: 5px;
	float: left;
	width: 55px;
}

/*******************************************************/


/* news page */

.newsholder { width: 575px; vertical-align: top; margin-top: 5px; margin-bottom: 5px; float: left; }
.newsholder a { font-weight: bold; }
.newsholder#topitem {
        width: 550px;
		float: left;
        border: solid 1px #5B6FBB;
        background-color: #DDE3FF;
        padding: 2px 8px 8px 8px;
        vertical-align: top;
        margin-top: 10px;
        margin-bottom: 5px;
}
.newsholder#topitem p {
        margin: 6px 0px;
        padding: 0px;
}
.left_newsitem { width: 180px; margin-left: 0px; margin-top: 0px; float: left; vertical-align: top; }
.middle_newsitem { width: 180px; margin-left: 16px; margin-top: 0px; float: left; vertical-align: top; }
.right_newsitem { width: 180px; margin-left: 390px; margin-top: 0px; vertical-align: top; }
.left_newsitem img, .middle_newsitem img, .right_newsitem img { width: 70px; margin: 4px; border: 1px solid #B7B7B7; }


/*******************************************************/



/* RECRUITMENT */

div#recruitment_display table { margin-top: 12px; }
div#recruitment_display address { margin: 0 auto; margin-top: 10px; }
#recruitment_print h1 { color: #333399; }
table#recruitment { border-collapse: collapse; margin-bottom: 10px; margin-right: 5px; }
table#recruitment th, table#recruitment td { padding: 3px 1px; border: 1px solid #B7B7B7; vertical-align: top; }
table#recruitment col { border-right: 1px solid #ccc; }
table#recruitment col#action { border: none; }
table#recruitment thead { background: #ccc; border-top: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; }
table#recruitment th { font-weight: bold; text-align: left; background-color: #E5F2FF; color: #014DA2; }
table#recruitment tr:hover { color: #cc0000; }
table#recruitment thead tr:hover { background-color: transparent; color: #000; }
table#recruitment tr:hover a { color: #cc0000; }
table#recruitment tr a { text-decoration: underline; }
td.job_description h1 { text-align: left !important; }
table#jobinfo { padding-bottom: 10px; }
table#jobinfo td { padding-bottom: 5px; padding-top: 5px; }
.even { background-color: #eee; }
.odd { background-color: #fff; }
.eame07 { background: #58585a; text-align: center; }
.eame07 img{ margin: 0 auto; padding: 3px 0; }
.eame07 p { color: #fff; }
div#eame_book_tickets{ text-align: center; }

/*******************************************************/
/* Footer Styles */

.footboxstyleA {
	width: 120px;
	padding-bottom: 0px;
	background: none;
	font-family: Helvetica, Verdana, Tahoma, Arial;
	color: #000;
	text-decoration: none;
	position: relative;
	font: bold 11px Verdana, Trebuchet MS;
	
	
}
/* Footer background Styles */
#footerstyleB {
	color: #014DA2;
	background-image:none;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
} 
#footerstyleB p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	margin: 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-bottom: 0px;
	text-align: center;
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footfloat{
	display: none;
}
.footimg {
	display: none;	
}


/*Top level menu link items style*/
.jquerycssmenu ul li {
	display: none;
}


/* Floating and alignment classes */
/*
.fltrt {  this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. 
	display: none;
}*/

/*
#imghd .floatlft {
	background: #FFFFFF  ;
	display:inline;
	}
#imghd .floatrt{ 
	display:none;
	}
	*/
/*******************************************************/





/* IMPORTANT: WOLDPAY STYLES - do NOT delete */

.orderref {
	font-size: 13px;
	color: #DE0029;
	font-weight: 800;
}
.bannercontainer {
	text-align: left;
	background-color: #eceff6;
}
.bannercontainer .banner {
	width: 720px;
	margin: 10px;
}


.img{ 
	display:none;
} 


/*******************************************************/

