@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
background: url(../images/bg.jpg);
}

form { margin: 0; padding: 0; }
img { border: none; }

.clear { clear: both; }

#container {
width: 1000px;
margin: 0 auto;
background: url(../images/content_bg.png) repeat-y;
position: relative;
}

#mainContainer {
width: 990px;
margin: 0 auto;
background: url(../images/header_bg.jpg) repeat-x;
position: relative;
}

#header {
height: 262px;
position: relative;
}

#header #logo {
width: 251px;
height: 192px;
position: absolute;
top: 30px;
left: 42px;
background: url(../images/logo.jpg) no-repeat;
}

#header #img_box_top {
width: 586px;
height:166px;
padding: 7px;
position: absolute;
bottom: 20px;
right: 40px;
border: 1px solid #ccc;
background: #fff;
}

#header #newsletter_green_box {
height: 41px;
background: url(../images/green_bg.gif) repeat-x;
margin: 7px 0 0 0;
_margin: 5px 0 0 0;
}


/* ----------[ Navigation ] ---------- */

#header #navBox {
width: 667px;
height: 43px;
position: absolute;
top: 0px;
right: 10px;
}

#nav {
width: 667px;
height: 43px;
position: relative;
background: url(../images/menu.jpg);
margin: 0;
padding: 0;
}

#nav li {
float: left;
list-style-type: none;
}

#nav li a {
position: absolute;
top: 0;
margin: 0;
padding: 0;
display: block;
height: 43px;
background: url(../images/menu.jpg) no-repeat;
text-indent: -9999px;
overflow: hidden;
font-size: 1%;
}

#nav li#nav_home a {
left: 0;
width: 90px;
background-position: 0 0;
}

#nav li#nav_company a {
left: 90px;
width: 114px;
background-position: -90px 0;
}

#nav li#nav_services a {
left: 204px;
width: 111px;
background-position: -204px 0;
}

#nav li#nav_gallery a {
left: 315px;
width: 97px;
background-position: -315px 0;
}

#nav li#nav_testimonials a {
left: 412px;
width: 145px;
background-position: -412px 0;
}

#nav li#nav_contact a {
left: 557px;
width: 110px;
background-position: -557px 0;
}

#nav li#nav_home a:hover {
background-position: 0 -43px;
}

#nav li#nav_company a:hover {
background-position: -90px -43px;
}

#nav li#nav_services a:hover {
background-position: -204px -43px;
}

#nav li#nav_gallery a:hover {
background-position: -315px -43px;
}

#nav li#nav_testimonials a:hover {
background-position: -412px -43px;
}

#nav li#nav_contact a:hover {
background-position: -557px -43px;
}

/* ----------[ Scroll IMG ] ---------- */
#scrolling_bg {
width: 630px;
height: 362px;
position: absolute;
top: 85px;
right: 22px;
background: url(../images/scrolling_bg.png) no-repeat;
}

#scrolling_bg  #scrol_box {
padding: 34px 0 0 29px;
}

/* ----------[ Content ] ---------- */

#content {
width: 990px;
height: 450px;
position: relative;
}

#content_box {
width: 595px;
position: absolute;
top: 220px;
right: 30px;
}

#content #content_box_right {
background: url(../images/content_box_bg2.jpg) bottom;
padding: 5px 16px 30px 16px;
line-height: 20px;
}

/*#content #content_box_right {
width: 571px;
background: url(../images/content_box_bg.png) bottom;
position: absolute;
top: 200px;
right: 30px;
padding: 0 16px 40px 16px;
line-height: 18px;
}*/

#green_box {
width: 330px;
height: 290px;
background: url(../images/green_box.jpg);
position: absolute;
top: 60px;
left: 19px;
}

.letterSpacing{
letter-spacing: 1px;
}

.wText_12 {
color: #fff;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.wText_14 {
color: #fff;
font: 14px Verdana, Arial, Helvetica, sans-serif;
}

.wText_20 {
color: #fff;
font: 20px bold Verdana, Arial, Helvetica, sans-serif;
}

.wText_30 {
color: #fff;
font: 30px bold Verdana, Arial, Helvetica, sans-serif;
}

.inpit_box_bg {
background: url(../images/form_bg.gif);
border: 1px solid #fff;
padding: 3px;
width: 170px;
}

a.linkw2w, a.linkw2w:visited
{
color:#fff;
font-size: 25px;
text-decoration: none;
cursor: pointer;
}

a.linkw2w:hover
{
color:#fff;
text-decoration: none;
}

#footer {
text-align: right;
margin: 0 25px 0px 25px;
padding: 0 0 25px 0;
}


/* ----------[ Subpage ] ---------- */

#SP_content {
width: 957px;
margin: 0 auto;
}

.blueText {
font-size: 25px;
color: #003366;
}

.mainText {
margin: 0px;
line-height: 18px;
}

.leftImg {
float: left;
margin: 4px 15px 15px 0;
}

.blue_text_heading {
font-size: 16px;
color: #012F84;
font-weight: bold;
}


.gallery img{
border: 1px solid #ccc;
padding: 4px;
}

.gallery:hover img{
border: 1px solid navy;
}

.gallery:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.services {
list-style: square;
}

.services li {
margin: 10px 0 10px 0;
}

.services li a {
color: #6a8a1d;
font-weight: bold;
}

.services li a:hover {
color: #6a8a1d;
font-weight: bold;
text-decoration: none;
}

.greenText {
font-size: 14px;
color: #6a8a1d;
font-weight: bold;
}