* {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	font-size: 75%;
	text-align: center;
	line-height: 1.8em;
	color: #888;
	background-color: #220000;
	background-image: url(../images/global/background-body.gif);
	background-repeat: repeat-x;
	background-position: center -300px;
}

b, strong {
	font-weight: bold;
}

a {
	color: #444;
}
a:hover {
	color: #FF4200;
}

img {
	behavior:url(iepngfix.htc);
	border: none;
}

.left {
	float: left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}



#container {
	position: relative;
	width: 770px;
	margin: 0px auto;
	text-align: left;
}

#header {
	position: relative;
	background-color: #190000;
	margin: 0px;
	padding: 0px;
	height: 132px;
}
#header h1 {
	height: 132px;
	text-indent: -4000px;
	background-image: url(../images/global/company-logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}

#navigation {
	background-color: #CD0013;
	overflow: visible;
	height: 2.6em;
	position: relative;
}
#navigation ul {
	overflow: auto;
}
#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #F6C2B7;
	font-size: 1em;
	padding: 0px 15px;
	line-height: 2.6em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A90008;
	background-color: #CD0013;
}
#navigation li a.last {
	border-right: none;
}

#navigation li a:hover {
	color: #fff;
	background-color: #7D0000;
}

#content {
	position: relative;
	background-color: #fff;
	margin: 0px;
	padding: 1px 0px 0px;
}


#column-main {
	position: relative;
	padding: 0px;
	margin: 19px 20px 0px;
	text-align: center;
}


p {
	font-size: 1.2em;
	margin-bottom: 1.6em;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	padding: 0px;
	color: #666;
	text-align: left;
}
h1 {
	font-size: 2.6em;
}
h2 {
	margin-bottom: 0.5em;
	margin-top: 0.8em;
	color: #CD0013;
	font-size: 2em;
}
h3 {
	margin-bottom: 0.2em;
	margin-top: 1em;
	color: #222;
	color: #CD0013;
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
	color: #666;
}
h5, h6 {
	font-size: 1.2em;
}

img.border {
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
	margin: 0;
}

img.left {
	margin-right: 10px;
}
img.right {
	margin-left: 10px;
}

.infobox,
p.infobox {
	background: #f4f4f4;
	padding: 5px 8px;
	border: 1px solid #e0e0e0;
	text-align: center;
	color: #666;
	font-weight: bold;
	clear: both;
}

p.banner {
	text-align:center;
}


table.gallery {
	border-collapse: collapse;
	margin: 0px auto 2em;
}
table.gallery td {
	padding: 2px;
}

table.gallery a {
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
	margin: 0;
	display: block;
}
table.gallery a:hover {
	background-color: #ffa200;
}


table.data {
	border-collapse: collapse;
	margin: 0px auto 2em;
	/*line-height: 1em;*/
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 0px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
table.data th.right,
table.data td.right {
	text-align: right;
	float: none;
}
table.data th,
table.data td {
	padding: 0.5em 6px;
	font-size: 1em;
	text-align: left;
}



table.data thead th {
	background-color: #CD0013;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #A90008;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
table.data thead td {
	font-weight: normal;
	background-color: #CC0000;
	color: #fff;
}

table.data tbody tr {
	border-bottom: 1px solid #f0f0f0;
}

table.data tbody tr.odd {
	background-color: #fff;
}

table.data tbody tr.even {
	background-color: #f9f9f9;
}
table.data tbody tr.odd:hover,
table.data tbody tr.even:hover {
	background-color: #ffc;
}

table.data tbody th {
	background-color: #ccc;
	border-bottom: 1px solid #e0e0e0;
	color: #666;
	font-weight: bold;
}
table.data tbody td {
	border-width: 0px;
}
table.data tbody a {
	color: #888;
}
table.data tbody a:hover {
	color: #FF4200;
}
table.data tfoot td {
	border-top: 0px;
	border-bottom: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}


table.recordsetnav {
	width: 100%;
}

table.data tfoot td table.recordsetnav td {
	background-color: #aaa;
	color: #eee;
	text-align: center;
	padding: .4em .6em;
}
table.data tfoot td table.recordsetnav td.nav {
	width: 6em;
	padding: 0px;
}
table.data tfoot td table.recordsetnav td.nav a,
table.data tfoot td table.recordsetnav td.nav p {
	margin: 0px;
	padding: 0.4em 0.6em;
	text-decoration: none;
	color: #ccc;
	display: block;
}
table.data tfoot td table.recordsetnav td.nav a {
	color:#eee;
}
table.data tfoot td table.recordsetnav td.nav a:hover {
	color:#fff;
	background-color: #FF4200;
}




#facilities {
	clear: both;
	background-color: #CD0013;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #A90008;
}
#facilities p {
	font-size: 1.2em;
	line-height: .6em;
	color: #fff;
	margin: 0px 20px;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#copyright {
	clear: both;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#copyright p {
	font-size: 0.9em;
	line-height: 0.6em;
	color: #444;
	margin: 0px 20px;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
}
#copyright a {
	text-decoration:none;
}

#footer {
	position: relative;
	margin: 10px auto;
	padding: 0px;
	overflow: auto;
	width: 770px;
	text-align: left;
}

#footer ul {
	color: #999;
	margin: 0;
	list-style: none;
	padding:0 20px;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #7D0000;
	padding-right: 1em;
}
#footer li a:hover {
	color: #ffa200;
}


ul.arrow-link {
	margin: 10px 20px 30px 0px;
}
ul.arrow-link li {
	background: url(../images/global/arrow-link-left.gif) no-repeat;
	padding-left: 24px;
	margin: 0px 0px 5px;
}
ul.arrow-link li a {
	line-height: 24px;
	background: url(../images/global/arrow-link-right.gif) right;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #777;
}
ul.arrow-link li a:hover {
	color: #BC0030;
}
