* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:984px;
}
body { 
	background:url(images/body-bg.gif) 0 0 #1b1c1e; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.0625em;
	color:#fff;
}

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

.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:984px; 
	margin:0 auto;
	font-size:.75em;
}

#header {
	height:484px;
}
#content {
	padding:0 2px 0 0;
}
#footer {
	padding:20px 0 80px 0;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/splash.jpg) no-repeat 50% 0;
}


/*----- 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 20px 0 0;
	float:left;
	border-color: #FFFFFF;
	border-width: 1px;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:26px;
}
	.img-box img {
	float:left;
	margin:0 20px 0 0;
	border-color: #FFFFFF;
	border-width: 1px;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:17px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:17px;
}
.p3 { 
	margin-bottom:25px;
}

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

h1 {
	font-size:2em;
	line-height:1.4em;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight: bold;
}

h2 {
	font-size:24px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:10px;
}
h3 {
	font-size:1em;
	margin-bottom:5px;
}
h4 {
	font-size:1em;
	margin-bottom:6px;
}
	h4 a {
		font-weight:bold;
	}
	

.button { 
	float:right;
	background:url(images/button-bg.gif) 0 0 repeat-x;
	height:29px;
	line-height:29px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:0 17px;
	position:relative;
}
	.button:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		height:29px;
		width:13px;
		background:url(images/button-left.gif) no-repeat 0 0;
	}
	.button:after {
		content:"";
		position:absolute;
		left:-13px;
		margin-left:100%;
		top:0;
		height:29px;
		width:13px;
		background:url(images/button-right.gif) no-repeat 0 0;
	}
	.button:hover {
		color:#000;
	}


/*==================boxes====================*/
.box {
	background:url(images/box-bg.gif) no-repeat 50% 0 #282a2e;
	color:#ececec;
	border-bottom:1px solid #151618;
}
	.box .border-top {
		background:url(images/border-top.gif) 0 0 repeat-x;
	}
	.box .border-right {
		background:url(images/border-side.gif) 100% 0 no-repeat;
	}
	.box .border-left {
		background:url(images/border-side.gif) 0 0 no-repeat;
	}
	.box .inner { 
		padding:25px 45px 30px 50px;
	}


.box1 {
	background:url(images/box1-bg.jpg) no-repeat 50% 0 #111213;
	border:1px solid #111213;
}
	.box1 .inner { 
		padding:25px 45px 30px 50px;
	}
	
	.box1 .button:before {
		background:url(images/button-left-alt.gif) no-repeat 0 0;
	}
	.box1 .button:after {
		background:url(images/button-right-alt.gif) no-repeat 0 0;
	}


.departments {
	margin-top:-17px;
	padding-bottom:10px;
}
	.departments dt {
		font-weight:bold;
		margin-bottom:5px;
		padding-top:17px;
	}
	.departments dd {
		clear:both;
	}
		.departments dd span {
			float:left;
			width:78px;
			font-weight:bold;
		}


.address {
	margin-top:-17px;
	padding-bottom:10px;
}
	.address dt {
		padding-top:17px;
	}
	.address dd {
		clear:both;
	}
		.address dd span {
			float:left;
			width:78px;
		}

#head {
	min-width:980px;
}
	

/*===== content =====*/
#content .row-1 {
	padding-bottom:3px;
}
	
	.list1 {
		padding-bottom:2px;
	}
		.list1 li {
			padding-bottom:5px;
		}
		.list1 li:before {
			content:"-";
			display:inline;
			padding-right:3px;
		}
			.list1 li a {
				color:#fff;
			}
	
	.list2 dt {
		font-weight:bold;
		margin-bottom:5px;
	}
	.list2 dd {
		padding-bottom:9px;
	}
	
	.list3 li {
		padding-bottom:3px;
	}
	
	
	.folio {
		width:100%;
		overflow:hidden;
	}
		.folio li {
			float:left;
			padding:0 16px 14px 0;
		}
			.folio li.alt {
				padding-right:0;
			}
	
	
	.pagination {
		width:100%;
		overflow:hidden;
		text-align:center;
		line-height:29px;
	}
		.pagination li {
			display:inline;
			font-weight:bold;
		}
			.pagination li.aligncenter a {
				padding:0 2px;
			}
			.pagination li .button.fleft {
				float:left;
			}


.calendar {
	width:100%;
	padding-left: 0px;
	margin-left: 65px;
}
.calendar td.cell-1 {width:143px;}
.calendar td.cell-2 {
	width:45px;
}
.calendar td.cell-3 {width:110px;}
.calendar td.cell-4 {width:82px;}
.calendar td.cell-5 {width:90px;}
	.calendar thead td {
		font-weight:bold;
		padding-bottom:10px;
	}
	

/*===== footer =====*/
#footer {
	color:#9094a1;
}
	#footer a {
		color:#9094a1;
		text-decoration:none;
	}
	#footer a:hover {
		color:#fff;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:50px;
		overflow:hidden;
	}
		#contacts-form input {
			width:250px;
			padding:5px 5px 5px 5px;
			border:none;
			background:#fff;
			color:#111;
		}
		#contacts-form textarea {
			width:250px;
			padding:5px 5px 5px 5px;
			border:none;
			background:#fff;
			color:#111;
			height:120px;
			margin-bottom:24px;
			overflow:auto;
		}
		#contacts-form .button {
			margin-left:6px;
		}

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