@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin: 20px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	min-width: 760px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 951px;
}
#outerWrapper #header {
  background-color: #ddd;
  border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
  background-image: url("file:///G|/MyWebsites/ComputerWizard/ComputerWizard2009SeptRevision/3ColumnFixedHeaderandFooter_images/contentWrapper_bg.png");
  background-repeat: repeat-y;
  overflow: hidden;
  font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #FFFFFF;
	border-right: solid 1px #5645af; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 0px 20px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 270px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #FFFFFF;
	border-left: solid 1px #5645af; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 0px 20px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 270px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 315px 0 310px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 20px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

}
#outerWrapper #footer {
  background-color: #ddd;
  border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

.oneColFixCtr #container {
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	min-width: 760px;
}


#HotSpot {
	position:absolute;
	width:235px;
	height:80px;
	z-index:1;
	left: 659px;
	top: 24px;
}


#CallToAction {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#cac3e1;
	font-size: 12px;
	color: #5645af;
	text-align: center;
	border: 2px solid;
	border-color: #C7E052;
	width: 867px;
	height:auto;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.oneColFixCtr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
}
#singlecolumncontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 80px;
	text-align: left;
}

.quote2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}


/*#leftcolumn {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color:#FFF;
	width:530px;
	height:430px;
	float:left;
	clear:both;
	padding: 15px;
	line-height: 1.5em;
	margin: 0 auto 40px auto;
	color: #000;
	padding: 0px 15px 20px 25px;
}

#rightcolumn {
	background-color:#FFF;
	width:260px;
	height:420px;
	float:left;
	margin: 10px 20px 20px 40px;
	border-color: #49479d;
	border: 1px solid;
	padding: 0 20px 0 20px;
	
}*/

#servicearea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color:#FFF;
	width:778px;
	height:auto;
	float:left;
	clear:both;
	padding: 15px;
	line-height: 1.5em;
	margin: 0 40px 40px 40px;
	color: #000;
	padding: 20px 45px 20px 45px;
	position:relative;
	background: #C3E1D0;
	z-index: 0;
}

/* Commonly used to style page titles. */
h1 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 3.5px;
	color: #000;
	text-align: center;
}
/* Commonly used to style section titles. */
h2 {
	color: #5645af;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	line-height: 14px;
	text-indent: 14px;
}
/* Sets the style for the h3 header. */
h3 {
	color: #5645af;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
}
/* Sets the style for the h4 header. */
h4 {
	color: #5645af;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h5 {
	color: #5645af;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #49479d;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #49479d;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #3a32c4;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #3a32c4;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #383644;
}



#footer {
	background-color:#cac3e1;
	width:897px;
	height:auto;
	float:left;
	clear:both;
	margin: 20px 25px 25px 25px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	padding: 10px 0 10px 0;
}
.quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.testimonial {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: right;
}

.quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}
#CallsWelcome {
	font-weight: bold;
	text-align: center;
}

.imageFloatRight {
	margin: -10px 0 0 0;
	padding: -20px 10px 15px 40px;
	float: right;

}

.imageFloatRight2 {
	margin: 4px 0px 10px 10px;
	padding: 0px 10px 5px 10px;
	float: right;

}

.imageFloatLeft {
	margin: 0px 10px 10px 0px;
	padding: 5px 10px 0px 0px;
	float: left;
}

</style>
.roundedCornerBox {
	border: 1px solid #49479d;
}
hr {
	border-top-color: #5645af;
	border-right-color: #5645af;
	border-bottom-color: #5645af;
	border-left-color: #5645af;
	color: #5645af;
}
.boldtext {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
}

.boldtextred {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #F00;
}
.fineprint {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
}
