@charset "UTF-8";
/* CSS Document */

/* 	PALETTE
	MAROON: #75222C;
	GREY: #666666;
	BLUE: #0066ff;
*/

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}
html {
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1024px;
	background-color: #000000;
}
#wrapper {
	text-align: left;
	min-height:800px;
	position: relative;
	background-image: url(../images/bkdMiddle.jpg);
	background-repeat: repeat-y;
}
#bkdTop {
	background-image: url(../images/bkdTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* LOGO */
#logo {
	position: absolute;
	height: 142px;
	width: 242px;
	left: 0px;
	top: 39px;
	z-index: 1100;
	overflow: hidden;
	display: inline;
	clear: none;
}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* CONTENT */
#leftColumn {
	width: 194px;
	min-height: 500px;
	float: left;
	display: inline;
	margin-top: 220px;
	margin-left: 125px;
}
#rightColumn {
	width: 560px;
	min-height: 500px;
	float: right;
	margin-top: 100px;
	margin-right: 100px;
	display: inline;
}
#rightColumnContent {
	min-height: 500px;
	padding: 10px 25px 25px 25px;
	overflow: auto;
	height: 400px;
}

/* FOOTER */
#footer {
	height: 90px;
	width: 1024px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/bkdBtm.jpg);
	display: block;
	clear: both;
	background-repeat: no-repeat;
	text-align: center;
}
#footer p, #footer a {
	color: #999999;
	text-decoration: none;
	padding-top: 40px;
	font-size: 0.95em;
	letter-spacing: 0.1em;
	word-spacing: .2em;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	vertical-align: middle;
}

/* TYPOGRAPHY */
h2 {
	color: #75222C;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #75222C;
}
h4 {
	color: #75222C;
}
h5 {
	font-weight: normal;
	margin-bottom: 1em;
	color: #666666;
}
h6 {
	font-size: 0.9em;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 1em;
	font-style: italic;
}
h2 a, h3 a, h4 a, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #666666;
	text-decoration:none;
}
p {
	color: #333333;
	margin-bottom: 0.5em;
}
ul {
	margin-bottom: 1em;
	margin-left: 20px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #0066ff;
}
a:hover {
	text-decoration: underline;
}
cite {
	font-size: 90%;
	font-style: italic;
	margin-left: 20px;
	display: block;
	color: #333333;
	margin-bottom: 0.5em;
}
strong{
	color: #666666;
}

/* LEFT COLUMN MENUS */
.leftColMenu {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066ff;
	margin-right: -19px;
}
.leftColMenu h4 {
	margin-bottom: .5em;
	color: #75222C;
}
.leftColMenu ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}
.leftColMenu li {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0066ff;
	margin: 0px;
	padding: 0px;
}
.leftColMenu a {
	font-weight: normal;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.leftColMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066ff;
}
.leftColMenu ul ul {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	text-transform: none;
	margin: 0px;
}
.leftColMenu li li {
	background-image: url(/images/redbullet.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 15px;
	margin-left: 0px;
}
.leftColMenu li li:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066ff;
	background-image: url(/images/whitebullet.png);
}
/* CONTACT US BUTTON */
#contactUs {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	padding-top: 1em;
}
#contactUs img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.blogModule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 1.5em;
	clear: both;
}
.floatImgRight {
	float: right;
	padding-bottom: 1em;
	clear: both;
	padding-left: 1em;
}
.datachart {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.datachart td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.expandable {
}


