/* CSS Document */

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

body{
	background:url(images/body-bg.gif);
	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:#3f4d5b;
	}

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

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

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

li { padding-left:16px; font-size:1.083em;}
li a {color:#7C7EAB;}

.imgindent {margin:0 30px 0 0; float:left;}
.imgindent2 {margin:0 20px 0 0; float:left;}

.link {font-size:1.25em; color:#7C7EAB; display:inline-block; margin-top:20px;}
.box .link {color:#7C7EAB;}

.link2 {background:url(images/list-bg.gif) no-repeat 0 5px; color:#7C7EAB; font-size:1.083em; padding-left:16px;}
h3 {font-size:1.25em; line-height:1.2em; color:#5C6078; text-decoration:underline; font-weight:normal; margin-bottom:15px;}
h3 span {text-decoration:none;}
.box h3 {color:#4399b1;}

.list {padding:5px 25px 0 0;}
.list li {background:none; border-bottom:1px solid #e5e5e5; font-size:1em; text-transform:uppercase; line-height:1em; padding:12px 0 12px 0;}
.list li a {color:#7C7EAB; text-decoration:none;}
.list li span {font-size:0.917em; text-transform:none; display:block; color:#b3b3b3;}
.list li a:hover {color:#000;}

.title {margin-bottom:15px;}
.title2 {margin-bottom:9px;}

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

#header {color:#fff; padding:35px 5px 0 5px;}
#header span {float:right;}
#header .active {color:#94dbf0; text-decoration:none;}
#header a {color:#fff; font-size:0.833em; text-transform:uppercase;}
#header a:hover {color:#94dbf0; text-decoration:none;}

.menu {background:url(images/menu-bg.jpg) top repeat-x; padding:5px 10px 18px 21px; list-style:none;}
.menu ul {float:right; padding:55px 0 0 0; list-style:none;}
.menu li {float:left; padding:4px; font-size:1em; list-style:none; letter-spacing:0px; margin-left:5px;}
.menu li a {display:block; text-decoration:none; color:#7C7EAB; list-style:none;}
.menu li a:hover {color:#5C6078; list-style:none;}

.menu .first {background:none;}

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

.col-pad {padding-right:50px;}
.main-box {background:#fff; width:100%;}
.content {padding:7px 7px 60px 28px;}
.video {width:332px; float:right; clear:right;}
.video-content {width:300px; float:left;}

.box {background:#f3f2ec; padding:29px 10px 26px 19px;}

.text2 {color:#4399b1; font-size:0.917em; line-height:1.636em;}

.indent1 {padding:40px 25px 0 0;}
.indent2 {padding:30px 25px 0 0;}
.margin0 {margin:0 !important;}
.margin1 {margin-top:15px;}
.padding1 {padding-bottom:26px;}
.padding2 {padding-bottom:16px;}
.padding3 {padding-top:24px;}

table { border:1px dotted #c4c8cc; border-collapse:collapse;}
table td {border:1px dotted #c4c8cc;}
table .row1 td {text-align:center; line-height:2em;}
table div {padding:20px 5px 18px 15px;}
.table2 div {padding:18px 5px 17px 13px;}
.table2 span {color:#5C6078;}
.table2 .text {font-size:0.917em;}
.phone {float:right; margin-right:225px;}

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

#footer {text-transform:uppercase; color:#f1f5f7; font-size:0.833em; text-align:center; padding-top:24px; margin-bottom:24px;}
#footer a {color:#f1f5f7; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

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

#ContactForm {padding:20px 0 0 0;}
#ContactForm .col-1 {width:360px !important;}
#ContactForm .col-2 {width:295px !important;}
#ContactForm .rowi {height:42px;}
#ContactForm .link2 {float:right; margin-left:20px;}

#LoginForm {padding:20px 0 25px 0;}
#LoginForm a {text-transform:uppercase; font-weight:bold; font-size:0.917em;}
#LoginForm .input {width:178px; height:18px; border:1px solid #dbdbdb; background:none; padding:0 0 0 5px; font-size:1em;}

.input {width:282px; height:18px; border:1px solid #d7d7d7; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:287px; height:103px; border:1px solid #d7d7d7; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em; margin-bottom:15px;}

