/* CSS Document */

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

body{
	background:url(images/bg-tail.jpg) top repeat-x;
	text-align:center;
}

html, input, textarea
	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:0.6875em;
	line-height:1.545em;
	color:#333;
	}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}
.aligncenter { text-align:center;}
.alignleft { text-align:left;}
.alignright { text-align:right;}

input, select { vertical-align:middle; font-weight:normal;}
a {
	color:#999;
	outline:none;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
p {padding-top:14px;}
a img { border:0;}
ul { list-style:none;}
img {vertical-align:top;}

h3 { font-size:1.818em; color:#242424; line-height:1.2em; text-transform:uppercase;}

.link1 { font-size:0.909em; font-weight:bold; color:#149ED1; text-transform:uppercase; text-decoration:none; background: url(images/marker2.gif) right 3px no-repeat; padding-right:16px;}
.link1:hover { text-decoration:underline;}
.link2 { color:#149ED1;}

.title1 { font-size:3.273em; line-height:1.2em; text-transform:uppercase;}
.title2 { font-size:1.273em; line-height:1.2em; text-transform:uppercase;}

.text1 {font-weight:bold; color:#149ED1;}

/* ============================= main layout ====================== */
.bg-top { background:url(images/header-bg1.jpg) top center no-repeat;}

.imgdent { float:left; margin-right:20px;}

.space1 { margin-right:24px;}
.spase2 { margin-top:20px;}
.spase3 { margin-top:30px;}
.spase4 { margin-top:10px;}

.indent2 { padding-top:20px;}

/* ============================= header ====================== */
#header .row-1 { height:26px; padding:7px 27px 0 0; font-size:0.909em; color:#FFFFFF; text-transform:uppercase;}
#header .row-1 span { color:#757575;}
#header .row-1 a { color:#FFF; text-decoration:none;}
#header .row-1 a:hover { color:#757575; }
#header .row-2 {
	height:111px;
}
.search { display:inline-block; float:right; margin-top:43px; width:195px; height:27px; background:url(images/search-bg.jpg) top no-repeat; }
#header .row-3 { height:53px;}
.menu1 li { float:left; margin-right:1px;}
.menu1 li a { display:inline-block; width:118px; height:29px; padding:24px 0 0 0; background:url(images/bg-menu.gif) bottom no-repeat; text-align:center; text-transform:uppercase; font-size:1.09em; color:#FFF; font-weight:bold; text-transform:uppercase; text-decoration:none; line-height:1em; cursor:pointer}
.menu1 li .last { width:117px; }
.menu1 li a:hover, .menu1 .active a { background:url(images/bg-menu-act.gif) bottom no-repeat; color:#2B2B2B; }
#header .row-4 { padding-top:43px;}
#header .row-4 .col-1 { width:234px;}
#header .row-4 .col-2 { width:598px;}
.menu2 li {text-transform:uppercase; font-weight:bold; line-height:1em; font-size:1.091em; display:inline;}
.menu2 li a {display:block; padding:14px 0 21px 15px; color:#4E4E4E; text-decoration:none; background:url(images/bg-menu2.gif) left top no-repeat; cursor:pointer; }
.menu2 li a:hover {background:url(images/bg-menu2-act.gif) bottom no-repeat; color:#2B2B2B;}
/* ============================= content ====================== */
#content { padding:30px 0 55px; }
.column-1 { width:222px; }
.column-2 {
	width:600px;
}
.divider { border-top:1px solid #BCBCBC;}
.divider-bot { border-bottom:1px solid #BCBCBC; padding-bottom:8px;}
.phone { float:left; width:70px; }

.list1 { margin-top:10px;}
.list1 li { background:url(images/marker1.gif) 0 6px no-repeat; padding-left:10px; margin-bottom:15px;}
.list1 li a { color:#4E4E4E; text-decoration:none;}
.list1 li a:hover { color:#149ED1; text-decoration:underline;}
.column-1 .list2 li { background:url(images/marker1.gif) 0 7px no-repeat; padding-left:10px; }
.column-1 .list2 li a { line-height:1.818em;}

.list2 { margin-top:10px;}
.list2 li { background:url(images/marker1.gif) 0 7px no-repeat; padding-left:10px; }
.list2 li a { color:#4E4E4E; text-decoration: underline}
.list2 li a:hover { color:#149ED1; text-decoration: none}

/* ============================= footer ====================== */
#footer .foorer-main { width:832px; margin:0 auto; text-align:left; padding-top:25px;}
#footer a { color:#A7A7A7;}
/* ============================= forms ============================= */
#SearchForm .input {width:151px; height:18px; border: none; background:#FFFFFF; color:#2B2B2B; font-size:1.2em; line-height:1em; margin:0 0 0 10px; padding:5px 0 0 0;}
#SearchForm .button { width:18px; height:18px; border:0px; background: none; vertical-align:middle; cursor:pointer; outline:none; margin:3px 0 0 10px; padding:0; }

#ContactForm {line-height:1.3em;}
label { height:42px; display:block;} 
#ContactForm input {width:244px; height:17px; border:1px solid #A3A3A3; padding:2px 0 0 5px; font-size:1em; line-height:1em;}
#ContactForm textarea {width:278px; height:102px; border:1px solid #A3A3A3; background:#FFFFFF; padding:2px 0 0 5px; overflow:auto; font-size:1em; line-height:1em;}
