* {
	margin: 0;
}
html, body {
	height:100%;
}

body {
	font-size:13px;
	background-image:url(../images/img-bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;
	background-color:#051e2a;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	width:980px;
}
a:link, a:active, a:visited {
	color:#ff0000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

.clear {
	clear:both;
}
#header {
	position:relative;
	background-image:url(../images/hdr-bg.jpg);
	background-repeat:none;
	width:980px;
	height:156px;
}
#header .logo {
	padding:20px 0 0 30px;
}
#header .contact {
	position:absolute;
	right:0;
	top:10px;
}
/*  nav  */

#navContainer {
	top:73px;
	right:20px;
	position:absolute;
	width:564px;
}
.cssnav {
	display:block;
}
.cssnav a {
	display:block;
	float:left;
}
/*  nav buttons  */

a.home {
	background:url(../images/nav-home.png) repeat 0px 0px;
	width: 67px;
	height: 33px;
	display: block;
}
a.home span {
	display: none;
}
a.home:hover {
	background: url(../images/nav-home.png) repeat 0px -33px;
}
a.aboutUs {
	background:url(../images/nav-about-us.png) repeat 0px 0px;
	width: 96px;
	height: 33px;
	display: block;
}
a.aboutUs span {
	display: none;
}
a.aboutUs:hover {
	background: url(../images/nav-about-us.png) repeat 0px -33px;
}
a.services {
	background:url(../images/nav-services.png) repeat 0px 0px;
	width: 82px;
	height: 33px;
	display: block;
}
a.services span {
	display: none;
}
a.services:hover {
	background: url(../images/nav-services.png) repeat 0px -33px;
}
a.clients {
	background:url(../images/nav-clients.png) repeat 0px 0px;
	width: 75px;
	height: 33px;
	display: block;
}
a.clients span {
	display: none;
}
a.clients:hover {
	background: url(../images/nav-clients.png) repeat 0px -33px;
}
a.gallery {
	background:url(../images/nav-gallery.png) repeat 0px 0px;
	width: 79px;
	height: 33px;
	display: block;
}
a.gallery span {
	display: none;
}
a.gallery:hover {
	background: url(../images/nav-gallery.png) repeat 0px -33px;
}
a.faq {
	background:url(../images/nav-faq.png) repeat 0px 0px;
	width: 72px;
	height: 33px;
	display: block;
}
a.faq span {
	display: none;
}
a.faq:hover {
	background: url(../images/nav-faq.png) repeat 0px -33px;
}
a.contactUs {
	background:url(../images/nav-contact.png) repeat 0px 0px;
	width: 83px;
	height: 33px;
	display: block;
}
a.contactUs span {
	display: none;
}
a.contactUs:hover {
	background: url(../images/nav-contact.png) repeat 0px -33px;
}
#lftCol {
	float:left;
	margin:15px 0 0 20px;
	background-image:url(../images/img-content-box-bg.png);
	background-repeat:no-repeat;
	width:601px;
	height:315px;
}
#lftCol .info {
	font-size:12px;
	padding:20px 25px 0 35px;
}
#lftCol .yellow {
	font-weight:bold;
	color:#ecd431;
}
#rgtCol {
	margin:15px 25px 0 0;
	width:308px;
	height:61px;
	float:right;
}

#rgtCol img{
	border:7px solid #ffffff;
}

#slideBg{
	padding:0 0 20px 0;
	margin:90px 0 0 0;
	width:100%;
	background-image:url(../images/img-slide-bg.jpg);
	background-repeat:repeat-x;
	height:176px;
}

#slideContent{
	margin:0 auto;
	width:980px;
}

/*slide show fade*/

#slideshow {
    position:relative;
    height:298px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#homeFlash{
	top:133px;
	left:962px;
	position:absolute;
	z-index:10;
}

/*sub content */

#subContent{
	background-repeat:no-repeat;
	margin:0 auto;
	width:923px;
	background-color:#0c0f11;
}

#subContent .info{
	padding:10px 0 20px 20px;
}
#subContent strong{
	color:#ecd431;
}

.h{
	margin:20px 0 10px 30px;
}

.floatRgt{
	float:right;
	margin:10px;
	border:5px solid #ffffff;
}

#bio{
	padding:0 0 15px 0;
}

#bio .photo{
	width:130px;
	border:5px solid #ffffff;
	float:left;
}
#bio .info{
	width:750px;
	padding:0 0 0 10px;
	float:left;
}
.list{
	width:300px;
	float:left;
}
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 10px;
background-image: url(../images/img-bullet.png);
background-repeat: no-repeat;
background-position: 0 .2em;
}

/*footer */

#footerContainer{
	margin:50px 0 0 0;
	background-color:#103142;
	}

#footer, .push {
	padding:15px 0 0 0;
	height: 4em;
	margin:0 auto;
	width:980px;
	height:100px;

}
#footerNav{
	text-align:center;
}
#footerNav a {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
#footerNav a:hover {
	color:#ff0000;
	text-decoration:none;
}
