/*colors
Dk Blue: #005475
Light Blue: #11C2DF
Light Brown: #6E7062
Dark Brown: #31322C
Red: #C7312B
Yellow: #DEC129
Dark Yellow: #A08D2A
Light Yellow: #E9DFAA
Off White: #F7F3E0
*/


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

* {
    margin:0;
    padding:0;
}

a {
  outline: none;
}       

html { 
   overflow-y: scroll;
   }
   

body {
	background: url(../images/hiphouse_bgtop.jpg) #ffffff;
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	font-family:"Trebuchet MS", Geneva, Arial;
	color: #005475;
	font-size:12px;
	margin-top:0px;
	line-height:1.6em;
	}

#allContent {
	width:1050px;
	margin:auto;
	padding:0px;
	}	

a:link {
	color: #11C2DF;
	text-decoration: none;
	}

a:visited {
	color: #11C2DF;
	text-decoration: none;
	}

a:hover {
	color: #11C2DF;
	text-decoration: underline;
	}

a:active {
	color: #11C2DF;
	text-decoration: none;
	}
		
.clear {
	clear:both;
	overflow:hidden;
	height:0px;
	display:block;
	}


/* HEADER RULES */	
#headerWrapper {
	width:1050px;
	margin:auto;
	padding:0px;
	}	
	
#leftHeader {
	width:474px;
	height:186px;
	padding:0px;
	margin-right:576px;
}

#rightHeader {
	background: url(../images/hiphouse_rightheader.png);
	background-repeat:none;
	margin:0px;
	padding:0px;
	width:576px;
	height:186px;
	float:right;
}



/* NAVIGATION RULES */
#nav {
	margin:149px 0px  0px  0px;
	padding:0px;
	position: relative;
	top: 0;
	right: 0;
}

#nav li {
	list-style: none;
	float: left;
}

#nav li ul {
	display: none;
}

#nav li:hover ul, #nav li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	margin:19px 0px 0px 0px;
	padding: 0;
	top:0;
}

#nav li:hover li, #nav li.hover li {
	float: left; 
}
	
	
	
/* CONTENT SECTION */
#contentWrapper {
	width:1050px;
	padding: 0px 50px 0px 50px;
	margin:0px;
}

#contentBG {
	width:950px;
	background:url(../images/hiphouse_pagebg.gif) repeat;
}

#leftContent {
	margin:0px 683px 0px 0px;
	width:207px;
	padding:20px 30px;
}


#rightContent {
	width:657px;
	margin:0px;
	padding:5px 13px 10px 13px;
	font-family:"Trebuchet MS", Geneva, Arial;
	color: #31322C;
	font-size:10px;
	line-height:13px;
	float: right;
}

.reviews {
	font-size:12px;
	padding:20px 10px;
	line-height: 1.3em;
}

.reviews2 {
	font-size:10px;
	font-weight:bold;
	padding:20px 10px;
	line-height: 1.3em;
}

.reviewsIndent {
	font-size:12px;
	padding:20px 10px;
	padding-left:15px;
	display:block;
	line-height:1.5em;
	}

.reviewsIndent ul {
	margin-left:10px; 
	}
	
.reviewsIndent li {
	list-style-type:disc;
	margin-left:10px; 
	}
	

hr {
	border:0px;
	color:#A08D2A;
	background-color:#b4aa91;
	height:1px;
	margin:10px 0px;
	clear:both;
	}
	
#rightContent a:link {
	color:#6E7062;
	text-decoration:none;
	}
	
#rightContent a:visited {
	color:#6E7062;
	text-decoration:none;
	}

#rightContent a:hover {
	color:#6E7062;
	text-decoration:underline;
	}

#rightContent a:active {
	color:#6E7062;
	text-decoration:underline;
	}
	

#hpFlash {
	width:617px;
	height:271px;
	background-image: url(../images/hiphouse_flashbg.gif);
	background-repeat:none;
	padding:20px;
	z-index:10;
}

#hpRecent {
	width:574px;
	height:130px;
	background-image: url(../images/hiphouse_recentworkbg.jpg);
	background-repeat:none;
	margin:5px 0px 0px 0px;
	padding-top:49px;
	padding-left:80px;
	z-index:1000;
}



#portfolioButtons {
	width:557px;
	height:29px;
	background-image: url(../images/hiphouse_portnavbg_btn.jpg);
	background-repeat:none;
	padding-left:100px;
	padding-top:16px;
	margin:10px 0px 0px 0px;
}


#portfolioButtons a:link {
	color:#a08d2a;
	text-decoration:none;
	}
	
#portfolioButtons a:visited {
	color:#a08d2a;
	text-decoration:none;
	}

#portfolioButtons a:hover {
	color:#31322C;
	text-decoration:none;
	}

#portfolioButtons a:active {
	color:#a08d2a;
	text-decoration:underline;
	}
	
	

#footer {
	width:865px;
	height:27px;
	font-family:"Trebuchet MS", Geneva, Arial;
	color: #F7F3E0;
	font-size:9px;
	background-image: url(../images/hiphouse_footerbg.gif);
	background-repeat:none;
	clear:both;
	text-align:right;
	padding-top: 15px;
	padding-right:85px;
}

#footer a:link {
	color:#F7F3E0;
	text-decoration:none;
	}
	
#footer a:visited {
	color:#F7F3E0;
	text-decoration:none;
	}

#footer a:hover {
	color:#F7F3E0;
	text-decoration:none;
	}

#footer a:active {
	color:#F7F3E0;
	text-decoration:underline;
	}


.sample {
	width:219px;
	height:174px;
}






	 
/*		
p {
	padding:0px;
	margin:0px 0px 0px 0px; 
	}

hr {
	border:0px;
	color:#b4aa91;
	background-color:#b4aa91;
	height:1px;
	}
	
h1 {
	color:#000000;
	font-size:12px;
	font-family: "Trebuchet MS", Geneva, Arial;;
	padding:40px 0px 0px 0px;
	margin:0px;
	line-height:1.25em;
	}
	
#logo {
	width:218px;
	height:74px;
	margin:0px;
	padding:0px;
	}	
	
#nav {
	width:731px;
	height:19px;	
	font-size:11px;
	color:#c5fd56;
	padding-top:55px;
	font-family: "Trebuchet MS", Geneva, Arial;;
	font-weight:bold;
	text-align:right;
	margin:0px;
	letter-spacing:.1em;
	}

#nav a:link {
	color:#ffffff;
	text-decoration:none;
	}

#nav a:visited {
	color:#ffffff;
	text-decoration:none;
	}

#nav a:hover {
	color:#b6cc8d;
	text-decoration:none;
	}

.navoff {
	color:#ffffff;
	}

.navOn {
	color:#000000;
	}
		
#copy {
	height:319px;
	color:#000000;
	font-size:12px;
	font-family: "Trebuchet MS", Geneva, Arial;;
	padding:40px 0px 0px 0px;
	margin:0px;
	line-height:1.25em;
	}

#copy a:link {
	color:#588c3a;
	text-decoration:none;
	}
	
#copy a:visited {
	color:#aaaaaa;
	text-decoration:none;
	}

#copy a:hover {
	color:#588c3a;
	text-decoration:underline;
	}

#copy2 {
	height:505px;
	color:#000000;
	font-size:12px;
	font-family: "Trebuchet MS", Geneva, Arial;
	padding:40px 0px 0px 0px;
	margin:0px;
	line-height:1.25em;
	}

#copy2 a:link {
	color:#588c3a;
	text-decoration:none;
	}
	
#copy2 a:visited {
	color:#aaaaaa;
	text-decoration:none;
	}

#copy2 a:hover {
	color:#588c3a;
	text-decoration:underline;
	}

.smList {
	color:#588c3a;
	font-size:10px;
	font-family: "Trebuchet MS", Geneva, Arial;
	font-style:italic;
	padding:0px 0px 20px 12px;
	margin:0px;
	line-height:1.25em;
	}

.testimonials {
	color:#000000;
	font-size:12px;
	font-family: "Trebuchet MS", Geneva, Arial;;
	padding:0px;
	margin:0px;
	line-height:1.25em;
	}
				
.greenlink {
	color:#588c3a;
	}

.portfolio {
	color:#898888;
	font-size:11px;
	font-family: "Trebuchet MS", Geneva, Arial;
	}
	
.portname {
	color:#686868;
	font-weight:bold;
	line-height:1.5em;
	}	
				
.copywrite {
	color:#b6cc8d;
	font-size:10px;
	font-family: "Trebuchet MS", Geneva, Arial;
	padding:0px;
	margin:0px;
	}
	
#portfolio {
	height:359px;
	padding:0px;
	margin:0px;
	}
		
.bullet {
	font-size:11px;
	font-weight:bold;
	color:#053366; 
	}
			
.rsaquo {
	color:#588c3a;
	font-weight:bold;
	font-size:16px;
	}	

.rsaquo2 {
	color:#588c3a;
	font-weight:bold;
	font-size:10px;
	}
		
.indent {
	padding-left:15px;
	display:block;
	}
	
.indentItalic {
	padding-left:10px;
	display:block;
	font-style:italic;
	font-size:10px;
	}

.indentSm {
	font-style:italic;
	font-size:10px;
	}

a.indent:link {
	color:#588c3a;
	text-decoration:none;
	}
	
a.indent:visited {
	color:#aaaaaa;
	text-decoration:none;
	}

a.indent:hover {
	color:#588c3a;
	text-decoration:underline;
	}
	
.sectionHeader {
	color:#000000;
	}


a.sectionHeader:link {
	color:#000000;
	text-decoration:none;
	}
	
a.sectionHeader:visited {
	color:#000000;
	text-decoration:none;
	}

a.sectionHeader:hover {
	color:#000000;
	text-decoration:underline;
	}	

a.servicesText:link {
	color:#000000;
	text-decoration:none;
	}
	
a.servicesText:visited {
	color:#000000;
	text-decoration:none;
	}

a.servicesText:hover {
	color:#588c3a;
	text-decoration:underline;
	}	
	
.greentext {
	color:#588c3a;
	}
			
.portfolioSm {
	color:#898888;
	font-size:10px;
	font-family: "Trebuchet MS", Geneva, Arial;
	}

.portfolioHdr {
	color:#898888;
	font-size:12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Geneva, Arial;
	}
		
a.portfolioSm:link {
	color:#588c3a;
	text-decoration:none;
	}
	
a.portfolioSm:visited {
	color:#aaaaaa;
	text-decoration:none;
	}

a.portfolioSm:hover {
	color:#588c3a;
	text-decoration:underline;
	}
	
.portfolio {
	color:#898888;
	font-size:11px;
	font-family: "Trebuchet MS", Geneva, Arial;
	}
	
a.portfolio:link {
	color:#588c3a;
	text-decoration:none;
	}
	
a.portfolio:visited {
	color:#aaaaaa;
	text-decoration:none;
	}

a.portfolio:hover {
	color:#588c3a;
	text-decoration:underline;
	}

.portname {
	color:#686868;
	font-weight:bold;
	line-height:1.5em;
	}	

.indent {
	padding-left:15px;
	display:block;
	}

.arrow {
	font-size:12px;
	color:#588c3a;
	}
	
.testimonials {
	color:#000000;
	font-size:12px;
	font-family: "Trebuchet MS", Geneva, Arial;
	padding:0px;
	margin:0px;
	line-height:1.25em;
	}
	
.sectionHeader {
	color:#898888;
	font-size:11px;
	font-family: "Trebuchet MS", Geneva, Arial;
	}
	
a.sectionHeader:link {
	color:#000000;
	text-decoration:none;
	}
	
a.sectionHeader:visited {
	color:#aaaaaa;
	text-decoration:none;
	}

a.sectionHeader:hover {
	color:#000000;
	text-decoration:underline;
	}
	
.rsaquo {
	color:#588c3a;
	font-weight:bold;
	font-size:16px;
	}	

.rsaquo2 {
	color:#588c3a;
	font-weight:bold;
	font-size:10px;
	}

#footer {
	margin:0px;
	padding:0px 0px 10px 20px;
	line-height:.5em;
	}
	
*/