@charset "utf-8";
/* --- Typography CSS Document, set all font sizes, line heights, font styles and decoration --- */
/* --- Creator: Andrew Tennison --- */
/* --- Creation Date: 28/04/2009 --- */
/* --- For: Radley Yeldar --- */

/* --- Modified by: ## --- */
/* --- Modified on: ## --- */

/* 
	## font-face: allows custom fonts tp be embeded.
	## define font file in font-face
	## referance the font in "font-family:example;"
	
@font-face {font-family: Example; src: url('example.otf');}
*/

body {font:62.5%/1.6 Arial, Helvetica, sans-serif; color:#333;}
/* ##################
	using "font size 62.5%" sets 1.0em = 10px
	makes matching font-size and line-heights to designs simpler
	1.5em = 15px

	## basic combinations of font-sizes when inheriting sizes from parent ##
	scale up 1.2				scale up 1.4			scale down
	1.2 x 1 = 1.2				1.4 x 1 = 1.4	 		1.2 x 0.833 = 1
	1.2 x 1.166 = 1.4			1.4 x 1.142 = 1.6		1.4 x 0.714 = 1
	1.2 x 1.333 = 1.6			1.4 x 1.285 = 1.8		1.6 x 0.625 = 1
	1.2 x 1.5 = 1.8
################## */

h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;} 
/*h1 {font-size:4.8em; color:#989898; line-height:1.2em; margin:.8em 0 .5em 0;*/ /*padding-top:1px; _padding-top:13px;*/ /*letter-spacing:-0.03em; position:relative; display:block; clear:both;}*/
h1 {font-size:4.8em; color:#989898; line-height:1; letter-spacing:-0.03em; position:relative; display:block; float:left; margin:0; padding:10px 0 30px 0; _padding:16px 0 30px 0; width:100%;}
body.mac h1 {padding:10px 0 30px 0;}
/*body#enterprise_licensing h1 {_padding-top:3px;}*/
	#news_detail h1 {font-size:2.9em; height:2.4em; width:700px; margin:0em 0 1em 0; padding-top:.3em} 
h2 {font-size:1.8em; font-weight:bold;}
	#navFooter h2 {font-size:1.166em;}
	#banner h2 {font-size:2.1em; color:#000066;}
	#companyList h2 { text-align:center; font-size:1.6em;}
	#relatedLinks h2 {font-size:2.1em; padding-bottom:10px;}
	.quote h2 {font-size:1.5em;}
	#newsList h2 {font-size:1.142em;}
	#homeCarousel .RYC_slide h2 {font-size:2.1em; line-height:1.2em}
	#latestNews h2 {font-size:1.5em}
	h2.miniCarouselTitle {font-size:2.4em; font-weight:normal; line-height:1.2em;}
	#superCarousel .RYcarousel h2 {font-size:30px; letter-spacing:-0.02em; line-height:1em;}
	.awardsList h2 {}
	.notes h2 {}
	#homeHighlight h2 {}

h3 {font-weight:bold}
	#primaryContent h3, #primaryContentNarrow h3 {font-size:1.2em; font-weight:bold;}
	#primaryContent .miniLink h3, #primaryContentNarrow .miniLink h3,  .miniLink h3 {font-size:1.8em; font-weight:bold; line-height:1.1em; padding:5px 0}
	#superCarousel .RYcarousel h3 {font-size:2.1em; line-height:1.1em;}

	
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1.0em;}

a {text-decoration:none; color:#000066;}
a:hover {text-decoration:underline; cursor:pointer}
.on a {text-decoration:none; color:#666;}
.on a:hover {text-decoration:none; cursor:pointer}
a:focus {outline:0px none;}


strong {font-weight:bold;}
dfn {color:#ff0000;}

em {font-style:italic}
.insert em {font-size:1.2em;}


p {padding:0 0 10px 0 !important; font-size:1.2em}
	#primaryContentNarrow p {padding-right:40px;}
	#banner p {font-size:1.8em; line-height:1.5em}
	#narrowWrapper p {padding-right:30px;}
	.quote p {font-size:1em}
	.pagination p {font-size:1em}
	p.result {font-weight:bold;}
	#homeCarousel .RYC_slide p {font-size:1.4em; line-height:1.2em} 
	#superCarousel .RYcarousel p {font-size:1.4em; line-height:1.2em;}


.rss {font-size:1.4em; font-weight:bold;}

#siteSearch {font-size:1.2em; color:#333}
#navSite {font-size:1.4em; text-transform:uppercase; font-weight:bold;}
#navBreadcrumb {font-size:1.4em; color:#b2b2b2}
#navSection {font-size:1.6em}
#navBookmark {font-weight:bold;}
#footer {font-size:1.2em;}

#banner a {font-size:1.4em; font-weight:bold;}
#superCarousel #scNav {font-size:2.4em; color:#fff; letter-spacing:-0.07em; font-weight:bold;}

.quote {font-size:1.2em;}
.quote blockquote {font-weight:bold}
.miniLink em { font-style:normal; font-size:1.2em}
.pagination {font-size:1.2em;}
#newsList {font-size:1.4em}
#newsList thead a {text-decoration:underline;}
.searchResults span {font-size:1.2em}
#latestNews {font-size:1.8em;}

#superCarousel {color:#fff;}

.h1-brands { font-size:22px; border-bottom:1px solid #CCFF00; width:515px; }
h2.h1-brands { /*font-size:4.8em; */color:#989898; line-height:1.2em; margin:.8em 0 .5em 0; letter-spacing:-0.03em; position:relative; display:block; clear:both; font-size:22px; border-bottom:1px solid #CCFF00; width:690px; font-weight:normal; }
