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

	body {
		font-family: Arial, Helvetica, sans-serif;	
		color: #333;
	}
	
	
	#topBar {
		height: 158px;
		background-image: url(../slices/toptest.png);
		background-repeat: repeat-x;
	}
	
	
	#banner img {
		position: absolute;
		top: -158px;
		left: -233px;
		z-index: 999;
	}
	
	#bottomBar {
		height: 150px;
		background-image: url(../slices/bottom.jpg);
		background-repeat: repeat-x;
		margin-top: 15px;
	}
	
	#everything {
		width: 100%;
		overflow: hidden;
		min-width: 1014px;
	
	}
	
	#wrapper {
		position: relative;
		margin: 0 auto;
		width: 1014px;
		height: 700px;

	}
	
/*	#container {
		width: 1014px;
		height: 700px;
		position: relative;
		margin: 0 auto;
		z-index: 1;
		
	}*/
	
	#container #shadow_left{
		width: 12px;
		height: 700px;
		background-image: url(../slices/shadow_lt.jpg);
		background-repeat: repeat-y;
		position: absolute;
		top: -3px;
		left: 0;
		
	}
	
	#container #shadow_right{
		width: 12px;
		height: 700px;
		position: absolute;
		top: -3px;
		right: 0;
		background-image: url(../slices/shadow_rt.jpg);
		background-repeat: repeat-y;
		
	}
	
	
	#container #shadow_bottom{
		width: 1002px;
		height: 20px;
		position: absolute;
		bottom: 0;
		left: 6px;
		background-image: url(../slices/shadow_bottom.jpg);
		background-repeat: repeat-x;
	}
	
	#footer {
		width: 1005px;
		height: 150px;
		position: absolute;
		top: 700px;
		left: 3px;
		z-index: 900;
		margin-top: 15px;
		color: #CCC;
		font-family: Arial, Helvetica, sans-serif;
		/*font-weight: bold;*/
		font-size: 12px;
		line-height: 1.4em;
	}
	
	
	/*______________________________________general____________________________________________________________*/



	h1 {
		font-size: 20px;
		color: #333;
	}
	
	.italic {
		font-style: italic;	
		font-size: 19px;
	}

	.underline {
		text-decoration: underline;	
	}

	/*______________________________________footer____________________________________________________________*/
	
	#contact {
		border: 1px solid #999;
		width: 190px;
		height: 100px;
		padding: 5px;
		margin-top: 15px;
		letter-spacing: .04em;
		float: left;
		line-height: 1.4em;
	}
	
	
	
	#contact #name {
		font-size: 14px;
		font-weight: bold;
	}
	
	#contact .italic {
		font-style: italic;	
		font-size: 13px;
	}
	
	#copyright {
		width: 260px;
		float: right;
		font-size: 11px;
		text-align: right;
		margin-top: 15px;
	}
	
	#copyright p {
		padding-top: 25px;	
	}
	
	#subnav {
		width: 473px;
		float: left;	
		margin-top: 15px;
		margin-left: 70px;
		font-size: 11px;
		letter-spacing: .04em;
	
	
	}

	
	#subnav li {
		float: left;
	}
	
	#second {
		padding-left: 105px;	
		padding-top: 20px;
	

	}
	
	.underline {
		text-decoration: underline;	
	}
	
	a:link, a:visited {
		color: #CCC;	
	}
	a:hover, a:active {
		color: #FFF;	
	}
	
	

/*______________________________________social media____________________________________________________________*/

	#box {
		width: 249px;
		height: 275px;
		position: absolute;
		bottom: 0;
		left: 0px;
		
	}

	#socialmedia {
		height: 185px;
		width: 250px;
		position: absolute;
		bottom: 0;
		left: 0px;
		color: #666;
	/*	border: 1px solid orange;*/
	}
	
	#box #contribute {
		padding-left: 29px;
	}	
	
	#box h1 {
		padding-left: 29px;	
	}
	table {
		width: 190px;
		font-size: 12px;
		
	}
	
	tr {
		width: 75px;
		height: 34px;
		vertical-align: bottom;
		
	}
	
	td {
		padding-left: 30px;
	}
	
	td.icon {
		text-align: right;	
	}

	#socialmedia a:link, #socialmedia a:visited {
		color: #666;	
		
	}
	
	#socialmedia a:hover, #socialmedia a:active {
		color: #174976;
	}
	
	
/*______________________________________content____________________________________________________________*/

	#content p {
		font-size: 12.5px;	
		padding-bottom: 10px;
	}

	#content p.quote {
		font-style: italic;
		font-weight: bold;
		color: #174976;	
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	#content {
		width: 970px;
		height: 638px;
		position: absolute;
		left: 22px;
		top: 35px;
	}

	#content_lt {
		height: 634px;
		width: 666px;
		position: absolute;
		top: 4px;
		left:0;
		background-image: url(../slices/content_lt_bg.jpg);
		background-repeat: repeat-x;
		
	}
	
	#text {
		overflow: auto;
		height: 550px;
		width: 666px;
		margin-top: 20px;
	}
	
	#text p {
		padding-left: 3px;
		padding-right: 10px;	
	}
	
	#text p.bullet {
		padding-left: 25px;	 
		font-weight: bold;
	}
	#text ol {
		font-size: 12px;
		list-style-type: disc;
	}
	
	#text ol li {
		padding-bottom: 10px;	
	}
	
	#text p.subheading {
		font-weight: bold;
		color: #444;
		font-size: 13px;
	}
	
	#text p.references {
		font-size: 10.5px;	
	}
	#content_rt {
		height: 638px;
		width: 273px;
		position: absolute;
		top: 0;
		right: 1px;
		padding-left: 30px;
		background-image: url(../slices/content_rt_bg.jpg);
	}
	
	#content_lt h1 {
		color: #174976;		
		padding-top: 15px;
	}
	
	#text span.refer {
		font-size: 11px;	
		font-weight: normal;
		font-style: italic;
	}
	
	/*______________________________________issue pages____________________________________________________________*/
	
	div.back {
		width: 300px;
		height: 25px;
		position: absolute;
		top: 30px;
		left: 525px;
		font-size: 14px;
		
	}
	
	div.back a:link, div.back a:visited {
		color: #999;
	}
	
	div.back a:hover, div.back a:active {
		color:#FFF;
		background-color: #CCC;
		padding: 2px;
	}
	
	div.item {
		width: 635px;
		height: 145px;
		padding-left: 5px;
		font-size: 12px;
		border-bottom: 1px dotted #CCC;
		padding-top: 10px;
		margin-left: 10px;
		
	}
	
	 p.headline {
		color: #174976;	
		font-weight: bold;
	}
	
	p.more {
		text-align: right;
		font-weight: bold;
		color: #666;
	}
	
	div.item p.more a:link, div.item p.more a:visited {
		color: #666;	
	}
	
	div.item p.more a:hover, div.item p.more a:active {
		background-color: #CCC;
		color: #FFF;
		padding: 2px;
	}
	
	p.headline a {
		color: #174976;	
	}
	
/*______________________________________press releases____________________________________________________________*/	

	#text p.release {
		font-size: 18px;
		font-weight: bold;
	}
	
	#pressreference {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: .8em;
	}