body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: normal;
	background: #828282;
}
body.whiteBg {
	background: #fff;
}
body.redBg {
	margin: 20px;
	background: #902020;
}
a, a:visited, a:active {
	color: #c00;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: underline;
}
h3 {
	margin-bottom: .5em;
	font-family: Georgia, serif;
	font-size: 170%;
	color: #693;
	font-weight: normal;
}
h4 {
	margin-bottom: .5em;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	font-weight: normal;
}
h5 {
	margin-bottom: .5em;
	margin-left: 30px;
	font-family: "Gill Sans", sans-serif;
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
	color: #693;
	border-bottom: 1px dotted #999;
}
p {
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
}
.indent {
	margin-left: 30px;
}
img {
	border: none;
}
img.border {
	margin: 0 20px;
	padding: 0 4px 4px 0;
	background: url(../_images/photo_frame.gif) no-repeat bottom right;
}
img.border2 {
	margin: 0;
	padding: 0 4px 4px 0;
	background: url(../_images/photo_frame.gif) no-repeat bottom right;
}
img.dropshadow {
	margin: 0;
	padding: 0 4px 4px 0;
	background: url(../_images/photo_frame.gif) no-repeat bottom right;
}
img.center {
	margin:  8px auto 0;
	display: block;
}
.hidden {
	display: none;
}
.clearBoth {
	clear: both;
}

/* layout structure */

#wrap {
	min-width: 500px;
	max-width: 1400px;
	border-right: 1px solid #000;
	background: #fff url(../_images/wrap.gif) repeat-y 70% 0;
}
#content {
	float: left;
	width: 70%;
	font-size: 80%;
	line-height: 1.5em;
	color: #333;
	background: #fff;
}
#sidebar {
	float: right;
	width: 30%;
}
#footer {
	clear: both;
	font-size: 70%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #828377 url(../_images/footer_bg.gif) repeat-x top left;
}
#footer p {
	margin: 0;
	padding: 10px;
	text-align: right;
	color: #000;
}
#footer a {
	color: #000;
	border-bottom: 1px solid #000;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

/* header */

#header {
	background: #902020 url(../_images/top_left.gif) no-repeat top left;
	height: 105px;
	min-height: 105px;
}
#header .top_left {
	float: left;
	width: 385px;
}
#header .top_right {
	float: right;
	width: 344px;
}

/* link row */

#link_list {
	clear: both;
	margin: 0;
	font-size: 80%;
	text-align: right;
	background: #000 url(../_images/comb.gif) repeat-x top left;
}
#link_list .link_left {
	padding: 10px;
	background: url(../_images/top_left2.gif) no-repeat top left;
}
#link_list a, #link_list a:visited, #link_list a:active {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	margin: 0 10px;
	border-bottom: 1px solid #fff;
}
#link_list a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 3px solid #fff;
}

/* gutters */

#content .gutter {
	padding: 25px;
	background: url(../_images/content_bg.gif) repeat-x top left;
}
#sidebar .gutter {
	padding: 15px;
}

/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 200%;
	font-weight: normal;
	/*letter-spacing: 4px;*/
	line-height: 1em;
	color: #663;
}
div.alert {
	margin: 0 20px 25px 0;
	padding: 0 20px 10px;
	border-top: 2px solid #fc3;
	border-bottom: 2px solid #fc3;
	background: #ff6;
	position: relative;
}
div.alert a.hasIcon:hover {
	text-decoration: none;
}
div.alert a.hasIcon:hover span {
	text-decoration: underline;
}
div.alert p {
	font-size: 130%;
	line-height: 1.3em;
}
div.alert img {
	margin: 0 10px;
}
div.alert img.no_margin {
	margin: 0;
}
div.alert img.delete {
	position: absolute;
	top: -15px;
	right: -18px;
	margin: 0;
	padding: 0;
}
div.alert:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.info {
	margin: 0 0 25px 0;
}
div.info:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.infobox {
	padding-bottom: 0;
}

/* sidebars */

.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 75%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(../_images/box_b.gif) no-repeat bottom right;
}
.box h3 {
	margin: 0 0 6px 0;
	padding: 9px 9px 3px 9px;
	font-family: "Gill Sans", sans-serif;
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
	color: #693;
	background: url(../_images/box_t.gif) no-repeat top left;
	border-bottom: 1px dotted #999;
}
.box h3 a, .box h3 a:visited, .box h3 a:active {
	text-align: center;
	text-transform: uppercase;
	color: #c00;
	font-size: 160%;
}
.box a.parts, .box a.parts:visited, .box a.parts:active {
	font-weight: bold;
	font-size: 120%;
}
.box a.parts:hover {
	text-decoration: none;
}
.box a.parts:hover span {
	text-decoration: underline;
}
.box span.parts {
	margin: 0 15px 1em;
}
.box p, .box ul {
	margin: 0;
	padding: 0 9px;
}
.box ul li {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}
.box ul li.heading {
	margin-top: 1em;
	font-weight: normal;
	color: #c00;
	text-transform: uppercase;
}
.box ul li a.bold {
	font-weight: bold;
}
.box ul li.indent {
	margin-left: 15px;
}
.box ul li.heading a, .box ul li.heading a:visited, .box ul li.heading a:active {
	color: #c00;
	text-transform: uppercase;
	padding: 0;
	margin-top: 1em;
}
.box ul li.heading a:hover {
	color: #c00;
}
.box ul li a, .box ul li a:visited, .box ul li a:active {
	color: #333;
}
.box ul li a:hover {
	text-decoration: underline;
	color: #192ce1;
}
.box p.address {
	color: #000;
	font-weight: bold;
	margin: 0 15px 1em 15px;
}
.box small {
	color: #000;
	font-weight: bold;
	font-size: 70%;
}
.box ul li.phone {
	margin: 0 15px;
	padding: 0 0 0 23px;
	background: url(../_images/icon_phone.gif) no-repeat 0 50%;
}
.box ul li.fax {
	margin: 0 15px;
	padding: 0 0 0 23px;
	background: url(../_images/icon_fax.gif) no-repeat 0 50%;
}
.box ul li.tollfree {
	margin: 0 15px;
	padding: 0 0 0 23px;
	background: url(../_images/icon_tollfree.gif) no-repeat 0 50%;
}
.box ul li.email {
	margin: 0 15px;
	padding: 0 0 0 23px;
	background: url(../_images/icon_email.gif) no-repeat 0 50%;
}
.box ul li.email a, .box ul li.email a:active, .box ul li.email a:visited {
	color: #192ce1;
	font-weight: bold;
}
.box ul li.email a:hover {
	text-decoration: underline;
}

/* parts */

div.partsLevel1 {
	margin: 0 0 20px 0;
	font-family: "Gill Sans", sans-serif;
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 2px solid #999;
}
.bottomBorder {
	border-bottom: 2px solid #999;
}
div.partsLevel1 h3 {
	margin: 0;
	padding: 9px 9px 7px 5px;
	font-family: "Gill Sans", sans-serif;
	font-size: 100%;
	color: #693;
	border-bottom: 2px solid #999;
	background: #dedfdf;
	clear: both;
}
div.partsLevel1 h3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.partsLevel1 a.toggleLink {
	float: right;
	color: #000;
	text-transform: lowercase;
	font-size: 70%;
}
span.floatLeft {
	float: left;
}
div.partsLevel2 {
	padding: 5px 5px 5px 15px;
	font-size: 80%;
	color: #000;
	border-bottom: 1px dotted #999;
	background: #dedfdf;
	clear: both;
}
div.partsLevel2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.partsLevel2 span.floatRight {
	float: right;
	text-transform: lowercase;
	font-size: 90%;
}
table.partsLevel3 {
	background: #f4f4f4;
	font-family: Verdana, sans-serif;
	font-size: 75%;
	text-transform: none;
	width: 100%;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
}
div.partsLevel1 > table:last-child {
	border-bottom: none;
}
div.partsLevel1 > div.partsLevel2:last-child {
	border-bottom: none;
}
table.partsLevel3 th.left {
	width: 220px;
	border-bottom: 1px solid #999;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
}
table.partsLevel3 th.right {
	width: 100%;
	border-bottom: 1px solid #999;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
}
table.partsLevel3 td.left {
	width: 220px;
	text-align: center;
	vertical-align: top;
	padding: 5px 10px 10px;
}
table.partsLevel3 td.right {
	width: 100%;
	vertical-align: top;
	padding: 5px 5px 10px;
}
table.partsLevel3 small {
	font-weight: bold;
}
.cursor, .large_pic {
	cursor: pointer;
}
.hover:hover {
	background: #cacaca;
}

/* login/delete confirmation windows */

.login {
	background: #fff;
	color: #000;
	/*height: 100%;*/
	/*overflow: auto;*/
	padding: 3px;
}
.login span.center {
	text-align: center;
	font-weight: normal;
	color: #000;
}
.login div.loading {
	text-align: center;
	display: none;
	margin-bottom: 10px;
}
.login h3 {
	margin: 0 0 3px 0;
	font-family: "Gill Sans", sans-serif;
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
	color: #693;
	border-bottom: 1px dotted #999;
	display: block;
}
.login form {
	padding: 0 0 7px 0;
	border-bottom: 1px dotted #999;
}
.login label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 7px;
	margin-top: 4px;
	font-size: 75%;
	font-weight: bold;
	color: #666;
}
.login label.longlabel {
	width: 125px;
}
.login label.noFloat {
	float: none;
	font-weight: normal;
}
.login label.floatRight {
	float: none;
	text-align: left;
	margin: 0;
}
.login input[type=radio] {
	float: left;
	margin: 6px 7px 0 107px;
}
.login input[type=checkbox] {
	float: left;
	margin: 6px 7px 8px 107px;
}
.login input.text {
	width: 130px;
	border: none;
	border-bottom: 1px solid #666;
	margin-bottom: 8px;
	font-size: 75%;
}
.login input.longtext {
	width: 210px;
	border: none;
	border-bottom: 1px solid #666;
	margin-bottom: 8px;
	font-size: 75%;
}
.login input.longtext2 {
	width: 300px;
}
.login input.submit {
	width: 60px;
	margin-left: 155px;
	font-size: 75%;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #efefef;
}
.login input.login {
	width: 60px;
	margin-left: 177px;
	font-size: 75%;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #efefef;
}
.login span {
	font-size: 75%;
	font-weight: bold;
	color: #666;
}
.login span.title {
	color: #000;
	font-size: 100%;
}
.login span.warning {
	color: #000;
	font-size: 70%;
	margin-top: 10px;
	display: block;
}
.login span.red {
	color: #c00;
}
.login span.error {
	color: #c00;
	margin-left: 25px;
	line-height: 1.3em;
	font-size: 70%;
	display: block;
}
.login span.picError {
	color: #c00;
	margin-left: 25px;
	line-height: 1.3em;
	font-size: 70%;
	display: block;
}
.login span.info {
	margin: 15px 10px 10px;
	display: block;
	background: url(../_images/icon_info.png) no-repeat;
	padding-left: 15px;
	color: #000;
	font-size: 70%;
	line-height: 1.3em;
}
.login span.notopmargin {
	margin-top: 0;
}
.login label.linkLevel2 {
	font-weight: normal;
	font-size: 90%;
	color: #c00;
	text-transform: uppercase;
}
.login label.linkLevel2:hover {
	text-decoration: underline;
}
.login label.linkLevel3 {
	margin-left: 15px;
	font-weight: normal;
	color: #000;
}
.login label.linkLevel4 {
	margin-left: 30px;
	font-weight: normal;
	color: #000;
}
.login span.editHover {
	font-weight: normal;
	color: #000;
	font-size: 100%;
}
.login span.editHover:hover {
	text-decoration: underline;
	color: #192ce1;
}
.login div.buttons {
	text-align: center;
	margin-top: 10px;
}
.login input.button {
	width: 60px;
	font-size: 75%;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #efefef;
}
.login input.button:hover, .login input.submit:hover, .login input.login:hover {
	background-color: #ddd;
}
.login select {
	width: 137px;
	font-family: Verdana, sans-serif;
	border: 1px solid #000;
	background-color: #efefef;
}
.login select.wide {
	width: 270px;
}
.login select.narrow {
	width: 80px;
}
.login textarea {
	margin: 5px 0 7px;
	padding: 0;
	width: 200px;
	font-family: "Verdana", sans-serif;
	font-size: 70%;
	overflow: auto;
}
.login textarea.longtext {
	height: 100px;
	width: 250px;
}
.login input.file {
	width: 250px;
	margin-bottom: 8px;
	font-size: 75%;
}
.login img.botMargin {
	margin-bottom: 7px;
}
.login a.helpTitle {
	margin: 10px 0 3px 10px;
	font-family: Georgia, serif;
	font-size: 95%;
	font-weight: normal;
	color: #693;
	display: block;
}
.login a.helpTitle:hover {
	text-decoration: none;
	color: #000;
}
.login div.botBorder {
	border-bottom: 1px dotted #999;
	padding-bottom: 7px;
}
.login .topMargin {
	margin-top: 15px;
}
.login ul#help {
	display: none;
	margin: 0 0 10px 0;
}
.login ul#help li {
	margin: 0;
	padding-bottom: 8px;
	font-size: 75%;
	line-height: 1.5em;
}
.login ul#help img {
	display: block;
	margin: 0 auto;
	padding-bottom: 8px;
}

/* picture listing styles */

table#picList {
	padding: 0 0 7px 0;
	border-bottom: 1px dotted #999;
}
table#picList td {
	text-align: center;
	padding: 10px;
	border: 1px dashed #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
table#picList td:hover {
	background: #eee;
	border: 1px dashed #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
table#picList span.picName {
	color: #000;
	font-weight: normal;
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}
table#picList span.picDate {
	font-weight: normal;
	font-size: 70%;
	display: block;
	margin-bottom: 5px;
}
table#picList input.thumbLoc {
	width: 136px;
	border: none;
	border-bottom: 1px solid #666;
	font-size: 60%;
}
table#picList input.copyButton {
	width: 40px;
	font-size: 60%;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #efefef;
}
table#picList input.copyButton:hover {
	background-color: #ddd;
}
table#picList input.copyButton:active {
	background-color: #ccc;
}

/* colorbox tab styles */

ul#addPage {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
ul#addPage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul#addPage:first-child {
	border-left: 1px solid #ccc;
}
ul#addPage li {
	display: inline;
}
ul#addPage li a, ul#addPage li a:active, ul#addPage li a:visited {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	font-size: 70%;
	color: #333;
	text-transform: uppercase;
}
ul#addPage li a:hover {
	text-decoration: none;
	background: #eee;
	color: #c00;
}
ul#addPage li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
ul#addPage li a.current {
	background: #eee;
	color: #c00;
}
ul#addPage li a.current img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
ul#addPage li img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* photo editor style */

#editor {
	margin: 20px auto;
	font-size: 75%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(../_images/box_b.gif) no-repeat bottom right;
}
#editor:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#editor h3 {
	margin: 0 0 6px 0;
	padding: 9px 9px 3px 9px;
	font-family: "Gill Sans", sans-serif;
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
	color: #693;
	background: url(../_images/box_t.gif) no-repeat top left;
	border-bottom: 1px dotted #999;
}
#editor div.left {
	float: left;
	padding: 0 40px 0 20px;
}
#editor div.right {
	float: right;
	padding-right: 20px;
	text-align:  left;
}
#editor div.preview {
	border: 1px solid #000;
	overflow: hidden;
	margin: 8px 0;
}
#editor div.infoLeft {
	float: left;
	margin-bottom: 5px;
}
#editor div.infoRight {
	float: right;
	margin-bottom: 5px;
}
#editor span.label {
	font-weight: bold;
	margin-right: 4px;
	width: 50px;
	float: left;
	text-align: right;
}
#editor span.number {
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 90%;
}
#editor ul {
	margin: 0;
	padding: 0 9px;
	font-size: 95%;
	text-indent: -1em;
}
#editor ul li {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}
#editor img {
	margin: 15px 0;
}
#editor img.crosshair {
	cursor: crosshair;
}
#editor span.error {
	color: #f00;
	font-weight: bold;
}
#editor form {
	text-align: center;
}
#editor input.submit {
	width: 150px;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #efefef;
	margin: 5px 0 10px 0;
}
#editor input.submit:hover {
	background-color: #ddd;
}

/* page editor style */

#pageEditor {
	margin: 20px auto;
	width: 900px;
	font-size: 75%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(../_images/box_b.gif) no-repeat bottom right;
}
#pageEditor:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#pageEditor h3 {
	margin: 0 0 6px 0;
	padding: 9px 9px 3px 9px;
	font-family: "Gill Sans", sans-serif;
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
	color: #693;
	background: url(../_images/box_t.gif) no-repeat top left;
	border-bottom: 1px dotted #999;
}
#pageEditor a.picLink {
	float: right;
	margin-right: 20px;
	padding: 0 0 0 21px;
	background: url(../_images/icon_list.png) no-repeat 0 50%;
	color: #666;
}
#pageEditor a.helpLink {
	float: right;
	margin-right: 20px;
	padding: 0 0 0 21px;
	background: url(../_images/icon_help.png) no-repeat 0 50%;
	color: #666;
}
#pageEditor a:hover {
	text-decoration: none;
	color: #c00;
}
#pageEditor div.smallSep {
	margin-top: 4px;
}
#pageEditor span {
	font-size: 100%;
	color: #666;
}
#pageEditor span.error {
	color: #c00;
	font-size: 100%;
}
#pageEditor span.center {
	text-align: center;
	font-weight: normal;
	color: #000;
}
#pageEditor span.info {
	padding: 0 20px 15px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
#pageEditor span.editHover {
	font-weight: normal;
	color: #000;
	font-size: 100%;
}
#pageEditor span.editHover:hover {
	text-decoration: underline;
	color: #192ce1;
}
#pageEditor div.buttons {
	text-align: center;
	margin: 10px 0;
}
#pageEditor div.botBorder {
	border-bottom: 1px dotted #999;
	margin-top: 15px;
}
#pageEditor label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 7px;
	margin-top: 4px;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
#pageEditor label.floatRight {
	float: none;
	text-align: left;
	margin: 0;
}
#pageEditor label.linkLevel2 {
	font-weight: normal;
	font-size: 100%;
	color: #c00;
	text-transform: uppercase;
}
#pageEditor label.linkLevel2:hover {
	text-decoration: underline;
}
#pageEditor label.linkLevel3 {
	margin-left: 15px;
	font-weight: normal;
	color: #000;
}
#pageEditor label.linkLevel4 {
	margin-left: 30px;
	font-weight: normal;
	color: #000;
}
#pageEditor input[type=radio] {
	float: left;
	margin: 3px 7px 0 107px;
}

#pageEditor input[type=text] {
	width: 210px;
	border: none;
	border-bottom: 1px solid #666;
	margin-bottom: 8px;
	font-size: 100%;
}
#pageEditor input.button {
	width: 60px;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #efefef;
}
#pageEditor input.button:hover, #pageEditor input.submit:hover {
	background-color: #ddd;
}
#pageEditor select {
	width: 137px;
	font-family: Verdana, sans-serif;
	border: 1px solid #000;
	background-color: #efefef;
}
#pageEditor select.wide {
	width: 270px;
}
#pageEditor div.textareaWrapper {
	margin: 8px auto 0;
	width: 850px;
}

/* hacks */

/* hide from IE5/Mac \*/
* html #footer { height: 1%; }
/* end hide from IE5/Mac */
* html div.info, * html div.panel_wrap, * html div.partsLevel1 h3, * html div.partsLevel2 { height: 1%; } /* for IE5+6 */
*:first-child+html div.info, *:first-child+html div.panel_wrap, *:first-child+html div.partsLevel1 h3, *:first-child+html div.partsLevel2 { min-height: 1px; } /* for IE7 */
