@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EF8E1D;
}
#headerContainer {
	background-image: url(images/header-bk.jpg);
	height: 147px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#container  {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 143px;
	padding-top: 0;
	padding-bottom: 0;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#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 */
}
#header #navigation-top {
	width: 970px;
	padding-top: 60px;
}
#header #navigation-top a {
	color: #999999;
	text-decoration: none;
}
#header #navigation-top a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#header #navigation-top ul {
	padding-left: 570px;
}
#navigation-top  li {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	list-style-type: none;
	display: block;
	float: left;
	clip: rect(auto,auto,auto,auto);
	letter-spacing: 1px;
	width: 100px;
}
#mainFlash  {
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#mainPortfolioWrapper {
	padding-top: 0;
	padding-bottom: 0;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
}
#portfolio-nav {
	width: 180px;
	margin-left: 20px;
	float: left;
}
#portfolio-thumbs {
	float: right;
	margin-top: 0px;
	width: 700px;
}
.portfolio-wrap {
	width: 970px;
}
.portfolio-image {
	float: left;
	width: 520px;
	height: 400px;
	padding: 10px;
	text-align: center;
}
.portfolio-desc {
	float: right;
	width: 375px;
}
.portfolio-image #portfolio {
	border: thin inset #333333;
	padding: 2px;
}
#mainPortfolioWrapper h1 {
	font-family: "Trebuchet MS";
	text-align: left;
	text-indent: 20px;
	letter-spacing: 1px;
}
#mainContent {
	height: 345px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-image: url(images/lower.jpg);
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
div#left {
	float: left;
	width: 300px;
	padding-top: 60px;
	padding-left: 15px;
}
div#right {
	float: right;
	width: 270px;
	padding-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 18px;
	padding-right: 10px;
}
#container #mainContent #middle a {
	color: #990000;
	text-decoration: none;
}
#container #mainContent #middle a:hover {
	color: #663300;
	text-decoration: underline;
}
#container #mainContent #left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 18px;
}
#container #mainContent #middle li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 20px;
	list-style-image: url(images/brown-bullet.jpg);
}
div#middle {
	margin: 0px;
	padding-top: 60px;
	padding-right: 280px;
	padding-bottom: 5px;
	padding-left: 330px;
}
#container #mainContent #left a {
	color: #990000;
	text-decoration: none;
}
#container #mainContent #left a:hover {
	color: #663300;
	text-decoration: underline;
}
#footer  {
	bottom:0;
	width:100%;
	background-color: #000000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 0px;
	height: 75px;
}
.hosting-snip {
	text-align: left;
}

#social-media {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#icons {
	padding: 5px;
	float: right;
	height: 20px;
	width: 280px;
}
#footer #social-media #copyright-links {
	float: left;
	font-size: 80%;
	color: #999999;
	text-align: left;
}
#footer #social-media #copyright-links a {
	color: #666666;
}
#footer #social-media #copyright-links a:hover {
	color: #666666;
	text-decoration: none;
}
#footer #social-media #icons img {
	padding-right: 5px;
	padding-left: 5px;
}
#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 */
}
.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;
}
#title h1 {
	color: #666666;
}
#title p {
	padding-left: 20px;
	color: #333333;
}
#portfolio-thumbs p {
	color: #333333;
}
#portfolio-thumbs h2 {
	font-size: 100%;
	color: #999999;
	padding-bottom: 6px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.thumbs {
	width: 220px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.thumb-desc {
	font-size: 70%;
	color: #666666;
	text-align: center;
	padding-top: 5px;
}

.thumbsPushCenter {
	width: 125px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-left: 75px;
}
.thumbsLogo {
	width: 220px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
	border: thin solid #CCCCCC;
}
.thumbsNosize {
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
#testimonials-container {
	float: right;
	margin-top: 0px;
	width: 950px;
}
#testimonials-container h2 {
	font-size: 100%;
	color: #999999;
	padding-bottom: 6px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.side-d {
	float: left;
	width: 450px;
	padding-right: 10px;
	padding-left: 10px;
	font-style: italic;
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #333333;
	vertical-align: top;
	line-height: 20px;
}
.side-d a {
	color: #FF6600;
}
.side-e {
	margin: 0;
	float: left;
	height: 1%;
	padding: 5px;
	border: thin dotted #999999;
}
#main-text-area {
	float: right;
	margin-top: 0px;
	width: 670px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #333333;
	padding-right: 10px;
}
#main-sidebar {
	width: 250px;
	margin-left: 20px;
	float: left;
}
.hosting-snip {
	padding-left: 10px;
	font-size: 80%;
}
#main-sidebar h2 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 120%;
	color: #FF6600;
}

#main-sidebar .thumb-desc a {
	color: #9C0400;
}
#main-sidebar img {
	border: thin solid #CCCCCC;
}
#main-text-area a {
	color: #A71504;
	text-decoration: none;
}
#main-text-area a:hover {
	color: #A71504;
	text-decoration: underline;
}
#form {
	width: 100%;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
}
#form h1 {
	color: #FFFFFF;
	font-size: 120%;
	text-align: right;
	padding-right: 10px;
}
#form-text p {
	padding-right: 10px;
	text-align: right;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #CCCCCC;
}


#form-elements {
	width: 300px;
	margin-bottom: 25px;
	border: thin none #FFFFFF;
	float: left;
	padding-left: 10px;
}
#form-text     {
	float: right;
	width: 300px;
	margin-right: 10px;
	border: thin dotted #FFFFFF;
	background-color: #3399CC;
}
