/* 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.333em;
		color:#565656;
	}

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

a {color:#237cd5;}
a:hover{text-decoration:none;}
p {padding-top:15px;}
strong {color:#2272b3;}

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

cite {font-style:normal;}

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:23px;}

.list li {padding-left:26px;}
.list li a {line-height:1.833em; color:#2272b3;}
.list .li1 {background:url(images/li1.gif) no-repeat 0 3px;}
.list .li2 {background:url(images/li2.gif) no-repeat 0 5px;}
.list .li3 {background:url(images/li3.gif) no-repeat 0 6px;}

.link {
	background:no-repeat 0 0;
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	display:block;
	float:left;
	margin-top:22px;
	font-size: 16px;
}
.link:hover {text-decoration:underline;}

.link2 {background:url(images/marker2.gif) no-repeat 0 0; margin-top:5px;}
.link3 {background:url(images/marker3.gif) no-repeat 0 0; margin:5px 0 0 16px;}
.link4 {font-weight:bold; text-decoration:none; color:#7ba01f; float:right; margin-left:20px;}
.link4:hover {text-decoration:underline;}

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

#header .row1 {padding:43px 0 33px 0;}

.menu {padding:42px 0 0 0; margin-left:-26px;}
.menu li {background:url(images/menu-devider.gif) top left no-repeat; display:inline; padding:0 23px 0 26px; font-size:1.083em;}
.menu li a {color:#40403d; font-weight:bold; text-decoration:none;}
.menu li a:hover {color:#2272b3;}
.menu .active a {color:#2272b3;}


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

.indent {padding:24px 40px 14px 0;}
#page6 .indent {padding:24px 30px 28px 0;}

.box {background:#f9f9f9 url(images/box-tail-bg.gif) bottom repeat-x;}
.box .right-bg {background:url(images/box-right-bg.gif) bottom right no-repeat;}
.box .left-bg {background:url(images/box-left-bg.gif) bottom left no-repeat; width:100%;}
.box .indent {padding:24px 19px 42px 22px;}

.scroll {height:320px; overflow:auto;}
.scroll .inner {height:600px; padding-right:20px;}

.line {background:url(images/line-hor.gif) bottom repeat-x;}
.line .right-bg {background:url(images/line-hor-right.gif) bottom right no-repeat;}
.line .left-bg {background:url(images/line-hor-left.gif) bottom left no-repeat; padding-bottom:17px; margin-bottom:15px; width:100%;}
.special-bg {
	background:no-repeat right bottom;
}

.img {margin:19px 0 20px 0;}
.margin1 {margin-top:50px;}
.padding1 {padding-top:9px;}
.padding2 {padding-top:18px;}
.padding3 {padding-bottom:28px !important;}
.phone {float:right; margin-right:15px;}

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

#footer {font-size:0.917em; color:#40403d; font-family:trebuchet ms;}
#footer a {color:#40403d; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer strong {color:#40403d;}

#footer .rss {background:url(images/rss-bg.gif) top right no-repeat; float:right; text-transform:uppercase; color:#2272b3; display:block; padding:2px 29px 1px 0;}

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

#ContactForm {padding-top:10px;}
#ContactForm .rowi {height:46px;}

.input {width:163px; height:15px; border:1px solid #7e7e7e; background:#fff; padding:0 0 0 5px; font-size:11px;}
textarea {width:170px; height:108px; border:1px solid #7e7e7e; background:#fff; padding:0 0 0 5px; overflow:auto; font-size:11px; margin-bottom:10px;}
