@charset "utf-8";
/* CSS Document */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body {
	background:#F4F4F4 url() no-repeat top center;
	background-attachment: fixed;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
}

#wrapper {
width:960px;
margin:0 auto;
text-align:left;
}

#headermain {
margin:30px 30px 0px 30px;
height:290px;
}

#header {
height:101px;
margin:30px 30px 30px 30px;
}

.logo {
float:left;
width:298px;
height:101px;
display:block;
background: url(logo.png) no-repeat;
text-indent:-9999px;
}

.myblurb {
float:left;
width:895px;
height:189px;
display:block;
background: url(../images/coolblurb.png) no-repeat;
text-indent:-9999px;
}

.myblurb1 {
float:left;
width:895px;
height:189px;
display:block;
background: url(../images/coolblurb1.png) no-repeat;
text-indent:-9999px;
}

ul#menu {
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0;
	height: 34px;
	width: 392px;
	float:right;
}
ul#menu li {
	float: left;
	display: inline;
	height: 34px;
	margin:0px 0px 0px 10px;
	overflow:hidden;
}

ul#menu li a {
	display: block;
	height: 34px;
	text-indent: -999em;
}

ul#menu li.home a {
	background: url(../images/homebtn.png) 0 0 no-repeat;
	width: 64px;
}
ul#menu li.services a {
	background: url(../images/servicesbtn.png) 0 0 no-repeat;
	width: 80px;
}
ul#menu li.about a {
	background: url(../images/aboutbtn.png) 0 0 no-repeat;
	width: 66px;
}
ul#menu li.contact a {
	background: url(../images/contactbtn.png) 0 0 no-repeat;
	width: 79px;
}

ul#menu li.blog a {
	background: url(../images/blogbtn.png) 0 0 no-repeat;
	width: 53px;
}

ul#menu li.home a:hover, ul#menu li.services a:hover,
ul#menu li.about a:hover, ul#menu li.contact a:hover, ul#menu li.blog a:hover {
	background-position: bottom left;
}

ul#menu li#selected a {background-position: bottom left;}

#content {
padding:15px 0px 15px 0px;
margin-bottom:30px;
background-color:#FFFFFF;

}

.myawesomework {

}

.myawesomework a img {
float:left;
display:block;
margin:15px 0px 15px 30px;
}

.cleardiv {
clear:both;
}

.services {
margin-top:30px;
}

.services h1 {
font-size:18px;
color:#70d4d2;
margin: 10px 0px 10px 30px;
}

.services p {
font-size:14px;
line-height:21px;
margin:0px 0px 15px 30px;
}

.services ul {
list-style:none;
}

.services ul li {
margin:0px 0px 10px 30px;
color:#464646;
font-size:14px;
}

.bold {
font-weight:bold;
}

#subcontent {
float:left;
width:550px;
}

#subcontent a {
color:#70d4d2;
}

#sidebar {
float:left;
margin:0px 30px 0px 40px;
}

#sidebar a {
color:#70d4d2;
}

#sidebar img {
margin:15px 0px 10px 30px;
}

.footer {
float:right;
color:#999;
margin-bottom:30px;
font-size:12px;
}
