/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:979px;
} 

body { 
	background:#1d1e1f; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#98b9d2; 
	min-width:979px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.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%;
}

.zoom {
	overflow:hidden;
}

/*=========================== TAILING =========================*/

.header-bg {
	background:url(images/header-bg.jpg) no-repeat center top;
}

.tail-top { 
	background:url(images/tail-top.gif) center top repeat-x;
}

.tail-cont {
	background:url(images/tail-cont.jpg) repeat-x center top;
}

.tail-middle {
	background:url(images/tail-middle.jpg) repeat center top;
}

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

/*========================== LISTS ============================*/

.list {
	margin-top:-10px;
}
.list li {
	padding-top:10px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}

.list1 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	background:url(images/line-hor1.gif) repeat-x left bottom;
	padding:0 0 11px 0;
	margin-bottom:10px;
}
.list1.alt li {
	padding-bottom:16px;
	margin-bottom:15px;
}
.list1 li.last {
	background:none;
	padding:0;
	margin:0;
}
.list1 li strong {
	color:#eaedef;
	display:block;
	line-height:1.5em;
	top:-5px;
	position:relative;
	margin-bottom:-3px;
} 
.list1 li span {
	color:#e67144;
	font-size:.79em;
}
.list1 li a {
	display:block;
	float:left;
	position:relative;
	z-index:10;
	margin-right:10px;
	border:1px solid #494a4c;
}
.list1 li a:hover {
	border:1px solid #fff;
}
.list1 li .link a,
.list1 li .link a:hover {
	border:0;
	padding:0;
}

.list2 {
	width:100%;
	overflow:hidden;
	margin-top:-16px;
}
.list2 li {
	width:135px;
	float:left;
	overflow:hidden;
	vertical-align:top;
	margin-right:15px;
	padding-top:16px;
}
.list2 li.alt {
	margin:0;
	padding-bottom:0;
}
.list2 li strong {
	font-size:.86em;
	color:#0c4ca3;
	display:block;
	padding-top:5px;
}
.list2 li a {
	display:block;
	border:1px solid #9ea0a3;
}
.list2 li a:hover {
	border:1px solid #000;
}

.list3 {
	width:100%;
	overflow:hidden;
}
.list3 li {
	background:url(images/line-hor1.gif) repeat-x left bottom;
	line-height:1.29em;
	padding-bottom:6px;
	margin-bottom:5px;
}
.list3 li.last {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}
.list3 li span {
	padding-left:20px;
	display:inline-block;
	background:url(images/marker.gif) no-repeat left 2px;
}
.list3 li a {
	text-decoration:none;
}
.list3 li a:hover {
	color:#fff;
}

.list4 {
	width:100%;
	overflow:hidden;
	margin-bottom:-14px;
}
.list4 li {
	width:192px;
	float:left;
	margin-right:9px;
	padding-bottom:21px;
}
.list4 li.alt {
	margin-right:0;
}
.list4 li a {
	display:block;
	border:1px solid #9b9da0;
}
.list4 li a:hover {
	border:1px solid #fff;
}
.list4 li strong {
	font-size:.86em;
	color:#4a87c3;
	display:block;
	padding-top:8px;
	text-align:center;
}

.list5 {	
	margin-top:-20px;
}
.list5 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	color:#0c4ca3;
	font-size:.86em;
	padding-top:20px;
}
.list5 li p {
	margin-bottom:0;
	line-height:1.75em;
}
.list5 li span {
	font-size:.92em;
	display:block;
	padding-top:5px;
}
.list5 li span a {
	text-decoration:none;
	color:#e67144;
	border:0;
}
.list5 li span a:hover {
	border:0;
	text-decoration:underline;
}
.list5 li a {
	display:block;
	float:left;
	margin-right:15px;
	border:1px solid #9b9da0;
}
.list5 li a:hover {
	border:1px solid #000;
}

.video-list {
	margin-top:-10px;
}
.video-list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-top:10px;
}
.video-list li a {
	float:right;
	display:block;
	border:1px solid #9b9da0;
	margin-left:31px;
}
.video-list li a:hover {
	border:1px solid #fff;
}
.video-list li h3 {
	margin-bottom:3px;
	line-height:1.33em;
}
.video-list li p {
	color:#4a87c3;
	font-size:.86em;
	margin-bottom:0;
}

.video-list1 {
	width:100%;
	overflow:hidden;
	padding-bottom:7px;
}
.video-list1 li {
	float:left;
	width:192px;
	overflow:hidden;
	vertical-align:top;
	margin-right:9px;
}
.video-list1 li strong {
	color:#4a87c3;
	font-size:.86em;
	display:block;
	padding:5px 0 0 10px;
}
.video-list1 li.last {
	margin-right:0;
}
.video-list1 li a {
	display:block;
	border:1px solid #9b9da0;
}
.video-list1 li a:hover {
	border:1px solid #fff;
}

/*========================== OTHER ============================*/

.img-box1 { 
	width:100%; 
	overflow:hidden;
}
.img-box1 .img-link {
	margin-right:17px;
}
.img-box1 h2 {
	top:-5px;
	position:relative;
}
.img-box1.alt {
	padding-bottom:20px;
}

p { 
	margin-bottom:12px;
	line-height:1.5em;
}

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

.tags {
	font-weight:bold;
	line-height:1.67em;
}
.tags a {
	color:#0c4ca3;
	text-decoration:none;
}
.tags .style1 {
	font-size:1.14em;
}
.tags .style2 {
	font-size:.86em;
}
.tags .style3 {
	font-size:.71em;
}
.tags .style4 {
	font-size:1.07em;
}
.tags .style5 {
	font-size:.93em;
}
.tags a:hover {
	text-decoration:underline;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#98b9d2; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	font-size:3.43em;
	line-height:1em;
	letter-spacing:-3px;
	padding-top:17px;
}
h1 a {
	text-decoration:none;
	color:#3d3f41;
	background:url(images/logo.png) no-repeat left top;
	padding:8px 0 0 66px;
	display:block;
}
h1 span {
	display:block;
	color:#fff;
	position:relative;
	top:-50px;
	left:-1px;
}
h2 {
	font-size:1.71em;
	line-height:1.25em;
	font-weight:normal;
	color:#fff;
}
h2.extra {
	margin-bottom:12px;
}
h3 {
	font-size:1.29em;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	height:50px;
	background:url(images/title-tail.gif) repeat-x left top;
	margin-bottom:10px;
}
h3 span {
	display:block;
	padding:17px 0 0 20px;
}
h4 {
	font-size:1em;
	color:#fff;
	text-transform:uppercase;
	height:50px;
	background:url(images/title-tail.gif) repeat-x left top;
	margin-bottom:20px;
}
h4 span {
	display:block;
	padding:17px 0 0 20px;
}
h4.extra {
	background:url(images/title-tail1.gif) repeat-x left top;
}

.txt1 {
	color:#4a87c3;
	font-size:.86em;
}

.img-link {
	display:block;
	float:left;
	border:1px solid #989fa9;
}
.img-link:hover {
	border:1px solid #fff;
}

.link {
	font-size:.86em;
	color:#6d7176;
}
.link span {
	color:#e67144;
}
.link a {
	color:#e67144;
	text-decoration:none;
}
.link a:hover {
	text-decoration:underline;
}

.line-hor { 
	background:url(images/line-hor.png) repeat-x left center;
	height:41px; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}

.line-ver {
	background-image:url(images/line-ver.png);
	background-position:633px 0;
	background-repeat:repeat-y;
}

/*============================ BOXES ==========================*/

.box { 
	background:#0c0e10;
	width:100%;
}
.box .inner { 
	padding:10px 10px 10px 10px;
}
.boxgallery8pic { 
	background:#0c0e10;
	width:760px;
}
.boxgallery8pic .inner { 
	padding:10px 10px 10px 10px;
}
.boxgallery12pic { 
	background:#0c0e10;
	width:905px;
}
.boxgallery12pic .inner { 
	padding:10px 10px 10px 10px;
}
.box h3 {
	background:none;
	height:auto;
}

.box1 {
	width:100%;
	background:#3a3c3f;
}
.box1 .border-top {
	background:url(images/border.gif) repeat-x left top;
}
.box1 .border-right {
	background:url(images/border.gif) repeat-y right top;
}
.box1 .border-bot {
	background:url(images/border.gif) repeat-x left bottom;
}
.box1 .border-left {
	background:url(images/border.gif) repeat-y left top;
}
.box1 .inner {
	padding:20px 22px 20px 20px;
}

.box2 {
	width:100%;
	background:url(images/box2-tail.gif) repeat-x left top #d0d1d3;
}
.box2 .border-top {
	background:url(images/border1.gif) repeat-x left top;
}
.box2 .border-right {
	background:url(images/border1.gif) repeat-y right top;
}
.box2 .border-bot {
	background:url(images/border1.gif) repeat-x left bottom;
}
.box2 .border-left {
	background:url(images/border1.gif) repeat-y left top;
}
.box2 .inner {
	padding:10px 10px 18px 10px;
}
.box2 h4 {
	height:40px;
}
.box2 h4 span {
	padding-top:12px;
}

/*========================== HEADER ===========================*/

#header .logo {
	height:89px;
	overflow:hidden;
}
#header ul {
	width:100%;
	overflow:hidden;
	background:url(images/nav-tail.png) repeat-x left top;
	padding-top:12px;
}
#header ul li {
	float:left;
	text-transform:uppercase;
	font-size:1.29em;
	line-height:1.2em;
	border-right:1px solid #8a8c8e;
	padding-right:24px;
	margin-right:24px;
}
#header ul li.last {
	border:0;
	padding-right:0;
	margin-right:0;
}
#header ul li a {
	text-decoration:none;
	color:#fff;
}
#header ul li a:hover {
	text-decoration:underline;
}

/*========================= CONTENT ===========================*/

#content {
	padding:20px 0 50px 0;
}
#content .indent {
	padding:0 10px;
}
#content .indent1 {
	padding:0 9px;
}

/*========================= FOOTER ============================*/

#footer p {
	color:#8e8e8f;
	font-size:.86em;
	padding-top:19px;
}
#footer a {
	color:#8e8e8f;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}

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

#loopedSlider {
	position:relative;
	width:1095px; 
	height:400px;
	overflow:hidden;
}
#loopedSlider .container { 
	overflow:hidden; 
	position:relative;
	width:450px;
	height:410px;
	top:0;
	left:0;
}
#loopedSlider .slides { 
	position:absolute; 
	top:0; 
	left:0;
}
#loopedSlider .slides div { 
	position:absolute; 
	top:0; 
	left:0;
	width:450px;
	height:410px; 
}
#loopedSlider .slides div img {
	border:1px solid #9b9da0;
}
#loopedSlider .slides div span a {
	color:#edeff0;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.5em;
	line-height:1.33em;
}
#loopedSlider .slides div span a:hover {
	text-decoration:underline;
}
#loopedSlider .slides div span {
	color:#4a87c3;
	padding:10px 0 0 10px;
	display:block;
	font-size:.86em;
	line-height:1.42em;
}
#loopedSlider ul.pagination { 
	width:133px; 
	position:absolute;
	left:460px; 
	top:0;
}
#loopedSlider ul.pagination li {
	padding-bottom:10px;
}
#loopedSlider ul.pagination li a { 
	width:133px; 
	height:88px; 
	display:block;
	border:1px solid #9b9da0;
}
#loopedSlider ul.pagination li a:hover {
	border:1px solid #fff;
}
#loopedSlider ul.pagination2 { 
	width:133px; 
	position:absolute;
	left:605px; 
	top:00px;
}
#loopedSlider ul.pagination2 li {
	padding-bottom:10px;
}
#loopedSlider ul.pagination2 li a { 
	width:133px; 
	height:88px; 
	display:block;
	border:1px solid #9b9da0;
}
#loopedSlider ul.pagination2 li a:hover {
	border:1px solid #fff;
}
#loopedSlider ul.pagination3 { 
	width:133px; 
	position:absolute;
	left:750px; 
	top:00px;
}
#loopedSlider ul.pagination3 li {
	padding-bottom:10px;
}
#loopedSlider ul.pagination3 li a { 
	width:133px; 
	height:88px; 
	display:block;
	border:1px solid #9b9da0;
}
#loopedSlider ul.pagination3 li a:hover {
	border:1px solid #fff;
}
