/* CSS Document */

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

body{
	background:url(images/body-bg.gif) left top repeat-x #1b1b1b;
	text-align:center;
}

object {vertical-align:top; outline:none;}

img {
	vertical-align:top;
	right: inherit;
}
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.8125em;
		line-height:1.23076em;
		color:#747474;
	}

input, select {
	vertical-align:middle;
	font-weight:normal;
	padding-left: 3px;
	position: relative;
	left: 22;
}

a {color:#006600; outline:none;}
a:hover{text-decoration:none;}
p {padding-top:16px;}

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

li { background:url(images/marker.gif) no-repeat 0 7px; padding-left:10px; line-height:1.5384em;}
li a {color:#006600;}

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

.inner {background:#fff;}

h3 {line-height:1.3846em; color:#252525; text-transform:uppercase; padding:16px 0 0 0}
h2 {font-size:1.5384em; line-height:1.24em; color:#252525; text-transform:uppercase; padding:5px 0 22px 0; letter-spacing:-1px;}
/* ============================= header ====================== */

/* ============================= content ====================== */
.left-corner {background:url(images/corner-bottom-left.gif) left bottom no-repeat;}
.right-corner {background:url(images/corner-bottom-right.gif) right bottom no-repeat;}

.indent {
	padding:20px 20px 18px 20px;
}
.padding {padding-bottom:33px;}

.col-pad {padding-right:19px;}

.link {display:inline-block; background:url(images/link-bg.gif) right 4px no-repeat; padding-right:9px; text-transform:uppercase; font-weight:bold; font-size:0.8461em; line-height:1.2em; text-decoration:none; margin-top:39px;}
.link:hover {text-decoration:underline;}

.link-margin {margin-top:12px;}
.link-margin1 {margin-top:30px;}
.link-margin2 {margin-top:36px;}

.pad {padding-top:18px;}
.pad1 {padding-top:16px;}
.pad2 {padding-top:26px;}

.h-pad {padding-top:50px;}

.title {color:#252525;}
.title1 {color:#88cb3f;}

.border {background:url(images/border-bg.gif) left bottom repeat-x; padding-bottom:20px; margin-bottom:21px;}

.phone {display:inline-block; width:64px;}
/* ============================= footer ====================== */
#footer {color:#484848; text-transform:uppercase; font-size:0.7692em;}
#footer a {color:#484848; text-decoration:none; }
#footer a:hover {text-decoration:underline;}
.footer-menu {
	width:100%;
	overflow:hidden;
	padding:23px 0 0 0;
}
.footer-menu li {float:left; background:url(images/sub-menu-li-bg.gif) right 3px no-repeat; padding:0 11px 0 9px; line-height:1.2em;}
.footer-menu li a {color:#fff !important;}
.footer-menu .last {background:none;}

.policy {padding:10px 0 0 9px;}
/* ============================= forms ============================= */

#ContactForm {padding-top:10px}
#ContactForm label {height:42px; display:block;}
.column1 {float:left; width:279px;}
.column2 {float:left; width:293px;}
.column3 {float:left; width:260px;}
.column4 {float:right; width:220px;}

.alignright {text-align:right;}
#ContactForm .link {margin:32px 0 0 20px;}
.input {width:222px; border:1px solid #bcb9b5; background:none; padding:3px 0 2px 5px; font-size:1em; line-height:1.24em}
textarea {
	width:225px;
	height:150px;
	border:1px solid #bcb9b5;
	background:none;
	padding:0 0 0 5px;
	overflow:auto;
	font-size:1em;
}

