/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#a3a3a6;
	font-size:17px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.gif);
}

a {
	color:#a3a3a6;
	text-decoration: none;
}

a:hover {
	color:#B20839;
	text-decoration: none;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:23px; color:#B20839; }

h2 { font-size:18px; color:#6e6f71; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:242px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	font-size:18px;
	float:right;
	width:475px;
	height:40px;
	padding: 142px 0 0 0;
}

#nav-sub {
	position:relative;
	font-size:16px;
	float:right;
	top:0;
	left:0;
	width:880px;
	height:40px;
	padding: 22px 0 0 0;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	font-weight:bold;
	line-height:24px;
	top:0;
	left:0;
	float:left;
	width:430px;
	height:auto;
	padding: 44px 0 0 0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:480px;
	height:auto;
	padding: 44px 0 0 0;
}

#side_bar-services {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:411px;
	height:auto;
	padding: 44px 0 0 0;
}

#side_bar-public {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:445px;
	height:auto;
	padding: 44px 0 0 0;
}

#side_bar-web {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:447px;
	height:auto;
	padding: 44px 0 0 0;
}

#side_bar-social {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:499px;
	height:auto;
	padding: 44px 0 0 0;
}

#side_bar-contact {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:493px;
	height:auto;
	padding: 44px 0 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	font-size:12px;
	top:0;
	left:0;
	width:950px;
	height:40px;
	clear:both;
}

.footer-line {
	position:relative;
	width:949px;
	height:5px;
	background-color:#B3093A;
	margin: 15px 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

