/* CSS Document */

/* core THREE COLUMN template containers */
/* --------------------------------------------------------------- */

div#content { /*subPage Main Content */
	margin: 0 165px 0 144px;
	padding-top: 20px;
	width: 421px;
	min-height: 600px;
	}
	
div#leftCol{
	float:left;
	width:150px;
	margin-left:-100%; /* IE hack set at -90% */
	padding-top: 20px;
	}

div#rightCol{
	float:left;
	width:150px;
	margin-left:-150px;
	padding-top: 20px;
	
	}

/* inner leftCol rules */
/* --------------------------------------------------------------- */
#leftCol h3 {
	font-family: Arial, Helvetica, sans serif;
	font-size: 95%;
	font-weight: bold;
	color: #9e0e11;
	padding: 0 0 0 15px;
	}

#leftCol img {
	border: 0;
	margin: 0 0 10px 15px
	}

/* --------------------------------------------------------------- */
#leftCol a {text-decoration: underline }
#leftCol a:link {color: #033A75}
#leftCol a:visited {color: #434838}
#leftCol a:active {color: #033A75}
#leftCol a:hover {color: #9e0e11}

/* Company Search */
/* --------------------------------------------------------------- */
#leftCol form#companySearch input.keywords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 127px;
	height: 10px;
	margin: 5px 0 0 15px;
	padding: 2px 2px 3px;
	float: left;
	}
	
#leftCol .companySearchGo {
	  font-family: Verdana, Arial, Helvetica, sans serif;
	  font-size: 10px;
	  color: #fff;
	  width: 17px;
	  height: 17px;
	  padding: 16px 0 0;
	  margin: 6px 0 0 134px;
	  float: left;
	  border: 0;
	  background: transparent url(../images/template/button_companySearch.gif) no-repeat center top;
	  overflow: hidden;
	  cursor: pointer; /* hand-shaped cursor */
	}

#leftCol form>.companySearchGo { /* For non-IE browsers*/
  	height: 0px;
	}
	
#leftCol form#companySearch p a {
	font-size: 80%;
	margin: 0 0 0 15px;
	padding-top: 2px;
	display: block;
	clear: left;
	}


/* inner content rules */
/* --------------------------------------------------------------- */


/* innerrightCol rules */
/* --------------------------------------------------------------- */