img {
    border-style: none;
}

body {
	background: #C2C0C1 url('/images/background_02.png') repeat left top;
	margin: 0;
	text-align: center;
}

#main-container {
	width: 100%;
	background: transparent url('/images/background_01.png') repeat-x left top;
	text-align: center;
	padding-top: 40px;
}

#view-container {
	width: 1000px;
	border: 7px solid #FFFFFF;
	margin: 0 auto 10px auto;
	text-align: left;
}

#contact-container {
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	background-color: white;
	text-align: right;
	vertical-align: middle;
	padding-top: 7px;
}

#contact-container a {
	font: bold 10px/20px Arial, sans-serif;
	color: black;
	text-decoration: none;
}

#contact-container a:hover {
	color: #A90504;
}

#copyright-link {
	margin-left: 40px;
}

#footer-container {
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 6px;
	display: inline-block;
	display: none;
	text-align: center;
}

#footer-list,
#footer-list .links-list {
	list-style-type: none;
}

#footer-list {
	margin: 0 auto;
}

#footer-list .links-list {
	margin: 14px 0 0 0;
	padding: 0;
}

#footer-list .links-list .links-list-top-item {
	margin: 0 0 14px 0;
}

#footer-list .footer-item {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 260px;
}

#footer-list,
#footer-list a {
	color: #FFFFFF;
	font: 14px Arial, sans-serif;
	text-decoration: none;
}

#footer-list strong {
	font-size: 16px;
	margin-right: 20px;
}

#footer-list a:hover {
	color: #A90504;
}

#navigation-container {
	background: #808080 url('/images/top_logo_and_menu.png') no-repeat left top;
	width: 1000px;
	height: 101px;
	line-height: 101px;
	text-align: right;
	overflow: hidden;
	cursor: pointer;
}

#navigation-container .navigation-menu,
#navigation-container .navigation-menu li {
	display: inline;
	list-style-type: none;
}

#navigation-container .navigation-menu li a:link,
#navigation-container .navigation-menu li a:hover,
#navigation-container .navigation-menu li a:active,
#navigation-container .navigation-menu li a:visited {
	color: #FFFFFF;
	font: bold 16px/101px Arial, sans-serif;
	text-decoration: none;
	padding: 0 10px;
}

#navigation-container .navigation-menu li a:hover {
	color: #FF6600;
}

#home-page #copyright-container a:hover,
#content-page #copyright-container a:hover,
#app-page #copyright-container a:hover {
	color: #9900CC;
}

#content-container {
	background: #2D2928 url('/images/background_04.png') repeat left top;
	width: 1000px;
	margin: 0;
	padding: 0;
	position: relative;
}

#content-page #content-container,
#app-page #content-container {
	background-image: none;
	background-color: #686262;	
}

/*
 * Full width of content is 1000px.
 * Content area is 739px.
 *
 * That leaves us 1000px - 739px => 261px
 * 
 * We want it to appear centered, so we take
 * the width of the button and subtract it
 * from what's left (261px), and we get
 * 
 * 261px - 244px => 15px
 *
 * Take half of 15px and use that value for
 * the "right" property: 15px / 2 => 7.5px (round up).
 *
 * right: 8px
 *
 */

#menu-container {
	width: 246px;
	position: absolute;
	top: 8px;
	right: 8px;
}

#menu-container ul.links-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* The menu looks different on content and application pages. */


#content-area {
	background: #ECECF4 url('/images/background_05.png') repeat left top;
	width: 740px;
	margin: 0;
	padding: 5px 0;
	text-align: left;
}

#home-page #content-area {
	padding-bottom: 0;
}

#app-page #content-area,
#content-page #content-area {
	min-height: 800px;
	height: auto !important;
	height: 800px;
}

#app-page #bottom-banner,
#content-page-view #bottom-banner {
	display: none;
}

#content-page-view {
	width: 699px;
	padding-left: 20px;
	padding-right: 20px;
}

#content-page #content-area,
#app-page #content-area {
	background: #FFFFFF none repeat left top;
}

#copyright-container {
	margin: 0 auto;
	padding: 0 0 40px 0;
	width: 1000px;
	text-align: left;
}

#copyright-container a:link,
#copyright-container a:hover,
#copyright-container a:active,
#copyright-container a:visited {
	font: normal 14px/18px Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
}

#copyright-container a:hover {
	color: #A90504;
}

