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

* {
	font-family:Helvetica, Arial, sans-serif;
}

body {
	background-color:#dedede;
	padding:0px;
	margin:0px;

}

p {
	padding:0px;
	margin:0px 0px 10px 0px;
}

a {
	color: #1e8b0e;
	text-decoration:none;
}
a:hover {
	color: #24da09;
}

h1 {
	font-size:33px;
	text-transform:capitalize;
	text-align:left;
}

.clear {
	clear:both;
	height:1px;
}

.wrapper {
	background-color:#FFF;
	width:1000px;
	margin:0px auto 0px auto;
	padding:0px;
}

.header {
	height:111px;
	background-image:url(../images/header.jpg);
	background-color:#FFF;
	background-position:50px;
	background-repeat:no-repeat;
}

.header .banner {
	width:349px;
	height:91px;
	float:right;
	margin:10px 50px 0px 0px;
}



/*---------------------------------------------nav bar*/


.nav {
	height:24px;
	background-color:#000;
	padding:0px 49px 0px 50px;
	font-size:14px;
	overflow:hidden;
	}

.nav .search {
	width:215px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	text-align:right
}

.nav .search .search-button {
	width:55px;
	height:24px;
	background-color:#000;
	background-image:url(../images/search-button.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 2px;
	padding:4px 0px 0px 0px;
	border:0px;
}

.nav .search .search-bar {
	width:153px;
	height:20px;
	background-color:#fff;
	background-image:url(../images/search-bar.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 4px;
	border:0px;
	font-size:16px;
}

.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	list-style-type: none;
	float: left;
	width: 120px;
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px;
	padding:0px;
}
/* Hide from IE5 Mac \*/
.nav li {
	width: auto;
}
/*Top Level Links*/
.nav a {
	display: block;
	padding: 4px 12px 0px 0px;
	text-align: left;
	font-variant: small-caps;
	color: #1E8B0E;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}
.nav a:hover {
	display: block;
	padding: 4px 12px 0px 0px;
	text-align: left;
	font-variant: small-caps;
	color: #28b113;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}
/*----------------------------------------end nav bar*/

.content {
	padding:20px 50px 20px 50px;
}

.box {
	border:1px solid #000;
	padding:20px;
	font-size:12px;
	margin-bottom:10px;
}

.c-right .box {
	border: 0px;
	padding: 0px;
}

.index-story a {
	color:#000000 !important;
	font-weight:bold;
}

.index-story a:hover {
	color:#000000 !important;
	text-decoration:underline;
}

.box1 {
	margin-top:66px;
}

/*.box h2 {
	margin:0px 0px 5px 0px;
	padding:0px 0px 2px 0px;
	border-bottom: 2px solid #000;
	font-size:18px;
}*/

.home-left {
	float:left;
	width:600px;
	font-size:13px;
}

.home-right {
	float:right;
	width:275px;
}

.c-left {
	float:left;
	width:592px;
	font-size:13px;
	line-height:22px;
}

.c-right {
	float:right;
	/*width:300px;*/
	width:275px;
}

.l-left {
	float:left;
	width:287px;
	font-size:12px;
}

.l-right {
	float:right;
	width:287px;
	font-size:12px;
}

.home-right .box, .home-left .box {
	border:0px;
	padding:0px;
	font-size:12px;
	margin-bottom:15px;
}
h2.black {
	background-color:#000;
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
	margin:0px 0px 5px 0px;
	padding:18px 0px 2px 5px;
	border-bottom: 0px;
	font-size:18px;
	text-align:left;
}



h2.black a {color:#FFF; text-decoration:none;}
h2.black a:hover {color:#1e8b0e; text-decoration:none;}

.left-img {
	float:left;
	margin:0px 25px 15px 0px;
}

.index-date {
	color:#666;
	font-style:italic;
	font-size:11px;
}



/*------------------------------------slideshow*/
.slideshow {
	width:580px;
	height:380px;
	margin:0px 0px 15px 0px;
	padding:10px;
	background-image: url(../images/slideshow-temp-bg.jpg);
	background-repeat:no-repeat;
}
.slideshow-text-container {
	float:left;
	width:490px;
	position:relative;
	height:380px;
}
.slideshow-text {
	width:462px;
	padding:10px;
	background-image: url(../images/slideshow-text-bg.png);
	color:#FFF;
	position:absolute;
	bottom:0px;
}


.slideshow-text h1 {
	padding:0px;
	margin:0px 0px 5px 0px;
	font-size:25px;
	line-height:25px;
}

.slideshow-text h1 sup {
	font-size:11px;
	font-weight:bold;
}

.slideshow-text p {
	margin:0px;
}

.slideshow-buttons {
	width:87px;
	height:380px;
	float:right;
	padding:0px;
	overflow:hidden;
}

.slideshow-buttons img {
	margin-bottom:7px;
}

.slideshow-buttons a {
	color:#FFF;
	margin-bottom:10px;
}
.slideshow-buttons a:hover {
	color:#1e8b0e;
}

/*------------------------------------wnd slideshow*/

/*------------------------------------wnd slideshow*/
.stream-left {
	width:320px;
	float:left;
	
	}
.stream-right p {
	margin:5px 0px 0px 0px;
}
.stream-right {
	width:260px;
	float:right;
	font-size:14px;
	font-weight:bold;}

/*------------------------------------wnd slideshow*/





/*------------------------------------twitter*/
#twitter {
  list-style: none;
  padding: 0 0 20px;
}

#twitter li {
	margin-bottom:6px;
}

a.lation:link {
  color: #fffc78;
}

a.lation:hover {
  color: #fffc78;
}

a.lation:visited {
  color: #fffc78;
}
/*------------------------------------end twitter*/

/*----------------------------------------footer*/
.footer {
	height:24px;
	border-top:1px solid #000;
	font-size:13px;
	text-align:center;
	padding-top:9px;
}
/*----------------------------------------end footer*/

div.digital_issue {
	width: 118px;
	float: left;
	margin-bottom: 10px;
}
div.digital_issue .name {
	font-weight:bold;
}
h2.digital_issue {
	clear:both;
}

div.video {
	float: left;
	width: 295px;
	text-align: center;
	margin-bottom: 10px;
}
div.video div.title {
	margin-bottom: 5px;
}

div#paginationControl {
	text-align: center;
	margin-bottom: 10px;
}

.cdi_date {
	text-transform:uppercase;
	background-color:#000;
	color:#FFF;
	font-size:10px;
	text-align:center;
	padding:3px 0px;
	width: 103px;
}

.esolutions {
	font-size:10px;
	color:#999;
	margin:0px;
	padding:5px;
	text-align:center;
}

.esolutions a {
	color: #ababab;
	text-decoration:none;
}

.esolutions a:hover {
	color:#666;
	text-decoration:none;
}

.ads {
	margin:0px 0px 10px 0px;
}
