/* CSS Document */
div#pageWrap {
	position: relative;
	width: 780px;
  margin: 0 auto;
	text-align: left;
	color:#000000;
	background-color: #FFFFFF;
	z-index: 0;
  overflow:hidden;
}

div#headerWrap {
	height: 135px;
	z-index: 1;
}

div#headerMenu {
	background: url(../images/title.jpg) no-repeat;
	height: 83px;
	border-bottom: 2px solid #0e1b8d;
}

#subHeader {
	text-align: right;
	height: 20px;
  font-size: 1.1em;
	line-height: 20px;
	border-bottom: 2px solid #0e1b8d;
}
#subHeader input {
  margin: 0 4px;
}

div#mainContentWrap {
	position: relative;
  width: 100%;
  border-top: 2px solid #0e1b8d;
  overflow:hidden;/**/
}

div#mainContentLeft {
	position: relative;
  left: 0;
	float: left;
	width: 242px;
  margin-top: 105px;
	padding-top: 10px;
  border: 2px solid #ccc;
	/*background: #626bb5 url(../images/leftbg.jpg) no-repeat top*/;
/*  overflow:hidden;
  padding-bottom: 4200px;
  margin-bottom: -4200px;*/
}

#left_container {
	width: 222px;
  height: auto;
	margin: 0 11px 0 13px;
}

div#mainContentRight {
	float: left;
	width: 770px;
	padding: 10px 4px 0;
  margin-top: 93px;
/*  overflow:hidden;
  padding-bottom: 4200px;
  margin-bottom: -4200px;*/
}

div#mainContentRight ul {
  margin-left: 10px;
}

/**************************************************************
* css drop shadows 
* .left_container_shadow determins the width,
* drop_shadow has a bacground img of the shadow and its offset
* top and left,
* main_block is the contant container offset by negative margin
* top and left and by positive margin bottom and right.
* There is also more styles for it in ie_only css
***************************************************************/

.left_container_shadow {
	overflow:hidden;
	width:116px;
  margin: 0 auto 0;
}

.drop_shadow {
  position: relative;
	margin: 0px 0 0 5px;
	background: url(../images/dropshadow.png) no-repeat bottom right;
}

.main_block {
	position: relative;
	overflow: hidden;
	margin: 5px 5px 5px -5px;
	top: -5px;
	border: 2px solid red;
}
/* \drop shadows */

#locations {
  width: 460px;
  margin: 0 auto;
}

#locations table {
  font-weight: bold;
  font-size: .9em;
}

#locations th {
  font-size: 1.1em;
}

#locations td {
  height: 12px;
  padding: 0;
  margin: 0;
}

#footer {
  width: 780px;
  height: 124px;
  padding: 26px 20px 0;
  color: #0E1B8D;
  text-align: center;
  clear: both;
}

#footer h4 {
  font-size: 1.2em;
  margin: 0;
  color: #0E1B8D;
}

#footer p {
  margin: 0;
  padding: 2px;
  line-height: 130%;
}
