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

body {
	margin:0;
	padding:0;
	background-color:#666666;
	font:10pt verdana;
	color: #333;
}
h1 {
	font: 15pt verdana;
	color: #666666;
	line-height: 2;
	border-bottom: 1px dotted #999999;
}
h3 {
	font: 12pt verdana;
	color: #707d85;
	line-height: 1.5;
}
#container {
	width:900px;
	margin:0 auto;
	height:auto;
	background:#fff;
	text-align:left;
	padding-bottom: 2px;
	padding-top:4px;
	border-right: 4px solid #525252;
	border-left: 4px solid #525252;
	border-bottom: 4px solid #525252;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	width: 880px;
	height: 30px;
	position: absolute;
	z-index:100;
	padding: 2px 0px 0px 3px;
	margin: 2px 8px 0px 8px;
}
#menu dl {
	float: left;
	width: 13.2em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	margin: 1px;
	color: #fff;
	background: url(images/top.jpg);
	height: 25px;
	padding-top: 3px;
}
#menu dd {
	display: none;
	border: 1px solid #fff;
}
#menu li {
	text-align: center;
	background: #ce0105;
}
#genericList li {
	list-style-type: disc;
	margin: 50;
	padding-top: 20;
	padding-right: 20;
	padding-bottom: 20;
	padding-left: 50;
	font-weight: normal;
}
#menu li a, #menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom: 1px solid #fff;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #ce0105;
	color: #333333;
}
#leftCol {
	float:left;
	width: 235px;
	padding: 0px;
}
#logo {
	width: 190px;
	height: 105px;
	margin: 45px 0px 0px 20px;
	border-bottom: 1px dotted #999999;
}
#menuLeft {
	width: 238px;
	margin: 0px 0px 0px 3px;
	background: url(images/left-menu2.jpg) no-repeat;
	background-position: top;
	position: relative;
}
.leftMenu {
	margin: 0px 0px 0px 23px;
}
#mainFlash {
	width: 651px;
	height: 396px;
	float:right;
	z-index: 1;
	margin: 40px 8px 0px 0px;
	border: 1px solid #ccc;
}
.bottom {
	margin: 2px 0px 0px 2px;
}
#headerMontage {
	margin: 0px 3px 3px 240px;
	padding-top: 42px;
}
#mainContent {
	width: 650px;
	height: auto;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 245px;
	position: relative;
}
.line {
	width: 240px;
	border-bottom: 1px dotted #999999;
	padding-top: 15px;
}
#copyright {
	width: 870px;
	height: 45px;
	clear: left;
	background-color: #9fa8ad;
	color: #fff;
	font-size: 8pt;
	text-align: center;
	margin: 0px 10px 5px 10px;
	padding: 5px;
}
#img_content {
	 padding: 10px;
}

/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
			.imagecontainer{
				  float:left;
				  clear:left;
				  background: url(../releases/images/shadowAlpha.png) no-repeat bottom right  !important;
				  background: url(../releases/images/shadow.gif) no-repeat bottom right;
				  margin: 10px 0 10px 10px !important;
				  margin: 10px 0 10px 5px;
				 
			}
			.imagecontainer img{
				display: block;
				position: relative;
				background-color: #fff;
				border: 1px solid #a9a9a9;
				margin: -6px 6px 6px -6px;
				padding: 4px;
			}
			
			#topmargin{
	margin-top:10px;
	text-align: center;
}

