@charset "utf-8";


html {
	min-height: 100%;
	margin: 0 0 1px;
	font-size: 100.01%;
	background-color: #036;
	background-image: url(../images/htmlbg.jpg);
	background-repeat: repeat-x;
}
body {
	min-height: 395px;
	margin: 0;
	padding: 0;
	color: #036;
	background-image: url(../images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 33px;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	height: 180px;
}
#header #headerphone {
	position: absolute;
	left: 10px;
	top: 7px;
	width: 350px;
}
#header #headerphone h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#header #headerphone h6 strong {
	color: #ff9966;
}


#header #toplinks {
	position: absolute;
	left: 710px;
	top: 5px;
	width: 220px;
}
#header #logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 80px;
	width: 300px;
	top: 75px;
}
#header #mainlinks {
	position: absolute;
	width: 560px;
	left: 370px;
	top: 105px;
}
#mainfeatures {
	position: relative;
	height: 300px;
}
#mainfeatures #slider {
	position: absolute;
	height: 282px;
	width: 555px;
	background-image: url(../images/sliderbg.png);
}
#mainfeatures #quote {
	background-image: url(../images/sidertext.png);
	position: absolute;
	height: 282px;
	width: 388px;
	left: 567px;
}
#mainfeatures #cu3er-container {
	height: 264px;
	width: 530px;
	margin-top: 8px;
	margin-left: 15px;
}


#gobackp {
	text-align: right;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content {
	overflow:hidden;
	width:100%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/content-a.gif);
	background-repeat: repeat-y;
	background-position: 10px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#content .content-outer {
	padding:0 0 7px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/content-c.gif);
	background-repeat: no-repeat;
	background-position: 260px 100%;
}
#content .content-inner {
	overflow:hidden;
	width:100%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/content-b.gif);
	background-repeat: repeat-y;
	background-position: 260px 0;
	padding-top: 0px;
}
#content #side {
	float: left;
	width: 240px;
}
#side #news {
	height: 235px;
	width: 205px;
	background-image: url(../images/sideboxnews.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 5px;
	padding-left: 30px;
}
#side #quote {
	height: 285px;
	width: 240px;
	background-repeat: no-repeat;
}
#main #maintwo {
	height: 240px;
	float: left;
}
#main #growimg {
	float: left;
	clear: both;
	width: 670px;
	height: 250px;
	background-image: url(../images/growimg.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#main #growimg #growtext {
	padding-top: 140px;
	padding-left: 10px;
	padding-right: 250px;
}


#content #main {
	background:transparent url(../images/content-d.png) no-repeat scroll 0 0;
	display:inline;
	float:right;
	width:678px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 4px;
	margin-right: 18px;
	margin-left: 0px;
}
#main #maintwo #moreclients {
	float: left;
	width: 309px;
	border: 3px solid;
	margin: 5px;
	padding-left: 10px;
	border: 3px solid #F2F2D8;
	height: 230px;
}


#footer {
	padding: 0 10px;
}
#footer #footerleft {
	width: 500px;
	float: left;
	padding-left: 15px;
}
#footer #footerright {
	float: right;
	width: 250px;
	text-align: right;
}

#main #maintwo #testimonials {
	float: left;
	width: 309px;
	border: 3px solid #F2F2D8;
	margin: 5px;
	padding-left: 10px;
	height: 230px;
}
#testimonials #mainprocess {
	padding-left: 30px;
}

#side .sidecontent  {
	height: 235px;
	width: 205px;
	float: left;


}

.blogsitesummary {
	list-style-type: none;
	margin-left: -70px;
            }
            .author {
                display:none;
            }
            .date {
	font-size: 9px;
	display: none;
            } 
#side .sidecontent li {
	padding-bottom: 10px;

}

#side #newsletter {
	height: 125px;
	width: 230px;
	background-image: url(../images/sideboxnewsletter.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 10px;
}
#box-newsletter p.input  input{
	background:#FFFFFF none repeat scroll 0 0;
	border:medium none;
	padding:2px;
	width:160px;
	height: 20px;
}
#box-newsletter p.input label {
	color:#00323C;
	float:left;
	font-weight:bold;
	text-transform:lowercase;
	width:40px;

#side .sidenewspadding {
	padding-top: 50px;
	padding-right: 5px;
	padding-left: 30px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#box-newsletter #submit   {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 140px;
}
#box-newsletter form .form .a {
	font-size: 11px;
}
