/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:medium;
}

body{
	background:#000;
	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;
	font-size:1.2em;
	line-height:1em;
	color:#000000;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#259dcf;}
a:hover{text-decoration:none;}
p {
	padding-top:0px;
}

/* ============================= main layout ====================== */

.link {background:url(original/site/images/marker1.gif) no-repeat 0 5px; padding-left:9px; display:block; float:left; margin-top:9px;}

li {
	background:url(original/site/images/marker1.gif) no-repeat 0 7px;
	padding-left:10px;
}
li a { line-height:1.583em;}

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:9px;}

/* ============================= header ====================== */

#header {
	line-height:1.417em;
	color:#000000;
}
#header strong {color:#d4d8db;}
#header p {
	padding-top:0px;
	padding-left: 5px;
}
#header .link {background:url(original/site/images/marker2.gif) no-repeat 0 5px; color:#fff; margin-top:17px;}

.logo {position:absolute; margin:140px 0 0 600px;}

.menu {
	height:10px;
	padding-left:0px;
}
.menu ul {width:100%; overflow:hidden;}
.menu li {float:left; background:none; padding:0;}
.menu li a {
	background:no-repeat left top;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:107px;
	text-align:center;
	padding:10px 0 10px 10;
}
.menu li a:hover {
	background:#000000;
	color:#669933;
}
.menu .active a {
	background:#000000;
	color:#669933;
}

.indent {padding:75px 465px 0 83px;}
.extra-1 {margin-left:193px;}

/* ============================= content ====================== */

.splash-indent {padding:156px 0 0 0; color:#828e9c; font-weight:bold;}
.splash-logo {margin:77px 1px 83px 0;}

#content {
	background:#FFFFFF;
	padding:14px 30px 0px 25px;
}
.col-pad {padding-right:33px;}
.special {margin-top:31px}
.phone {float:right; margin-right:65px;}

/* ============================= footer ====================== */

#page1 #footer .footer-indent {padding:86px 0 0 0;}
#footer {
	color:#626a72;
	background:#000000;
}
#footer a {
	color:#669933;
	text-decoration:none;
}
#footer a:hover {text-decoration:underline;}

/* ============================= forms ============================= */

#ContactForm .rowi {height:26px;}
#ContactForm .link {float:right; margin-left:25px;}

.input {width:241px; height:18px; border:1px solid #b4b4b4; background:#fff; padding:0 0 0 5px; font-size:0.917em; color:#8c8c8c;}
textarea {
	width:241px;
	height:101px;
	border:1px solid #b4b4b4;
	background:#fff;
	padding:0 0 0 5px;
	overflow:auto;
	font-size:0.97em;
	color:#000000;
}
