/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#FFFFFF;
	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.5em;
		color:#7a888f;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#f7941c;}
a:hover{text-decoration:none;}
p {padding-top:18px;}

/* ============================= main layout ====================== */

#main { width:912px; margin:0 auto; text-align:left; padding-top:22px;}
.col-1, .col-2, .col-3 {float:left;}
.container {width:100%; overflow:hidden;}
.container2 {width:100%;}

.line1 {background:url(images/line2.gif) top left repeat-y;}
.line1a {background:url(images/line1.gif) top left no-repeat;}

.line2 {background:url(images/line2.gif) repeat-y 353px 0;}
.line2a {background:url(images/line1.gif) no-repeat 353px 0;}

#page5 .line2 {background:url(images/line2.gif) repeat-y top right;}
#page5 .line2a {background:url(images/line1.gif) no-repeat top right;}

.col-1 {width:334px;}
.col-2 {width:530px;}
.col-1 .col-1 {width:140px;}
.col-1 .col-2 {width:140px;}

li {line-height:2em;}

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin:16px 0 23px 18px;}
.col-2 .title {margin-left:0;}

/* ============================= header ====================== */

#header {height:134px; border-top:1px solid #e1e3e5; border-bottom:1px solid #e1e3e5; padding:11px 0 12px 0;}

.menu {float:left;}
.logo {float:left; padding:186px 0 45px 38px; width:521px; background:url(images/header-bg.jpg) top left no-repeat;}

/* ============================= content ====================== */

#content {padding:15px 0 14px 0;}
.col-pad { padding:0 35px 0 13px;}
.col-pad2 { padding-right:30px;}
.box {background:#f6f8f9; padding:16px 5px 21px 18px;}
.underline {text-decoration:underline;}

.padding1 {padding-top:10px;}
.padding2 {padding-bottom:20px;}
.padding3 {padding-right:13px;}
.phone {float:right; margin-right:100px;}

/* ============================= footer ====================== */

#footer { height:43px; border-top:1px solid #e1e3e5; padding:21px 0 0 20px; color:#adb0b6;}
#footer a {color:#adb0b6;}

/* ============================= forms ============================= */

#ContactForm {padding:20px 0 0 0;}
#ContactForm .rowi {height:26px;}
#ContactForm .col-1 {width:253px !important;}
#ContactForm .col-2 {width:268px !important;}
#ContactForm a {float:right; margin-left:24px;}

.input {width:241px; height:18px; border:1px solid #b4b4b4; background:none; padding:0 0 0 5px; font-size:0.917em;}
textarea {width:261px; height:44px; border:1px solid #b4b4b4; background:none; padding:0 0 0 5px; overflow:auto; font-size:0.917em; margin-bottom:12px;}
