/* CSS Document */

* {
	padding:0;
	font-size:100%;
	margin: 0;
}

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:Tahoma, Geneva, sans-serif;
	font-size:0.688em;
	line-height:1.273em;
	color:#000000;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#717171;}
a:hover{text-decoration:underline;}
p {padding-top:15px;}
strong {
	color:#6D6D6D;
}



/* ============================= main layout ====================== */

.link {
	color:#DD730F;
	font-size:1.273em;
	line-height:1em;
	margin-top:20px;
	display:inline-block;
	text-decoration: none;
}

ul {
	position:relative;
	visibility: visible;
}
li {
	background:url(../images/bullet_orange.png) no-repeat 0 9px;
	padding-left:10px;
	line-height:1.909em;
}

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:26px;}

/* ============================= header ====================== */

#header {font-family:Arial, Helvetica, sans-serif;}

#header .row1 {
	border-bottom:1px solid #f3f3f3;
	font-size:0.909em;
	color:#bbbbbb;
}
#header .row1 span {float:right;}
#header .row1 a {color:#bbbbbb; text-decoration:none;}
#header .row1 a:hover {text-decoration:underline;}
#header .rss {background:url(../images/rss.jpg) top right no-repeat; padding:0 25px 3px 0; display:inline-block; vertical-align:middle;}

#header .row2 {padding:27px 0 13px 0;}

#header .menu {float:right;}
#header .menu li {display:inline; font-weight:bold; font-size:1.182em; background:none; padding-left:28px;}
#header .menu li a { color:#202521; text-decoration:none;}
#header .menu li a:hover { color:#466b6f;}
#header .menu .active a {color:#466b6f;}
.popup1Position    {
	margin-left: -1px;
	margin-top: -15px;
}

h1 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.636em;
	line-height:1.2em;
	color: #222222;
}
h5 {
	font-weight:bold;
	color: #333333;
	margin-top: 4px;
}
h1 span {display:block; color:#bbbbbb; text-transform:none; font-size:0.556em;}
h1 a {color:#202521; text-decoration:none;}
h1 em {
	color:#808080;
	font-style:normal;
}

.slogan {

}
.sloganstatic {

}

.button {background:#466b6f url(../images/button-right-bg.gif) top right no-repeat; display:block; float:left; color:#fff; text-decoration:none; font-size:1.273em; line-height:1em; margin-top:19px;}
.button span {background:url(../images/button-left-bg.gif) top left no-repeat; display:block; padding:9px 21px 10px 19px;}
.button:hover {background:#40adb9 url(../images/button-right-bg-hover.gif) top right no-repeat;}
.button:hover span {background:url(../images/button-left-bg-hover.gif) top left no-repeat;}

/* ============================= content ====================== */

#content {padding:90px 0 21px 0;}
.col-pad1 {padding-right:42px;}
.margin1 {margin-top:25px;}
.margin2 {margin-top:18px;}
.padding1 {padding-top:30px;}
.padding2 {padding-top:16px;}
.padding3 {
	padding-right: 24px;
}
.padding4 {
	padding-left: 24px;
}
.padding5 {
	padding-top:30px;
	padding-right: 23px;
}
.padding6 {
	padding-top:30px;
	padding-left: 23px;
}
.padding7 {
	padding-left: 23px;
}

.phone {float:right; margin-right:40px;}

/* ============================= footer ====================== */

#footer {padding:15px 0 0 0; font-family:Arial, Helvetica, sans-serif;}
#footer h1 {float:right;}
#footer a {text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer h1 a:hover {text-decoration:none;}

/* ============================= forms ============================= */


#ContactForm .rowi {height:40px;}
#ContactForm .link {float:right; margin:22px 0 0 20px;}

.input {width:206px; height:15px; border:1px solid #7d7d7d; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:206px; height:132px; border:1px solid #7d7d7d; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}

