* {
	margin:0;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#333;
}

input, textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}

p { margin:0; padding:0;}

.tail-top { background:url(images/tail-top.gif) left top repeat-x #ffbb00;}
.tail-bottom { background:url(images/tail-bottom.gif) left bottom repeat-x;}


/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {
	border:0;
	vertical-align:top;
	text-align:left;
}
textarea { width:225px; height:109px; overflow:auto; background:#fff;  border-top:1px solid #414143; border-left:1px solid #414143; border-bottom:1px solid #cad2d5;  border-right:1px solid #cad2d5; padding:2px 0 0 3px; float:left; margin-bottom:11px;}


/*==================list====================*/
ul { list-style:none;}

.list1 {
	background:url(images/list1-tail.gif) repeat-x top #bcef0d;
	position:relative;
	z-index:2;
	background-color: #FF0000;
}
.list1 li { background:url(images/marker-1.gif) no-repeat 9px 7px; font-size:.92em;}
.list1 li a {
	color:#FFF;
	display:block;
	width:97px;
	background:url(images/list1-button.gif) no-repeat left top;
	text-decoration:none;
	padding:2px 0 6px 19px
}
.list1 li a:hover {
	color:#FFF;
}

.list2 { margin-top:-13px;}
.list2 li { width:100%; overflow:hidden; vertical-align:bottom; border-bottom:1px solid #c3c3c3; font-size:.75em; line-height:1.22em; margin-top:13px;}
.list2 li span { display:block; float:left;}
.list2 li span.c1 { background:url(images/marker-2.gif) no-repeat left top; width:22px;}
.list2 li span.c1 em { display:block; font-style:normal; background:url(images/divider2.gif) no-repeat right bottom; height:31px;}
.list2 li span.c2 { width:63px; background:url(images/divider2.gif) no-repeat right bottom; height:31px; padding-left:7px;}
.list2 li span.c2 em { display:block;} 
.list2 li span.c2 em img { margin-right:2px;}
.list2 li span.c2 b { padding-left:17px; background:url(images/marker-4.gif) no-repeat left 2px;}
.list2 li span.c3 { width:127px; padding-left:8px;}
.list2 li span.c3 a, .list2 li span.c4 a { color:#d56807; text-decoration:none; text-transform:uppercase;}
.list2 li span.c3 a:hover, .list2 li span.c4 a:hover { text-decoration:underline;}
.list2 li span.c4 { width:172px; padding-left:8px;}
.list2 li p { margin:0 0 5px 0;}
.list2 li p span { color:#d56807; text-transform:uppercase; display:block; float:none;}
.list2 li p span.phone {color:#5d5d5d; text-transform:none; margin-right:80px; float:right; display:inline;}

.list3 { margin-top:-4px;}
.list3 li {
	padding-top:4px;
	text-align: left;
}
.list3 li a {
	color:#F60;
}



/*==================other====================*/
.img-box img {
	margin-bottom:25px;
	display:block;
}

.img-box1 {
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
	color: #CCC;
}
.img-box1 img {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
.img-box1 p { color:#76a203;}
.img-box1 p a { color:#76a203;}
.img-box1 p a.link { color:#d74977; font-size:.83em;}
.img-box1 p.txt1 { color:#5d5d5d;}
.img-box1 p.txt1 a { color:#5d5d5d;}

.p1 {
	margin-bottom:1px;
}
.p2 { margin-bottom:8px;}

.phone { float:right; margin-right:156px;}


/*==================txt, links, lines, titles====================*/
a {color:#5d5d5d;}
a:hover{
	text-decoration:none;
	color: #F60;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.txt1 { }
.txt2 { }

.link {
	color:#F30;
	font-size:0.83em;
	text-transform:uppercase;
}

.link1 { display:block; float:left; background:url(images/link1-bgd.gif) left top repeat-x; color:#fff; text-decoration:none;}
.link1 em { display:block; background:url(images/link1-left.gif) no-repeat left top;}
.link1 b { display:block; background:url(images/link1-right.gif) no-repeat right top; padding:2px 15px 2px 15px; font-weight:normal; font-style:normal;}
.link1:hover { text-decoration:underline;}

.line-hor { border-bottom:1px solid #000; margin:20px 0; overflow:hidden; font-size:0; line-height:0;}

.title { margin-bottom:20px; line-height:0; font-size:0;}


/*==================boxes====================*/
.cont-box {
	width:100%;
}
.cont-box .left-top-corner { background:url(images/left-top-corner.jpg) no-repeat left top;}
.cont-box .right-top-corner {
	background-repeat: no-repeat;
	background-position: right top;
}
.cont-box .right-bot-corner { background:url(images/right-bot-corner.gif) no-repeat right bottom;}
.cont-box .left-bot-corner {
	background-repeat: no-repeat;
	background-position: left 395px;
	background-image: url(images/left-bot-corner.gif);
}
.cont-box .border-left { background:url(images/border-left.gif) repeat-y left;}
.cont-box .border-right {
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(images/border-right.gif);
}
.cont-box .border-top {
	background-repeat: no-repeat;
	background-position: top;
	background-color: #333;
}
.cont-box .inner { padding:1px 84px 0 129px;}

.form-box { width:206px; height:82px; background:url(images/form-box.jpg) no-repeat left top; position:absolute; left:86px; top:0;}
.form-box .inner { padding:15px 0 0 34px;}
.form-box .button { position:absolute; top:11px; right:0;}

.box {
	width:100%;
	background-color: #600;
}
.box .border-top {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/border-top.gif);
}
.box .border-bot {background:url(images/border-bot.gif) repeat-x bottom;}
.box .border-left {background:url(images/border-left1.gif) repeat-y left;}
.box .border-left1 {background:url(images/border-left5.gif) repeat-y left;}
.box .border-right {
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(images/border-right.gif);
}
.box .left-top-corner {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/left-top-corner1.jpg);
}
.box .left-top-corner1 {background:url(images/left-top-corner6.gif) no-repeat left top;}
.box .right-top-corner {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/right-top-corner.gif);
}
.box .left-bot-corner {background:url(images/left-bot-corner1.gif) no-repeat left bottom;}
.box .right-bot-corner {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/right-bot-corner.gif);
}
.box .inner {
	padding:25px 10px 5px 189px;
}
.box .inner1 {
	padding:25px 10px 35px 189px;
	background-color: #333;
}
.box .inner2 { padding:25px 30px 35px 22px;}
.box h3 {
	color:#F00;
	font-weight:normal;
	font-size:1.17em;
	margin-bottom:25px;
	text-align: center;
}
.box .title { margin:0 0 8px 0;}

.box1 {
	width:100%;
	background-color: #333;
}
.box1 .border-top {background:url(images/border-top1.gif) repeat-x top;}
.box1 .border-bot {background:url(images/border-bot.gif) repeat-x bottom;}
.box1 .border-left {background:url(images/border-left2.gif) repeat-y left;}
.box1 .left-top-corner {background:url(images/left-top-corner2.gif) no-repeat left top;}
.box1 .right-top-corner {
	background-repeat: no-repeat;
	background-position: right top;
}
.box1 .left-bot-corner {
	min-height:217px;
	height:auto!important;
	height:217px;
	position:relative;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/left-bot-corner3.gif);
}
.box1 .right-bot-corner {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/right-bot-corner1.gif);
}
.box1 .inner { padding:26px 0 42px 189px;}
.box1 h3 {
	color:#F60;
	font-weight:normal;
	font-size:1.17em;
	margin-bottom:18px;
}
.box1 .title { margin:0 0 8px 0;}
.box1 .banner {
	position:absolute;
	right:8px;
	top:8px;
	width: 262px;
}

.box2 {
	position:absolute;
	top:105px;
	left:151px;
	width:139px;
	z-index:2;
	background-color: #434343;
	background-image: url(images/box2-tail.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 356px;
}
.box2 .border-top {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/border-top2.gif);
}
.box2 .border-bot {background:url(images/border-bot1.gif) repeat-x bottom;}
.box2 .border-left {background:url(images/border-left3.gif) repeat-y left;}
.box2 .border-right {background:url(images/border-right1.gif) repeat-y right;}
.box2 .left-top-corner {background:url(images/left-top-corner3.gif) no-repeat left top;}
.box2 .right-top-corner {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/right-top-corner3.gif);
}
.box2 .left-bot-corner {background:url(images/left-bot-corner4.gif) no-repeat left bottom; min-height:385px; height:auto!important; height:385px;}
.box2 .right-bot-corner {background:url(images/right-bot-corner2.gif) no-repeat right bottom; }
.box2 .inner { padding:12px 9px 10px 9px;}
.box2 .title { margin:0 0 13px 4px;}

.box3 {
	width:100%;
}
.box3 .left-top-corner { background:url(images/left-top-corner4.gif) no-repeat left top; height:43px; padding-left:11px;}
.box3 .right-top-corner {
	height:43px;
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/right-top-corner4.gif);
}
.box3 .border-top {
	height:32px;
	padding:11px 0 0 14px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/border-top3.gif);
}

.box3 .left-bot-corner { background:url(images/left-bot-corner5.gif) no-repeat left bottom; min-height:15px; height:auto!important; height:15px; padding-left:15px;}
.box3 .right-bot-corner { background:url(images/right-bot-corner3.gif) no-repeat right bottom; height:15px; padding-right:15px}
.box3 .border-bottom { background:url(images/border-bot2.gif) left bottom repeat-x; height:15px; width:100%;}

.box3 .border-left { background:url(images/border-left4.gif) left top repeat-y;}
.box3 .border-right { background:url(images/border-right2.gif) right top repeat-y;}
.box3 .left-bot-corner1 { background:url(images/left-bot-corner6.gif) no-repeat left bottom; padding:0 4px 0 7px;}
.box3 .right-bot-corner1 { background:url(images/right-bot-corner4.gif) no-repeat right bottom;}
.box3 .left-top-corner1 { background:url(images/left-top-corner5.gif) no-repeat left top;}
.box3 .right-top-corner1 { background:url(images/right-top-corner5.gif) no-repeat right top;}

.box3 .xcontent {
	padding:10px 0 7px 9px;
	min-height:204px;
	height:auto!important;
	height:204px;
	background-color: #333;
}

.extra-box {
	width:270px;
	height:127px;
	margin:-127px 0 0 497px;
	position:relative;
	z-index:3;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/extra-box.gif);
}
.extra-box p { padding:22px 11px 42px 31px; color:#8f8f8f;}


/*header*/
#header object { vertical-align:top;}

/*content*/
#content { position:relative;}
#content p {
	line-height:1.17em;
	color: #CCC;
}

/*footer*/
#footer p { color:#b7b7b7; font-size:.83em; padding:11px 0 0 112px; line-height:.92em;}
#footer p a {color:#b7b7b7; margin-left:13px; text-decoration:none;}
#footer p a:hover { text-decoration:underline;}

/*==========================================*/
