/* CSS Document */

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

body{
	background:#FFFFFF;
	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.167em;
		color:#446177;
	}

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

a {color:#2692d1;}
a:hover{text-decoration:none;}
p {padding-top:15px;}
strong {color:#0C4D7E;}

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

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

.link {font-weight:bold; display:inline-block; margin-top:20px;}

h2 { font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; color:#094B7B; line-height:1.2em; margin-bottom:20px; padding:2px 0 0 0 ;}
.box2 h2 {color:#ffffff; background:url(images/title-bg2.gif) no-repeat 0 4px; border-bottom:1px solid #2ea8da; margin-bottom:16px;}

h3 {color:#0C4D7E; margin-bottom:14px;}

.imgindent {margin:0 14px 0 0; float:left;}

.button {background:#164f70 url(images/button-right-bg.gif) top right no-repeat; display:inline-block; color:#ffffff; text-decoration:none; line-height:1em; vertical-align:top; margin-left:3px;}
.button span {background:url(images/button-left-bg.gif) top left no-repeat; display:inline-block; padding:6px 15px 7px 18px;}

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

.menu {width:980px; height:69px; margin:0 -52px 0 -52px;}

.logo-row {padding:28px 0 15px 0; color:#c1cfd8; font-size:0.917em; line-height:1.182em;}
.header-phone {float:right; width:145px; text-align:left; padding:16px 0 0 0;}
.header-phone span {color:#2691d0; display:block;}

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

.col-pad {padding-right:20px;}
.col-pad2 {padding-right:30px;}
.col-pad3 {padding-right:17px;}

.box {background:#f2f8fb 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;}
.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:31px 15px 33px 20px;}

.box2 {background:#0C4D7E url(images/box2-tail-bottom.gif) bottom repeat-x; color:#ffffff;}
.box2 .corner-bottom-right {background:url(images/box2-corner-bottom-right.gif) bottom right no-repeat;}
.box2 .corner-bottom-left {background:url(images/box2-corner-bottom-left.gif) bottom left no-repeat;}
.box2 .corner-top-right {background:url(images/box2-corner-top-right.gif) top right no-repeat;}
.box2 .corner-top-left {background:url(images/box2-corner-top-left.gif) top left no-repeat; width:100%;}
.box2 .indent {padding:31px 20px 22px 20px;}

.margin1 {margin-top:31px;}
.margin2 {margin-top:14px;}
.margin3 {margin-top:50px;}
.margin4 {margin-top:4px;}
.margin5 {margin-top:10px;}

.phone {width:68px; display:inline-block;}

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



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

#NewsForm .input {width:193px; height:21px;}
#NewsForm .link {color:#9bdaff; text-transform:uppercase; font-weight:normal; margin-top:7px;}

#ContactForm .rowi {height:47px;}
#ContactForm .button {float:right; margin:15px 0 0 10px;}

.input {width:257px; height:21px; border:1px solid #367397; background:#ffffff; padding:0 0 0 5px; font-size:1em;}
textarea {width:257px; height:161px; border:1px solid #367397; background:#ffffff; padding:0 0 0 5px; overflow:auto; font-size:1em;}
