/*@import url('component.css');*/

body
{
	font-family:"berthold_akzidenz_groteskMdEx";
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}


/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1%;
	margin-right:0.5%
}
.col:first-child { margin-left: 0; }

h3 {
    color: #997e53;
}
h2
{
	font-size:18px;
}

#slidemail .span_1_of_3 h3{
	font-family: "berthold_akzidenz_groteskMdEx";
    margin-bottom: 16px;
    margin-top: 16px;
    font-size:0.6em;
}

.footer_detail
{
	margin-bottom:10px;	
    font-size: 14px;
    line-height:20px;
    height:75px;
}

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

.span_1_of_3 >ul
{
	padding: 0 0 0 4%;
	height:220px;
	margin-top:20px;
	
}
.span_1_of_3 >ul>li 
{
     list-style-type:disc;
     font-family: "berthold_akzidenz_groteskMdEx";
     margin-bottom:10px;   
     font-size:14px;
     line-height:16px;
     
}
.span_1_of_3 p
{
	padding: 0 0 0 4%;
	font-family: "berthold_akzidenz_groteskMdEx";
    margin-bottom:10px;   	
	font-size:14px;
	line-height:20px;
	margin-top:20px;
}

.span_3_of_3 >ul{
	
	text-align:center;
} 

.headsub
{
	font-size:18px;
	font-weight:bolder;
}
/* Content */
.cfooter
{
	float:left;
	background:#5B5B5B;
	height:60px;
	position:relative;	
	width:100%;
	padding-top:11px;
}

.footer_bottom
{
	display:inline;
	margin-left:7px;	
	/*padding-top:20px;*/
}

.project_price
{
	color:#6D4B08;
	height:70px;
}
ul#footer_profile
	{
		float:left; position:relative;
		text-align:center;
		
	}


/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}


/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
	
	
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
	
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
	
	footer_profile
	{
		float:left; left:16px; position:relative; 
		text-align:center;
	}
}

@media only screen and (max-width: 768px) 
{
	.span_1_of_3 
	{
		width:49.2%;	
	}
}

@media only screen and (max-width:360px)
{
	/*  SECTIONS  */
.section {
	width:100%;
	}
.span_1_of_3 
{
	width:100%;
}

#breadcrumb 
{
	height:121px;
}

	}