/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#625f5b;
	text-align:center;
}

object {outline:none; vertical-align:top;}

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.5em;
		color:#4f4b49;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#57ace3; outline:none;}
a:hover{text-decoration:none;}
p {padding-top:18px;}

/* ============================= main layout ====================== */

li { background:url(images/marker.gif) no-repeat 0 12px; padding-left:12px; line-height:1.92em; font-size:1.083em;}
li a {color:#57ace3;}

.imgindent {margin:0 25px 0 0; float:left;}

.extra {background:#f3f2f0;}
h2 {font-size:1.33em; line-height:1.2em; color:#2a2828; text-transform:uppercase;  letter-spacing:-1px; margin-bottom:9px;}
/* ============================= header ====================== */
.flash {position:relative; margin-left:2px;}
.flash1 {margin:-140px 0 0 2px;}

.extra-header {background:url(images/header-img.jpg) center 61px no-repeat;  border-bottom:1px solid #fff;}
#page1 .extra-header {background:none;}
.logo {margin:-38px 0 38px 59px; position:relative;}


/* ============================= content ====================== */
.indent {padding:13px 0 14px 0;}

.col-pad {padding-right:1px;}
.col-pad1 {padding-right:2px;}

.pad {padding-top:13px;}
.pad1 {padding-top:10px;}
.pad2 {padding-top:28px;}
.pad3 {padding-top:7px;}

.margin {margin-bottom:18px;}

.padding1 {padding-top:23px;}

.list-pad {padding-top:9px;}

.box {background:#fff; }
.box .indent {padding:22px 24px 32px 28px;}
.box .indent1 {padding:42px 24px 32px 28px;}
.box .padding {padding-bottom:31px;}
.box .padding2 {padding-bottom:44px;}
.box .bottom-tail {background:url(images/box-bottom-tail.gif) left bottom repeat-x;}
.box .top-tail {background:url(images/box-top-tail.gif) left top repeat-x;}
.box .left-tail {background:url(images/box-left-tail.gif) top left repeat-y;}
.box .right-tail {background:url(images/box-right-tail.gif) top right repeat-y;}
.box .bottom-right {background:url(images/box-corner-bottom-right.gif) bottom right no-repeat;}
.box .bottom-left {background:url(images/box-corner-bottom-left.gif) bottom left no-repeat;}
.box .top-right {background:url(images/box-corner-top-right.gif) top right no-repeat;}
.box .top-left {background:url(images/box-corner-top-left.gif) top left no-repeat; width:100%;}

.link {display:inline-block; background:url(images/marker.gif) left 9px no-repeat; padding-left:10px; margin-top:8px; color:#ed4949; font-size:1.083em; line-height:1.7em;}
.link1 {font-size:1.083em; display:block; margin-bottom:16px;}

.date {color:#57ace3; display:inline-block; background:url(images/marker.gif) left 7px no-repeat; padding-left:16px; font-size:1.083em; margin-top:1px; line-height:1.3em;}
.date-marg {margin-top:2px;}

.phone {display:inline-block; width:140px;}
.mail {display:inline-block; width:94px;}

/* ============================= footer ====================== */
#footer {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; font-size:1.083em; padding:37px 0 0 22px;}
#footer a {color:#c1baac; font-weight:bold;}


/* ============================= forms ============================= */
.alignright {text-align:right;}

#ContactForm {padding-top:6px;}
#ContactForm .link {margin:27px 6px 0 20px;}
#ContactForm label {height:44px; display:block;}
.input {width:256px; height:14px;  background:#fff; padding:0 0 0 5px; font-size:1em; line-height:1.1em; }
textarea {width:256px; height:313px;  background:#fff; padding:0 0 0 5px; overflow:auto; font-size:1em; }

