/* --------------------- */
/* -->>TEK PRECISION<<-- */
/* --------------------- */

/* master.css */

/* ---->> RESET <<---- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: url('../images/background.png');
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	color: #000;
	background: none;
	text-decoration: underline;
}

a:link {
	color: #000;
	background: none;
	text-decoration: underline;
}

a:visited {
	color: #000;
	background: none;
	text-decoration: underline;
}

a:hover {
	color: #e7e7d8;
	background: #343434;
	text-decoration: none;
}

a:active {
	color: #000;
	background: none;
	text-decoration: underline;
}

	a.n:hover {
		color: #000;
		text-decoration: none;
	}

a.copyrightLink {
	color: #fff;
	text-decoration: underline;
}

a:target {
	background: none;
	color: #000;
	text-decoration: none;
}

a:hover:target {
	background: none;
	color: #000;
	text-decoration: none;
}

a.anchor {
	background: none;
	color: #000;
	text-decoration: none;
}

a.anchor:hover {
	background: none;
	color: #000;
	text-decoration: none;
}

hr {
	border: 1px solid;
	color: black;
	height: 5px;
}

/* @end */

/* ---->> GENERIC CLASSES <<---- */
/* font-face */

@font-face {
	font-family: "MEgalopolisExtra";
	src: url('MEgalopolisExtra.otf') format('otf');
}

/* typography */

.sans {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.serif {
	font-family: Georgia, Times, sans-serif;
	font-weight: normal;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.u {
	border-bottom: 1px solid #000;
}

.i {
	font-style: italic;
}

.c {
	text-align: center;
}

.thirteen {
	font-size: 13pt;
}

.fourteen {
	font-size: 14pt;
}

/* color */

.black {
	color: black;
	font-weight: bold;
}

/* end */

/* ---->> NAVBAR <<---- */

#navBar {
	color: #343434;
	font: 14pt "Lucida Grande", Helvetica, Arial, sans-serif;
	height: 50px;
	text-align: center;
}

/* @end */

/* ---->> BODY <<---- */

#header {
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

#headerContainer {
	width: 700px;
}

#topImageSetA {
	background: url('../images/imgsHead.png') no-repeat;
	height: 122px;
	width: 990px;
	margin: 0 auto;
	margin-top: -20px;
}

#topImageSetB {
	background: url('../images/imgsHeadB.png') no-repeat;
	height: 122px;
	width: 990px;
	margin: 0 auto;
	margin-top: -20px;
}

#topImageSetC {
	background: url('../images/imgsHeadC.png') no-repeat;
	height: 122px;
	width: 990px;
	margin: 0 auto;
	margin-top: -20px;
}

#topImageSetD {
	background: url('../images/imgsHeadD.jpg') no-repeat;
	height: 122px;
	width: 990px;
	margin: 0 auto;
	margin-top: -20px;
}

#topImageSetE {
	background: url('../images/imgsHeadE.jpg') no-repeat;
	height: 122px;
	width: 990px;
	margin: 0 auto;
	margin-top: -20px;
}

#topImageSetF {
	background: url('../images/imgsHeadF.jpg') no-repeat;
	height: 122px;
	width: 990px;
	margin: 0 auto;
	margin-top: -20px;
}

#topImageSetG {
	background: url('../images/imgsHeadG.jpg') no-repeat;
	height: 122px;
	width: 990px;
	margin: 0 auto;
	margin-top: -20px;
}

#topImageSetH {
	background: url('../images/imgsHeadH.jpg') no-repeat;
	height: 122px;
	width: 990px;
	margin: 0 auto;
	margin-top: -20px;
}

#topImageSetJ {
	background: url('../images/imgsHeadJ.jpg') no-repeat;
	height: 122px;
	width: 990px;
	margin: 0 auto;
	margin-top: -20px;
}

#content {
	background-color: #fff;
	font-size: 12pt;
	height: 100%;
	margin: 0 auto;
	width: 988px;
}

	#backgroundOverlayA {
		background: #fff url(../images/backgroundOverlay.jpg);
		height: 100%;
		margin: 0 auto;
		width: 988px;
	}
	
	#backgroundOverlayB {
		background: #fff url(../images/backgroundOverlay2.jpg);
		height: 100%;
		margin: 0 auto;
		width: 988px;
	}
	
	#backgroundOverlayC {
		background: #fff url(../images/backgroundOverlay3.jpg);
		height: 100%;
		margin: 0 auto;
		width: 988px;
	}

	#backgroundOverlayD {
		background: #fff url(../images/backgroundOverlay4.jpg);
		height: 100%;
		margin: 0 auto;
		width: 988px;
	}
	
.header {
	font-family: "MEgalopolisExtra", Helvetica, Arial, sans-serif;
	font-size: 24pt;
	padding: 20px;
	text-shadow: #373737 1px 1px 1px;
}

.sheader {
	font-family: "MEgalopolisExtra", Helvetica, Arial, sans-serif;
	font-size: 18pt;
	padding: 20px;
	text-shadow: #373737 1px 1px 1px;
}

#contentNOBG {
	margin: 0 auto;
	width: 988px;
}

#colLeft {
	float: left;
}

#colRight {
	float: right;
	width: 262px;
}

	.boxes {
		width: 262px;
	}

	.text {
		text-align: justify;
		padding-left: 10px;
		padding-right: 10px;
	}
	
/* @end */

/* ---->> IMAGES <<---- */
/* mainpage */
#bigPic {
	height: 448px;
	width: 717px;
}
	
#imageContainer {
	height: 122px;
	margin: 0 auto;
	width: 100%;
}

/* @end */

/* ---->> FOOTER <<---- */

#copyright {
	clear: all;
	color: #fff;
	font: 8pt "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: center;
}
/* @end */