/* CSS Document */

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

body{
	background:#d3d3d3;
	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.417em;
		color:#838383;
	}

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

a {color:#e62000;}
a:hover{
	text-decoration:none;
	text-align: right;
}
p {padding-top:15px;}
strong {color:#2c2c2c;}

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

li { background:url(images/list-bg.gif) no-repeat 0 9px; padding-left:12px; line-height:1.833em;}
li a {color:#2c2c2c; text-decoration:none; font-weight:bold;}
li a:hover {text-decoration:underline;}
.box2 li {background:url(images/list-bg2.gif) no-repeat 0 10px; line-height:2em; padding-left:10px;}
.box2 li a {color:#fff; font-weight:normal;}

.link {background:#434343 url(images/link-bg.gif) no-repeat 7px 7px; color:#fff; text-decoration:none; line-height:1em; padding:2px 9px 4px 20px; display:inline-block; margin-top:19px;}
.link:hover {background:#737373 url(images/link-bg.gif) no-repeat 7px 7px;}

.link2 {background:url(images/box-link-tail.gif) top repeat-x;}
.link2 .inner {
	padding:29px 0 19px 23px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}

.imgindent {margin:0 20px 0 0; float:left;}
.imgindent2 {margin:0 0 0 15px; float:right;}
.title {margin-bottom:20px;}

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

.box {background:#fff url(images/box-tail-bottom.gif) bottom repeat-x;}
.box .tail-top {background:url(images/box-tail-top.gif) top repeat-x;}
.box .right-bg {background:url(images/box-right-bg.gif) top right no-repeat;}
.box .left-bg {
	background:url(images/box-left-bg.gif) top left no-repeat;
	height:600px;
	width:100%;
}
.box .indent {padding:17px;}

.box2 {background:#696969;}
.box2 .indent {padding:20px 10px 18px 25px;}
.title2 {background:#a1a1a1; padding:24px 0 18px 21px;}

.indent1 {padding:31px 35px 10px 33px;}
.indent2 {padding:31px 15px 10px 26px;}
.indent3 {padding:31px 15px 10px 33px;}
.padding1 {padding-top:7px;}
.padding2 {padding-top:20px;}
.margin1 {margin-top:23px;}

.extra .indent1 {padding:0 22px 0 30px;}

.line {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}

.phone {float:right; margin-right:53px;}

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

#footer {color:#bdbdbd; padding:15px 0 0 13px;}
#footer a {color:#bdbdbd; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

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


#ContactForm .rowi {height:26px;}
#ContactForm .indent {padding:28px 10px 23px 25px !important;}
#ContactForm .button {margin:0 20px 0 44px;}

.input {width:211px; height:18px; border:1px solid #e1e1e1; background:#fff; padding:0 0 0 5px; font-size:0.917em;}
textarea {
	width:300px;
	height:80px;
	border:1px solid #e1e1e1;
	background:#fff;
	padding:0 0 0 5px;
	overflow:auto;
	font-size:0.917em;
	text-align: justify;
}
