/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

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:0.75em;
		line-height:1.333em;
		color:#3a3b3b;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#259dcf;}
a:hover{text-decoration:none;}
p {padding-top:16px;}

/* ============================= main layout ====================== */

.link {background:url(images/marker1.gif) no-repeat 0 5px; padding-left:9px; display:block; float:left; margin-top:9px;}

li { background:url(images/marker1.gif) no-repeat 0 7px; padding-left:9px;}
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:#a0a7ad;}
#header strong {color:#d4d8db;}
#header p {padding-top:7px;}
#header .link {background:url(images/marker2.gif) no-repeat 0 5px; color:#fff; margin-top:17px;}

.logo {position:absolute; margin:140px 0 0 600px;}

.menu {height:38px; padding-left:82px;}
.menu ul {width:100%; overflow:hidden;}
.menu li {float:left; background:none; padding:0;}
.menu li a {background:url(images/menu-line.gif) top left no-repeat; color:#a0a7ad; text-decoration:none; display:block; width:107px; text-align:center; padding:10px 0 10px 0;}
.menu li a:hover {background:#22282f; color:#8fb90f;}
.menu .active a {background:#22282f; color:#8fb90f;}

.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:#e9eef2; padding:34px 82px 40px 83px;}
.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:#d6dce1;}
#footer a {color:#489dc1; 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.917em; color:#8c8c8c;}
