@charset "utf-8";
/* CSS Document */
/* divs */
#wrapper {
	position: relative;
	width: 960px;
	min-height: 600px;
	margin: auto;
}
#header {
	height: 110px;
	width: 100%;
	background-image: url(../site-images/header-bg.png);
	background-repeat: no-repeat;
	margin: 0;
}

#navigation {
	clear: none;
	float: right;
	margin-top: 15px;
	margin-right: 12px;
	width: 600px;
	height: 80px;
	padding: 0;
}

#flash-menu {
	clear: left;
	float: left;
	margin: 0;
	height: 240px;
	min-height: 240px;
	max-height: 240px;
	width: 960px;
	background-image: url(../site-images/flash-bg.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#body-bg {
	width: 960px;
	margin: 0;
	background-image: url(../site-images/body-bg.png);
	background-repeat: repeat-y;
	clear: both;
	float: left;
	z-index: 1;
}
#body-menu {
	width: 958px;
	background-image: url(../site-images/menu-gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 1px 0 1px;
	clear: both;
	float: right;
	text-align: right;
	z-index: 1;
}

#body-bg-banner {
	clear: both;
	width: 958px;
	height: 250px;
	margin: 0 1px 0 1px;
}

#body {
	clear: both;
	width: 936px;
	margin: 12px 12px 0 12px;
	top: 0;
	color: #333;
	z-index: 2;
}
#body-left {
	top: 0;
	left: 0;
	float: left;
	width: 666px;
	margin: 0px 12px 12px 0px;
	text-align: left;
}
#body-right {
	float: left;
	width: 230px;
	margin: 12px 0 12px 24px;
}
#footer {
	clear: both;
	float: left;
	margin: 0;
	margin-bottom: 12px;
	font-size: 11px;
	width: 100%;
	height: 120px;
	background-image: url(../site-images/footer-bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* styles */
body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url(../site-images/site-bg.png);
	background-position: top;
	background-repeat: no-repeat;
}
a:link, a:visited {
	color: #AF0000;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
.input-button {
	background: #666666; font-size: 11px; color: #FFFFFF; border: 0;
}
h3 {
	font-size: 14px;
	color: #FFF;
}
#body-index h3, #body-left h3, #body-middle h3, #body-right h3 {
	border-bottom: 1px solid #CCC;
}
#body-left img, #body-middle img, #body-right img {
	padding-bottom: 4px;
}

.small {
	font-size: 11px;
	text-align: right;
}
.red {
	color: #AF0000;
}
.grey {
	color: #999;
}
ul {
	list-style: square;
}
.red-heading {
	font-size: 14px;
	font-weight: 300;
	color: #AF0000;
	border-bottom: 1px solid #C8C8C8;
	width: 325px;
	margin-left: 12px;
}
.red-heading-bold {
	font-size: 14px;
	font-weight: bolder;
	color: #AF0000;
	letter-spacing: 1px;
}
#grey-side-top {
	clear: both;
	margin: 0;
	width: 232px; 
	height: 20px;
	background-image: url(../site-images/grey-side-top.png); 
	background-repeat: no-repeat;
}
#grey-side {
	clear: both;
	margin: 0;
	padding: 0;
	width: 232px; 
	min-height: 200px;
	background-image: url(../site-images/grey-side-bg.png); 
	background-repeat: repeat-y;
}
#grey-side-inner {
	clear: none;
	width: 200px;
	margin: 0 16px 0 16px;
	z-index: 5;
}
#grey-side-inner p {
	margin: 0;
	padding-bottom: 12px;
}
#grey-side-bottom {
	clear: both;
	margin: 0;
	width: 232px; 
	height: 20px;
	background-image: url(../site-images/grey-side-bottom.png); 
	background-repeat: no-repeat;
}
