/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#2b2d2e;
	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.333em;
		color:#9da2a4;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#9da2a4;}
a:hover{text-decoration:none;}
p {padding-top:16px;}
strong {color:#7c8183;}

/* ============================= main layout ====================== */

.link {font-weight:bold; color:#db5dad;}
.link2 {font-weight:bold; color:#58a7c6;}

li { background:url(images/list-bg.gif) no-repeat 0 10px; padding-left:10px; line-height:2em;}
li a {color:#58a7c6;}

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:8px;}
.title2 {border-bottom:1px solid #d1d6d8; padding:0 0 4px 0; margin-bottom:33px;}
.title3 {margin-bottom:13px;}

/* ============================= content ====================== */

#content {padding:17px 41px 20px 46px;}
.col-pad {padding-right:36px;}
.col-pad2 {padding-right:20px;}
.col-pad3 {padding-right:55px;}

.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 .tail-right {background:url(images/box-tail-right.gif) right repeat-y;}
.box .tail-left {background:url(images/box-tail-left.gif) left repeat-y; width:100%;}
.box .corner-bottom-right {background:url(images/box-corner-bottom-right.gif) bottom right no-repeat;}
.box .corner-bottom-left {background:url(images/box-corner-bottom-left.gif) bottom left no-repeat; width:100%;}
.box .corner-top-right {background:url(images/box-corner-top-right.gif) top right no-repeat;}
.box .corner-top-left {background:url(images/box-corner-top-left.gif) top left no-repeat; width:100%;}
.box .indent {padding:37px 27px 30px 35px;}

.line {border-bottom:1px solid #e5eaec; padding:22px 10px 33px 17px;}
.line2 {border-top:1px solid #d1d6d8; margin-top:33px; padding:22px 0 10px 0; color:#58a7c6;}
.line2 span {margin:0 12px;}
.line2 .link {color:#58a7c6;}
.line3 {border-bottom:1px solid #e5eaec; padding-bottom:23px; margin-bottom:20px;}

.indent {padding:22px 0 20px 17px;}
.indent2 {padding:12px 20px 0 0;}
.indent3 {padding:22px 0 0 17px;}
.padding1 {padding-left:26px;}
.padding2 {padding-top:6px;}
.padding3 {padding-top:16px;}
.margin1 {margin-top:30px;}
.margin2 {margin-left:-4px; position:relative;}
.banner2 {margin:10px 0 0 4px;}

.date {background:url(images/date-bg.gif) no-repeat 0 0; color:#242424; font-size:1.167em; padding-left:26px; display:block;}
.color2 {color:#58a7c6;}
.text2 {color:#242424; font-size:1.167em;}
.text3 {line-height:1.167em;}
.phone {float:right; margin-right:68px;}

/* ============================= footer ====================== */

#footer .menu {padding:0; width:100%; overflow:hidden;}
#footer .menu ul {margin-left:-19px; padding:1px 0 2px 0;}
#footer a {font-weight:bold; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
.menu li {display:inline; border-left:1px solid #c9d1d4; padding:0 18px 0 18px; background:none; line-height:1em;}
#footer .menu li a {font-weight:normal; color:#9da2a4;}

/* ============================= forms ============================= */


#ContactForm .rowi {height:44px;}
#ContactForm .link {margin-right:15px;}

.input {width:206px; height:15px; border:1px solid #7d7d7d; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:206px; height:115px; border:1px solid #7d7d7d; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em; margin-bottom:15px;}
