
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


body {
	color: #797979;
	font-family: Tahoma, Verdana, Arial;
	font-size: 75%;
	margin-top:30px;
}

a {
	color: #607293;
	text-decoration: none;
}

a:hover {
	color: #354158;
}

.hidden{
	display:none;
}

.wrapper {
	width: 800px;
	margin: auto;
}

	.head_container{
		border-bottom:2px solid #000;
	}
	
		.logo{
			float:left;
		}
		.navigation1{
			float:left;
			padding-top:40px;
		}
		
	.content_container{
		margin:15px 0px;
	}
	
	.foot_container{
		border-top:2px solid #000;
		padding-top:5px;
		margin-bottom:50px;
	}
		.foot_copy{	
			float:left;
			width:200px;
		}
		.navigation2{
			float:right;
		}
		
.block{
	border:1px solid #fff;
	float:left;
	margin-right:3px;
	/*padding:3px 3px;*/
	height:10px;
	width:10px;
}

	.white{
		background:#fff;
		color:#000;
	}
	
	.navy{
		background:#1F253B;
		color:#fff;
	}
	
	.black{
		background:#000;
		color:#fff;
	}
	
	.mango{
		background:#F4B11C;
		color:#000;
	}
	
	.yellow{
		background:#fee83d;
		color:#fff;
	}
	
	.red{
		background:#C30000;
		color:#fff;
	}

	.green{
		background:#259861;
		color:#fff;
	}

	.purple{
		background:#5642b3;
		color:#fff;
	}

.press-item{
	text-align:center;
	width:160px;
	height:230px;
	float:left;
}

.clear{
	clear:both;
	margin:0px;
	padding:0px;
}
.contact-left{
	clear:both;
	float:left;
	width:100px;
	margin:3px 0px;
}

.contact-right{
	float:left;
	width:480px;
	margin:3px 0px;
}