/* CSS Document */

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

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:25px; }

h2 { font-size:20px; }

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;
--- */

.flag {
	color: #1F514E;
	font-size: 30px;
}

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


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.png);
}

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

#flash {
	position:relative;
	top:0;
	left:0;
	width:625px;
	height:323px;
	margin: 0 0 20px 0;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:100px;
	left:65px;
	width:950px;
	height:40px;
}

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

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

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

#content_main {
	position:relative;
	top:20px;
	right:55px;
	float:right;
	width:600px;
	height:auto;
}

#services p {
	display: block;
	color: #285855;
	padding: 2px 0;
	text-align: center;
	background-color: #b3d2cf;
	border: 1px solid #285855;
}

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

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

#side_bar {
	position:relative;
	top:20px;
	left:50px;
	float:left;
	width:202px;
	height:auto;
}
.services {
	position:relative;
	color: #fff;
	width: 199px;
	height: 165px;
	line-height: 20px;
	padding: 40px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/img_our-services.jpg);
}

.services a { color: #fff; }

.email {
	position:relative;
	width: 202px;
	height: 78px;
padding: 40px 0 0 0;
	background-repeat: no-repeat;
	background-image:url(images/img_email.jpg);
}

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

#footer {
	position:relative;
	top:15px;
	left:0;
	width:950px;
	height:36px;
	clear:both;
	background-image:url(images/bg_footer.png);
}

.logo {
	position:relative;
	top:40px;
	right:30px;
	width:126px;
	height:30px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

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

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:43px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(nav/nav2.gif);
}

a#nav_01 {
	width:70px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -43px;
}

a#nav_02 {
	width:103px;
	cursor:pointer;
	background-position:-70px 0;
}

a:hover#nav_02{
	background-position:-70px -43px;
}

a#nav_03 {
	width:118px;
	cursor:pointer;
	background-position:-173px 0;
}

a:hover#nav_03{
	background-position:-173px -43px;
}

a#nav_04 {
	width:80px;
	cursor:pointer;
	background-position:-291px 0;
}

a:hover#nav_04{
	background-position:-291px -43px;
}

a#nav_05 {
	width:88px;
	cursor:pointer;
	background-position:-371px 0;
}

a:hover#nav_05{
	background-position:-371px -43px;
}

a#nav_06 {
	width:129px;
	cursor:pointer;
	background-position:-459px 0;
}

a:hover#nav_06{
	background-position:-459px -43px;
}

a#nav_07 {
	width:140px;
	cursor:pointer;
	background-position:-588px 0;
}

a:hover#nav_07{
	background-position:-588px -43px;
}

a#nav_08 {
	width:93px;
	cursor:pointer;
	background-position:-728px 0;
}

a:hover#nav_08{
	background-position:-728px -43px;
}
