@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body, html {
	height: 100%;
	width: 100%;
}
body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #666;
}
body {
	background-color: #999;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -100px;
	margin-left: auto;
	background-image: url(../images/bg_content.png);
}

#header {
	display: block;
	width: 800px;
	padding-top: 100px;
	padding-right: 100px;
	padding-left: 100px;
	background-image: url(../images/bg_top.png);
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
}
#header .contact_info_left a {
	color: #000;
}
#header h1 a {
	display: block;
	font-size: 0px;
	background-image: url(../images/logo.png);
	height: 40px;
	width: 271px;
	text-indent: -1000px;
	float: left;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
.contact_info {
	float: right;
}
.contact_info_left {
	float: left;
	text-align: right;
}
.contact_info_right {
	float: right;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	margin-left: 10px;
	padding-left: 10px;
	width: 6em;
}
.top_divider {
	margin-bottom: 20px;
	display: block;
	background-color: #000;
	height: 1px;
	width: 800px;
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 0px;
}
.content {
	display: block;
	width: 800px;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	padding-right: 100px;
	padding-left: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#nav {
	float: left;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BF2C36;
	display: block;
	width: 170px;
	margin-left: 100px;
}
#nav ul {
	list-style-type: none;
}
#nav ul li a {
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 40px;
	display: block;
	color: #000;
}
#nav ul li a:hover, #nav ul li a.sel {
	background-image: url(../images/nav_sel.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration:none;
}
.body_copy {
	float: right;
	text-align: left;
	display: block;
	width: 590px;
	margin-right: 100px;
}
.gallery p {
	display: block;
	padding-bottom: 20px !important;
}
.gallery img {
	margin-right: 10px;
	display: block;
	margin-top: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	padding: 0px;
}
.strikethrough {
	text-decoration: line-through;
}
.emphasis {
	color: #BF2C36;
}
#push {
	display: block;
	height: 100px;
}
#footer {
	display: block;
	width: 800px;
	height: 100px;
	padding-right: 100px;
	padding-left: 100px;
	background-image: url(../images/bg_bottom.png);
	background-position: bottom;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	margin-top: 20px;
}

.sortable img {
	border: none;
}

.sortable td {
	padding: 1px;
}
.even {
	background-color: #f2f2f2;
}
