@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(Images/BackGrad.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: underline;
	color: #C60;
}
a:active {
	text-decoration: none;
	color: #F90;
}
h1 { font-size: large; }
h2 {
	font-size: medium;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 { font-size: small; }
h4 { font-size: x-small; }
#aligncenter {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#container {
	width: 900;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0;
}
#container #toparea {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 115px;
	width: 900px;
	background-image: url(Images/HomeTopRev2.gif);
}
#container #toparea #topleft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 115px;
	width: 536px;
}
#container #toparea #toprightup ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 26px;
}
#container #toparea #toprightup ul li {
	display: inline;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}
#container #toparea #toprightup ul li a {
	color: #FFF;
	font-weight: bold;
}
#container #toparea #toprightup {
	margin: 0px;
	float: right;
	height: 32px;
	width: 364px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}
#container #toparea #toprightdown {
	margin: 0px;
	float: right;
	height: 83px;
	width: 344px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #mainNavigation  {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	width: 900px;
	background-image: url(Images/HomeMenu.gif);
	background-repeat: no-repeat;
}
#container #mainNavigation ul  {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #mainNavigation ul li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: inline;
	margin: 0px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#container #mainNavigation ul li a  {
	color: #FFF;
	height: 32px;
	display: inline-block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 32px;
}
#container #mainNavigation ul li a:hover {
	color: #FFF;
	background-color: #e38800;
	text-decoration: none;
}
#container #bodyarea {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 900px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
}
#container #footer {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 900px;
}
#container #footer #footerleft {
	margin: 0px;
	padding: 10px;
	float: left;
	height: auto;
	width: 280px;
}
#container #footer #footerright {
	color: #CCC;
	text-align: right;
	margin: 0px;
	padding: 10px;
	float: right;
	height: auto;
	width: 580px;
}
#container #footer #footerleft ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #footer #footerleft ul li a { color: #CCC; }
#container #footer #footerleft ul li a:hover {
	color: #C60;
	text-decoration: underline;
}
#container #searchAdArea {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 900px;
}
#homeleft {
	margin: 10px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 180px;
	border: 1px solid #06F;
}
.homeleftwide {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
}
#homemid {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 460px;
	width: 450px;
}
#homemidtop   {
	padding: 10px;
	float: left;
	height: 190px;
	width: 430px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(Images/homeMidTop.jpg);
	background-repeat: no-repeat;
}
#homemidtop p { margin-right: 125px; }
#homemidbottom   {
	float: left;
	height: 211px;
	width: 430px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(Images/homeMidBottom.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-position: 0px 12px;
}
#homemidbottom p { margin-left: 180px; }
#homeright {
	margin: 10px;
	padding: 10px;
	float: right;
	height: 420px;
	width: 205px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #06F;
}
#childleft {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 230px;
}
#childhistory {
	font-size: x-small;
	float: left;
	width: 630px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#childbody {
	margin: 0px;
	float: left;
	width: 630px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#ServicesPanel .AccordionPanel.AccordionPanelOpen .AccordionPanelContent a {
	color: #039;
	font-weight: bold;
}
#ServicesPanel .AccordionPanel.AccordionPanelOpen .AccordionPanelContent a:hover { color: #C60; }
.designImage {
	background-image: url(Images/StockPaintsSmall.jpg);
	background-repeat: no-repeat;
	height: 550px;
}
.designImageTall {
	background-image: url(Images/StockPaintsSmall.jpg);
	background-repeat: no-repeat;
	height: 660px;
}
.programmingImage {
	background-image: url(Images/StockFlowSmall.jpg);
	background-repeat: no-repeat;
	height: 550px;
}
.contactImage {
	background-image: url(Images/StockBoothSmall.jpg);
	background-repeat: no-repeat;
}
.emailImage {
	background-image: url(Images/StockEmailSmall.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
.emailImageTall {
	background-image: url(Images/StockEmailSmall.jpg);
	background-repeat: no-repeat;
	height: 750px;
}
.aboutImage {
	background-image: url(Images/StockQuestionSmall.jpg);
	background-repeat: no-repeat;
}
.hostingImage {
	background-image: url(Images/StockServersSmall.jpg);
	background-repeat: no-repeat;
	height: 500px;
}
.estimateImage {
	background-image: url(Images/StockAbacusSmall.jpg);
	background-repeat: no-repeat;
}
.seoImage {
	background-image: url(Images/StockMazeSmall.jpg);
	background-repeat: no-repeat;
	height: 500px;
}
.helpImage {
	background-image: url(Images/StockHelp.jpg);
	background-repeat: no-repeat;
}
.loginImage {
	background-image: url(Images/StockKeySmall.jpg);
	background-repeat: no-repeat;
}
.thanksImage {
	background-image: url(Images/StockThanksSmall.jpg);
	background-repeat: no-repeat;
}
.indented { margin-left: 16px; }
.titlebox {
	font-weight: bold;
	color: #FFF;
	background-color: #45cde9;
	margin: 0px;
	padding: 4px;
	float: left;
	width: 172px;
}
.darkbox {
	background-color: #333;
	margin: 0px;
	padding: 4px;
	float: left;
	color: #FFF;
	width: 172px;
}
.backLightGray { background-color: #eeeeee; }
.borderDarkGray { border: 1px solid #333; }
.error { color: #C00; }
#fb-wrapper {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
	width: 140px;
}

