/* Stlye Sheet */

/* Universals */

body 				{ background-color: #214559; }
#wrapper			{ padding-top: 50px; }
#menucontainer 		{ height: 430px; width: 180px; background-color: #0092C3; border-left: 3px solid white; 
						border-bottom: 3px solid white; border-top: 3px solid white; }
#logo				{ background-color: #C2C5CC; }
#about 				{ height: 35px; width: 180px; background-color: #1B536C; border-bottom: 3px solid white; border-top: 3px solid white; }
#projects			{ height: 35px; width: 180px; background-color: #156180; border-bottom: 3px solid white; }
#management			{ height: 35px; width: 180px; background-color: #0F6E92; border-bottom: 3px solid white; }
#employment			{ height: 35px; width: 180px; background-color: #0B78A0; border-bottom: 3px solid white; }
#contact			{ height: 35px; width: 180px; background-color: #0881AB; border-bottom: 3px solid white; }

/*Index, About*/

#about1				{ height: 35px; width: 180px; background-color: #74B651; border-bottom: 3px solid white; border-top: 3px solid white; }
#aboutcontent		{ height: 430px; width: 680px; background-image: url('images/blank.gif'); background-repeat: no-repeat; border: 3px solid white; }
#aboutstyle			{ font-family: Arial, sans-serif; color: #214559; font-weight: bold; text-align: justify; line-height: 2em;
						width: 530px; position: relative; top: 117px; left: 75px; }

/*Projects*/

#projects1			{ height: 35px; width: 180px; background-color: #74B651; border-bottom: 3px solid white; }
#projectscontent	{ height: 430px; width: 680px; background-image: url('images/blank.gif'); background-repeat: no-repeat; border: 3px solid white; }
#projectswrapper	{ width: 550px; position: relative; top: 57px; left: 65px; }
#growproject		{ font-family: Arial, sans-serif; color: #74B651; font-weight: bold; font-size: 14px; margin-bottom: 5px; }
#growtext			{ font-family: Arial, sans-serif; color: #214559; font-weight: bold; font-size: 12px; margin-bottom: 40px; text-align: justify; }
.project			{ font-family: Arial, sans-serif; color: #74B651; font-weight: bold; font-size: 14px; margin-bottom: 10px; }
.project a          { color: #74B651; }
.projecttext		{ font-family: Arial, sans-serif; color: #214559; font-weight: bold; font-size: 12px; margin-bottom: 18px; text-align: justify; }

/*Management*/

#management1		{ height: 35px; width: 180px; background-color: #74B651; border-bottom: 3px solid white; }
#managementcontent	{ height: 430px; width: 680px; background-image: url('images/blank.gif'); background-repeat: no-repeat; border: 3px solid white; }
#managementwrapper	{ width: 550px; position: relative; top: 51px; left: 65px; }
.manager			{ font-family: Arial, sans-serif; color: #214559; font-weight: bold; font-size: 14px; margin-bottom: 5px; }
.managertext		{ font-family: Arial, sans-serif; color: #727272; font-weight: bold; font-size: 12px; margin-bottom: 15px; text-align: justify; }

/*Employment*/

#employment1		{ height: 35px; width: 180px; background-color: #74B651; border-bottom: 3px solid white; }
#employmentcontent	{ height: 430px; width: 680px; background-image: url('images/employment.gif'); background-repeat: no-repeat; border: 3px solid white; }
#jobwrapper			{ width: 325px; position: relative; left: 65px; top: 80px; float: left; }
#jobtitle			{ font-family: Arial, sans-serif; color: #214559; font-weight: bold; font-size: 16px; }
#programmer			{ color: #74B651; }
#jobtext			{ font-family: Arial, sans-serif; color: #214559; font-weight: bold; font-size: 12px; text-align: justify; }
#resume				{ font-family: Arial, sans-serif; color: #214559; font-weight: bold; font-size: 13px; text-align: center; line-height: 1.5em;
						position: relative; top: 195px; left: 22px;}
#resume a			{ text-decoration: none; color: #0092C3; }

/*Contact*/

#contact1			{ height: 35px; width: 180px; background-color: #74B651; border-bottom: 3px solid white; }
#contactcontent		{ height: 430px; width: 680px; background-image: url('images/blank.gif'); background-repeat: no-repeat; border: 3px solid white; }
#contactwrapper		{ font-family: Arial, sans-serif; color: #214559; font-weight: bold; font-size: 16px; line-height: 1.5em;
						width: 240px; position: relative; top: 167px; left: 230px; }
#contactwrapper a	{ text-decoration: none; color: #0092C3; }