* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:970px;
}
body { 
	background:url(../images/vert_bkgd.jpg) repeat-x; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#444;
}

img {
	border:0;
	vertical-align:top;
	text-align:center;
}
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, .col-4 , .col-a, .col-b, .col-c, .col-d { 
	float:left;
}
.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.topwrapper { 
	width:100%;
	overflow:hidden;
	padding-top: 20px;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:970px; 
	margin:0 auto;
	font-size:.75em;
}

#header {
	height:83px;
	overflow:hidden;
}
#footer {
	padding:0 0 10px 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 30px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 30px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}
.p4 {
	margin-right: 15px;
}

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

h1 {
	float:left;
	padding:18px 0 15px 90px;
	font-size:36px;
	line-height:1.2em;
	color:#1d1d1d;
	background:url(../images/marc_logo.png) no-repeat 0px 12px;
	font-family:"Times New Roman", Times, serif;
}
	h1 a {
		color:#1d1d1d;
		text-decoration:none;
	}
		h1 a span {
			color:#333;
			font-weight:normal;
		}
h2 {
	font-size:24px;
	line-height:32px;
	color:#252525;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:20px;
	padding-top:10px;
}
	h2.alt {
		letter-spacing:-1px;
	}
h3 {
	font-size:18px;
	color:#4f5658;
	line-height:22px;
	margin-bottom:16px;
}
h4 {
	font-size:13px;
	color:#F00;
	line-height:22px;
	margin-bottom:6px;
}
	h4 span {
		display:block;
		font-size:11px;
		color:#555;
		font-weight:normal;
	}
h5 {
	font-size:1em;
}
h6 {
	font-size:1em;
	color:#F00;
}
.bold_link {
	font-size:13px;
	color:#F00;
	line-height:22px;
	margin-bottom:6px;
	font-weight: bold;
	text-decoration: none;
}


.txt1 {
	font-size:12px;
	line-height:20px;
	color:#ababab;
}
.txt2 {
	font-size:11px;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
}
.txt3 {
	font-size:9px;
	line-height: -100px;
	color:#FFF;
	font-style:italic;
}
.txt4 {
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}
.txt4b {
	font-size:9px;
	color:#FFF;
	font-style:italic;
}
.txt5 {
	font-size:13px;
	font-weight: bold;
	font-style: italic;
	color:#00A4E2;
	line-height:35px;
}

.link1 { 
	background:url(../images/arrow1.gif) no-repeat 100% 3px;
	padding-right:15px;
	font-size:12px;
	color:#0e0e0e;
	font-weight:bold;
}
.link2 {
	color:#ababab;
}
	

.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(../images/button-left.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(../images/button-right.gif) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}

.line-hor { 
	padding-bottom:40px;
	margin-bottom:37px;
	background:url(../images/line-dot.gif) 0 100% repeat-x;
}
.line-ver { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	background:#dfdfdf;
	width:100%;
}
	.box .left-top-corner {
		background:url(../images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(../images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(../images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:20px 25px 17px 26px;
	}

.extra-box {
	background:url(../images/pagination-bg2.gif) no-repeat 0 0;
	height:44px;
	overflow:hidden;
	clear: both;
}
	.extra-box .inner {
		padding:8px 0 0 26px;
	}
	
	.date {
		float:left;
	}
		.date li {
			float:left;
		}
		.date li.day {
			background:url(../images/day.jpg) no-repeat 0 0;
			width:27px;
			padding:6px 5px 2px 0;
			font-size:12px;
			color:#000;
			text-align:center;
			font-weight:bold;
		}



.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:83px;
	}
	.address dd a {
		color:#828282;
	}


.departments {
	margin-top:-30px;
}
	.departments dt {
		padding-top:30px;
	}
	.departments dd { 
		clear:both;
	}
		.departments dd span { 
			float:left;
			width:83px;
		}
		.departments dd a {
			color:#828282;
		}


/*===== header =====*/
#header {
	float:left;
}
	
/*--- menu begin ---*/

#menu {
	float: right;
	margin: 60px 0 1 0;
	
}

/*--- slider begin ---*/
#faded {
	width:970px;
	height:218px;
	overflow:hidden;
	background-color:#FFF;
}

ul.pagination {
	background:url(../images/pagination-bg.gif) no-repeat 0 0;
	height:44px;
	overflow:hidden;
	padding:0 0 0 25px;
}
ul.pagination li { 
	float:left;
	padding:14px 8px 0 0;
}
ul.pagination li a {
	float:left;
	background:url(../images/marker1.jpg) no-repeat 0 0;
	width:13px;
	height:13px;
	color:#505e5c;
	text-decoration:none;
	text-align:center;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
ul.pagination li a:hover {
	background:url(../images/marker1-act.jpg) no-repeat 0 0;
}
ul.pagination li.current a { 
	background:url(../images/marker1-act.jpg) no-repeat 0 0;
	color:#505e5c;
}

#faded .rap {
	height:172px;
}
/*--- slider end ---*/
	


.banner img {
	float:left;
	margin-right:31px;
}
.banner h4 {
	padding-top:31px;
}



/*===== content =====*/
#content .indent {
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color:#FFF;
}

#content .section {
	padding-bottom:60px;
}



/*--- list styles ---*/
.list1 {
	padding-bottom:20px;
}
.list1 li {
	background:url(../images/arrow1.gif) no-repeat 0 5px;
	padding:0 0 8px 16px;
	font-size:13px;
	line-height:1.2em;
}
	.list1 li a {
	color:#000;
	font-weight:bold;
}

.list2 {
	padding-bottom:5px;
}
.list2 li {
	background:url(../images/arrow1.gif) no-repeat 0 5px;
	padding:0 60px 3px 20px;
	font-size:10px;
}
.list2 li a {
	color:#000;
}
.list3 li {
	background:url(../images/square.jpg) no-repeat 0 6px;
	padding: 0 10px;
	font-size:11px;
}
.img-list li {
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
	font-size:12px;
	line-height:1.5em;
	color:#444;
}
	.img-list li img {
		float:left;
		margin-right:7px;
	}
	.img-list li h4 {
		padding-top:3px;
	}

/*===== footer =====*/
#footer {
	color:#545454;
	font-size:10px;
}
	#footer span {
		text-transform:uppercase;
		color:#555;
	}
	#footer a {
		color:#545454;
	}
	
	.social-services {
		float:right;
	}
		.social-services li {
			float:left;
			padding-left:9px;
		}

/*----------- client voices ------------*/
#one {
	position:relative;
	left: 230px;
	top: 2px;
}
#two {
	position: relative;
	left: 200px;
	top: 2px;
}
#three {
	position: relative;
	left: 360px;
	top: 2px;
}
#four {
	position: relative;
	left: 550px;
	top: -250px;
}
#text {
	position: relative;
	left: 35px;
	top: 0px;
	width: 850px;
}

/*--------- joining our team ----------*/
#jone {
	position: relative;
	left: 235px;
	top: 25px;
}

#jtwo {
	position: relative;
	left: 400px;
	top: -15px;
}

#jthree {
	position: relative;
	left: 565px;
	top: -179px;
}

#jfour {
	position: relative;
	left: 70px;
	top: -130px;
}


#jfive {
	position: relative;
	left: 700px;
	top: -220px;
}

/*----- forms -----*/
#ClockForm {
	float:left;
}
#ClockForm fieldset {
	border:none;
	float:left;
}
	#ClockForm input {
		border:none;
		color:#99b2b2;
		font-size:12px;
		width:110px;
		padding:5px 0 6px 0;
		background:none;
	}

#TimeForm {
	float:left;
}
#TimeForm fieldset {
	border:none;
	float:left;	
}
	#TimeForm input {
		border:none;
		color:#99b2b2;
		font-size:12px;
		width:100px;
		padding:5px 0 6px 6px;
		background:none;
	}


#search-form {
	float:right;
	padding:0 25px 0 0;
}
	#search-form fieldset {
		border:none;
		background:url(../images/search-bg.gif) no-repeat 0 0;
		float:right;
	}
	#search-form input.text {
		width:190px;
		padding:7px 5px 7px 12px;
		background:none;
		border:none;
		color:#898989;
	}
	#search-form input.submit {
		width:34px;
		height:28px;
		border:none;
		background:none;
		cursor:pointer;
	}
	
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:33px;
		overflow:hidden;
	}
		#contacts-form span {
			float:left;
			width:90px;
		}
		#contacts-form input {
			background:none;
			width:290px;
			padding:4px 5px 4px 6px;
			border:none;
			border:1px solid #8c8c8c;
			color:#111;
		}
		#contacts-form textarea {
			width:290px;
			padding:4px 5px 4px 6px;
			height:155px;
			background:none;
			overflow:auto;
			border:1px solid #8c8c8c;
			color:#111;
			margin-bottom:17px;
		}
	

/*==========================================*/
.redText {
	color: #F00;
}
.col-4 ul {
	width: 600px;
}
.col-4 li {
	float:left;
	width: 160px;
	padding-right: 40px;
}
}
.col-5 ul {
	width: 450px;
}
.col-5 li {
	float:left;
	width: 120px;
	padding-right: 30px;
}

.button1 {
    background-color: #555555;
	border-style: outset;
    
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
}

.newanchor:link {
	color:rgb(146,208,80);
	text-decoration:underline;
	}
	
	.newanchor:visited {color:rgb(146,208,80);}

