@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	margin-bottom: 20px;

} 
#headerRightDiv {
	float: right;
	color: #999999;
	text-align: right;
	font-size: 12px;
}
#headerRightDiv p {
	margin-bottom: 0px;
	margin-top: 0px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background-image: url(images/bgSideBar.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#indexWhatWeDoDiv {
	float: left;
	width: 365px;
}
#indexHowItWorksDiv {
	float: right;
	width: 365px;
}

#sidebar1 p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding-top: 5px;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8232A;
	font-size: 12px;

} 
#footerMenu {
	float: left;
}
#footerCopyright {
	float: right;
	text-align: right;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topMenuDiv {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8232A;
	padding-left: 0px;
}

#menuDiv {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#menuDiv ul {
	margin: 0px;
	padding: 0px;
}
#menuDiv li {
	display: inline;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 16px;
	list-style-image: url(none);
	list-style-type: none;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8232A;
}
#menuDiv li a:link {
	color: #999999;
	text-decoration: none;
}
#menuDiv li a:visited {
	color: #999999;
	text-decoration: none;
}
#menuDiv li a:hover {
	color: #E8232A;
	text-decoration: underline;
	font-size: 12px;
}

#menuDiv li a:active {
	color: #999999;
	text-decoration: none;
}
#menuDiv2 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	padding-right: 0px;
}
#menuDiv2 ul {
	margin: 0px;
	padding: 0px;
}
#menuDiv2 li {
	display: inline;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 16px;
	list-style-image: url(none);
	list-style-type: none;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8232A;
}
#menuDiv2 li a:link {
	color: #E8232A;
	text-decoration: none;
}
#menuDiv2 li a:visited {
	color: #E8232A;
	text-decoration: none;
}
#menuDiv2 li a:hover {
	color: #35872C;
	text-decoration: underline;
	font-size: 12px;
}
#menuDiv2 li a:active {
	color: #E8232A;
	text-decoration: none;
}


#menuDiv3 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#menuDiv3 ul {
	margin: 0px;
	padding: 0px;
}
#menuDiv3 li {
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	list-style-image: url(none);
	list-style-type: none;
	margin: 0px;
}
#menuDiv3 li a:link {
	color: #999999;
	text-decoration: none;
}
#menuDiv3 li a:visited {
	color: #999999;
	text-decoration: none;
}
#menuDiv3 li a:hover {
	color: #E8232A;
	text-decoration: underline;
	font-size: 12px;
}
#menuDiv3 li a:active {
	color: #999999;
	text-decoration: none;
}
#bannerDiv {
	height: 255px;
}
#indexButtonRightDiv {
	float: right;
	width: 202px;
	margin-left: 40px;
}
#whatWeDoTextbox {
	background-color: #F7FDF7;
	border: 1px solid #36872D;
	height: 264px;
}
#howItWorksTextbox {
	background-color: #F7FDF7;
	border: 1px solid #36872D;
	height: 244px;
	padding-top: 20px;
}
#whatWeDoTextbox ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#freeQuoteDiv {
	margin-left: 70px;
}
#bannerDivLeft {
	float: left;
	text-align: center;
	padding-top: 70px;
	padding-left: 50px;
}
#bannerDivRight {
	float: right;
	position: relative;
	margin-top: 0px;
	margin-bottom: -50px;
}
#headerSpacerDiv {
	height: 10px;
}
#servicesLeftDiv {
	float: left;
	width: 365px;
}
#servicesLeftDiv p {
	margin-top: 8px;
}
#servicesRightDiv {
	float: right;
	width: 365px;
}
#servicesRightDiv p {
	margin-top: 8px;
}




#servicesIconDiv01 {
	background-image: url(images/icons/servicesIcon01.gif);
	background-repeat: no-repeat;
	height: 29px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 9px;
	padding-left: 47px;
}
#servicesIconDiv02 {
	background-image: url(images/icons/servicesIcon02.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 11px;
	padding-left: 47px;
}
#servicesIconDiv03 {
	background-image: url(images/icons/servicesIcon03.gif);
	background-repeat: no-repeat;
	height: 29px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 9px;
	padding-left: 47px;
}
#servicesIconDiv04 {
	background-image: url(images/icons/servicesIcon04.gif);
	background-repeat: no-repeat;
	height: 33px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 13px;
	padding-left: 47px;
}
#servicesIconDiv05 {
	background-image: url(images/icons/servicesIcon05.gif);
	background-repeat: no-repeat;
	height: 23px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 7px;
	padding-left: 47px;
}
#servicesIconDiv06 {
	background-image: url(images/icons/servicesIcon06.gif);
	background-repeat: no-repeat;
	height: 31px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 10px;
	padding-left: 47px;
}
#servicesIconDiv07 {
	background-image: url(images/icons/servicesIcon07.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 10px;
	padding-left: 47px;
}
#servicesIconDiv08 {
	background-image: url(images/icons/servicesIcon08.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 9px;
	padding-left: 47px;
}
#servicesIconDiv09 {
	background-image: url(images/icons/servicesIcon09.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 12px;
	padding-left: 47px;
}
#servicesIconDiv10 {
	background-image: url(images/icons/servicesIcon10.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 10px;
	padding-left: 47px;
}
#servicesIconDiv11 {
	background-image: url(images/icons/servicesIcon11.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 8px;
	padding-left: 47px;
}
#servicesIconDiv12 {
	background-image: url(images/icons/servicesIcon12.gif);
	background-repeat: no-repeat;
	height: 27px;
	font-size: 16px;
	font-weight: bold;
	color: #35872C;
	padding-top: 7px;
	padding-left: 47px;
}
#screenShotsIndexDiv {
	margin-bottom: 20px;
}
#webHostingTableDiv {
}
#webHostingTableDiv ul {
	margin-top: 5px;
}
#webHostingTableDiv li {
	margin-left: -10px;
}
#FAQansersDiv {
}
#FAQansersDiv p {
	margin-top: 5px;
}
#portfolioTable {
	font-size: 12px;
}
#portfolioClientTableDiv {
	font-size: 12px;
}
