/* CSS Document */

body {
	background-color: #010915;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
}

#colorindicator_blue {
	position: absolute; top: 42px; left: 0px;
	background-color: #00559c;
	width: 25px;
	height: 12px;
	background-repeat: repeat;
}

#colorindicator_pink {
	position: absolute; top: 42px; left: 0px;
	background-color: #D4368C;
	width: 25px;
	height: 12px;
	background-repeat: repeat;
}

#colorindicator_orange {
	position: absolute; top: 42px; left: 0px;
	background-color: #E88F00;
	width: 25px;
	height: 12px;
	background-repeat: repeat;
}

#colorindicator_green {
	position: absolute; top: 42px; left: 0px;
	background-color: #A2C826;
	width: 25px;
	height: 12px;
	background-repeat: repeat;
}

.education {
	position: absolute; top: -1px; left: 35px;
	width: 400px;
	text-align: left;
	color: white;
	text-decoration: none;
	font: normal normal 14px/normal "Trebuchet MS" Lucida Grande, Lucida, Verdana, sans-serif;
}

/* MAIN CONTAINERS */

#header {
	position: absolute; top: 135px;	left: 35px;
	width: 930px;
	height: 130px;
	background-color: #010915;
}

#main_image {
	position: absolute;	top: 272px; left: 0px;
	width: 965px;
	height: 160px;
	background-color: white;
}

#nav_container {
	position: absolute;	top: 455px;	left: 35px;
	width: 930px;
	height: 40px;
	border-bottom: 1px solid #7c7c7c;
}

#textbox_left {
	position: absolute; top: 510px; left: 35px;
	width: 285px;
	height:	auto;
}

#textbox_center {
	position: absolute; top: 510px; left: 367px;
	width: 285px;
	height:	100px;
}

#textbox_right {
	position: absolute; top: 510px; left: 705px;
	width: 260px;
	height:	100px;
	}
	
#logo_right {
	position: relative;
	top: 10px;
	left: 0px;
	float:  left;
	width: 260px;
	height:	100px;
	border-top: 1px solid #7c7c7c;
	padding-top: 15px;
}

/* TEXT STYLES */

h2 {
	color: #dfdfdf;
	text-decoration:none;
	font: normal 13px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.text {
	color: #dfdfdf;
	text-decoration:none;
	font: normal 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.subheader {
	color: #dfdfdf;
	text-decoration:none;
	font: normal 13px/16px "Tresbuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
	border-bottom: 1px solid #7c7c7c;
	padding-bottom: 5px;
	padding-right: 175px;
}

ul.list {
	list-style-type: square;
	list-style-image: inherit;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
}

ul.list li { 
	color: #dfdfdf;
	font: normal 11px/16px "Tresbuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
	margin-left: 13px;
	padding-left: 0px;
}

/* NAVICATION */

.nav a:link {
	color:#FFFFFF;
	text-decoration: underline;
	font: normal 11px/16px "Tresbuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
	font-weight: normal;
}

.nav a:active {
	color:#FFFFFF;
	text-decoration: underline;
	font: normal 11px/16px "Tresbuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
	font-weight: normal;
}
	
.nav a:visited {
	color:#FFFFFF;
	text-decoration: underline;
	font: normal 11px/16px "Tresbuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
	font-weight: normal;
}

.nav a:hover {
	color:#D4368C;
	text-decoration: underline;
	font: normal 11px/16px "Tresbuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
	font-weight: normal;
}

.download a:link {
	color:#A2C826;
	text-decoration: underline;
	font: bold 11px/16px "Tresbuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
}

.download a:active {
	color:#A2C826;
	text-decoration: underline;
	font: bold 11px/16px "Tresbuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
}
	
.download a:visited {
	color:#A2C826;
	text-decoration: underline;
	font: bold 11px/16px "Tresbuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
}

.download a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font: bold 11px/16px "Tresbuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
}


/* ELEMENTS */

#pdflogo {
	float: left;
	height: auto;
	width: auto;
	padding-right: 15px;
}
