/*CONSTANT*/

body {
	margin: 0px;
	background: url(images/page_bg.gif) center top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td {
	vertical-align: top;
}

p {
	line-height: 1.3em;
}

p, h1, h2, h3, h4, h5, h6, h7 {
	margin-top: 0px;
	padding-top: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #bb221f;
	margin-top: 0px;
}

a {
	color: #bb221f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*LAYOUT*/

#wrapper {
	width: 886px;
	margin: 0px auto;
	border: #090a3b solid;
	border-width: 0px 7px;
	position: relative;
}

#header {
	width: 886px;
	height: 100px;
}

#banner {
	width: 886px;
	height: 200px;
}

#imageContainer {
	position: relative;
	margin: 0px;
	width: 886px;
	height: 200px;
	border: none;
}

#imageContainer img {
	display: none;
	position: absolute;
	top: 0;
	left:0;
}

#divider {
	width: 886px;
	height: 30px;
	background-image: url(images/divider.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	position: relative;
}

/*NAVIGATION*/

#nav {
	position: absolute;
	top: 276px;
	left: 286px; /*406px*/
	width: 600px; /*480px*/
	height: 24px;
}

.nav_item {
	position: relative;
	width: 120px;
	height: 24px;
	float: left;
}

#nav a {
	color: #ffffff;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 16px;
	background-image: url(images/nav1.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#nav a:hover {
	background-image: url(images/nav2.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.submenu {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 30px;
  visibility: hidden;
}

.submenu a:link, .submenu a:active, .submenu a:visited {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  text-align: right;
  text-decoration: none;
  padding: 7px;
  color: #ffffff;
}

.submenu a:hover {
  background: #090a3b;
  text-decoration: none;
  color: #ffffff;
}

.submenu2 {
  position: absolute;
  top: 30px;
  left: 661px;
  visibility: hidden;
}

.submenu2 a:link, .submenu2 a:active, .submenu2 a:visited {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #ffffff;
  background-color: #090a3b;
  display: block;
  width: 200px;
}

.submenu2 a:hover {
  text-decoration: underline;
  color: #ffffff;
}

/*CONTENT*/

#content {
	width: 876px;
	padding: 5px;
	text-align: justify;
	margin-bottom: 15px;
}

#left {
	width: 138px;
}

#left img {
	display: block;
	margin-bottom: 5px;
}

#center {
	width: 590px;
	padding: 0px 5px;
	border: #dbdbdb solid;
	border-width: 0px 2px;
}

#center a {
	font-weight: bold;
}

#right {
	width: 133px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
}

#right img {
	margin: 0px auto;
	display: block;
	margin-bottom: 5px;
}

#right a#box {
	text-align: center;
	background-color: #d7d7d7;
	border: #6e1413 1px solid;
	display: block;
	padding: 3px;
	font-weight: normal;
	text-decoration: none;
}

#right a#box:hover {
	text-decoration: none;
	background-color: #333333;
	color: #ffffff;
}

/*FOOTER*/

#footer {
	width: 886px;
	text-align: center;
	font-size: 12px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}

#footer p {
	line-height: 1.5em;
}

/*MISC*/

.clr {
	clear: both;
}

.dark_red_outline {
	border: #6e1413 1px solid;
}