/* @group Reset */

*
{
	margin: 0;
	padding: 0;
	
	font-family: helvetica, arial, sans-serif;
}

body
{

}



/* Structure */


/* HOMEPAGE */
	.homepage {
		height: 800px; }
		
	.homepage img {
	width: 480px;
	display: block;
	margin-top: 138px;
    margin-left: auto;
    margin-right: auto }	
/* END HOMEPAGE */
	
	#header {
  		width: 480px;
		display: block;
	margin-top: 138px;
    margin-left: auto;
    margin-right: auto; }
	
	
  #sidebar {
  	margin-top: 45px;
	margin-right: 10px;
  	width:300px;
	text-align: right; 
	float:left;
	}	
	
	
  #wrapper {
	width: 1180px;
	margin-left: auto;
	margin-right:auto;
	padding-bottom: 30px;
	font-family: helvetica, arial, sans-serif;
	}
	
	 #content {
	width: 525px;
	height: 800px;
	margin-top: 47px;
	margin-left: 50px;
	margin-right: 295px;
	float:left;
	font-size: 12px;
	line-height: 15px;
	font-family: helvetica, arial, sans-serif;
	}
	
	  #main {
  	margin-top: 176px;
	
	}
	
	.about {
	margin-top: 0px;
	height: 600px;
	padding-right: 0px;
	background-image:url(img/about.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
	
	.about p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 16px;}
	
	
	
/* Typography */

 a:hover, #spacedWork a:hover {
	color:#000;
}

 a {
	  outline: none;
	  color:#686868;
	  text-decoration:none;
}

H3 {
	font-size: 14px;
}

.tiny {
	font-size: 10px;
}

#content H2 {
	font-size: 14px;
	font-weight: normal;
	color:#686868;
	margin-left: 4px;
}

.news {
			display: block;
			height: 26px;
			width: 295px;
			background: #FFF;
			line-height: 30px;
			outline: none;
			cursor: pointer;
			margin: 0 0 23px 0;
		}
.heavy {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.thick {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color:#686868;
}
	.black {
			display: block;
			height: 26px;
			width: 295px;
			background: #FFF;
			line-height: 30px;
			outline: none;
			cursor: pointer;
			margin: 0 0 23px 0;
			color: #000;
		}
/* Sidebar */
	
	#sidebar ul {
	list-style: none;
	color:#686868;
	}
	
	#sidebar ul li {
	font-size: 14px;
	padding-bottom: 10px;
	
	}
	
	#spacedWork {
	height: 36px;
	padding: 5px 0 10px 0px;
	margin-top: 20px;
	margin-bottom: 6px;
	}
	
	.twentyFour {
	padding-right: 24px;
	padding-top: 10px;
	padding-bottom: 16px;
	}
	.fortyEight {
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 16px;
	}

	h1, h1 a, #spacedWork a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height:24px;
	font-weight: bold;
	text-decoration: none;
	color: #686868;
}

h6, h6 a,
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height:24px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.tier1 
{
	color:#000;
}

/* @end */



		.accordion_toggle {
			display: block;
			height: 26px;
			width: 295px;
			background: #FFF;
			line-height: 30px;
			outline: none;
			cursor: pointer;
			margin: 0 0 23px 0;
		}
		
		.accordion_toggle_active {
			background: #FFF;
		}
		
		.accordion_content {
			background-color: #ffffff;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 0px 0 5px 10px;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 24px;
			width: 260px;
			background: #FFF;
			margin: 0 25px 0 10px;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			cursor: pointer;
		}

		.vertical_accordion_toggle_active {
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			overflow: hidden;
		}

			h2 {
				margin: 0px 0 5px 10px;
				font-weight: normal;
				font-size: 14px;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			display: block;
			height: 25px;
			width: 245px;
			padding: 0px;
			line-height: 24px;
			outline: none;
			cursor: pointer;
			margin: 0 25px 0 0;
		}
		
		.horizontal_accordion_toggle_active {
		}
		
		.horizontal_accordion_content {
			background-color: #ffffff;
			color: #686868;
			width: 245px;
			line-height: 18px;
			overflow: hidden;
			margin: 0 50px 0 0;
		}
			
			.horizontal_accordion_content p {
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 4px auto 12px auto;   
    }
    
    #vertical_nested_container {
      margin: 0px auto 20px auto;
      width: 295px;
    }
