* {
	margin: 0px;
}

a {
	font-family: helvetica;
}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	background-color: #333;
	color: white;
}

article {
	z-index: 1;
}
		
body {
	background-color: white;
}

/*
#bottom_fade {
	width: 2000px;
	height: 200px;
	z-index: 10;
	margin-left: 0 auto;
	margin-right: 0 auto;
	position: fixed;
	bottom: -30px;
	background: url("images/bottom-fade.png") bottom center repeat-x;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}*/

/* ---- content boxes ----*/
/* Main Page Content Boxes */	
#indexbox1 {
	float: left;
	width: 660px;
	height: 440px;
	padding: 18px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 40px;
}

#indexbox2 {
	float: left;
	width: 300px;
	padding: 10px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#indexbox3 {
	float: right;
	width: 300px;
	padding: 10px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
		
#indexbox4 {
	float: left;
	width: 300px;
	padding: 10px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 50px;
}

#indexbox5 {
	float: right;
	width: 300px;
	padding: 10px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 50px;
}

#indexbox6 {
	float: right;
	width: 300px;
	padding: 10px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 50px;
}

div#indexcontent {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	height: 1400px;
	margin-bottom: 100px;
}

div#btscontent {
	float: left;
	width: 600px;
	height: 600px;
	padding: 18px;
	margin-left: 0px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
	z-index: 20;

}


/* Blog Content Boxes */
#blogbox1 {
	float: left;
	width: 500px;
	padding: 10px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
	margin-left: 80px;
}

div#blogcontent {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	height: auto;
}


/* Work Content Boxes */
#workbox1 {
	float: left;
	width: 600px;
	/*height: 600px;*/
	padding: 18px;
	margin-left: 0px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
	z-index: 20;
}

#workbox2 {
	float: left;
	width: 618px;
	height: 20px;
	padding: 10px;
	margin-left: 0px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 50px;
	z-index: 20;
}

#workcontent {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	height: 800px;
	z-index:  20;
}

/* Connect Content Boxes */
#connectbox1 {
	float: right;
	width: 236px;
	height: 295px;
	padding: 15px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 50px;
	margin-right: 50px;
}

#connectbox2 {
	float: left;
	width: 300px;
	padding: 10px;
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 50px;
}

div#connectcontent {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	height: 600px;
}
/* ---- end of content boxes ---- */


div#photoimg {
	background-repeat: no-repeat;
	z-index: 1;
}

footer {
	text-align: center;
	font-size: 0.8em;
	color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 50;
	background: url("images/bg.gif") repeat;
	border-top: 2px #AAAAAA solid;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	font-family: helvetica;
	color: white;
	text-shadow: -2px 1px black;
}

h2 {
	padding-left: 6px;
	color: #333;
	text-shadow: -1px 1px white;
}

h4 {
	font-family: helvetica;
	color: #ECECEC;
	text-shadow: -1px 1px black;
}

h4#footer {
	font-family: helvetica;
	color: #ECECEC;
	text-shadow: -1px 1px black;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	border-bottom: 8px #AAAAAA solid;
	background: url("images/bg.gif") repeat;
	padding: 10px 0px 0px 10px;
	z-index: 50;
}
		
#icon { 
	padding-top: 4px;
}
		
nav {
	background-color: #ECECEC;
	border: 1px solid lightgrey;
	color: white;
	line-height: 1em;
	font-weight: bold;
	position: fixed;
	left: 0;
	top: 30%;
	width: 150px;
	height: 68px;
	z-index: 50;
	-moz-border-topright-radius: 10px;
	-moz-border-bottomright-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

nav ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 2px;
}

nav ul li {
	margin-left: 10px;
	padding-left: 0px;
	list-style: none;
	display: block;
}

p {
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
	line-height: 1.5em;
	text-shadow: -1px 1px white;
}


/*
#top_fade {
	width: 2000px;
	height: 200px;
	z-index: 9;
	margin-left: 0 auto;
	margin-right: 0 auto;
	position: fixed;
	top: 0px;
	background: url("images/top-fade.png") top center repeat-x;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}*/
