/* CSS Document */

* {	margin:0; padding:0; font-size:100%;}

body{background:url(images/main-bg.gif) top center no-repeat #d9d9d9; 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{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.333em;
	color:#EBEBEB;
}
input, select { vertical-align:middle; font-weight:normal;}

a {color:#515151;}
a:hover{text-decoration:none;}
p {padding-top:16px;}
h5{ font-size:2.583em; font-weight:normal; line-height:1em; font-family:Tahoma, Geneva, sans-serif; color:#c4c4c4; padding:18px 0 18px 0;}
strong{ color:#515151;}

/* ============================= main layout ====================== */
.imgindent {margin:0 20px 0 0; float:left;}
.imgindent2 {margin:0 10px 0 20px; float:right;}
.phone{ float:right; padding-right:40px;}
.margin1{ margin-top:11px !important;}
.padding1{
	padding-top:0px;
}
.padding2{ padding-top:13px;}
.padding3{ padding-top:27px;}
.padding4{ padding-top:35px;}

/* ============================= content ====================== */
#content{
	width: auto;
	margin-top: 45px;
	margin-right: 10px;
	margin-bottom: 58px;
	margin-left: 15px;
}
.left-top{ background:url(images/content-corner-left-top.gif) left top no-repeat #eeeeee; width:100%;}
.right-top{ background:url(images/content-corner-right-top.gif) right top no-repeat;}
.left-bot{ background:url(images/content-corner-left-bot.gif) left bottom no-repeat;}
.right-bot{ background:url(images/content-corner-right-bot.gif) right bottom no-repeat; padding:11px 11px 11px 12px;}

.column-2, .column-3{ margin-left:3px;}
.logo{
	padding-top:28px;
	border-bottom:solid 1px #eeeeee;
	margin:0 24px 10px;
	position:relative;
}
.menu{
	padding-top:0px;
	position:relative;
	background-color: #eeeeee;
}
.menu li{ padding-bottom:30px;}

.box{
	width:100%;
	position:relative;
}
.box .left-border{ background:url(images/box-left-tail.gif) left repeat-y;}
.box .right-border{ background:url(images/box-right-tail.gif) right repeat-y; width:100%;}
.box .bot-border{ background:url(images/box-bot-tail.gif) bottom repeat-x;}
.box .left-top{ background:url(images/box-corner-left-top.gif) left top no-repeat;}
.box .right-top{ background:url(images/box-corner-right-top.gif) right top no-repeat;}
.box .left-bot{ background:url(images/box-corner-left-bot.gif) left bottom no-repeat;}
.box .right-bot{
	padding:0;
}
.column-2 .box{ background:url(images/column2-top-tail.gif) top repeat-x #ffffff; width:100%;}
.column-2 .box .left-top{ background:url(images/column2-corner-left-top.gif) left top no-repeat;}
.column-2 .box .right-top{ background:url(images/column2-corner-right-top.gif) right top no-repeat;}
.column-3 .box{ background:url(images/column3-top-tail.gif) top repeat-x #ffffff; width:100%;}
.column-3 .box .left-top{ background:url(images/column3-corner-left-top.gif) left top no-repeat;}
.column-3 .box .right-top{ background:url(images/column3-corner-right-top.gif) right top no-repeat;}
.box .indent{
	padding:41px 15px 20px 31px;
	position:relative;
}
.indent1{
	padding:0 0 0 7px;
	position:relative;
}

.box2{
	border:solid 2px #eeeeee;
	padding:0px 0px 19px 0px;
	margin:0 -2px 0 0;
	color:#515151;
}
.box2 .imgindent {margin:0 32px 0 0; float:left;}
.box2 .imgindent2 {margin:0 0 0 20px; float:right;}
.box2 .link1{ color:#6ab1d5; display:inline-block; margin-top:15px;}
.title{
	padding-bottom:0px;
}
.unline{
	border-bottom:0;
	padding-bottom:0px;
	margin-bottom:0px;
}

.link{ font-weight:bold; background:url(images/link-bg.gif) no-repeat 0 7px; padding-left:12px; display:inline-block; margin-top:22px;}
.link2{ display:inline-block; font-weight:bold; margin-bottom:8px;}

.list li{ line-height:1.667em; background:url(images/list-marker.gif) no-repeat 0 10px; padding-left:15px;}
.text{ line-height:1.167em;}

/* ============================= page1 ====================== */
#page1 #content{ margin:45px 342px 58px 316px;}
#page1 .box .indent{
	padding:20px 20px 0 20px;
}
#page1 .logo{
	border:none;
	padding:0;
	margin:20px 0 0 -6px;
}
#page1 .enter{ display:inline-block; margin:46px 0 44px 46px;}
#page1 #footer{
	margin:0 0 0 0;
	padding-right:0px;
}

/* ============================= footer ====================== */
#footer{ margin:24px 24px 0px 24px; text-align:center; border-top:solid 1px #eeeeee; color:#adb0b6; padding:29px 12px 0 0; position:relative;}
#footer a{ color:#adb0b6;}

/* ============================= forms ============================= */
#ContactForm{ padding-top:7px;}
#ContactForm label{ display:block; height:27px;}
#ContactForm input{ border:solid 1px #b4b4b4; background:none; font-family:Arial, Helvetica, sans-serif; font-size:0.917em; color:#8c8c8c; padding:2px 2px 2px 3px; width:202px;}
#ContactForm textarea{ border:solid 1px #b4b4b4; background:none; font-family:Arial, Helvetica, sans-serif; font-size:0.917em; color:#8c8c8c; padding:1px 2px 1px 3px; width:202px; height:65px; overflow:auto;}
#ContactForm .link{ float:right; margin:15px 20px 0 0;}

