@charset "UTF-8";
/*

[Table Of Contents] 

	00- Main Layout
	01- Global declarations
	02- Body 
	03- Footer
	04- Misc styles
	05- Utilities

*/

/*	===============
	00- MAIN LAYOUT
	===============*/
html {
	/*	Firefox exhibits a bug with the wide background code in the body declaration. 
		Declaring a background color here, clears it up. */
	background-color: #C5D2DA;
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #414141;
	background-color: #FFF;
	background-image: url(/sites/all/themes/nano7/images/backgrounds/bannerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#leftSection {
  width: 723px;
}

.view-display-id-block_2 {
  /* display: none; */
}

#homeLink {
	color: transparent;
}
#homeLink img {
  display: none;
}
#footerContainer {
	background-color:#c5d2da;
	width:100%;
	border-top: 3px solid #2e5c76;
}
.centerDiv {
	margin-left:auto;
	margin-right:auto;
	text-align:left !important;
	/*padding-left: 10px;*/
	width: 994px;
}
#banner {
	height: 145px;
}
#utilityBar {
	position:absolute;
	top: 0px;
	right: 0px;
}
#utility {
	width: 994px;
	height: 32px;
	/*background-image: url(/sites/all/themes/nano7/images/backgrounds/utilityBG.png);*/
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	text-align: right;
	padding-top: 0px;
	font-size: 11px !important;
	color: #2d5b73;
}
#utility a,
#utility a:link,
#utility a:visited,
#utility a:hover,
#utility a:active {
	color: #2d5b73;
}
#search {
	float: right;
	margin: 3px 48px 3px 3px;
}
#search input#searchText {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	background-image:url("/sites/all/themes/nano7/images/backgrounds/searchBar.png");
	background-repeat:no-repeat;
	border:0 none;
	height:20px;
	margin:0;
	padding:0 0 0 5px;
	vertical-align:top;
	width:173px;
	background-color: transparent;
}
#search input#searchButton {
	
}



/*	===================
	01- GLOBAL DECLARATIONS
	===================*/
a,
a:link,
a:visited {
	color: #4543b4;
	text-decoration: none;
}
a:hover,
a:active {
	color: #184d4d;
	text-decoration: underline;
}
p {
	margin-bottom: 1em;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: .5em;}
h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: .5em;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .3em;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
h5 {}
h6 {}

ul {}
ul li {
	margin-bottom: 1em;
	margin-left: 1.5em;
	list-style-type: disc;	
}
ul li ul {
	margin-top: 1em;
}
ul li ul li {
	list-style-type: circle;
}

ul li ul li ul li {
	list-style-type: square;
}
ul li ul li ul li ul li {
	list-style-type: disc;
}
ol {}
ol li {
	margin-bottom: 1em;
	margin-left: 1.5em;
	list-style-type: decimal;
}
ol li li {
	list-style-type: upper-alpha;
}
ol li li li {
	list-style-type: upper-roman;
}
ol li li li li {
	list-style-type: lower-alpha;
}
ol li li li li li {
	list-style-type: lower-roman;
}

sup {
	font-size: 10px;
	vertical-align: super;
}


/*	===============
	02- BODY
	===============*/
#leftSection .centered td {
	text-align: center;
}
#leftSection img {
	border: solid 3px #BBBABA;
}

.nodequeue {
	width: 320px;
	float: left;
	background-color:#E6E6E6;
	padding: 15px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	margin-bottom: 20px;
}
.nodequeue p {
	margin-left: 135px;
	font-size: 11px;
	line-height: 1.3em;
}
.nodequeue h3 {
font-size:14px;
margin-bottom: 0;
}
/* Doesn't work in IE, fixed in jquery */
.nodequeue:nth-child(odd) {
	margin-right: 20px;
}
.nodequeue p:last-of-type {
	margin-bottom: 0;
}
#leftSection .nodequeue .img {
	float: left;
	margin-right: 15px;
	border: none;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	width: 130px;
	height: 100px;
}

.twoColumnList {
	width: 340px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
/* Doesn't work in IE, fixed in jquery
.twoColumnList:nth-child(odd) {
} */
.twoColumnList p:last-of-type {
	margin-bottom: 0;
}
#leftSection .twoColumnList img {
	float: left;
	margin-right: 15px;
	border: none;
}
div.twoColumnRowSep {
	height: 1px;
	border-bottom: dashed 1px #000000;
	clear: left;
	margin-bottom: 20px;
}

div#emailSignup input {
	width: 240px;
	font-size: 9px;
	color: #90ABA9;
	background-color: #DBE6E2;
	border-style: none;
	padding: 3px 5px;
	margin-bottom: 10px;
}
div#emailSignup input#edit-fname {
	width: 95px;
	margin-right: 10px;
}
div#emailSignup input#edit-lname {
	width: 125px;	
}
div#emailSignup .form-submit {
	width: auto;
	color: #fff;
	background-color: #90ABA9;
	margin-bottom: 0;
	cursor: pointer;
}
div#emailSignup div.form-item-fname {
	float: left;
}
div#emailSignup div.form-item {
	margin: 0;
}
	
	
/*	===============
	03- FOOTER
	===============*/
div#footer {
	font-size: 11px;
}
div#footer div {
	margin: .5em 0 .5em 0;
}
div#footer .nav {
	text-align: center;
}
div#footer .right {
	float: right;
}
div#footer .left {
	float: left;
}
div#footer a,
div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#footer a:active {
	color: #414141;
}

/*	===============
	04- HOME PAGE
	===============*/
div#topSection {
	width: 100%;
	padding-bottom: 10px;
	text-align: right;
}
div#leftSection {	
	float: left;
}
div#rightSection {
	width: 250px;
	margin-left: 21px;
	float: left;
}
.noRightSidebar div#leftSection {
	width: 990px;
}
.noRightSidebar div#rightSection {
	display: none;
}
div#quadrants div.box {
	width: 342px;
	float: left;
	margin-bottom: 20px;
}
div#quadrants div.topLeft,
div#quadrants div.bottomLeft {
	margin-right: 20px;
}
div#quadrants div.topLeft img {
	float: left;
	margin: 0 10px 10px 0;
	border: 4px solid #BBBABA;
}
div#quadrants div.topLeft .item {
	margin-bottom: 10px;
}
div#quadrants div.topLeft h3 {
	margin-bottom: 0;
}

p.dateline {
	margin-bottom: 0;
}
div#quadrants .topRight .item,
div#quadrants .bottomRight .item,
div#quadrants .bottomLeft .item{
	border-bottom: 1px solid #a3abb0;
	margin-bottom: 1em;
}
div#quadrants .topRight .item {
	margin-bottom: 1em;
	border-bottom-style: dotted;
}

div#quadrants div.bottomLeft {
	padding: 16px;
	width: 310px;
	background-color: #ebebeb;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
div#quadrants div.bottomRight {
	padding: 16px;
	width: 310px;
	background-color: #ebebeb;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
div#quadrants p.moreLink {
	margin-bottom: 0;
}

div#quadrants .topRight .rssLink {
	background-image: url(/sites/all/themes/nano7/images/icons/rss.gif);
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	float: right;
}

/*	========================
	04- HOME PAGE SLIDESHOW
	========================*/
div#slideshow {
	margin-bottom: 20px;
	width: 715px;
	background-color:#BBBABA;
	height: 332px;
	padding: 4px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;	
}
div#slideshow .slide {
	display: none;
	overflow: hidden;
	position: absolute;
}
div#slideshow .slide.on {
	display: block;
}
div#slideshow .slideshowImage {
	width: 715px;
	height: 332px;
	background-repeat: no-repeat;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	position: absolute;
	display: none;
}
div#slideshow #slideshowImage1 {
	display: block;
}
div#slideshow .slate {
	width: 234px;
	height: 296px;
	/*background-image: url(/sites/all/themes/nano7/images/backgrounds/greenTrans.png);
	background-repeat: repeat;
	*/
	background-color: #2e5c76;
	color: #fff;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	padding: 18px;
	display: none;
	z-index: 500;
	position: absolute;
}
div#slideshow #slate1 {
	display: block;
}
div#slideshow .slate h2 {
	color: #ebdd04;
	font-size: 32px;
	font-weight: normal;
}
div#slideshow .slate .learnMore {
	text-align: right;
}
div#slideshow .slate .titleCaption {
	height: 280px;
}
div#slideshow #slideshowControls {
	text-align: center;
	width: auto;
	padding: 0;
	margin-top: 300px;
	z-index:999;
	position:absolute;
}
div#slideshow #slideshowControls div {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	background-color: #4e6780;
	color: #ebdd04;
	text-decoration: none;
	cursor:pointer;
	float: left;
}
div#slideshow .slate a,
div#slideshow .slate a:link,
div#slideshow .slate a:visited
div#slideshow .slate a:hover,
div#slideshow .slate a:active {
	color: #fff;
}
div#slideshow #slideshowControls div.hover {
	text-decoration: none;
	background-color: #ebdd04;
	color: #3C786A;
}
div#slideshow #slideshowControls div.on {
	text-decoration: none;
	background-color: #BFB100;
	color: #000;
}
	
	
/*	========================
	04- COMPONENTS AND BOXES
	========================*/
div.tabbedBox {
	margin-bottom: 30px;
}
div.tabbedBox .tabs li {
	float: left;
	margin-right: 2px;
	margin: 0 2px 0 0;
	list-style-type: none;
}
div.tabbedBox .tabs li a {
	display: block;
	width: 64px;
	height: 25px;
	padding: 5px;
	background-image:url(/sites/all/themes/nano7/images/backgrounds/tabOff.png);
	background-repeat: none;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	font-size: 11px !important;
	font-weight: bold;
	background-color: #ebebeb;
	line-height: 1.1em;
}
div.tabbedBox .tabs li a:hover,
div.tabbedBox .tabs li a:active {
	text-decoration: none;
}
div.tabbedBox .tabs li.tab2 a {
	width: 77px;
}
div.tabbedBox .tabs li a.on {
	background-image: none;
}
div.tabbedBox > div {
	display: none;
	background-color: #ebebeb;
	padding: 10px;
}
div.tabbedBox div ul li {
	background-image: url(/sites/all/themes/nano7/images/icons/nanite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	padding-left: 25px;
	margin: 0 0 .5em 0;
	list-style-type: none;
}
div.tabbedBox div.on {
	display: block;
}
div.tabbedBox p.moreLink {
	margin-bottom: 0;
}

div.componentBox1 {
	margin-bottom: 30px;
	border-top: solid 4px #236a74;
	padding-top: 8px;
}
div.componentBox1 h1,
div.componentBox1 h2,
div.componentBox1 h3,
div.componentBox1 h4 {
	font-weight: normal;
	font-size:16px;
	margin-bottom:0.3em;
}
div.componentBox1 h1 a,
div.componentBox1 h2 a,
div.componentBox1 h3 a,
div.componentBox1 h4 a {
	color: #414141;
}
div.componentBox1 .iconRow {
	text-align: center;
}
div.componentBox1 .iconRow img {
	margin: 0 2px;
}

#leftSection .relatedResources {
	width: 210px;
	padding: 15px;
	float: right;
	margin: 0 0 20px 20px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	background-color: #E6E6E6;
}

.path-newsroom-nano-news #leftSection .relatedResources {
  float: none;
  margin-left: 0;
  width: inherit;
}

.path-newsroom-nano-news #leftSection .relatedResources h2 {
  display: none;
}

div.globalBlockEdit span {
	display: none;
    right: 0;
    top: 0;
    z-index: 40;
    border: 1px solid #eee;
    padding: 0 2px;
    font-size: 0.75em;
    background-color: #fff;
}


/*	========================
	04- NANOTECHNOLOGY FACTS
	========================*/
div.factEdit {
	margin: -1em 0 1em 0;
}
div.factEdit span {
	/*display: none;*/
    right: 0;
    top: 0;
    z-index: 40;
    border: 1px solid #eee;
    padding: 0 2px;
    font-size: 0.75em;
    background-color: #fff;
}
	


/*	========================
	04- PRESS RELEASES
	========================*/	
.view div.press_release {
	border-bottom:1px dotted #A3ABB0;
	margin-bottom: 1em;
	padding-bottom: 1.4em;
	min-height: 54px;
}
.view div.dateline {
	float: left;
	width: 200px;
	clear: left;
	text-align: left;
}

.view div.dateline .dateto {
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	height: auto;
}

.view div.titleTeaser {
	font-size: 11px;
	margin-left: 200px;
}
.view div.titleTeaser h4 {
	font-size: 12px;
	font-weight: bold;	
}

div#featuredNode {
	background-color: #EBEBEB;
	padding: 15px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	margin-bottom: 30px;
}
div#featuredNode div.featuredBody {
	margin-left: 145px;
}
div#featuredNode div.img {
	float: left;
	width: 130px;
	height: 100px;
	background-repeat: no-repeat;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
div#featuredNode h2 {
	font-size: 18px;
	margin-bottom: 0;
}
div#featuredNode .dateline {
	font-size: 10px;
}

/*	========================
	04- FUNDING OPPORTUNITIES
	========================*/	
.view div.opportunity {
	border-bottom:1px dotted #A3ABB0;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.view .opportunity div.dateline {
	float: none;
	width: 700px;
}
.view .opportunity div.titleTeaser {
	font-size: 11px;
	margin-left: 20px;
}



/*	===================
	PARTNERS
	===================*/
div#partnerDetail div.partnerBlock {
	border-bottom:1px dotted #A3ABB0;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#leftSection div#partnerDetail div.partnerBlock img.logo,
#leftSection .view-partners .partnerBlock img.logo {
	float: left;
	border: none;
}
div#partnerDetail div.partnerBlock h3 {
	float: left;
	font-size: 12px;
}
div#partnerDetail div.partnerBlock .body,
.view-partners div.partnerBlock .body {
	margin-left: 85px;
}

.view-partners .partnerBlock h3 {
	font-size: 14px;
}
.view-partners .partnerBlock .learnMore {
	font-weight: bold;
}


/*	===================
	PUBLICATIONS AND RESOURCES
	===================*/
div#pubsFilterForm,
div#searchedParams {
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	background-color:#EBEBEB;
	margin-bottom:30px;
	padding:15px;
}
div#pubsFilterForm div.form-item {
	margin: 0;
}

div#pubsfilterForm {
	float: left;
}


#omni-publications-filter-pubresources-form div div.form-item:first {
	float: left;
}

#omni-publications-filter-pubresources-form .alllinks {
	float: right;
}

#omni-publications-filter-pubresources-form .form-checkboxes {
	float: none;
}

div#pubsFilterForm .seperator {
	border-top: solid 1px #C3D5CF;
	height: 1px;
	margin: 10px 0px;
	clear: left;
}

div#pubsFilterForm #edit-keywords-wrapper {}
div#pubsFilterForm input#edit-keywords {
	float: left;
}

div#pubsFilterForm #edit-keywords-all-wrapper label.option {
	display: block;
	margin-left: 450px;
}
div#pubsFilterForm #edit-keywords-all-wrapper label.option input {
	margin-left: -20px;	
}
div#pubsFilterForm input#edit-keywords-all {}

div#pubsFilterForm #edit-category-wrapper {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#pubsFilterForm select#edit-category {}

div#pubsFilterForm #edit-contentType-wrapper {
	float: left;
	padding-right: 20px;
}
div#pubsFilterForm select#edit-contentType {}

div#pubsFilterForm div#endDate .date-clear-block {
	clear: none;
	float: left;
}
div#pubsFilterForm div#startDate {
	float: left;
	margin-right: 10px;
}
div#pubsFilterForm div#endDate {}

div#pubsFilterForm #edit-submit {
	margin-top: 18px;
	color: #FFFFFF;
	background-color: #90ABA9;

	/*
	color:#FFF;
	background-color:#2D919F;
	border: none;

	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
	*/
	float: left;
	margin-left: 180px;
}

/* RESULTS PAGE */
div#searchedParams .bg {
	background-image: url(../../images/backgrounds/verticalGrayLine.gif);
	background-repeat: no-repeat;
	background-position: 343px 12px;	
}
div#searchedParams .searchedParam {
	width: 333px;
	float: left;
}
div#searchedParams .keywords {
	padding-bottom: 1em;
	padding-right: 10px;
}
div#searchedParams .docType {
	width: 332px;
	padding-left: 10px;
	padding-bottom: 1em;
}
div#searchedParams .subjectArea {
	padding-right: 10px;
}
div#searchedParams .dateRange {
	width: 332px;
	padding-left: 10px;
}
div#searchedParams .back {
	margin-top:10px;
	background-color:#EBEBEB;
}
div#searchedParams .back a {
	background-color:#90ABA9;
	color:#FFFFFF;
	margin-bottom:0;
	padding: 3px;
}
div.pubListItem {
	margin-bottom: 2em;
}
div.pubListItem .date {
	font-size: 11px;
}



/* DETAIL PAGE */
.filesLinks p {
	margin-bottom: 0;
}
.filesLinks .files {
	margin-bottom: 1em;
}
.filesLinks .files .fileSize {
	font-size: 11px;
}
.filesLinks .files a {
	background-image: url(../images/icons/document-icons/text.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	display: inline-block;
	height: 20px;
}
.filesLinks .files a.pdf {
	background-image: url(../images/icons/document-icons/pdf.png);
}
.filesLinks .files a.word {
	background-image: url(../images/icons/document-icons/word.png);
}
.filesLinks .files a.powerpoint {
	background-image: url(../images/icons/document-icons/powerpoint.png);
}
.filesLinks .files a.excel {
	background-image: url(../images/icons/document-icons/excel.png);
}
.filesLinks .files a.access {
	background-image: url(../images/icons/document-icons/access.png);
}
.filesLinks .files a.flash {
	background-image: url(../images/icons/document-icons/flash-movie.png);
}
.filesLinks .files a.gif {
	background-image: url(../images/icons/document-icons/image.png);
}
.filesLinks .files a.jpg {
	background-image: url(../images/icons/document-icons/image.png);
}
.filesLinks .files a.illustrator {
	background-image: url(../images/icons/document-icons/illustrator.png);
}
.filesLinks .files a.photoshop {
	background-image: url(../images/icons/document-icons/photoshop.png);
}
.filesLinks .files a.text {
	background-image: url(../images/icons/document-icons/text.png);
}
.filesLinks .files a.zip {
	background-image: url(../images/icons/document-icons/zipper.png);
}
/*.filesLinks .fileLink {
	background-color: #C3D5CF;
	padding: 3px;
}*/



/*	===================
	NANO ACHIEVEMENTS
	===================*/
div#achieveFilterForm,
div#searchedParams {
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	background-color:#EBEBEB;
	margin-bottom:30px;
	padding:15px;
}
div#achieveFilterForm .form-item {
	margin: 0;
}
div#achieveFilterForm .seperator {
	border-top: solid 1px #C3D5CF;
	height: 1px;
	margin: 10px 0;
}

div#achieveFilterForm #edit-keywords-wrapper {}
div#achieveFilterForm input#edit-keywords {
	float: left;
}

div#achieveFilterForm #edit-keywords-all-wrapper label.option {
	display: block;
	margin-left: 450px;
}
div#achieveFilterForm #edit-keywords-all-wrapper label.option input {
	margin-left: -20px;	
}
div#achieveFilterForm input#edit-keywords-all {}

div#achieveFilterForm #edit-category-wrapper {
	/*float: left;
	margin-right: 10px;*/
}


div#achieveFilterForm div#endDate .date-clear-block {
	clear: none;
	float: left;
}

div#achieveFilterForm #edit-submit {
	margin-top: 18px;
	color:#FFF;
	background-color:#2D919F;
	border: none;
	/*border-color: #fff #363 #363 #fff;*/
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
}

/* RESULTS PAGE */
div#searchedParams .bg {
	background-image: url(../../images/backgrounds/verticalGrayLine.gif);
	background-repeat: no-repeat;
	background-position: 343px 12px;	
}
div#searchedParams .searchedParam {
	width: 333px;
	float: left;
}
div#searchedParams .keywords {
	padding-bottom: 1em;
	padding-right: 10px;
}
div#searchedParams .docType {
	width: 332px;
	padding-left: 10px;
	padding-bottom: 1em;
}
div#searchedParams .subjectArea {
	padding-right: 10px;
}
div#searchedParams .dateRange {
	width: 332px;
	padding-left: 10px;
}
div#searchedParams .back {
	margin-top:10px;
	background-color:#EBEBEB;
}
div#searchedParams .back a {
	background-color:#90ABA9;
	color:#FFFFFF;
	margin-bottom:0;
	padding: 3px;
}
div.achievementItem {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px #C3D5CF;
}
div.achievementItem .metaInfo {
	font-size: 11px;
}
.achievementItem a {
	background-image: url(../images/icons/document-icons/text.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	display: inline-block;
	height: 20px;
}
.achievementItem a[href$=".pdf"] {
	padding-left: 20px;
	background: url(../images/icons/document-icons/pdf.png) no-repeat center left;
}
.achievementItem a[href$=".doc"] {
	padding-left: 20px;
	background: url(../images/icons/document-icons/word.png) no-repeat center left;
}
.achievementItem a[href$=".ppt"] {
	padding-left: 20px;
	background: url(../images/icons/document-icons/powerpoint.png) no-repeat center left;
}

.achievementItem a[href$=".xls"] {
	padding-left: 20px;
	background: url(../images/icons/document-icons/excel.png) no-repeat center left;
}

.achievementItem a[href$=".txt"] {
	padding-left: 20px;
	background: url(./images/icons/document-icons/text.png) no-repeat center left;
}

.achievementItem a[href$=".zip"] {
	padding-left: 20px;
	background: url(../images/icons/document-icons/zipper.png) no-repeat center left;
}

.achievementItem .edit-link {
	margin-top:.5em;
}
.achievementItem .edit-link a {
	display: block;
	background-image: none;
	padding-right: 0px;
}




/*	=============
	SEARCH
	=============*/
.view-search .views-exposed-form {
	height: 80px;
}
.view-search .views-exposed-form #edit-keys {
	width: 300px;
}
.view-search .views-exposed-form #edit-submit-search {
	color:#FFF;
	background-color:#2D919F;
	border: none;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
}
#searchResults .result {
	border-bottom:1px dotted #A3ABB0;
	margin-bottom:1em;
	padding-bottom:1em;
}
#searchResults .result .scoreWrapper {
	font-size: 11px;
}
#searchResults .result .scoreBorder {
	height: 5px;
	width: 50px;
	border: 1px solid #90ABA9;
	display: inline-block;
}
#searchResults .result .scoreBar {
	height: 5px;
	background-color:#DBE6E2;
}

/*	===============
	SITE MAP
	===============*/
#sitemap ul {
	float: left;
	width: 320px;
}
#sitemap ul ul {
	float: none;
	margin: 0 0 1em 0;
}
#sitemap ul ul ul {
	margin: 0;
}
#sitemap ul.sitemap-column {
	margin-left: 40px;
}
#sitemap li {
	margin-left: 1em;
	margin-bottom: .2em;
}
	
/*	===============
	MISC STYLES
	===============*/
p.moreLink {
	font-weight: bold;
}
.float-right {
	float: right;
	margin: 0 0 15px 15px;
	font-size: 11px;
}
.float-left {
	float: left;
	margin: 0 15px 15px 0;
	font-size: 11px;
}

.view-content .item-list li {
	margin-bottom: 1em;
}
.view-content .item-list .views-field-field-date-value {
	font-weight: bold;
}

fieldset legend {
	font-size: 16px;
	display: block;
	/*font-weight: bold;
	margin-top: 2em;*/
}
fieldset .description {
	font-size: 11px;
	margin-bottom: 1em;
}
fieldset.highlight1 {
	background-color: #EBEBEB;
	padding: 20px;
	margin-bottom: 1em;
}
fieldset.highlight1 .form-item {
	margin-bottom: 0;
}

.item-list .pager {
	text-align: right;
}
table.altRows tbody th,
table.altRows tbody td {
	border-bottom:1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
}

table.altRows tr.odd {
	background-color:#EEEEEE;
	border-bottom:1px solid #CCCCCC;
	padding:0.1em 0.6em;
}
table.altRows tbody tr.header th,
table.altRows tbody tr.header th {
	background-color:#898989;
	color: #fff;
	border-bottom: none;
}
.photo-caption {
	font-size: 90%;
	color: #777;
	line-height: 1.4em;
}

/* Nano in the news box */

.nano-news-box {
	background-color: #EBEBEB;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 1em;
	padding-bottom: 1.4em;
	padding: 20px;
}

.nano-news-box .views-field-title {
  padding-bottom: 15px;
  font-weight: bold;
}

/*	===============
	05- UTILITIES
	===============*/
a.skipnav,
a.skipnav:hover,
a.skipnav:visited {
	height:1px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:-500px;
	width:1px;
}
a.skipnav:active,
a.skipnav:focus {
	top:auto;
	width:auto;
	height:auto;
}
a.skipnav:active,
a.skipnav:focus {
	width:auto;
	height:auto;
} 
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

.clearfix-left:after {
	content:".";
	display:block;
	height:0;
	clear:left;
	visibility:hidden;
}
.clearfix-left {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix-left {display:block;}
/* End hide from IE Mac */


/* styles for the site map module */
#site-map .description {
  margin-bottom: 0.5em;
}

#site-map .site-map-box {
  margin-bottom: 1em;
}

#site-map .site-map-box ul {
  padding-left: 1.5em;
}

#site-map .site-map-box ul ul {
  margin: 0;
}

/* Styles when RSS icons are displayed on the left. */
#site-map .site-map-rss-left ul {
  padding-left: 0;
}
#site-map .site-map-rss-left li {
  background-image: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#site-map .site-map-rss-left ul li li {
  padding-left: 1.5em;
}

.element-invisible {position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
