@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4;
	background-attachment: scroll;
	background-color: #1C2124;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#sidenav {
	width: 280px;
	height: 300px;
	position: relative;
	clear: both;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

a {
	color:#FFF;
	outline:none;
	text-decoration: none;
	font-size: 10px;
}
a:hover {
	text-decoration: none;
	color: #59b3dc;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	line-height: 18pt;
	list-style-image: url(images/marker.gif);
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-weight: normal;
}

h1 {
	color: #F00;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	margin-bottom: 6px;
}
h3 {
	font-weight: bold;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.divider {
	color: #FFF;
	font-size: 10px;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 980px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bg_trans {
    opacity:0.6
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
	background-image: url(images/white.png);
	background-repeat: repeat;
}

.container #topnav a {
	color: #FFF;
	text-decoration: none;
}

.container #topnav a:hover {
	color: #59b3dc;
	text-decoration: none;
}

.container .content #main #maincontent p a {
	color: #999;
	text-decoration: underline;
	font-size: 14px;
}
.container .content #mainfull #maincontentfull p a {
	color: #999;
	text-decoration: underline;
	font-size: 14px;
}
.container .content #main #maincontent .bot_right_image {
}


.container .content #mainl #maincontent p a:hover {
	color: #F00;
	text-decoration: underline;
}
.container .content #mainfull #maincontentfull .bot_right_image {
	 position: absolute; 
	 bottom: 0; 
	 width: 639px; 
	 height: 365px; 
	 right: 0;
}

.container .content #mainfull #maincontentfull p a:hover {
	color: #F00;
	text-decoration: underline;
}
.container .content #mainfull #maincontentfull table tr td .papers_link {
	font-size: 120%;
	line-height: normal;
}

.container .content #main #maincontent .bot_right_image {
     position: absolute; 
	 bottom: 0; 
	 width: 639px; 
	 height: 365px; 
	 right: 0;
}

.container .content #main #sidenav ul li a {
	font-family: Arial, Helvetica, sans-serif;
}
.bot_right_image {
	float: right;
	margin-right: 0px;
	margin-top: -300px;
}


.container .content #main #sidenav p a {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.container .content #mainfull #maincontentfull table tr td #publication_date {
	font-size: 80%;
	font-weight: bold;
}


.container .content #main #maincontent p a {
	color: #666;
}



/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	margin: 0px;
	width: 980px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topnav {
	text-align: right;
	height: 16px;
	clear: both;
	width: 980px;
}

#sidenav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	font-weight: bold;
}
#sidenav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
	color: #59b3dc;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	font-weight: bold;
}

#flash {
	width: 980px;
	height: 308px;
	background-color: #000;
	text-align: center;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 0;
}
#publication_date {
	font-size: 90%;
	font-weight: bold;
}
.papers_link {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}


#main {
	background-image: url(images/sub_screens_bg.jpg);
	background-position: center top;
	float: left;
	position: relative;
	clear: both;
	width: 980px;
	/* [disabled]background-color: #C7C8CC; */
}
#mainfull {
	background-image: url(images/sub_bg.jpg);
	background-position: center top;
	float: left;
	position: relative;
	clear: both;
	width: 980px;
	background-color: #C7C8CC;
	min-height: 600px;
}

#maincontent {
	width: 670px;
	float: right;
	position: relative;
	margin-top: -320px;
	padding-top: 20px;
}
#maincontentfull {
	width: 980px;
	float: right;
	position: relative;
	margin-top: 0px;
	padding-top: 20px;
}
.container .content #mainfull .bot_right_image {
	 position: absolute; 
	 bottom: 0; 
	 width: 639px; 
	 height: 365px; 
	 right: 0;
}



/* ~~ The footer ~~ */
.footer {
	height: 190px;
	width: 100%;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	color: #FFF;
	background-position: center -60px;
}
.footer p a {
	font-size: 140%;
	color: #FFF;
	text-transform: none;
	font-variant: small-caps;
}
.footer p a:hover {
	color: #59b3dc;
}
