/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

html {background:url(images/body-bg.gif) top center;}

body{
	background:url(images/top-tail.jpg) top center repeat-x;
	text-align:center;
	padding-top:24px;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}
.clearR {clear:right;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.333em;
		color:#63666b;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#ff6600;}
a:hover{text-decoration:none;}
p {padding-top:8px;}

/* ============================= main layout ====================== */

.link {font-weight:bold; background:url(images/list-bg.gif) no-repeat 0 7px; padding-left:13px; display:inline-block; margin-top:22px;}

li { background:url(images/list-bg.gif) no-repeat 0 9px; padding-left:14px; line-height:1.667em;}
li a {font-weight:bold;}

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin:-20px 0 -10px 0; position:relative;}

/* ============================= header ====================== */
#header img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}
#header img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
.mwbe {float:right; padding:0px 13px 0 0; color:#333333; font-weight:bold;}
.menu {float:right; padding:20px 13px 0 0;}
.menu li {display:inline; background:url(images/menu-divider.gif) no-repeat 0 1px; padding:0 20px 0 20px;}
.menu li a {font-size:14px; font-weight:800; text-decoration:none; color:#333333; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1}
.menu li a:hover {font-size:12px; text-decoration:overline; font-weight:bold; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5}
.menu .first {padding:0 27px 0 30px; text-decoration:overline;}
.slogan {padding:64px 0 20px 61px; color:#333333; font-weight:600;}
.slogan img {margin-bottom:3px;}
.slogan .link {color:#fecb4d; background:none; padding:0; margin-top:16px;}

/* ============================= content ====================== */

.col-pad1 {padding-right:60px;}

.box {background:#FFFFFF url(images/box-tail-bottom.gif) bottom repeat-x;}
.box .tail-top {background:url(images/box-tail-top.gif) top repeat-x;}
.box .corner-bottom-right {background: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:30px 25px 20px 21px;}

.minheight {min-height:260px; height:auto;}
* html .minheight {height:260px;}
.text2 {color:#98a0ac; text-decoration:underline;}
.text3 {color:#ff6600; font-size:14px; font-weight:bold;}
.text4 {color:#ff6600; font-size:18px; font-weight:bold;}
.text3 span {color:#98a0ac;}
.relative {position:relative;}
.padding1 {padding-left:10px;}
.padding2 {padding-left:64px;}
.indent2 {padding:23px 0 0 33px;}
.margin1 {margin-top:5px;}
.links a {color:#98a0ac; display:inline-block; padding:20px 0 0 17px;}
.phone {float:right; margin-right:75px;}

/* ============================= footer ====================== */

#footer .right-bg {background:url(images/footer-right-bg.gif) top right no-repeat;}
#footer .left-bg {background:url(images/footer-left-bg.gif) top left no-repeat; padding:0 20px;}
#footer .indent {background:url(images/footer-tail.gif) top repeat-x; padding:18px 0 0 13px; color:#4b4d50; height:35px;}
#footer a {color:#54575b;}

/* ============================= forms ============================= */

#ContactForm {padding:15px 0 0 0;}
#ContactForm .rowi {height:25px;}
#ContactForm .link {float:right; margin-left:20px;}

.input {width:211px; height:18px; border:1px solid #63666b; background:none; padding:0 0 0 5px; font-size:0.917em; color:#333333;}
textarea {width:216px; height:68px; border:1px solid #63666b; background:none; padding:0 0 0 5px; overflow:auto; font-size:0.917em; color:#333333;}

