/*** Created by Branden Youngs 
	* InMotion Hosting Design Team
	
***/

body {
	background: #ffffff;
	font-family: 'Muli', sans-serif;
}

p {
	color: #929297;
	
}

hr {
	color: #c6c8d7;
	height: 1px;
	background-color: #c6c8d7;
}

#content-wrap {
	width: 960px;
	margin: 0 auto;
}

#header{
	margin-top: 25px;
	position:relative;
	height:130px;
}

#header img {
	position:absolute;top:40px;left:0px;
}

#main-content{
	margin-top: 20px;
	width: 100%;
}

#content-left {
	margin-top: 40px;
	float: left;
	width: 200px;
}

#content-left a
	{text-decoration: none;
	color: #929297;
	}
#content-left a:hover {
	text-decoration:underline;
}

/***** Right content *********/
#content-right{
	
	float: right;
	margin-top: 40px;
}

.right-text {
	line-height: 20px;
    margin-right: 100px;
    width: 600px;
}
.spacer {height:30px;}
.margin-top {margin-top:-140px;}
.page_heading {float:right;width:300px;color: #929297;font-size:28px;margin-top:0px;text-align:right;}

.right-text a {
	
	text-decoration: none;
	color: #138074;
}



#client-list {
	color: #929297;
	
}

#client-list li {
	list-style:circle ;
	margin-bottom: 10px;
}

.right-text a:hover {
	text-decoration: underline;
}



#first-nav li {
	margin-bottom: 10px;
	font-size: 20px;
	line-height:26px;
}

#second-nav {
	margin-top: 75px;
	
}


#second-nav li {
	font-size: 20px;
	margin-bottom: 25px;
	line-height:26px;
}


/** footer **/

#footer {
	margin-bottom: 20px;
}

#copyright {
	margin-top: 20px;
}

#copyright p {
	font-size: 14px;
	text-align: center;
	color: #929297;
}


#copyright a {
	color: #929297;
	text-decoration: none;
}


