/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =About Page
-----------------------------------------------------------------------------*/
#flashcontent {
	height: 100%;
	}
	
h2 {
	margin-bottom:25px;
	text-align:center;
	}
	
h2 a {
	padding:1px 1px;
	font-weight:bold;
	}

h2 a:link, h2 a:visited {
	text-decoration:none;
	color:#dce7ee;
	background:#1e2930;
	}

h2 a:hover, h2 a:active {
	color:#1e2930;
	background:#dce7ee;
	}
	
h1 {
	margin:0px 0 0 0;
	height:54px;
	}
	
#portfolioH1 {
	width:750px;
	height:54px;
	background:url(../img/portfolioH1.jpg) no-repeat;
	position:absolute;
	}
	
.portList {
	width:172px;
	float:left;
	margin:0 22px 10px 0;
	}
	
.bullet {
	list-style:none;
	background:url(../img/portListBullet.jpg) no-repeat 0 2px;
	padding:0 0 5px 20px;
	}
	
.noBullet {
	list-style:none;
	padding:0 0 5px 0;
	}
	
li {
	list-style:none;
	}
		
.portList a {
	color:#8d5431;
	padding:1px 1px;
	font-weight:bold;
	}

.portList a:link, .portList a:visited {
	text-decoration:underline;
	}

.portList a:hover, .portList a:active {
	color:#ffffff;
	background:#8d5431;
	}
	
.portListLast {
	width:168px;
	float:left;
	margin:0 0 10px 0;
	}
			
.portListLast a {
	color:#8d5431;
	padding:1px 1px;
	font-weight:bold;
	}

.portListLast a:link, .portListLast a:visited {
	text-decoration:underline;
	}

.portListLast a:hover, .portListLast a:active {
	color:#ffffff;
	background:#8d5431;
	}
	
.hrSpacing {
	padding:0 0 20px 0;
	}
	
	
	
