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

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

div#headerMenu {
	background: url(../files/images/title.gif);
	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 {
	background: #fff url(../files/banners/mood.jpg) no-repeat 0% 0%;
	border-top: 2px solid #0e1b8d;
  margin-bottom: 10px;
  zoom: 1;
}

div#mainContentWrap table {
  background-color: #fff;
}

div#mainContentLeft {
	float: left;
	left:0px;
	width: 246px;
	background: #626bb5 /*url(../files/images/leftbg.jpg) no-repeat top*/;
	padding-top: 86px;
}

div#mainContentRight {
	float: left;
	width: 730px;
	padding: 10px 5px 0;
  margin-top: 93px;
}

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

#left_container {
	width: 222px;
	height: 220px;
	background: #c5c8e4;
	margin: 0 11px 0 13px;
}

/**************************************************************
* 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: -66px auto 0;
}

.drop_shadow {
  position: relative;
	margin: 0px 0 0 5px;
	background: url(../files/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: 770px;
  margin-bottom: 10px;
  padding: 0 5px;
  background: #fff;
}