@charset "utf-8";
.clear {
	clear: both;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #141414;
	/*background-image:url(../images/images/slice.jpg);*/
	background-repeat: repeat-x;
	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: #71abe6;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 763px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#000000;
	color: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a {
	color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	height:165px; 
	background-image: url(../images/images/Web_design_header.jpg);
	/*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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
#navbar{
	width: 100%;
	background-image:url(../images/images/web_design_navigation.jpg);
	height: 85px;
	text-align: center;
	font-size: 160%;
}
#navbar a{
	color: #71abe6;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
} 
#navbar a:hover {
	color:#FFFFFF;
}
#navbar li{
	padding-top:25px;
	display:inline-table;
	padding-right: 30px;
	padding-left: 0px;
}
#topmenu {
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #383f4a;
	background-image: url(../images/images/main_content.jpg);
	background-repeat: repeat-x;
	margin-bottom:0px;
}
.oneColFixCtrHdr #mainContent h1, h2{
	color: #71abe6;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
#outpromo {
	background-image: url(../images/images/promo_hover.jpg);
	width: 243px;
	height: 185px;
	float: right;
}
#promo a{
	width: 243px;
	height: 185px;
	background-image: url(../images/images/promo.jpg);
	float: right;
}
#promo a:hover {
	background-image: none;
}
	
.oneColFixCtrHdr #footer {
	padding: 10px 10px 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 137px;
	background-image: url(../images/images/web_design_footer.jpg);
	float: left;
	width: 743px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #00FFFF;
}
#validator {
	width: 200px;
	height:105px;
	float: left;
}
#xhtmlbutton a{
	height: 36px;
	width: 95px;
	background: url(../images/buttonsprite.jpg);
	position: relative;
	top:68px;
	left:2px;
	float:left;
	margin:0px;
}
#xhtmlbutton a:hover{
	background-image: none;
}
#cssbutton a{
	height: 36px;
	width: 95px;
	background: url(../images/buttonsprite.jpg) top right no-repeat;
	position: relative;
	top:68px;
	left:2px;
	float:left;
}
#cssbutton a:hover{
	background-image: none;
}
#contactbutton a{
	display: block;
	width: 210px;
	height: 48px;
	background: url(../images/buttonsprite.jpg) bottom no-repeat;
	position: relative;
	left: 25px;
	top:50px;
	float: left;
}
#contactbutton a:hover{	
	background-image: none;
}
.oneColFixCtrHdr #footer h2{
	font-size:14px;
}
#thankyou {
	float: right;
	width:450px;
	margin-bottom:0px;
}


/*------speach bubble code------*/

#spcontainer {
	width:180px;
	height:140px;
	padding-top:0px;
	float: left;
}
#holder {
	width:150px; 
	height:90px; 
	margin:0 auto;
}
#holder h3 {
	margin:0; 
	color:#000; 
	font:bold 18px/24px 'times new roman', serif;
}

ul.outer {
	padding:0; 
	margin:0; 
	list-style:none; 
	width:160px; 
	height:160px; 
	float:left; 
	position:relative;
}
ul.outer ul {
	padding:0; 
	margin:0; 
	list-style:none;
}
ul.outer a {
	text-decoration:none;
}

ul.outer table {
	border-collapse:collapse; 
	padding:0; 
	margin:-1px;
}

ul.outer li {
	display:block; 
	float:left; 
	padding:3px; 
	margin:0;
}

ul.outer li.inner img.other {
	width:100%; 
	display:block; 
	border:0; 
	cursor:pointer;
}
ul.outer li.inner img.ie6 {
	display:none;
}

ul.outer li:hover {
	padding:1px;
}

ul.outer li.inner:hover img {
	width:148px; 
	height:148px;
}

ul.outer div {
	position:absolute; 
	width:200px; 
	height:200px; 
	left:-9999px; 
	top:-130px; 
	z-index:100;
}
ul.outer div b {
	display:block;
	width:200px; 
	height:200px; 
	position:absolute; 
	left:10px; 
	top:20px; 
	background:url(bubble/bubble.png); 
	z-index:-1;
	float:left;
}

ul.outer li.inner ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	position:relative; 
	z-index:100; 
	width:180px; 
	padding:55px 0 0 30px;
}
ul.outer li.inner ul li {
	padding:0; 
	margin:0;
}
ul.outer li.inner ul li a {
	display:block; 
	width:180px; 
	font:bold 12px/20px verdana, sans-serif; 
	color:#000; 
	text-decoration:none; 
	padding:0; 
	margin:0; 
	text-indent:20px; 
	background:url(bubble/arrow.gif) no-repeat left center;
}
ul.outer li.inner ul li a:hover {
	color:#c00; 
	padding:0; 
	margin:0; 
	background:url(bubble/red-arrow.gif) no-repeat left center;
}

ul.outer li.inner:hover div {
	left:50px;
}

/*------ end speach bubble code------*/


.siteGroups {
	text-align: center;
	display: inline-table;
	width: 700px;
	padding:8px;
}
.siteGroups h3{
	font-size: 80%;
}
.siteGroups a{
	color: #ffffff;
}
.sitePanel {
	float: left;
	width: 220px;
}
.bodyLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.bodyRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
	
