/* CSS Document */

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

body{
	text-align:center;
	background-color: #000;
	background-attachment: fixed;
	background-image: url(../images/precision-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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.75em;
	color:#FFF;
	text-transform: none;
	}

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

a {
	color:#09F;
}
a:hover{text-decoration:none;}
p {
	padding-top:8px;
}
strong {
	font-size:1.1em;
	line-height:1.5em;
	color:#FFF;
}
strong a{
	color:#FFF;
}

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

.link {
	background:url(../images/link-tail-bg.gif) top repeat-x;
	display:block;
	float:right;
	line-height:1em;
	color:#000;
	text-decoration:none;
	margin-top:31px;
}
.link span {background:url(../images/link-right-bg.gif) top right no-repeat; display:block;}
.link span span {background:url(../images/link-left-bg.gif) top left no-repeat; padding:2px 10px 4px 11px;}
.link:hover {background:url(../images/link-tail-bg-hover.gif) top repeat-x;}
.link:hover span {background:url(../images/link-right-bg-hover.gif) top right no-repeat;}
.link:hover span span {background:url(../images/link-left-bg-hover.gif) top left no-repeat;}

li {
	font-size:1.091em;
	line-height:1.5em;
	color:#03F;
}
li a {text-decoration:none;}
li a:hover {text-decoration:underline;}

h2 {
	font-size:1.636em;
	line-height:1em;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
	margin-bottom:23px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-bottom: 10px;
}
h3 {
	color:#FFF;
	font-size:1.636em;
	line-height:1em;
	margin-bottom:8px;
	font-weight:normal;
	margin-top: 8px;
}

.imgindent {margin:0 30px 0 0; float:left;}

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

#header .menu {background:url(../images/menu-tail-bg.gif) top repeat-x;}
#header .menu .right-bg {background:url(../images/menu-right-bg.gif) top right no-repeat;}
#header .menu .left-bg {background:url(../images/menu-left-bg.gif) top left no-repeat; width:100%;}
#header .menu .indent {padding:9px 20px 8px 24px;}

#header .menu ul {float:right; padding:5px 0 0 0;}
#header .menu li {
	display:inline;
	font-size:1.182em;
	padding:0 9px 0 13px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #09F;
}
#header .menu li a {color:#000000; text-decoration:none;}
#header .menu li a:hover {
	color:#09F;
	text-decoration:underline;
}
#header .menu .first {border:none;}

.slogan {margin:245px 0 0 480px;}
.banners {padding:57px 0 0 0; margin:0 -10px -30px 0; position:relative;}
.banners img {margin-right:4px;}

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

.box {
	background-color: #000;
	height: 100%;
}
.box .corner-bottom-right {
}
.box .corner-bottom-left {
}
.box .corner-top-right {
}
.box .corner-top-left {
	width:100%;
}
.box .indent {
	padding:25px 20px 25px 29px;
}

.col-pad {padding-right:30px;}
.padding1 {padding-top:21px;}
.padding2 {padding-top:6px;}
.padding3 {
	padding-top:15px;
}
.padding4 {padding-top:44px;}
.padding5 {padding-right:30px;}
.padding6 {padding-bottom:25px !important;}
.indent1 {
	padding:20px 20px 0 30px;
}

.dates a {
	color:#6CF;
}
.dates span {
	color:#6CF;
	font-size:1.091em;
	text-decoration:none;
}
.dates p {
	padding:1px 0 8px 10px;
	line-height:1.455em;
}
.dates .last {padding-bottom:0;}
.phone {float:right; margin-right:190px;}

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

#footer {
	font-size:.95em;
	color:#333;
	text-transform:uppercase;
	padding:34px 31px 0 30px;
	background-color: #CCC;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#09F;
}
#footer span {float:right;}

#footer .menu li {
	font-size:.95em;
	display:inline;
	padding:0 8px 0 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#footer .menu li a {
	color:#333;
}
#footer .menu li a:hover {
	color:#F00;
}
#footer .menu .first {border:none; padding-left:0;}

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

#contact-form{
	width:600px;
	font-size:10pt;
	color: #000;
}
#contact-form input, #contact-form textarea{
		color: #000;
}
