/*******************************************************************************
*  tiwest-divStyles.css : 21/12/2005 : CODEX Templates
*******************************************************************************/

body {	
	position:absolute;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;	
	/*background-image: url(../gfx/bkg-main.gif);
	color: #4B4F5C;*/
	font-family:verdana, arial, helvetica, sans-serif;
	/* remove padding to stretch the layout across the screen edge-to-edge */
	font-size: 103%;	
	line-height: 1.2;
}	
#printTitleLogo {
	display:none;
}
#mainLeft {	
	position:absolute; 
	margin:0px;
	border:0px solid red;
	height:100%;
	width:100%;
	background-image:url(../gfx/gfx_homebackground-left.gif);
	background-repeat: repeat-y;
	background-position:left;
	/*background-color:#D1BB17; */
	background-color:#9E8F12;
	padding:0px;
	line-height: 1.2;
}	
.mainRight { 
	background-image:url(../gfx/gfx_homebackground-right.gif);
	background-repeat: repeat-y;
	background-position:right; 	/**/
	border:0px solid yellow;
	position:absolute;
	height:100%;
	width:100%;
	line-height: 1.2;
}		
#bgContainer{	
	position:relative;
	margin-left:9px;
	margin-right:9px;
	margin-top:0px;
	background-image: url(../gfx/gfx_homebackground_long.jpg);
	background-repeat: repeat-x;
	background-position: top;
	/*background-color:#555555;*/
	border-bottom: 1px solid white;
	height:720px;
	line-height: 1.2;
}
#search {
	position:relative;
	border: 0px solid black;
	width:564px;
	height:30px;
	text-align:right;
}
#search * {
	vertical-align:middle;
}
#search div.navUtility {
	display:inline;
}
#search form {
	display:inline;
}
#mainContainer {
	top:0px;
	position:relative;
	border:0px solid #91ABB4;
	width:761px;	
	background-color: #fff;
	left:50%;
	margin-left:-380px;
}
#topLogo{
	position:relative;
	height:137px;
	background-color: #A0B7BF;
	background-image: url(../gfx/logo_tiwest.gif);
	background-repeat: no-repeat;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	padding:0px;	

}	

#middleContainer {
	border-right:1px solid #FFF; 
	border-left:1px solid #FFF;
	margin-top:6px;
	height:272px;
	background-color:#76Aade;
	line-height: 1.2;
}
#navContainer {
	float:right;
	width:193px;
	border-left:1px solid #FFF;	
	height:272px;
	background-image: url(../gfx/gfx_homenavbackground.jpg);
	background-repeat: no-repeat;
	text-align:left;
	line-height: 1.2;
}
#flashContainer {
	float:left;
	background-image: url(../gfx/bkg_home_flash.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height: 272px;
}	
#bottomContainer{
	background-color:#d1bb17;
	margin-top:6px;
	height:189px;
}
#latestnews, #jobopportunities, #whatwedo {
	float: left;
	overflow: visible;	/* fix for IE italics bug */
	position: relative;
	z-index: 10;
 } 
#latestnews {	
	width:241px;
	height:189px;
	background-image: url(../gfx/gfx_home_latestnews.gif);
	background-repeat: no-repeat;
}
	#latestnews p {
		font-size:65%;
		font-weight:bold;
		color:#4b4f5c;
		margin: 40px 5px 0px 24px;
	}
#jobopportunities {
	float:right;
	width:196px;
	height:189px;	
	background-image: url(../gfx/gfx_home_jobopportunities.gif);
	background-repeat: no-repeat;
	border:0px solid black;
}
	#jobopportunities p {
		font-size:65%;
		font-weight:bold;
		color:#4b4f5c;
		margin: 40px 5px 0px 15px;
	}
#whatwedo {	
	float:right;
	margin-left:-241px;
	width: 324px;
	height:189px;	
	background-image: url(../gfx/gfx_home_whatwedo.gif);
	background-repeat: no-repeat;
}
	#whatwedo p {
		font-size:65%;
		font-weight:bold;
		color:#4b4f5c;
		margin: 40px 5px 0px 24px;
	}
#latestnews h4, #jobopportunities h4, #whatwedo h4 {	
	display:none;
}
#homejobs{
	font-size:65%;
	font-weight:bold;
	color:#4b4f5c;
	margin: 40px 5px 0px 15px;
	border:0px solid red;
}

#homenews{
	font-size:65%;
	font-weight:bold;
	color:#4b4f5c;
	margin: 40px 5px 0px 24px;
	border:0px solid red;
}

#homewhat{
	font-size:65%;
	font-weight:bold;
	color:#4b4f5c;
	margin: 40px 5px 0px 24px;
	border:0px solid red;
}


/******************************************************************************/

p {
	font: 12px/21px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin: 14px 0;
	padding: 0;
	}
h1 { font-size: 170%; color:#6799C3;}
h2 { font-size: 150%;}
h3 { font-size: 130%;}
h4 { font-size: 110%;}
h5 { font-size: 100%;}
h6 { font-size: 90%;}

#masthead h1 {
	margin: 30px 0 0 0;
	}
a, a:link, a:visited, a:active  {
	font-size: 11px;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	color: #333;
	}

#bottomContainer a, a:link, a:visited, a:active { 
	color: #4B4F5C;
	text-decoration: underline;
}

div.uid-236 img {
	padding:15px;
}


a.searchbarlinks, a.searchbarlinks:link, a.searchbarlinks:visited, a.searchbarlinks:active {
	background-image: url(../gfx/gfx_searchbarlinkicon.gif);
	background-repeat: no-repeat;	
	background-position: 0px 4px;	
	font-family:arial;
	text-decoration: none;	
	font-size:10px;	
	color: #E2CE0C;
	font-weight: normal;
	padding-left:6px;	
	}

a.searchbarlinks:hover {
	background-image: url(../gfx/gfx_searchbarlinkicon.gif);
	background-position: 0px 4px;	
	background-repeat: no-repeat;	
	font-family:arial;	
	text-decoration: none;
	font-size:10px;		
	color:#E2CE0C;
	font-weight: normal;		
	padding-left:6px;	
	}		

a.newstitle, a.newstitle:link, a.newstitle:visited, a.newstitle:active {
	font-family: arial, helvetica, sanserif; 
	font-size:105%;
	font-weight:bold;
	color:#bd0f41;
	line-height:1;
	text-decoration: none;	

	}

a.newstitle:hover {
	font-family: arial, helvetica, sanserif; 
	font-size:105%;
	font-weight:bold;
	color:#d30430;
	line-height:1;
	text-decoration: none;		
	}	
	
	/* FORM STYLES */
.formbutton { 
	font-family : arial, helvetica, sanserif; 
	font-size : 12px; 
	font-weight : bold; 
	color : #FFFFFF; 
	background-color : #007A54; 
}

.textentry { 
	font-family : arial, helvetica, sanserif; 
	font-size : 11px; 
	color : #333333;
	border:1px solid #D1BB17; 
	background:url(../gfx/gfx_searchfieldbackground.gif) repeat-x top;
}

#homenewsdate {
	font-family: arial, helvetica, sanserif; 
	font-size: 10px; 
	font-style:italic;
	color:#4c5160;
}

#homenewstitle {
	margin-bottom:10px;
}

#taglinetextcontainer {
	position:relative;
	font-family: arial, helvetica, sanserif; 
	font-size:70%;
	font-weight:bold;
	color:#ffffff;
	width:510px;
	height:120px;	
	top:0px;
}

#taglinetext {
	position:absolute;
	border:0px solid red;
	margin-top:20px;
	margin-left:40px;
	margin-right:20px;
}

#taglinetext p {
	font-size: 11px;
	font-family: arial, helvetica, sanserif; 
	font-weight: bold;
	line-height: normal;
	margin-top:0;
}

#menu li.cur {
	display:none;
}
