@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:none;
	color:#666;
	text-decoration:none;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
}

body, html {
	height: 100%;
}

body{
	background: #e6dbaf url(../images/body_bg.png) top repeat-x;
	color:#666;

}

.button-spacer {
    display: block;
    height: 4px;
}

.contains-floats{
	overflow:hidden;
}

#content{
	overflow:hidden;
	background-color:#fff;
}

.current{
	background: #d63300 url(../images/nav_selected.png) top no-repeat;
}

.dashed-hr{
	margin:10px 0 13px 0;
	height:1px;
	width:100%;
	background:#fff url(../images/finishrightllc_hr_dashed_line.gif) top repeat-x;	
}

.clear{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#emedia-push {
	height: 27px;
}

#emedia-logo{
	background:url(../images/logo_emedia.png) no-repeat top left; 
	cursor:pointer; 
	height:27px; 
	margin: 0 auto;
}

#featured-projects{
	overflow:hidden;
	margin-bottom:24px;
}

#featured-projects h3{
	margin:17px 0 7px 0;
	font-weight:normal;
}

#featured-projects img{
	float:left;
	margin-right:11px;
	width:78px;
	border: solid #e6dbb3 4px;
}

#featured-projects img:hover{
	border: solid #cc2a00 4px;
}


#featured-projects img.last{
	width:78px;
	margin-right:0;
}

#featured-projects img.top{
		margin-bottom:11px;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.full-width{
	width: 960px;
}

#footer-nav{
	background:#000 url(../images/footer_bg.png) repeat-x;
	width:960px;
	height:26px;
}

#footer_bottom {
	margin-top:20px;
}	
	
	#footer_bottom strong {
		color: #232321;
		font-size: 11px;
	}

	#footer_bottom p{
		text-align:center;
		font-size:11px;
	}
	
	#footer_bottom a {
		color: #232321;
	}

#footer #links {
		font-size: 11px;
}

#footer #links li {
	display: block;
	color:#fff;
	float: left;
	height:26px;
	text-align: center;
}

#footer #links li a{
	color:#fff;
	font-size: 11px;

}
#footer #links li a:visited{
	color:#fff;
}
#footer #links li a:hover{
	color:#cc2a00;
}

#footer #links li.about{
	width:110px;
}

#footer #links li.bullet{
	width:3px;
}

#footer #links li.contact{
	width:124px;
}

#footer #links li.home{
	width:91px;
}

#footer #links li.privacy{
	width:146px;
}

#footer #links li.projects{
	width:110px;
}

#footer #links li.services{
	width:108px;
}

#footer #links li.site-map{
	width:113px;
}

#footer #links li.terms{
	width:137px;
}

#footer .logos {
	text-align: center;
}

	#footer .logos img {
		margin-right: 10px;
	}



h1, .big-text{
	margin-top:5px;
	font-size: 32px;
	font-style: italic;
	font-weight:normal;
	color: #cc2a00;
}

h2{
	margin:41px 0 10px 0;
	color:#242322;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
}

h3{
	color:#cc2a00;
	font-size:17px;
	font-style:italic;
}

#header-top{
	overflow:hidden;
}

#header-top p{
	margin-top:38px;
	margin-left:25px;
}

#header-top p, .maroon-text{
	font-size:13pt;
	font-style:italic;
}

.maroon-text{
	color:#cc2a00;
}

#navigation {
	width:960px;
	height:32px;
}

p#contact{
	margin-top:5px;
	font-style: normal;
	color: #232321;
}

#page-wrapper{
	margin:0 auto -27px;
	width:960px;
	height: auto!important;
	height: 100%;
	min-height: 100%;
}

.small-italic{
	margin-left:20px;
	font-size: 16px;
	font-style: italic;
	color: #51585c;
}


/*not ordered*/


/************************************
	TERMS OF USE
************************************/
#terms {
	margin: 25px 30px 20px;
}

	#terms .important-info {
		margin-left: 40px;
		margin-top: 5px;
	}

/************************************
	PRIVACY POLICY
************************************/
#privacy {
	margin: 25px 30px 20px;
}

	#privacy p {
		margin-bottom: 20px;
	}
	
/************************************
	SITE MAP
************************************/
#site-map {
	margin: 25px 30px 20px;
}

	#site-map li {
		list-style: disc outside none;
		margin-left: 30px;
	}
	
	#site-map a {
		color: #CC2A00;
	}





ul#nav{
	list-style-type: none;
}

#navigation #nav{
	overflow:hidden;
	width:960px;
	height:32px;
	margin:0;
	padding:0;
	background: url(../images/nav_bg.png) no-repeat;
}

#navigation #nav li {
	display: inline;
	float: left;
	height:32px;
	width: 20%;
	text-align: center;
	color:#fff;
}

#nav li a{
	display:block;
	width:192px;
	height:32px;
	color:#fff;
	text-align:center;
}

#navigation #nav li.current a{
	color:#fff;
}

#navigation #nav li a:hover{
	color:#d73400;
}

#navigation #nav ul li a {
	width:190px;
	height:0;
	outline:none;
}









/* IE6 Hacks */

* html #footer #links li.privacy{
	width:140px;
}

* html #footer #links li.projects{
	width:100px;
}

* html #footer #links li.site-map{
	width:100px;
}

* html #nav li{
	margin-top:-17px;
}

* html h2{
margin-bottom:13px;
}

