/*---------------------------------------------
|                Global CSS                   |
---------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

html {
	height:100%;
	background:url(../content/images/Q.png) bottom right no-repeat white;
}

body {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size:100%;	
}
 
.bold {
	font-weight:bold;	
}

.italic {
	font-style:italic;	
}

.clear {
	clear:both;	
}


/*---------------------------------------------
|                Navigation                   |
---------------------------------------------*/

#navBar {
	position:fixed;	
		top:25px;
		left:25px;
}

.nav {
	color:#AEAEAE;
	font-size: 1.3em;
	list-style-type:none;
}

#first {
	display:none;	
}

.nav li {
	display:block;
	padding:2px 0;	
}

.nav a{
	color:#AEAEAE;
	text-decoration:none;
	display:block;
}

.nav a:hover {
	color:#2F6681;
}


/*---------------------------------------------
|                Page Headers                 |
---------------------------------------------*/

#titleWrap {
	width:100%;	
	display:block;
}

#pageTitle {
	color:#AEAEAE;
	font-size:1.6em;
	font-weight:normal;	
	float:right;
	margin: 20px 25px 25px 0;
}

/*---------------------------------------------
|                Page Content                 |
---------------------------------------------*/

#contact {
	display:block;
	clear:both;
	background: url('../content/images/info.png') no-repeat;
	height:480px;
}

#swap {
	display:none;	
}

#content {
	clear:both;
	background:white;
	z-index:1000;
}

#resumeImg {
	width:44%;
	display:block;
	float:left;
	text-align:right;
	margin-bottom:25px;
}

#resumeWrap {
	width:450px;
	display:block;	
	float:left;
	font-size:0.7em;
	background:white;
	z-index:1000;
	-moz-transform:rotate(352deg);
	-webkit-transform:rotate(352deg);
	transform:rotate(352deg);
}

.resumeTitle {
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	padding: 0.7em 0;
}

.skill {
	font-weight:bold;
	display:inline-block;
	width: 20%;	
}

.collegeWrapper {
	padding-left:15px;	
}

.college {
	width:69%;
	float:left;
	text-align:left;
}

.graduation {
	width:30%;
	float:right;
	text-align:right;	
}

#relCourse {
	clear:both;	
}

#courseListLeft {
	display:block;
	float:left;
	width:49%;
	list-style-type:none;
}

#courseListRight {
	display:block;
	float:right;
	width:49%;
	list-style-type:none;
}

#incWrap {
	background:white;
	z-index:1;	
}

#professional {
	display:block;
	width:20%;
	height:9%;
	background:url('/main/content/images/professional/reeseHeader.gif') bottom center no-repeat;
	position:fixed;
		top:13%;
		left:40%;
	border: 1px solid #AEAEAE;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#pspics {
	display:block;
	width:20%;
	height:7%;
	background:url('/main/content/images/PS/PS%20page35.png') bottom center no-repeat;
	position:absolute;
		top:23%;
		left:30%;
	border: 1px solid #AEAEAE;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#iandb {
	display:block;
	width:19%;
	height:10%;
	background:url('/main/content/images/IandB/IandB%20Layout%209.png') top left no-repeat;
	position:fixed;
		top:18%;
		left:61%;
	border: 1px solid #AEAEAE;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sbboard {
	display:block;
	width:12%;
	height:21%;
	background:url('/main/content/images/SB/SB%20board.png') top left no-repeat;
	position:fixed;
		top:31%;
		left:25%;
	border: 1px solid #AEAEAE;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#ulgator {
	display:block;
	width:6%;
	height:21%;
	background:url('/main/content/images/UL/alligator%20image.png') top center no-repeat;
	position:fixed;
		top:29%;
		left:70%;
	border: 1px solid #AEAEAE;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#bhphoto {
	display:block;
	width:16%;
	height:13%;
	background:url('/main/content/images/BH/BH%20photo.png') center center no-repeat;
	position:fixed;
		top:54%;
		left:30%;
	border: 1px solid #AEAEAE;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#dpphoto {
	display:block;
	width:15%;
	height:11%;
	background:url('/main/content/images/DP/DP%20photo%202.png') center center no-repeat;
	position:fixed;
		top: 51%;
		left: 62%;
	border: 1px solid #AEAEAE;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#spposter {
	display:block;
	width:12%;
	height:30%;
	background:url('/main/content/images/SP/SP%20poster.png') top right no-repeat;
	position:fixed;
		top:54%;
		left:48%;
	border: 1px solid #AEAEAE;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#aboutImg {
	height:75%;
	width:75%;
	position:fixed;
		top:5%;
		left:0%;
}

#biography {
	font-size:0.7em;
	background:white;
	color:#AAAAAA;
	width:400px;	
	text-align:justify;
	position:fixed;
		top:77%;
		right:10%;
	margin-bottom:10px;
}

#bioLeft {
	width:45%;
	display:inline-block;
	float:left;
	padding:0 7px;
}

#bioRight {
	width:45%;
	display:inline-block;
	float:right;
	padding:0 7px;
}

/*---------------------------------------------
|                   Footer                    |
---------------------------------------------*/

#footer {
	font-size: 0.6em;
	text-align: center;
	color: #AEAEAE;
	z-index:1;
	width:100%;
	position:fixed;
		bottom:0px;	
}