* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	background-image: url(../images/back.jpg);
	background-position: top;
	background-repeat:repeat-x;
	background-color: #d9d9d9;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
#container {
	text-align: left;	
}

.container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: absolute;
	top: 0;
	height: 89px;
	width: 100%;
}
#header div#logo {
	float: left;
	width: 225px;
}
#header div#menu {
	float: left;
	width: 775px;
}
#header div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#header div#menu ul li {
	float: left;
	margin: 0;
	padding: 0 8px 0 9px;
	background-image: url(../images/divider.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#header div#menu ul li#company {
	padding-left: 0;
	background-image: none;
}

#content {
	position: absolute;
	top: 89px;
	width: 100%;
}
#content div.container div#information {
	padding: 26px 65px 20px 65px;	
}

#flashBanner {
	height: 288px;
}

#information {
	background-color: #000;	
}
#information div#colLeft {
	float: left;
	width: 270px;
}
#information div#colRight {
	float: right;
	width: 585px;
}

#information div#colLeftKey {
	float: left;
	width: 220px;
	text-align: center;
}
#information div#colRightKey {
	float: right;
	width: 635px;
}

#information div#colRight div.innerColLeft {
	float: left;
	width: 44%;
	padding: 10px 0 0 0;
}
#information div#colRight div.innerColRight {
/*	float: right;			*/
	float: left;
	width: 52%;
	padding: 10px 0 0 0;
}

#information div#colRight div.innerColRight h1.newsH1 {
	padding-left: 40px;	
}
#information div#colRight div.innerColRight div.newsBox {
	border-left: 19px solid #cc0000;
	padding-left: 18px;
}

#footer {
	padding: 5px 0 15px 0;
	background-color: #000;	
}
#footer p {
	font-size: 11px;	
	color: #666666;
	padding: 0 0 5px 0;
}

ul#submenu {
	margin: 0 0 15px 0;
	padding: 6px 0 6px 0;
	list-style: none;
	list-style-image: none;
	border-bottom: 1px solid #626262;
}
ul#submenu li {
	padding: 0 10px;
	margin: 0;
	font-size: 12px;
	display: inline;
	border-left: 1px solid #FFF;
	line-height: 20px;
}
ul#submenu li.noBorder {
	border-left: 0;	
}
ul#submenu li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
ul#submenu li a:hover {
	text-decoration: underline;
}
ul#submenu li a.active {
	color: #cc0000;
}

table.photoTable td, table.photoTable th {
	text-align: center;
}
table.photoTable td img {
	margin: 0 2px 4px 2px;
}
table.photoTable th {
	font-weight: normal;
	font-size: 11px;
	padding: 5px 0;
}

/* common styles */

.clear {
	clear: both;
}
html>body .clear {
	height: 1px;
	display: block;
}
.floatLeft {
	float: left;
	margin: 0 15px 0 0;
}
.floatRight {
	float: right;
	margin: 0 0 0 15px;
}

/* general tags */

h1 {
	font-size: 16px;
	padding: 0 0 6px 0;
	color: #cc0000;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	padding: 0 0 6px 0;
	font-weight: bold;
	color: #cc0000;
}
h3 {
	font-size: 11px;
	padding: 0 0 6px 0;
	color: #cc0000;
}
h4 {
	font-size: 10px;
	padding: 0 0 6px 0;
	color: #cc0000;	
}
ul {
	margin: 0 0 0 15px;
}
ul li {
	padding: 0 0 5px 0;
}
p {
	padding: 0 0 10px 0;
	line-height: 17px;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


