@charset "UTF-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
}

a:hover {
	color:#000
}

body {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	background-color: #bcbec0;
	background-position: 0 0;
	text-decoration: none;
	line-height: 16px;
	margin-top: 45px;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
	background-image:  url(../images/box_bg.gif);
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #000;
	border-left-style: solid;
	border-left-width: 3px;
	border-top-color: #000;
	border-top-style: solid;
	border-right-color: #FFF;
	border-top-width: 3px;
	border-right-style: solid;
	border-right-width: 3px;
	height: 650px;
	background-repeat: repeat-y;
	overflow: hidden;
	position: relative;
}
.push {
}

#left {
	background-repeat: repeat-x;
	float: left;
	width: 785px;
	height: 650px;
	background-image: url(../images/box_redRule.png);
}
#right {
	float: right;
	width: 215px;
	height: 650px;
}
#nav {
	float: left;
	width: 210px;
	height: 600px;
}
#content {
	float: right;
	width: 575px;
	height: 630px;
}
#address {
	width: 785px;
	float: left;
	height: 20px;
	background-image: url(../images/address.png);
	background-position: center;
	background-repeat: no-repeat;
}
#contentTop {
	clear: both;
	width: 575px;
	height: 95px;
}
#contentLeft {
	float: left;
	height: 520px;
	margin-right: 18px;
}
#contentRight {
	margin-top: 35px;
	margin-right: 9px;

}
#contentInset3 {
	float: right;
	padding-right: 36px;
}
ul {
	margin-top: 4px;
	margin-bottom: 8px;
}
ul li {
	list-style-position: inside;
	list-style-type: disc;
}

.longList Li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 155px;
}
.subList Li{
	margin-left: 108px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 5px;
}

.table1 {
	text-align: left;
	border-top-width: 1px;
	border-top-color: #333;
	border-top-style: solid;
	padding-top: 3px;
	font-size: 12px;
	line-height: 14px;
}
.table2 {
	text-align: left;
	padding-top: 3px;
	font-size: 12px;
	line-height: 14px;
}

