﻿/* CSS Document */

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

body{
	background:#ddd;
	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:#585757;
	}

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

a {color:#009d0f;}
a:hover{text-decoration:none;}
p {padding-top:18px;}

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

.link {background:url(images/link-side-bg.gif) top right no-repeat #494949; display:block; float:left; color:#fff; text-decoration:none; margin-top:18px; line-height:1.001em;}
.link span {background:url(images/link-side-bg.gif) top left no-repeat; display:block; padding:2px 11px 5px 10px;}

.link:hover {background:url(images/link-side-bg-hover.gif) top right no-repeat #878787;}
.link:hover span {background:url(images/link-side-bg-hover.gif) top left no-repeat;}

h3 {font-size:1.167em; color:#000;}
.box h3 {margin:11px 0 0 4px;}

li { background:url(images/list-bg.gif) no-repeat 0 10px; padding-left:7px;}
li a {color:#3aafdf; line-height:1.833em;}

.list li { background:url(images/list-bg2.gif) no-repeat 0 12px; padding-left:17px;}
.list li a {color:#000; line-height:2.5em; text-decoration:none;}
.list li a:hover {text-decoration:underline;}


.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:16px;}
.title2 {margin-bottom:29px;}

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

.col-padding1 {padding-right:13px;}
.col-padding2 {padding-right:40px;}

.box {border:1px solid #dbdbdb;}
.box .inner {border:1px solid #ffffff; background:#ffffff; padding:0px 20px 20px 28px;}
.box .indent {padding:22px 21px 20px 22px;}
.box .indent2 {padding:22px 14px 20px 27px;}

#page8 #content {padding:20px 56px 65px 58px;}
.line {border-bottom:1px solid #dddddd; padding-bottom:30px; margin-bottom:33px;}
.box .line {padding-bottom:19px; margin-bottom:6px;}
.box .h3 {margin:28px 0 0 0;}

.padding1 {padding-top:19px;}
.padding2 {padding-top:10px;}
.padding3 {padding-right:30px;}
.padding4 {padding-top:30px;}
.padding5 {padding-top:22px;}
.margin1 {margin-top:10px;}

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

#footer {color:#fff;}
#footer a {color:#d7d7d7;}
#footer span {color:#d7d7d7;}

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


#ContactForm .rowi {height:49px;}
#ContactForm .link {float:right; margin-left:30px;}

.input {width:172px; height:19px; border:1px solid #a09b96; background:none; padding:0 0 0 5px; font-size:1em; cursor:text;}
textarea {width:162px; height:165px; border:1px solid #a09b96; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em; cursor:text;}
