/*COLORS*/
/*Highlight Blue #2E506F*/

*{
margin: 0;
padding: 0;
}

body{
background: #577B88;
}

/*--Positioning--*/
#wrapperDiv{
width: 800px;
height: 680px;
margin: 0px auto;
}

#banner{
margin: 10px auto;
text-align: center;
height: 50px;
width: 800px;
border: 1px solid black;
}

#leftNav{
position: relative;
width: 80px;
top: 20px;
margin-left: -40px;
z-index: 1;
}

#contentDiv{
border: 2px outset #2E506F;
padding: 30px 0px 30px 60px;
height: 77%;
width: 740px;
margin: -100px auto;
overflow: auto;
}

#validDiv{
position: relative;
text-align: center;
top: 20%;
}

#thumbNailsDiv{
margin-top: 5px;
}

#thumbNailsDiv2{
margin-top: 5px;
}

/*--Text Formatting--*/
.headerHighlight{
background-color: #2E506F;
color: #f0f0f0;
width: 200px;
margin-bottom: 2px;
}

.subHeaderHighlight{
margin-bottom: 2px;
}

p{
}

p.indexText{
	margin-right: 100px;
	margin-top: 2px;
	margin-bottom: 10px;
}

p.picDescription{
background-color: #2E506F;
color: #f0f0f0;
text-align: center;
margin-top: 5px;
}

p.projectDesc{
font-size: 10px;
margin-left: 15px;
margin-bottom: 2px;
}

ul.proficienciesList{
font-size: 12px;
margin-bottom: 10px;
margin-left: 20px;
}

/*--Images--*/
img{
	border: none;
}

img.leftNavButtons{
	display: block;
	margin-top: 5px;
}

img.thumbnailBase{
border: 2px solid #2E506F;
margin-right: 10px;
}

img.thumbnails{
width: 120px;
height: 93px;
}

img.enlargedPic{
display: block;
border: 2px solid #2E506F;
margin: 5px auto;
}

/*--Links--*/
a{
	outline: none;
	text-decoration: none;
    color: black;
}

a:hover{
	color: white;
}

/*--Misc--*/
.centerText{
display: block;
text-align: center;
}