* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body {
	background:url(images/body-bg.gif) left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#141010;
	
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

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

.col-1, .col-2, .col-3 { 
	float:left;
}

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

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




/*==== GLOBAL =====*/
#main {
	width:980px; 
	margin:0 auto;
	font-size:.875em;
	position:relative;
}

#header {
	height:100px;
}
#content {
	padding:0 0 33px 0;
}
	#content .sidebar {
		float:left;
		width:265px;
		padding-bottom:50px;
	}
	#content .mainContent {
		float:left;
		width:715px;
	}
#footer {
	height:116px;
	padding-left:14px;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.jpg) left top repeat-x;
}
.tail-bottom { 
	background:url(images/tail-bottom.png) left bottom repeat-x;
}



/*----- forms parameters -----*/

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


/*----- other -----*/
.img-indent { 
	margin:0 27px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 27px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#0066FF; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:32px;
	line-height:1em;
	font-weight:normal;
	color:#272727;
	letter-spacing:-1px;
	margin-bottom:20px;
}
h2 {
	background:url(images/title-bg.png) no-repeat left top;
	width:468px;
	height:51px;
	font-size:24px;
	line-height:36px;
	color:#fff;
	font-weight:normal;
	margin:0 0 17px -66px;
	text-indent:66px;
	letter-spacing:-1px;
}
h3 {
	font-size:26px;
	line-height:1.2em;
	font-weight:normal;
	border-bottom:2px solid #bebdbd;
	color:#990100;
	text-align:right;
	padding:0 6px 3px 0;
	margin:0 0 37px -8px;
}
h4 {
	font-size:18px;
	line-height:24px;
	color:#990000;
	font-weight:normal;
	margin-bottom:21px;
}
h5 {
	font-size:13px;
	margin-bottom:4px;
	padding-top:4px;
}
h6 {
	
}


.txt1 {
	color:#990000;
	font-style:italic;
	font-size:15px;
}
.txt2 {
	color:#706b6b;
	font-style:italic;
	line-height:22px;
}

.link1 { 
	font-size:13px;
	font-style:italic;
	font-weight:bold;
}


.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}



blockquote {
	color:#706b6b;
	font-style:italic;
	line-height:22px;
}
	blockquote a {
		color:#0066FF;
	}


/*==================boxes====================*/
.box {
	width:100%;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.png) no-repeat left top;
		padding-left:13px;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.png) no-repeat right top;
		padding-right:13px;
	}
	.box .border-top {
		background:url(images/border-top.png) left top repeat-x;
		height:12px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.box .left-shad {
		background:url(images/left-shad.png) left top repeat-y;
		padding-left:9px;
	}
	.box .right-shad {
		background:url(images/right-shad.png) right top repeat-y;
		padding-right:9px;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.png) no-repeat left top;
		padding-left:13px;
	}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.png) no-repeat right top;
		padding-right:13px;
	}
	.box .border-bot {
		background:url(images/border-bot.png) left top repeat-x;
		height:12px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.box .inside { 
		background:url(images/box-bg.jpg) left top;
		padding:28px 30px 35px 50px;
		
	}

.sm-box {
	background:#fff;
	width:100%;
}
	.sm-box .top {
		background:url(images/sm-box-top.jpg) no-repeat left top;
		height:10px;
		overflow:hidden;
	}
	.sm-box .bottom {
		background:url(images/sm-bottom.jpg) no-repeat left bottom;
		height:40px;
		overflow:hidden;
	}
	.sm-box .bottom-alt {
		background:url(images/sm-bottom-alt.jpg) no-repeat left bottom;
		height:15px;
		overflow:hidden;
	}
	.sm-box .inner {
		padding:10px 21px 30px 28px;
	}
	.sm-box .inner1 {
		padding:10px 15px 30px 23px;
	}

.address { 
	color:#706b6b;
	font-style:italic;
	line-height:22px;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:85px;
		}
		.address dd a {
			color:#0066FF;
			font-size:13px;
		}


.department { 
	padding-bottom:20px;
}
	.department dt {
		margin-bottom:5px;
		font-size:13px;
		font-weight:bold;
	}
	.department dd { 
		clear:both;
	}
		.department dd span { 
			float:left;
			width:103px;
		}


/*===== header =====*/
#header .social-services {
	float:right;
	padding:42px 10px 0 0;
}
	#header .social-services dt {
		float:left;
		color:#9f9089;
		font-size:20px;
		line-height:1.2em;
		padding:9px 5px 0 0;
		letter-spacing:-1px;
	}
	#header .social-services dd {
		float:left;
		padding-left:3px;
	}

#header .logo {
	position:absolute;
	left:16px;
	top:30px;
	z-index:10;
}

/*===== content =====*/
#content .sidebar .indent {
	padding:10px 21px 0 12px;
}
	#content .sidebar .indent .indent {
		padding:0 0 0 28px;
	}
	#content .sidebar .indent .indent1 {
		padding:15px 0 0 28px;
	}
	#content .nav {
		padding:0px 0 0 12px;
		margin-right:-8px;
	}
		#content .nav li {
			display:inline;
		}
			#content .nav li a {
				display:block;
				width:261px;
				height:51px;
				color:#fff;
				text-decoration:none;
				font-size:26px;
				line-height:1.4em;
				text-indent:27px;
				letter-spacing:-1px;
			}
			#content .nav li a:hover {
				color:#000;
			}
			#content .nav li a.current {
				text-indent:133px;
				color:#000;
			}
			#content .nav li a.item1 {
				background:url(images/nav-bg1.png) no-repeat left top;
			}
			#content .nav li a.item2 {
				background:url(images/nav-bg2.png) no-repeat left top;
			}
			#content .nav li a.item3 {
				background:url(images/nav-bg3.png) no-repeat left top;
			}
			#content .nav li a.item4 {
				background:url(images/nav-bg4.png) no-repeat left top;
			}
	
	#content .section {
		padding-bottom:44px;
	}
	
	
	.list1 li {
		background:url(images/marker2.gif) no-repeat left top;
		padding:0 0 0px 19px;
		text-transform:uppercase;
		font-size:12px;
	}
		.list1 li a {
			color:#141010;
			text-decoration:none;
		}
		.list1 li a:hover {
			color:#0066FF;
		}
	.list1 li.alt {
		background:none;
	}
		.list1 li.alt a {
			font-size:13px;
			color:#0066FF;
			font-style:italic;
			font-weight:bold;
			text-transform:none;
			text-decoration:underline;
		}
		.list1 li.alt a:hover {
			text-decoration:none;
		}


/*=== slider ===*/
.slider-wrap {
	background:url(images/slider-wrap.jpg) no-repeat left top;
	width:595px;
	height:303px;
	position:relative;
	margin-bottom:32px;
}
	.slider-wrap .label {
		position:absolute;
		top:-13px;
		right:-4px;
		width:190px;
		height:59px;
		background:url(images/slider-label.png) no-repeat left top;
		z-index:10;
	}
	.slider-wrap .inner {
		padding:7px 0 0 6px;
	}
	

.anythingSlider                         { width: 589px; height: 296px; position: relative; }
.anythingSlider .wrapper                { width: 582px; overflow: hidden; height: 296px; position: absolute; top: 0; left: 0; font-size:12px;}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 296px; width: 582px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 45px; width: 22px; text-indent: -9999px; position: absolute; top: 114px; cursor: pointer; }
.anythingSlider .forward                { background:url(images/next.png) no-repeat left top; right:6px;}
.anythingSlider .back                   { background:url(images/prev.png) no-repeat left top; }
.anythingSlider a { color:#706b6b;}
.anythingSlider a.info { background:url(images/marker1.gif) no-repeat left 1px; text-decoration:none; padding-left:20px; float:right;}
.anythingSlider a.info:hover { text-decoration:underline; color:#000;}
.anythingSlider p { margin-bottom:0;}
.anythingSlider .container { padding:8px 25px 0 22px; width:auto;}

#start-stop                             { display:none;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }



/* --- gallery begin --- */
.gallery-box {
	width:100%;
	overflow:hidden;
}

div.content a:focus, div.content a:active {
	text-decoration: underline;
}


div.slideshow img {
	display:block;
	top:0;
	left:0;
	position:absolute;
}

div.caption-container {
	position: relative;
	color:#b4b1b1;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.caption {
	padding:18px 25px 0 15px;
	color:#706b6b;
	font-size:12px;
	line-height:1.5em;
}
	div.caption em {
		color:#990000;
		font-size:15px;
	}
	div.caption a {
		color:#990000;
		text-decoration:none;
	}
	div.caption a:hover {
		text-decoration:underline;
	}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding:29px 0 0 0;
	width:100%;
	overflow:hidden;
}
ul.thumbs li {
	padding:7px;
	float: left;
	background:url(images/thumb-wrap.jpg) no-repeat left top;
	width:178px;
	height:117px;
	margin:0 10px 10px 0;
	display:inline;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	float:right;
	padding:15px 20px 15px 0;
	color:#0066FF;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
}
	div.pagination a {
		color:#0066FF;
		font-weight:bold;
		font-style:italic;
		font-size:13px;
		padding:0 5px;
		background:url(images/box-bg.jpg) left top;
	}
div.navigation div.top {
	display:none; /* optional disabled */
}

div.pagination span.current  {
	background:url(images/box-bg.jpg) left top;
}

div.pagination a.prev {
	padding-right:10px;
}
div.pagination a.next {
	padding-left:10px;
}
/* --- gallery end --- */

/*===== footer =====*/
#footer {
	font-size:13px;
	color:#9e9890;
}
	#footer .indent {
		padding:0 0 0 14px;
	}
		#footer .col-1 {
			width:260px;
			padding-top:15px;
		}
		#footer .col-2 {
			width:473px;
			padding-top:38px;
		}
			#footer .col-2 a {
				color:#9e9890;
			}
		#footer .col-3 {
			width:220px;
			color:#6e6b67;
			font-size:12px;
			padding-top:59px;
		}
			#footer .col-3 a {
				color:#6e6b67;
			}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form .col-1 {
		width:306px !important;
		margin-right:0 !important;
	}
	#contacts-form .col-2 {
		width:289px !important;
		margin-right:0 !important;
	}
		#contacts-form label {
			display:block;
			height:50px;
			background:url(images/input-bg.jpg) no-repeat left 18px;
			text-indent:5px;
		}
		#contacts-form input {
			width:275px;
			padding:4px 0 2px 5px;
			background:none;
			border:none;
			font-size:13px;
		}
		#contacts-form .textarea-box {
			background:url(images/textarea-bg.jpg) no-repeat left 18px;
			width:288px;
			height:150px;
			margin-bottom:15px;
			text-indent:5px;
		}
		#contacts-form textarea {
			width:270px;
			height:120px;
			border:none;
			background:none;
			overflow:auto;
			font-size:13px;
			padding:4px 0 2px 5px;
		}

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