@charset "utf-8";
/* CSS Document */
/* 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;
	font-family: Tahoma, Geneva, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #993333;
	background: url(/images/Background_Index.jpg) top left no-repeat;
}

.header {
	height: 162px;
}
.header img{
	float: left;
	margin-left: 10px;
}
.contact {
	float: right;
	margin-right: 10px;;
	margin-top: 10px;
	text-align: right;
}
.rightBlock {
	width: 33px;
	height: 100%;
	min-height: 768px;
	float: right;
	background-color: #BC3C31;
}
.mainNav {
	width: 878px;
	height: 324px;
	margin-top: 100px;
	font-size: 36pt;
	color: #BC3C31;
}
.mainNav a, .mainNav a:visited {
	color: #BC3C31;
	text-decoration: none;
}
.mainNav a:hover, .mainNav a:active {
	color: #FF3333;
	text-decoration: none;
}

.rowOdd{
	height: 44px;
}
.rowEven {
	height: 49px;
}
.first {
	float: left;
	margin-left: 120px;
}
.second {
	float: right;
	margin-right: 100px;
}
.third {
	float: left;
	margin-left: 60px;
}
.fourth {
	float: right;
	margin-right: 40px;
}
.fifth {
	float: left;
	margin-left: 100px;
}
.sixth {
	float: right;
	margin-right: 50px;
}
.seventh{
	float: left;
	margin-left: 130px;
}
.eighth {
	float: right;
	margin-right: 116px;
}

.subNav {
	float: right;
	margin-top: 130px;
	margin-left: 420px;
	width: auto;
	clear: left;
	padding-right: 10px;
}

.subNav ul, .subNav li {
	display: inline;	
	padding-right: 40px;
	font-size: 16pt;
}

.subNav a, .subNav a:visited {
	color: #BC3C31;
	text-decoration: none;
}
.subNav a:hover, .subNav a:active {
	color: #FF3333;
}

.contact li {
	color: #993333;
	font-size: 12pt;
}
.contact a, .contact a:visited {
	color: #993333;
	text-decoration: none;
}
.typeface-js {
	font-family: 'MetroScript';
}
