@import url("reset.css");
@import url("text.css");
@import url("grid.css");
hr {
	height:0;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 1px;
	border-left-width: 0pt;
	margin: 10px 0 20px 0;
	padding:0;
	}
hr.home {
	float:right;
	width: 780px;
	margin:10px 10px 20px 0;
	}
h1 { 
	color:#41b6c0;
	}
h2 { 
	color:#41b6c0;
	}
ul li {
	margin: 0 0 0 10px;
	list-style-type:disc;
	}	
a:link{
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	text-decoration:none;
	color:#41b6c0;
}

a:visited{
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	text-decoration:none;
	color:#41b6c0;
	}
a:hover{
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 1px;
	border-left-width: 0pt;
	text-decoration:none;
	color:#666666;
	}

div.projecttitle span.titlelink a {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	text-decoration:none;
	color:#41b6c0;
	margin:0 0 -20px 0;
}
div.projecttitle span.titlelink a:link {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	text-decoration:none;
	color:#41b6c0;
	margin:0 0 -20px 0;
}

div.projecttitle span.titlelink a:visited {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	text-decoration:none;
	color:#41b6c0;
	margin:0 0 0 0;
	} 

div.projecttitle span.titlelink a:hover{
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 1px;
	border-left-width: 0pt;
	text-decoration:none;
	color:#666666;
	margin:0 0 0 0;
	}
#content {
	overflow:hidden;
	}
div.container_12 {
	margin-top:20px;
	}
div.nav {
	position:fixed;
	top:20px;
	}

div.nav h1 {
    background: url(../img/logo.gif) no-repeat;
    text-indent: -9999px;
	height:60px;
	padding-bottom: 20px;
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	}
div.nav h1 a {
	display:block;
	height:60px;
	border-bottom-style:none;
	}
div.nav ul {
	margin-top:40px;
}
div.nav ul li {
	list-style: none;
	margin: 0;
	}
div.nav ul li a:link {
	color:#666666;
	text-decoration:none;
	display:block;
	border-bottom-style:none;
	}
div.nav ul li a:visited {
	color:#666666;
	text-decoration:none;	
	display:block;
	border-bottom-style:none;
	}
div.nav ul li a:hover {
	color:#41b6c0;
	text-decoration:none;
	display:block;
	border-bottom-style:none;
	}
div.fav {
	position:fixed;
	bottom:10px;
	}
div.fav ul li {
	list-style:none;
	display:inline;
	margin:0;
	}
#favourite a {
	display:block;
	text-indent: -9999px;
	}
#favourite .rss {
	background: url(../img/rss.gif) no-repeat;
	width:19px;
	height:19px;
	margin: 0 0 5px 0;
	border-bottom-style:none;
	}
#favourite .delicious {
	background: url(../img/delicious.gif) no-repeat;
	width:19px;
	height:19px;
	border-bottom-style:none;

	}
div.project {
	position:relative;
	float:right;
	margin-bottom: 40px;
	padding-top:40px;
	border-top-color:#666666;
	border-top-style:dotted;
	border-top-width:1px;
	min-height:200px;
	}
div.projecttitle {
	float:right;
	margin-right:0;
	}
div.projecttitle h2 {
	color:#666666;
	}
div.projecttitle span {
	display:block;
	margin:0 0 10px 0;
	}

div.projecttitle h2 {
	font-size:12px;
	font-weight:bold;
	display:block;
	margin: 0px 0px 0px 0;
	}
div.detailsbox {
	float:right;
	clear:right;
	width:220px;
	margin-right:0;
	margin-left:20px;
	margin-top:10px;
	}
.details  {
	color:#BC7134;
	text-decoration:none;
	}
div.projectimg {
	float:left;
	width:540px;
	text-align:center;
	}
div.project img {
	margin: 0 0 20px 0;
	}
div.testimony {
	float:left;
	width:540px;
	}
div.top {
	margin-top:80px;
}
div.footer {
	float:right;
	margin-bottom: 27px;
	padding-top:40px;
	border-top-color:#666666;
	border-top-style:dotted;
	border-top-width:1px;
	}
div.footer img {
	
	}
div.footer a:link, div.footer a:visited {
	color:#666;
	}
div.footer a:hover {
	color:#41b6c0;	
	border:0;
}
div.copyright {
	margin-top:2px;
	float:right;
	}
div.social {
	float:left;
	}
div.social ul {
	display:inline;
	}
div.social li {
	list-style-type:none;
	display:inline;
	margin:0 6px 0 0;
	}
div.social li a {
	border:0px;
	}
div.sitemap li {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
.text {
	margin-left:0;
	margin-right:0;	
}
.error { 
	color:#FF6900;
	margin-left:160px;
	}
	
.more {
	display:block;
	width:83px;
	height:16px;
	text-indent:-9999px;
	background:url(../img/viewmore.gif) no-repeat;
}
.launch {
	display:block;
	width:85px;
	height:16px;
	text-indent:-9999px;
	background:url(../img/launchsite.gif) no-repeat;
}
a.more:hover, a.launch:hover {
	border:0;
}
	
a.hidden { visibility:hidden; height:0; margin:0; padding:0; position:absolute; top:-100px; }
.imageinset {float:left; display:inline; padding:0 20px 10px 0; }

/*#toggleSection { display:none;  }*/
#toggleSection, #toggleSection2 {
	margin: 17px 0 17px 10px;
	}
	
.element {
	width:100%;
	clear:both;
}
	
.right {
		float:right;
		padding-left:20px;
}