/*~~~~~~~~~~~ Copyright notice at bottom of file ~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
	margin: 0;
	padding: 0;
	color:#ffffff;
	background-color: #000;
	background-image: url(../images/riis/riis_bkg_page.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}



blockquote
{
	padding-left: 12px;
	margin: 0;
	background: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FONTS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Default font settings. 
-------------------------------------------------------------- */
body { 
  font-size: 75%; /* (0.75 * 16px = 12px) */
  line-height: 1.5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family:  "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #9fb0c8;
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-size: 180%;
	margin-bottom: 2%;
	color: #9fb0c8;
	text-decoration: none;
}
h2 {
	font-size: 1.5em;
	margin-top:1em;
	color: #9fb0c8
}
h3 { font-size: 1.25em; line-height: 1; }
h4 { font-size: 1.25em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1.1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1.1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */
p            {
	margin: 0 0 10px 0;
}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

strong, em, b, i { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ENTIRE PAGE
    The entire page is surrounded by a top level DIV

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table#ctl1{display: none;}
#entire-page{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/*#page-shadow
{
	width:100%;
	margin: 0;
	background:  url( /images/riis/bg-shadow.png ) bottom left repeat-x;
}*/

.subitem-overview {
	padding-top:2px;
	padding-bottom:3px;
}

.read-more-link {
	padding-top:0px;
	padding-bottom:0px;
	text-align:right;
	float:right;
	clear:both;
	width:100px;
	padding-left: 30px;
	color: #999;
	font-size: 90%;
	text-decoration: none;
}

.read-more-link a:hover {
	text-decoration:underline

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3px;
	font-size: .85em;
	position: relative;
}

#sitelogo{
	position: relative;
	float: left;
	top:-5px;
	left: 20px;
	width: 103px;
	height: 76px;
}

.sitelogo{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}


#company-logo
{
	float: left;
}
#company-name a
{
	color: #0066CC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP MENU 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-menu
{
	width:955px;
	height:76px;
	background-image: url(../images/riis/mainmenu_bg_955x76.png);
}
#top-menu a
{
	display: block;
	display: inline-block;
}
#top-menu li#current a,
#top-menu li#current a:hover,

/* #top-main-menu a:hover
{
	text-decoration: none;	
	background: url(/images/riis/tab_on_bkg_30x36.png) top left repeat-x;
} */

#top-menu li#twolevelcurrent a,
#top-menu li#twolevelcurrent a:hover
{
	color: #ffffff;
}

#top-main-menu
{
	float: left;
	height: 36px;
}
#top-main-menu ul{
	height: 36px;
	width: auto;
	list-style-type: none;
	margin-top: 10px;
}
#top-main-menu li
{
	float: left;
	height: 36px;
	display: block;
	display: inline-block;
}

#top-main-menu a:link, #top-main-menu a:visited {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/riis/tab.png);
	background-position: right 36px;
}

#top-main-menu a span {
	display:block;
	display: inline-block;
	height:36px;
	margin-right:15px;
	padding-left:15px;
	background-image: url(../images/riis/tab.png);
	background-position: left 36px;
}
#top-main-menu a:hover{
	background:url(../images/riis/tab.png) right 0px;
	display:block;
	display: inline-block;
}
#top-main-menu a:hover span{
	background:url(../images/riis/tab.png) left 0px;
	display:block;
	display: inline-block;
}

/* 	CURRENT PAGE ELEMENTS	*/
#current a:link, #current a:visited, #current a:visited, #current a:hover{
	background-image: url(../images/riis/tab.png);
	background-position: right 0;
} 
#current a span, #current a:hover span{
	background-image: url(../images/riis/tab.png);
	background-position: left 0;
}


.first {
	
}

.last {
	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP LEVEL HELP MENU 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-help-menu ul
{
	background: url(../images/blue/helpmenu_bg.jpg) repeat;
}

#top-help-menu li
{
	background: url(../images/blue/helpmenu_between.gif) no-repeat right;
}

#top-help-menu a:hover
{
	background: url( "../images/blue/helpmenu_hover.jpg" ) repeat;
	color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP SECOND LEVEL MENU 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-second-level-menu
{
	background: url( "../images/blue/second_level_bg.jpg" ) repeat;
	color: #000000;
}

#top-second-level-menu li
{
	background: url(../images/blue/second_level_between.gif) no-repeat right;
}

#top-second-level-menu li#active
{
	color:#000000;
	background: url(../images/blue/mainmenu_selected.jpg) repeat;
}


#top-second-level-menu li#active a
{
	color:#000000;
	font-weight:bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BANNER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#banner
{
	padding-top:3px;
	padding-bottom:50px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#banner a
{
	color: #FFFFFF;
}

#banner .about-link
{
	float:left;
}

#banner-image
{
	padding-left: 57px;
}

#banner-text
{
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 21%;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 160%;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGE TITLE AND TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.page-title-and-text 
{
	width:95%;
}	fcurrent

.page-title-and-text h2
{
	padding-top:20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COLUMNS CONTENT AND RIGHT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#columns-C-and-R
{
	background:  url( ../images/riis/columns-C-and-R_btm.png) bottom left no-repeat;
	position: relative;
	width: 960px;
	min-height: 220px;
	overflow: auto;
	
}

#columns-C-and-R #content-col
{
	background:  url( ../images/riis/columns-C-and-R.png) top left no-repeat;
	float: left;
	width: 720px;
	height: 400px;
}

#columns-C-and-R #right-col
{
	background:  url( ../images/riis/columns-C-and-R.png) top right no-repeat;
	float: right;
	width: 230px;
	padding-bottom: 15px;
}

#columns-C-and-R #content-col .about-link
{
	float:left;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COLUMNS LEFT CONTENT AND RIGHT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#columns-L-C-and-R
{
	background: url(../images/riis/columns-L-C-and-R_btm.png) bottom left no-repeat;
	width: 960px;
	padding-bottom:60px;
	overflow: auto;
}

#columns-L-C-and-R #content-col
{
	background: url(../images/riis/columns-L-C-and-R.png) top -190px no-repeat;
	float: left;
	width: 540px;
	height: 400px;

}

#columns-L-C-and-R #right-col
{
	background: url(../images/riis/columns-L-C-and-R.png) top right no-repeat;
	float: right;
	width: 230px;
}

#columns-L-C-and-R #left-col
{
	background: url(../images/riis/columns-L-C-and-R.png) top left no-repeat;
	float: left;
	width: 190px;
}

#columns-L-C-and-R #content-col .read-more-link
{
	padding-right:10px;
	text-align:right;
	float:right;
	width:100%;
}

#columns-L-C-and-R #content-col .about-link
{
	float:left;
}

#columns-L-C-and-R #content-col hr
{
	display:block;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COLUMNS LEFT AND CONTENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#columns-L-and-C
{
	width: 960px;
	min-height: 220px;
	height: auto;
	margin-left: 50px;
}

#columns-L-and-C #left-col
{
	float: left;
	width:258px;
	background-image: url(../images/riis/left_col_bkg_258x500.png);
	background-repeat: no-repeat;
	height: 500px;
}

#columns-L-and-C #content-col
{
	float: left;
	width: 580px;
	background-image: url(../images/riis/right_col_bkg_580x500.png);
	background-repeat: no-repeat;
	min-height: 500px;
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 50px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COLUMNS CONTENT ONLY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#columns-content-only
{
	width: 776px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/riis/column_container_776x212.png);
	background-repeat: no-repeat;
}
#columns-content-only .content-spacing {
	margin: 0;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#columns-content-only .page-title-and-text 
{
	padding: 0px;
}	

#columns-content-only .page-title-and-text h1
{
	padding-bottom: 0px;
}	

#columns-content-only .about-link
{
	float:right;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT STYLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.content-spacing
{
	color: #FFF;
	margin: 20px;
}

.content-spacing p {
	color: #FFF;
	margin-bottom: 0px;
}

.content-spacing h3, h2 {
	margin-bottom: 5px;
}


.product-number
{
	font-style: italic;
}

.product-price
{
	font-weight: bold;
}

.reference-source
{
	font-style: italic;
}

.reference-organization
{
	font-weight: bold;
}

.job-title
{
	font-style: italic;
	font-weight: bold;
}

p.header-quote
{
	margin:10 20 10 10px;
}

p.header-quote span.quote
{
	font-size: 1.3em;
}

p.header-quote span.attribution
{
	float:right;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#tree-menu
{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#tree-menu h2{
	padding:0 0 0 6px;
	margin-top: 10px;
	font-size: 1.50em;
}
#tree-menu ul li {
	line-height: 1em;
	padding-bottom: 10px;
}
#tree-menu h2 a{
	color: #9fb0c8;
}

#tree-menu h2 a:hover {
	text-decoration: underline;
}

#tree-menu ul
{
	padding-left: 6px;
	margin: 0px;
	display: block;
}

#tree-menu li
{
	padding-top: 3px;
	padding-bottom: 0px;
	display: block;
	list-style-type: none;
}

#tree-menu li a:link, a:visited
{
	color: #FFF;
	text-decoration: none;
}

#tree-menu li a:hover
{
	color: #FFF;
	text-decoration: underline;
}


#tree-menu li#current
{
	display: block;
	color: #FFF;
	text-decoration: none;
}

#tree-menu li#current ul
{
	background: #F5F5FA;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
	border-top: 1px solid #758294;
	color: #FFFFFF;
	clear: both;
	width: 960px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#footer a:link, #footer a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover
{
	color: #D4E7F8;
	text-decoration: underline;
}

#footer .about-link
{
	text-decoration: none;
}


#footer-bottom
{
	font-size: 90%;
}

#footer-bottom a:link, #footer a:visited
{
	text-decoration: none;
	font-size: 90%;
}

#footer-bottom a:hover
{
	color: #D4E7F8;
	text-decoration: underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BOTTOM MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#bottom-menu
{
	margin:0 auto;
	width:960px;
	color: #999999;
}

#bottom-menu ul
{
	margin: 0;
	padding: 0;
}

#bottom-menu li
{
	display: inline;
	list-style: none;
	background: none;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

#bottom-menu a:link, #bottom-menu a:visited
{
	text-decoration: none;
	color: #9fb0c8;
}

#bottom-menu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#bottom-menu .about-link
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POWERED BY SITECORE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#powered-by-link
{
	margin:0 auto;
	width:960px;
	font-size: .75em;
	color: gray;
	text-align: center;
}

#bottom-spacing 
{
	padding:20px;
	margin:0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link,
a:visited,
a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration:underline
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TEASER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.teasers{
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 260px;
}
.teaser 
{
	height: 232px;
	width:300px;
	float:left;
	background-image: url(../images/riis/teaser_tile_300x232.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0;
}
.teaser p{
	text-align: left;
	width: 230px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.teaser h2
{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.teaser h2 a,
.teaser h2 a:link,
.teaser h2 a:visited,
.teaser h2 a:active{
	color:#9fb0c8;
	text-decoration: none;
}
	
.teaser h2 a:hover{
	color:#ffffff;
	text-decoration: underline;		
}
.teaser .read-more-link{
 	text-align: left;
}
.teaser div.read-more-link a{
	font-weight: normal;
	color: #4f5c77;
}
