/* CSS Document */

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

body{
	background:#FFFFFF url(images/body-tail.jpg) top repeat-x;
	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:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.625em;
		line-height:1.4em;
		color:#497185;
		text-transform:uppercase;
	}

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

a {color:#497185;}
a:hover{text-decoration:none;}
p {padding-top:15px;}

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

#main { width:980px; margin:0 auto; text-align:left; background:url(images/header-bg.jpg) top right no-repeat; position:relative;}

.col-1, .col-2, .col-3 {float:left;}
.container {width:100%; overflow:hidden;}

.col-1 {width:311px;}
.col-2 {width:240px;}
.header-tail2 {background:url(images/header-tail2.jpg) top repeat-x; width:50%; position:absolute; height:750px; right:0;}

li { background:url(images/list-bg.gif) no-repeat 0 7px; padding-left:11px; line-height:1.8em;}

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

.link {background:url(images/link-bg.gif) top right no-repeat; padding-right:12px; display:inline-block; margin-top:14px;}

cite {font-style:normal;}

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

#header {height:471px;}
/* #header {height:357px; padding:0px 0px 100px 0px;}*/
.logo {margin:0 0 165px -92px;}

.menu {width:100%; overflow:hidden;}
.menu ul {margin-left:-14px;}
.menu li {border-left:1px solid #ffffff; padding:0 10px 0 13px;  line-height:1em; display:inline; background:none;}
.menu li a {text-decoration:none;}
.menu li a:hover {background:#ffffff;}
.menu .active a {background:#ffffff;}

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

#content {padding:0 182px 48px 182px;}
.box {background:url(images/box-bg.png); border:1px solid #bccbd5; position:relative; color:#9bb0bb}
.box .indent {padding:26px 54px 25px 46px;}
.extra {position:absolute; bottom:0; right:0;}
.line {border-left:1px solid #fff; height:140px; padding-left:12px;}
.line1 {border-left:1px solid #fff; height:180px; padding-left:12px;}
.line2 {border-left:1px solid #fff; height:500px; padding-left:12px;}
.padding1 {padding-top:48px;}
.padding2 {padding-top:20px;}
.margin1 {margin-top:42px;}
.margin2 {margin-top:32px;}

.description {background:url(images/comment-tail-bg.gif) bottom repeat-x; width:100%;}
.description .right-bg {background:url(images/comment-right-bg.gif) bottom right no-repeat;}
.description .left-bg {background:url(images/comment-left-bg.gif) bottom left no-repeat; width:100%;}
.description .indent { padding:15px 20px 17px 15px;}
.description .link {float:right;}
.text2 {color:#bfbbbb;}
.phone {float:right; padding-right:90px;}

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

#footer { height:142px; margin:0 182px; border-top:1px solid #cfd9e0; line-height:3em;}
#footer a {color:#98bed1; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

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

#ContactForm {padding:10px 0 0 0;}
#ContactForm .rowi {height:25px;}
#ContactForm .col-1 {width:323px !important;}
#ContactForm .col-2 {width:283px !important;}
#ContactForm .link {float:right; margin-left:30px;}

.input {width:301px; height:18px; border:1px solid #a4a4a4; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:276px; height:93px; border:1px solid #a4a4a4; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}
#text_title {color:#666666;}


