@charset "UTF-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	margin:0px;
	padding:0px;
	background-color: rgb(42,42,42);
	background-image:url(../../images/background.jpg);
	background-repeat:repeat;
}

h1, h2, h3, h4, p, ul, li {
	margin:0px;
	padding:0px;
}

#main_wrapper {
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 960px;	
	position: relative;
}

#slider {
	width:960px;
	height: 450px;
	position:relative;
}

#grc_tab {
	width: 300px;
	height:150px;
	position: absolute;
	top:250px;
	left:0px;
	background-image: url(../../images/grc_tab.png);
	opacity: 0.0;
}

#gc_tab {
	width: 733px;
	height:100px;
	position: absolute;
	top:275px;
	right:-1px;
	background-image: url(../../images/gc_tab.png);
	opacity: 0.0;
}

#nav_wrapper {
	width: 960px;
	height: 42px;
}

#left_nav {
	width: 50px;
	height: 42px;
	float:left;
	background-image: url(../../images/nav_left.jpg);
	position:relative;
}

#nav {
	width: 860px;
	height:42px;
	position: relative;
	background-image: url(../../images/nav.jpg);
	background-repeat:repeat-x;
	float: left;
	text-align: center;
}

#right_nav {
	width: 50px;
	height: 42px;
	float:left;
	background-image:url(../../images/nav_right.jpg);
	position:relative;
}

#page_marker {
	width: 12px;
	height:8px;
	position:absolute;
	top: 490px;
	left: 130px;
	background-image: url(../../images/page_marker.png);
}
	
#content_wrapper {
	width: 960px;
	height:100%;
}

.nav_cell {
	width: 172px;
	height: 30px;
	padding-top: 10px;
	float: left;
	text-align: center;
	
}

.nav_cell a {
	text-decoration:none;
	color: rgb(255,255,255);
	font-family: 'Federo', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	
	/*transition */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.nav_cell a:hover {
	color: rgb(151,255,0);
}
	
#s1 {
	width:960px;
	height: 450px;
	position:absolute;
	top: 0px;
}

#s2 {
	width:960px;
	height: 450px;
	position:absolute;
	top: 0px;
}
	
#s3 {
	width:960px;
	height: 450px;
	position:absolute;
	top: 0px;
}

#s4 {
	width:960px;
	height: 450px;
	position:absolute;
	top: 0px;
}

.slide {
	opacity: 0.0;
	display:none;
}

h1 {
	color: rgb(151,255,0);
	margin-left: 50px;
	margin-top:30px;
	font-family: 'Federo', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 2em;
}


h2 {
	color: rgb(255,255,255);
	margin-left: 0px;
	margin-top:0px;
	font-family: 'Federo', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 1.3em;
}

h2 span {
	color: rgb(151,255,0);
}

h3 {
	color: rgb(255,255,255);
	margin-left: 0px;
	margin-top:0px;
	font-family: 'Federo', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 1.2em;
}

h4 {
	color: rgb(151,255,0);
	margin-left: 0px;
	margin-top:0px;
	font-family: 'Federo', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 1em;
}

p {
	color: rgb(255,255,255);
	margin-left: 0px;
	margin-top:20px;
	font-family: 'Marvel', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.1em;
}

#para1, #para3 {
	width:450px;
	margin-left: 60px;
	margin-top:20px;
	margin-bottom: 30px;
	float:left;
}

#para2, #para4 {
	width: 	340px;
	margin-left: 50px;
	margin-top:20px;
	margin-right: 60px;
	float:left;
}

#para4 a {
	font-size: 1.4em;
	font-family: 'Marvel', Helvetica, Arial, sans-serif;
	color: rgb(151,255,0);
	margin-left: 20px;
	text-decoration:none;
	
		
	/*transition */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#para4 a:hover {
	color: rgb(255,255,255);
}

#graph {
	text-align:center;
	clear:both;
}

#footer {
	width: 960px;
	height: 300px;
	text-align:center;
	clear: both;
}

#footer p {
	color: rgb(150,150,150);
	font-family: 'Marvel', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1em;
}

#footer a {
	color: rgb(150,150,150);
	font-family: 'Marvel', Helvetica, Arial, sans-serif;
	font-size: 1em;
	
		
	/*transition */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#footer a:hover {
	color: rgb(151,255,0);
}

hr {
	color: rgb(20,20,20);
	width: 840px;
}

.curCa {
	opacity: 0.0;
}

.hideCa {
	opacity:0.0;
	display:none;
}

#class_wrapper {
	margin-left: 60px;
	margin-top: 20px;
	width: 840px;
}

.classBox {
	margin-top: 20px;
	width: 260px;
	float: left;
}

.classSpacer {
	width: 30px;
	height: 10px;
	float:left;
}

.classBox p {
	margin-top:5px;
}
	
.classBox hr {
	width: 260px;
	color: rgb(10,10,10);
}
	
.clear {
	width: 960px;
	height: 20px;
	clear: both;
}


/*css for the back to top button */
#back_top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}

#back_top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(175,175,175);

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back_top a:hover {
	color: rgb(151,255,0);
}

#back_top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: rgb(175,175,175) url(../../images/up_arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back_top a:hover span {
	background-color: rgb(151,255,0);
}
	
/*end css for back to top button */	

#dc_para1 {
	width:450px;
	margin-left: 60px;
	margin-top:20px;
	margin-bottom: 30px;
	float:left;
}

#dc_para2 {	
	width: 340px;
	margin-left: 50px;
	margin-top:20px;
	margin-right: 60px;
	float:left;
}

#dc_para2 a {
	font-size: 1.1em;
	font-family: 'Marvel', Helvetica, Arial, sans-serif;
	color: rgb(151,255,0);
	margin-left: 20px;
	text-decoration:none;
	
		
	/*transition */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#fullTime {
	margin-left:80px;
	margin-top: 15px;
}

.bio_container {
	clear: both;
}

.bio_pic {
	width: 250px;
	height: 250px;
	background-color:#FFF;
	margin-left: 60px;
	margin-top: 50px;
	margin-bottom: 20px;
	float:left;
}

.bio {
	width: 590px;
	margin-right: 60px;
	float: left;
}

.bio p {
	margin-left:30px;
}

#galleryDescription {
	margin-left: 60px;
	width: 500px;	
}
	
	
	
	
	
	
	
	
	
	
	
	
	