/* CSS Document */

body {
	text-align: left;
	margin: 0px;
}

.wrapper {
	width: 840px !important;
	margin: 0px auto;	
}

.header {
	width: 100%;
	height: 143px;
}

.company {
	background: #000841;
	height: 79px;
	padding-top: 8px;
}

/*.company .wrapper .ticker_top	{
	height: 37px;
}*/

marquee p {
	margin: 0;
	padding: 0;
}

.company .wrapper .ticker	{
	background-color: #4B72A0;
	color: #C4DAF4;
	width: 516px;
	padding: 3px;
	height: 20px;
	margin: 25px 0 0 0;
	display: block;
}

/*** Wallpaper ***/
.splashnav {
	background: url(../images/bg_wallpaper.gif) repeat;
}

/*** Navigation ***/
.nav {
	background: #E7E7D7 url(../images/bg_navbar.gif) repeat-x;
	height: 56px;
}

.nav ul {
	display: block;
	margin: 0px;
	padding: 0 0 0 10px;
	position: relative;
	top: 26px;
	white-space: nowrap;
}

.nav ul li {
	display: inline;
	font-size: 16px;
	color: #000841;
	border-right: 1px solid #000841;
}

.nav ul li.nb {
	border: none !important;
}

.nav ul li a {
	margin: 0px 10px;
	padding: 2px 10px;
	color: #000841;
	text-decoration: none;
}

.nav ul li a:link {
}

.nav ul li a:hover {
	background: #C4C29F;
}


/*** Striped Wall ***/
.stripedwall {
	background: #84392F url(../images/bg_stripedwall.gif) repeat;
	padding: 15px 0px 0px;
}

.stripedwall .content {
	margin: 0px 36px;
	background: #FFFFFF;
	padding: 15px 30px 5px 15px;
}


/*** Content ***/

.content .title {
	color: #BF9400;
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.content p {
	color: #5E5E5E;
	font-size: 15px;
}


/*** Chair ***/
.chairarea {
	height: 410px;
	background:  url(../images/bg_navbar.gif) bottom repeat-x;
	padding: 0px;
}

.chairarea .nav {
	position: relative;
	bottom: 0px;
}

.chair {
	float: right;
}

