/* CSS created by Dado - design@nofrks.com */
/* Copyright 2008 www.nofrks.com */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #2d9c4c;
}
ul {
	list-style-position: inside;
}
.hidden {
	visibility: hidden;
	height: 0;
	width: 0;
}

#pagewrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

/* MAIN NAVIGATION */
#navigation {
	width: 420px;
	top: 20px;
	position: absolute;
	margin-left: 630px;
	z-index: 10;
}
#navigation ul {
	width: 360px;
}
#navigation li {
	list-style: none;
	height: 30px;
	float: left;
	display: block;
	width: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#navigation a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	height: 30px;
	display: block;
	float: left;
	width: 110px;
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(../images/link-hover.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#navigation a.active, #navigation a:hover {
	background-position: 0 -30px;
}

/* wrapper for scrolling divs */ 
#scrollwrapper {
	overflow: hidden; 
	height: 100%; 
	width: 100%;
	position: relative;
	z-index: 1;
}
 
#scrollinnerwrapper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

/* CLASS TO ADD if div scrollable */
.scrolling-content {
	width: 0px;
	height: 0px;
	position: absolute;
}

/*     MAIN DIV's      */
/***********************/

/* TOP */
/* DIV TOP LEFT */
#topleftwrapper {
	left: 0px; 
	top: 0px;
	width: 3055px;
	height: 700px;
	background: url(../images/top-left-repeat.gif);
}
#topleft {
	width: 940px;
	height: 700px;
	background: url(../images/top-left.gif);
}

/* DIV TOP MIDDLE */
#topmiddlewrapper {
	left: 2115px; 
	top: 0px;
	width: 3055px;
	height: 700px;
	background: url(../images/top-middle-repeat.gif);
}
#topmiddle {
	width: 940px;
	height: 700px;
	background: url(../images/top-middle.gif);
}

/* DIV TOP RIGHT */
#toprightwrapper {
	left: 4230px; 
	top: 0px;
	width: 3055px;
	height: 700px;
	background: url(../images/top-right-repeat.gif);
}
#topright {
	width: 940px;
	height: 700px;
	background: url(../images/top-right.gif);
}

/* MIDDLE */
/* DIV MIDDLE LEFT */
#middleleftwrapper {
	left: 0px; 
	top: 700px;
	width: 3055px;
	height: 700px;
	background: url(../images/middle-left-repeat.gif);
}
#middleleft {
	width: 940px;
	height: 700px;
	background: url(../images/middle-left.gif);
}

/* DIV MIDDLE CENTER */
#middlecenterwrapper {
	left: 2115px; 
	top: 700px;
	width: 3055px;
	height: 700px;
	background: url(../images/middle-center-repeat.gif);
}
#middlecenter {
	width: 940px;
	height: 700px;
	background: url(../images/middle-center.gif);
}

/* DIV MIDDLE RIGHT */
#middlerightwrapper {
	left: 4230px; 
	top: 700px;
	width: 3055px;
	height: 700px;
	background: url(../images/middle-right-repeat.gif);
}
#middleright {
	width: 940px;
	height: 700px;
	background: url(../images/middle-right.gif);
}

/* BOTTOM */
/* DIV BOTTOM LEFT */
#bottomleftwrapper {
	left: 0px; 
	top: 1400px;
	width: 3055px;
	height: 700px;
	background: url(../images/bottom-left-repeat.gif);
}
#bottomleft {
	width: 940px;
	height: 700px;
	background: url(../images/bottom-left.gif);
}

/* DIV BOTTOM MIDDLE */
#bottommiddlewrapper {
	left: 2115px; 
	top: 1400px;
	width: 3055px;
	height: 700px;
	background: url(../images/bottom-middle-repeat.gif);
}
#bottommiddle {
	width: 940px;
	height: 700px;
	background: url(../images/bottom-middle.gif);
}

/* DIV BOTTOM RIGHT */
#bottomrightwrapper {
	left: 4230px; 
	top: 1400px;
	width: 3055px;
	height: 700px;
}
#bottomright {
	width: 940px;
	height: 700px;
	background: url(../images/bottom-right.gif);
}

/* DIV REFERENCES */
#referenceswrapper {
	left: 2115px; 
	top: 2100px;
	width: 3055px;
	height: 700px;
}
#references {
	width: 940px;
	height: 700px;
}

/* INDIVIDUAL PAGE ELEMENTS */

/* ABOUT PAGE */
.logo {
	position: absolute;
	margin-top: 55px;
	margin-left: 20px;
	font-size: 28px;
}
.quote {
	position: absolute;
	margin-top: 120px;
	margin-left: 50px;
	height: 20px;
	width: 300px;
	font-size: 12px;
	font-style: italic;
}
#box1 {
	border-bottom: 2px solid white;
	position: absolute;
	margin-left: 10px;
	margin-top: 190px;
}
#box2 {
	border-bottom: 2px solid white;
	position: absolute;
	margin-left: 270px;
	margin-top: 190px;
}
#box3 {
	border-bottom: 2px solid white;
	position: absolute;
	margin-left: 530px;
	margin-top: 190px;
}
#box4 {
	border-bottom: 2px solid white;
	position: absolute;
	margin-left: 10px;
	margin-top: 325px;
}
#box5 {
	border-bottom: 2px solid white;
	position: absolute;
	margin-left: 270px;
	margin-top: 325px;
}
#box6 {
	border-bottom: 2px solid white;
	position: absolute;
	margin-left: 530px;
	margin-top: 325px;
}
#box1, #box2, #box3, #box4, #box5, #box6 {
	width: 230px;
	height: 60px;
	padding: 10px;
	background: url(../images/box.png);
	cursor: default;
}
#box1:hover, #box2:hover, #box3:hover, #box4:hover, #box5:hover, #box6:hover {
	border-bottom: 2px solid #1e64e4;
	background: url(../images/boxhover.png);
	cursor: default;
}
#design {
	font-size: 10px;
	color: #0e5d17;
	text-decoration: none;
	position: absolute;
	margin-top: 665px;
	margin-left: 660px;
}
#design:hover {
	color: #ffffff;
}

/* RESUME PAGE */
#resumelinks {
	width: 80px;
	height: 300px;
	position: absolute;
	margin-top: 130px;
	margin-left: 700px;
}
#resumescrollwrapper {
	position: absolute;
	margin-left: 190px;
	margin-top: 130px;
	width: 500px;
	height: 450px;
	overflow: hidden;
	font-size: 12px;
}
#education {
	width: 480px;
	height: 430px;
	left: 0px; 
	top: 0px;
	padding: 10px;
}
#experience {
	width: 480px;
	height: 430px;
	left: 0px; 
	top: 450px;
	padding: 10px;
}
#activities {
	width: 480px;
	height: 430px;
	left: 0px; 
	top: 900px;
	padding: 10px;
}
#skills {
	width: 480px;
	height: 430px;
	left: 0px; 
	top: 1350px;
	padding: 10px;
}