@charset "utf-8";
body {
	font: 14px Comic Sans MS;
	background-image: url(images/header.gif);
	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;
	color: #444;
	text-align: center;
}
#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	position: relative;
	width: 920px;
	margin: 0 auto;
	height: 170px;
	padding: 0;  /* 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. */
}
#header img {
	position: relative;
	top: 10px;
	left: 0px;
}
#nav {
	width: 744px;
	position: relative;
	bottom: 85px;
	left: 160px;
}
#mainContent {
	width: 920px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	width: 100%;
	height: 400px;
	background:#333;
}
#footerContent {
	width: 920px;
	margin: 0 auto;
	position: relative;
	left: 0;
	padding: 10px;
	color: #999;
}
h1 {
	padding: 5px 0 10px 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-size: 35px;
}
h2 {
	padding: 5px 0;
	margin: 0;
	border: 0;
	font-weight: bold;
	font-size: 25px;
}
h3 {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: bold;
	font-size: 19px;
}
#logo_text {
	position: absolute;
	top: 135px;
	left: 0;
	font-size: 15px;
	color: #FFF;
}
#join_us {
	width: 215px;
	float: right;
	padding: 12px 0 0 0;
}
#businessContent {
	margin-right: 240px;
}
.dots {
	padding: 0px;
	margin: 0;
	border: 0;
	height: 10px;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	font-size: 10px;
}
p {
	padding: 10px 0;
	margin: 0;
	border: 0;
}
a {
	outline: none;
}
.ourwork {
	width: 250px;
	float: left;
	margin-top: 12px;
	margin-right: 40px;
}
.ourwork img {
	border: 1px solid #999;
	margin-bottom: 12px;
}
.services {
	width: 200px;
	float: left;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.services_social {
	width: 200px;
	float: left;
	margin-top: 12px;
	margin-bottom: 30px;
}
.services img {
	margin-bottom: 12px;
}
#workUs {
	margin: 50px 0 0 0;
	font-family: Comic Sans MS;
	font-size: 30px;
	color: #FFF;
}
#powerp {
	margin: 50px 0 0 0;
}
#line {
	margin: 55px 0 0 0;
	border-bottom: 1px solid #555;
}
#copy {
	margin: 20px 0 0 0;
}
#bottomemail a {
	color: #FFF;
}
#contact_bottom {
	width: 250px;
	float:right;
	margin: 50px 0 0 0;
	font-family: Comic Sans MS;
	font-size: 26px;
	color: #FFF;
}
#contact_email {
	line-height: 40px;
	font-size: 16px;
}
#contact_email a {
	color: #F90;
}
#subscribe {
	width: 320px;
	float:right;
	margin: 50px 0 0 0;
	font-family: Comic Sans MS;
	font-size: 26px;
	color: #FFF;
}
#subscribe_text {
	line-height: 40px;
	font-size: 12px;
	color: #999;
}
form, input {
	margin: 0;
	padding: 0;
	border: 0;
}
#email_tbox {
	width: 170px;
	height: 24px;
	background-color: #555;
	border: 1px solid #555;
	color: #999;
	margin: 0;
	padding: 6px 0 0 5px;
	vertical-align: middle;
	font-family: Comic Sans MS;
}
#submit_btn {
	width: 70px;
	height: 32px;
	background-color: #222;
	border: 1px solid #222;
	color: #999;
	margin: 0;
	padding: 0;
	vertical-align: middle;
    font-family: Comic Sans MS;
}
#aboutContent {
	width: 420px;
	margin-left: 240px;
}
.about_titles {
	font-size: 16px;
	font-weight: bold;
	color: #900;
}
.dots_about {
	padding: 0px;
	margin: 10px 0 0 0;
	border: 0;
	height: 10px;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	font-size: 10px;
}
#about_links {
	width: 218px;
	float:left;
}
#about_links p {
	background-color: #D8D1FE;
	padding: 10px 5px;
	margin: 5px 0;
}
#about_links a {
	text-decoration: none;
	color: #504C67;
	width: 100%;
    display: block;
}
#about_links a:hover {
	text-decoration: none;
	color: #FFF;
}
.clear {
	clear: both;
}
#contact_form {
	width: 198px;
	float: left;
	background-color: #D8D1FE;
	color: #504C67;
	padding: 10px 0 10px 20px;
	margin: 5px 0;
}
.contactText {
	font-family: Comic Sans MS;
	font-size: 13px;
	color: #666;
	padding: 2px 0;
}
.star {
	color: #C00;
}
#message {
	width: 175px;
	height: 100px;
}
#submitStyle {
	outline: none;
	cursor: pointer;
	margin-top: 10px;
	padding: 8px;
	background-color: #444;
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #FFF;
}
.styling {
	width: 170px;
	height: 24px;
	border: 1px solid #999;
	margin: 0;
	padding: 6px 0 0 5px;
	vertical-align: middle;
}
#contactContent {
	margin-left: 240px;
}
.contact_titles {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	padding-bottom: 5px;
}
.contact_text {
	padding-bottom: 10px;
}
#portfolio_links {
	width: 218px;
	float: left;
}
#portfolio_links p {
	background-color: #D8D1FE;
	color: #504C67;
	padding: 10px 5px;
	margin: 5px 0;
}
#portfolio_links p a {
	text-decoration: none;
	color: #504C67;
    width: 100%;
    display: block;
}
#portfolio_links p a:hover {
	text-decoration: none;
	color: #FFF;
}
#portfolioContent {
	margin-left: 240px;
}
.portfolio_title {
	font-size: 16px;
	font-weight: bold;
	color: #900;
}
.portfolio_line {
	border-bottom: 1px solid #666; 
	margin: 10px 0 16px 0;
}
.portfolio_side {
	width: 250px;
	float: right;
}
#portfolioContent div img {
	border: 1px solid #888;
}
#portfolioContent div a {
	outline: none;
}
img {
	border: 0;
}
#services_links {
	width: 218px;
	float: left;
}
#servicesContent {
	margin-left: 240px;
}
ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
}
li {
	line-height: 26px;
}
#servicesContent ul {
	padding-left: 35px;
	padding-bottom: 20px;
}
.servces_title {
	font-family: Comic Sans MS;
	padding-bottom: 8px;
	font-size: 26px;
	color: #900;
}
#blog_sidebar {
	width: 218px;
	float: left;
}
#blog_sidebar p {
	background-color: #D8D1FE;
	padding: 10px 5px;
	margin: 5px 0;
}
#blogContent {
	width: 480px;
	margin-left: 240px;
}
#blogContent .textboxes {
	width: 200px;
	height: 24px;
	font-family: Comic Sans MS;
	font-size: 13px;
	color: #666;
	border: 1px solid #999;
	margin: 0;
	padding: 6px 0 0 5px;
	vertical-align: middle;
}
.blogText {
	font-family: Comic Sans MS;
	font-size: 13px;
	color: #666;
	padding: 5px 0;
}
.blog_bull {
	font-size: 13px;
	font-weight: bold;
	color:#06F;
}
ol {
	padding: 0 0 0 40px;
	margin: 0;
}
li {
	padding: 0;
	margin: 0;
}
.textarea {
	width: 380px;
	height: 160px;
	font-family: Comic Sans MS;
	font-size: 13px;
	color: #666;
	margin: 0;
	padding: 6px 0 0 5px;
}
#blog_title {
	font-size: 16px;
	font-weight: bold;
	color: #900;
}
