/* CSS Document */

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

body{
	background:#FFFFFF;
	text-align:center;
	text-decoration: none;
}

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.813em;
		line-height:1.231em;
		color:#545454;
	}

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

a {
	color:#C1DE009;
}
a:hover{text-decoration:none;}
p {padding-top:16px;}
strong {
	color:#98b102;
	text-decoration: none;
}

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

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

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

.title1 {margin:13px 0 13px 0;}
.title2 {border-bottom:1px solid #c5c5c5; padding-bottom:6px; margin-bottom:23px;}

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

.header-row1 {background:url(images/header-tail-bg.gif) top repeat-x; height:86px;}
.logo {margin:20px 0 0 40px;}

.submenu {border-top:6px solid #c1de00; padding:33px 0 0 250px;}
.submenu ul {overflow:hidden; width:100%;}
.submenu li {font-size:0.846em; display:inline; border-left:1px solid #a5b1ba; background:none; margin-left:-1px; padding:0 8px 0 8px;}
.submenu li a {color:#a5b1ba; text-decoration:none;}
.submenu li a:hover {text-decoration:underline;}

.menu {padding:28px 0 0 0;}
.menu ul {width:100%; overflow:hidden;}
.menu li {float:left; border-left:1px solid #d5dce1; margin-left:-1px; background:none; padding:0;}
.menu li a {color:#393939; text-decoration:none; display:block; padding:0 37px 23px 36px; line-height:1.001em; margin-bottom:7px;}
.menu li a:hover {border-bottom:7px solid #c1de00; margin:0;}
.menu .active a {border-bottom:7px solid #c1de00; margin:0;}
.menu .last a {padding-right:35px;}

.header-row2 {background:url(images/header-tail-bg2.gif) top repeat-x;}
.slogan {margin:158px 0 158px 40px;}

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

.row1 {padding:31px 25px 52px 36px;}
.col-pad1 {padding-right:59px;}
.center {text-align:center; padding-right:15px;}
.extra {padding:25px 0 0 50px;}
.special {float:right; margin-right:20px;}

.row2 {background:#f6f6f6; border-top:1px solid #e1e1e1; padding:44px 30px 47px 40px;}

.line {background:url(images/line.gif) bottom left repeat-x; padding-bottom:18px; margin-bottom:18px;}
.padding1 {padding-top:5px;}
.phone {float:right; margin-right:120px;}

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


#ContactForm .rowi {height:52px;}
#ContactForm a {float:right; margin-left:20px;}

.input {width:172px; height:19px; border:1px solid #a09b96; background:#fff; padding:0 0 0 5px; font-size:1em;}
textarea {width:204px; height:123px; border:1px solid #a09b96; background:#fff; padding:0 0 0 5px; overflow:auto; font-size:1em; margin-bottom:20px;}

