@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #464646;
	background-position: center top;
	}

h2 {

}
.twoColFixLtHdr #container {
	width: 820px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	border: 3px solid #FFF;
	text-align: left;
	background-color: #FFF;
	background-image: url(img/peachgradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
} 
#innercontainer {
	background-image: url(img/header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
}



.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 

.twoColFixLtHdr #footer {
	marginpadding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;} 

.twoColFixLtHdr #footer p {
	
	margin: 0 10px; /* 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 */
}

.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;
}

p {
	margin: 0px;
}

ul {
	margin: 0px;
}

li {
	margin: 0px;
}

h1 {
	margin: 0px;
}


/* ------------NAVIGATION*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#sidebar1 a {
	color:#333
}

#sidebar1 ul {
	margin-left: 0 px;
	padding: 0px;
	margin: 0px;
}

#sidebar1 li {

	font-size:14px;
	margin-left: 0 px;
	list-style: none;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#sidebar1 ul a:link {text-decoration:none;} 
#sidebar1 ul a:visited {text-decoration:none;}
#sidebar1 ul a:hover {
color:#BD0235;
text-decoration:underline;

}
#sidebar1 ul a:active {text-decoration:none;}
#sidebar1 ul li:hover {	
   	background-color: #FFF;
	text-align: right;
}

.twoColFixLtHdr.home #sidebar1 ul #home {
	font-weight: bold;
}

.twoColFixLtHdr.web #sidebar1 ul #web {
	font-weight: bold;
	}

.twoColFixLtHdr.mobile #sidebar1 ul #mobile {
	font-weight: bold;
	}

.twoColFixLtHdr.hosting #sidebar1 ul #hosting {
	font-weight: bold;

	}

.twoColFixLtHdr.exhibit #sidebar1 ul #exhibit {
	font-weight: bold;
	}

.twoColFixLtHdr.marketing #sidebar1 ul #marketing {
	font-weight: bold;
	}

.twoColFixLtHdr.portfolio #sidebar1 ul #portfolio {
	font-weight: bold;
	}

.twoColFixLtHdr.about #sidebar1 ul #about {
	font-weight: bold;
	}

/* ------------End NAVIGATION*/


.twoColFixLtHdr #container #sidebar1 p {
	font-size: 12px;
	padding-left: 10px;
}

.phone
{
	margin-left: 20px;
}

.fadeshow1 {
	height: 488px;
	width: 560px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;

}
