body
{
	font-family: Lucida Grande, Arial;
	font-size: 12px;
	color: #fff;
	text-align:center;
	background-color:#423a3b;
}


#container
{
	width: 800px;
	background-color: #423a3b;
	margin: 0 auto;
	text-align:justify;
	padding: 10px 20px 20px 20px;
	border-style: solid;
	border-width:1px;
	border-color:#999;
}

#maincontent {
	float: left;
	width: 800px;
	text-align:justify;
	background-color:#423a3b;
}

#leftnav {
	float:left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0 0 0px;
	background-color:#423a3b;
}

#pagecontent {
	float:left;
	width: 615px;
	padding: 15px 15px 20px 15px;
	text-align:justify;
	background-color:#5a4d4d;
		
}

#footer {
	clear:both;
	width:700px;
	text-align:center;
	padding:20px 0 0 0 ;
}

.navheaders {
	font-size:12px;
	font-weight:bold;
	background-image:url(assets/navdots25.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 20px;
	margin-left:0px;
	height:27px;
}

h1{
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	padding:15px 0 10px 0 ;
}

h2{
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	padding:10px 0 5px 0 ;
}

h3{
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FF0;
	padding:5px 0 5px 0 ;
}

.portfolioheader{
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FF0;
	padding:0 0 0 0  ;
}

ul {
	list-style-type: none;
	padding: 10px 0 10px 0;
	margin: 0;
}

li
{
	background-image: url(assets/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	padding: 0 0 0 15px; 
	margin: 0 0 4px 10px;
}

.panelheader{
	font-size:14px;
	color:#FF0;
	padding: 2px 0 0px 0;
	}

.floatleft {
	float:left;
	padding: 0 10px 10px 0px;
	clear:both;
}

.floatright {
	float:right;
	padding: 0 2px 10px 10px;
	clear:both;
}

.iconfloat {
	float:right;
}

.indexpanelcontainer {
	width:180px;
	height:225px;
	float:left;
	margin: 10px 34px 10px 0;
	border-style: solid;
	border-width:1px;
	border-color:#ffffff;

}

.indexpanelcontainerlast {
	width:180px;
	height:225px;
	float:left;
	margin: 10px 0px 10px 0;
	border-style: solid;
	border-width:1px;
	border-color:#ffffff;

}

.indexpanelstext {	
	padding: 0px 5px 0 5px;	
	color:#FFF;	
	text-align:justify;
}

.clearall {
	clear:both;
}

.portfoliocontainer {
	width:600px;
	margin: 20px 0 10px 0;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width:1px;
	border-color:#666;
}

button {
	border:1px solid #fff;	
	background-image:url(assets/overlay/playbg.gif);
	background-repeat:repeat-x;
	color:#fff;
	height:20px;
	font-size:12px;
}
	
.largetext {
	font-size:16px;
}

a:link {color:#ff0; text-decoration: none; font-weight: normal;}
a:visited {color: #ff0; text-decoration: none; font-weight: normal;}
a:hover {color: #ff0; text-decoration: underline;font-weight: normal;}
a:focus {color: #ff0; text-decoration: none;font-weight: normal;}
a:active {color:#ff0; text-decoration: none;font-weight: normal;}


a.navlink:link {color: #fff; text-decoration: none; font-weight: normal; display:block; width:100%; height:20px; padding: 8px 0 0 0 ; }
a.navlink:visited {color: #fff; text-decoration: none; font-weight: normal; display:block; width:100%; height:20px; padding: 8px 0 0 0 ; }
a.navlink:hover {color: #FF0; text-decoration: underline; font-weight: normal; display:block; width:100%; height:20px; padding: 8px 0 0 0; }
a.navlink:focus {color: #fff; text-decoration: none; font-weight: normal; display:block; width:100%; height:20px; padding: 8px 0 0 0; }
a.navlink:active {color: #fff; text-decoration: none; font-weight: normal; display:block; width:100%; height:20px; padding: 8px 0 0 0; }
