@charset "utf-8";

/*

Example.com - design, code, and programming by: Michael Angeletti

Browser reset

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {
	margin: 0;
	padding: 0;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, table, tbody, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
}

input, tr, td, th {
	margin: 0;
	padding: 0;
}


/*

html, body

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	top: 0;
	height: 100%;
	font: 12px/1.3 Verdana, Geneva, sans-serif;
	color: #000;
	background: #000 url(../images/background.jpg) center top no-repeat;
	text-align: center;
}


/*

Universal Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

strong {
	font-weight: bold;
}

.none {
	display: none;
}


/*

Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
	width: 782px;
	margin: 0 auto;
	text-align: left;
}


/*

Header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header {
	width: 782px;
	height: 108px;
	float: left;
}

.logo {
	width: 193px;
	height: 77px;
	left: 35px;
	top: 19px;
	position: absolute;
	text-indent: -9000px;
	background: transparent url(../images/logo.png) left top no-repeat;
}

	.logo a {
		width: 193px;
		height: 77px;
		float: left;
		background: transparent;
	}

.top_nav {
	width: 404px;
	height: 53px;
	right: 36px;
	bottom: -21px;
	position: absolute;
	overflow: hidden;
}

	.top_nav li {
		width: 81px;
		height: 48px;
		margin: 0 20px 0 0;
		float: left;
	}
	
		.top_nav li a {
			width: 81px;
			height: 48px;
			float: left;
			text-indent: -9000px;
			background-color: transparent;
			background-position: 0px 5px;
			background-repeat: no-repeat;
		}
		
			.top_nav li a:hover {
				background-position: 0px 0px;
			}
			
			.top_nav li.nav_home a {
				background-image: url(../images/nav_home.png);
			}
			
			.top_nav li.nav_principals a {
				background-image: url(../images/nav_principals.png);
			}
			
			.top_nav li.nav_contact a {
				background-image: url(../images/nav_contact.png);
			}
		
		.top_nav li.nav_opportunities {
			width: 101px;
			margin: 0;
		}
			
			.top_nav li.nav_opportunities a {
				width: 101px;
				background-image: url(../images/nav_opportunities.png);
			}


/*

Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content_wrapper {
	width: 750px;
	padding: 15px;
	border: 1px #000 solid;
	float: left;
	background: transparent url(../images/translucent_black.png) left top repeat;
}

.content {
	width: 700px;
	padding: 25px;
	float: left;
	background: #FFF;
}

	.content h1, .content h2 {
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px #DDD dotted;
		font-size: 25px;
	}
	
	.content h3 {
		padding: 0 0 10px 0;
		font-size: 18px;
	}
	
	.content h4 {
		padding: 0 0 5px 0;
		font-weight: bold;
	}
	
	.content p {
		padding: 0 0 15px 0;
	}


/*

Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer {
	width: 742px;
	padding: 10px 20px;
	float: left;
	font-size: 11px;
	text-align: center;
}

	.footer ul li {
		display: inline;
		padding: 0 10px;
		color: #999;
	}
	
		.footer ul li a {
			color: #999;
		}.container .content_wrapper .content img {
	float: right;
	margin-top: 10px;
	z-index: 9000;
}
