body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background: url(images/page_bg.jpg);
	background: #a6b3cb;
	color: #fff;
}

html, body, h1, #nav, li, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

th, td {
	font-size: 11px;
}

img { border: 0; }

h1, h2, h3 {
	font-size: 13px;
	font-weight: bold;
}

p {
	margin: 1em 0;
	padding: 0;
}

.block {
	display: block;
}

p {
	line-height: 1.4;
}

a {
	color: #fbde3b;
	text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

#wrapper {
	margin: 16px auto;
	text-align: left;
	width: 760px;
	position: relative;
}

#wrapper {
	margin: 0;
	width: 787px;
	padding: 0;
	background: url(images/page_bg.gif) repeat-y;
	//height: 90%;
}

/* header */
#header {
	position: absolute;
	top: 0;   left: 13px;
	width: 766px;
}

#header-cap {
	position: absolute;
	top: 125px;   
	left: 327px;
	width: 129px; 
	height: 0px;
}

#header h1 {
	text-align: right;
	margin: 32px 0 0 0;
}

/* nav */
#nav {
	position: center;
	top: 0;   
	left: 30;
	width: 766px; 
	height: 0px;
	background: url(images/menu_cap.gif);
}

#nav li {
	float: left;
}

#b-nav {
	background: url(images/b_nav_r.jpg) top right no-repeat;
}

/* body */
#spacer {
	height: 125px;
}

#body {
	background: url(images/body_bg.jpg) repeat-x;
	margin: 0 8px 0 13px;
	padding: 14px;
	//min-height: 200px;
}

#body-i {
	background: url(images/divider_v.gif) 276px 9% no-repeat;
}
/* left */
#left {
	float: left;
	width: 285px;
}
#bullets ul {
	padding-bottom: 20px;
	background: url(images/box_b.jpg) bottom left no-repeat;
}

* html #bullets ul {
	width: 100%;
}

* html #bullets img {
	margin-left: -3px;
	margin-left: 0px;
	float: left;
}

#bullets img {
	display: block;
}

#left .i {
	margin: 0;
}

/* right */
#right {
	float: right;
	width: 442px;
	margin-top: 15px;
}

#right .i {
	margin: 0 230px 0 5px;
}

#right .j {
	float: right;
	width: 200px;
	margin-top: 0.5em
}

#right .i .left {
	margin: 0;
}

#right .j ul {
	float: left;
	width: 180px;
	display: inline;
	margin-right: 10px;
}

#right .clear {
	padding-top: 7px;
	margin:  0 0 10px 0;
}

ul.bigbullets li {
	background: url(images/bullet.gif) left no-repeat;
	margin: 0;
	padding: 5px 2px 5px 20px;
}

# html ul.bigbullets li {
	text-indent: -1.5em;
}
table#locations {
	border-style: none;
	empty-cells: hide;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
table#locations td {
	width: 33%;
	vertical-align: top;
}
table#locations tr.locationHeader td {
	border: 1px solid #4a4e52;
	background-color: #D3DBE5;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
}
tr.locationHeader {
	border: 1px solid #4a4e52;
	background-color: #D3DBE5;
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
}

/* footer */
#footer { 
	background: url(images/footer_w_bg.gif); 
	color: #d96d1e;
	text-align: center;
	width: 767px; 
}
#footer a {
	color: #d96d1e;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
}
