/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#0c0c0c url(body-bg.jpg) top center repeat-x;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.5em;
		color:#9aa6a9;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#9aa6a9;}
a:hover{text-decoration:none;}
p {padding-top:18px;}
span {color:#fff;}

/* ============================= main layout ====================== */

.link {background:url(list-bg.gif) no-repeat 0 6px; padding-left:14px; color:#fff; text-decoration:none;}
.link:hover {text-decoration:underline;}

ol li {color:#fff; list-style-position:inside;}
ul li { background:url(list-bg.gif) no-repeat 0 9px; padding-left:14px; line-height:1.75em;}
.list2 li {background:url(link2-bg.gif) no-repeat 0 9px;}
.list2 li a {color:#6b7a80;}

.imgindent {margin:0 25px 0 0; float:left;}
.title {margin-bottom:22px;}
.phone {float:right; color:#9aa6a9;}

/* ============================= header ====================== */

.nav {float:right; padding:85px 17px 0 0;}
.nav img {margin:0 0 0 27px;}

/* ============================= content ====================== */

.button {float:left; padding:35px 0 0 0;}
.box {background:#161718 url(box-tail-top.gif) top repeat-x; float:left; width:622px;}
.box .tail-bottom {background:url(box-tail-bottom.gif) bottom repeat-x;}
.box .tail-right {background:url(box-tail-right.gif) right repeat-y;}
.box .tail-left {background:url(box-tail-left.gif) left repeat-y;}
.box .corner-bottom-right {background:url(box-corner-bottom-right.gif) bottom right no-repeat;}
.box .corner-bottom-left {background:url(box-corner-bottom-left.gif) bottom left no-repeat;}
.box .corner-top-right {background:url(box-corner-top-right.gif) top right no-repeat; width:100%;}
.box .corner-top-left {background:url(box-corner-top-left.gif) top left no-repeat; margin-left:-5px; position:relative;}
.box .box-indent {padding:16px 12px 12px 17px;}
.close {float:right;}

.minheight {height:auto; min-height:453px;}
* html .minheight {height:453px;}

.indent {padding:0 0 14px 27px;}

.box2 {background:#1f2123 url(box2-corner-bottom-right.gif) bottom right no-repeat;}
.box2 .corner-bottom-left {background:url(box2-corner-bottom-left.gif) bottom left no-repeat; width:100%;}
.box2 .corner-top-right {background:url(box2-corner-top-right.gif) top right no-repeat;}
.box2 .corner-top-left {background:url(box2-corner-top-left.gif) top left no-repeat; width:100%; margin:0;}
.box2 .indent {padding:14px 13px 14px 27px;}
.box2 img {margin-left:9px;}
.box2 .title {margin:20px 14px 0 0;}

.col-pad {padding-right:49px;}
.col-pad2 {padding-right:79px;}
.padding1 {padding-top:20px;}
.padding2 {padding-top:34px;}
.padding3 {padding-bottom:30px;}
.margin1 {margin-top:50px;}

/* ============================= footer ====================== */

#footer {color:#5b5b5b; padding:19px 0 0 9px;}
#footer a {color:#909090;}

/* ============================= forms ============================= */

#ContactForm {padding:0 0 26px 0;}
#ContactForm .rowi {height:25px;}
#ContactForm .col-1 {width:173px !important;}
#ContactForm .col-2 {width:173px !important;}
#ContactForm .link {float:right; margin-left:20px;}

.input {width:161px; height:18px; border:1px solid #a4a4a4; background:#222324; padding:0 0 0 5px; font-size:0.917em; color:#a4a4a4; font-family:Tahoma, Geneva, sans-serif;}
textarea {width:165px; height:68px; border:1px solid #a4a4a4; background:#222324; padding:0 0 0 5px; overflow:auto; font-size:0.917em; color:#a4a4a4; font-family:Tahoma, Geneva, sans-serif; margin-bottom:10px;}
