

/* All <ul> tags in the menu including the first level */
#sssmainnavRoot{
	position: absolute;
	width: 925px;
	left: 30px;
	top: 5px;
}

.mainnav, .mainnav ul {
	padding: 0;
	list-style: none;
	line-height: normal;
	margin: 0px;	
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.mainnav ul {
	display: none;
	position: absolute;
	top: 25px;
	margin-top: 0px; /* I'm using ems and px to allow people to zoom their font */
	left: 0px;
	width: 165px;
}

/* Second and third etc. level submenus - position across from parent instead */
.mainnav ul ul {
	top: 0px;
	margin-top: 0;
	margin-left: 165px;
	display: none;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.mainnav li {
	float: left;
	display: block;
	position: relative;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.mainnav ul li {
	float: none;
	margin: 0 0 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
.mainnav ul>li:last-child {
	margin-bottom: 1px;
}

/* first level Links inside the menu */
.mainnav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: normal!important;
	font-size: 13px;
	text-align: left;
	line-height: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0.03em;
}
.mainnav li.first a{
	border: 0px none #000000;
}
.mainnav li ul li.first a{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* drop down Links inside the menu */
.mainnav li ul li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-color: #4578A5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	margin-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: none;
	line-height: 20px;
}

.mainnav li ul li ul li{
	display: none;
	
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.mainnav a:hover, .mainnav a.highlighted:hover, .mainnav a:focus {
	color: #33CCFF;
}

.mainnav li.current a{
	color: #0099FF;
}
.mainnav li.current ul li a{
	color: #FFFFFF;
}

.mainnav a.highlighted {
	color: #999966;
	background-image: none;
}

/* Lit  items: Second level 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.mainnav li ul li a:hover, .mainnav li ul li a.highlighted, .mainnav li ul li a:focus{
	color: #FFFFFF;
	background-image: none;
	background-color: #014B88;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .mainnav a#xyz {
      background-image: url(out.gif);
    }
    .mainnav a#xyz:hover, .mainnav a.highlighted#xyz, .mainnav a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.mainnav a .subind {
 display: none;
}
.mainnav ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.mainnav a {
 float: left;
}
.mainnav ul a {
 float: none;
}
/* \*/
.mainnav a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .mainnav ul li {
 float: left;
 width: 100%;
}

* html .mainnav ul li {
 float: left;
 height: 1%;
}
* html .mainnav ul a {
 height: 1%;
}
/* End Hacks */


/* Sub Nav */
:focus  { outline: thick none black }

#navsetsub{
	margin-right:0px;
	margin-top:12px;
	margin-left:22px;
}
#navsetsub ul{
	padding:0px;
	margin:0px;
}

#navsetsub ul li{
	/* display:none;  Hide top level section*/
	padding:0px;
	margin:0px;
	list-style-type: none;
	padding-bottom: 4px !important;	
}


#navsetsub ul li a{
	line-height:24px;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: none;
}
#navsetsub ul li a:hover{
	color: #2358BF;
}


#navsetsub ul ul{
	padding:0px;
	margin:0px;
}
#navsetsub ul ul li{
	padding-bottom: 4px;
}
#navsetsub ul ul li a.selected, #navsetsub ul ul li a.selected:hover {
	color: #343b32;
	color: #0099FF;
	display: block;
}

#navsetsub ul ul li a{
	line-height:24px;
	color: #656F7D;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #999999;
}
#navsetsub ul ul li a:hover{
	color: #2358BF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 7px;
}
/*#navsetsub ul ul ul li a{
	line-height:24px;
	color: #5B5744;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 36px;
	display: block;
	text-transform: uppercase;
}
#navsetsub ul ul ul li a:hover{
	color: #41271A;
	color: #A56528;
	display: block;
}
#navsetsub ul ul ul li a.selected, #navsetsub ul ul ul li a.selected:hover {
	color: #343b32;
	color: #660000;
	display: block;
}*/

div.gallerystack {
	background-image:url(/themes/risc09/images/Image-Stack-long.jpg)!important;
	background-repeat:no-repeat;
	height:140px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative!important;
	float: left;
	width: 580px;
}
div.gallerystack a {
	float: left;
}
div.gallerystack a img.thumb {
	border:3px solid #FFFFFF;
	color:#FFFFFF;
}
div.gallerystack a:hover img.thumb {
	border:3px solid #FDFFCF;
	color:#FDFFCF;
}

div.gallerystack .gallerytitle {
	color:#660033;
	font-size:18px;
	text-align:left;
	text-transform:capitalize;
	padding-top: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
}
div.gallerydesc {
	line-height: 18px;
	color: #333;
}

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/js/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/js/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/js/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/js/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/js/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
	/* REQUIRED */
		position: relative;
	display: none;		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
	display: none;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}





.FCKcontent{
	width: 590px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #004f8c;
	padding-top: 42px;
	background-image: url(/themes/risc09/images/fck_bkgrd.jpg);
}
/* Used only in Editor */

.SC_panel{
	background-color: #FFF!important;
	background-image: none!important;
	width:250px!important;
	font-size: 12px;
}
.SC_panel span.designnotes{
	background-image: none;	
}

#content span.designnotes{
	font-weight: normal;
	background-color: #FFC;
	display: block;
	border: 1px solid #FC3;
	background-image: url(/themes/risc09/images/templateicons/DevComment.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 75px;
	min-height:55px;
}


p{
	margin: 0px;
	padding: 0px;
}
#content , #content tr td{
	font-size: 14px;
	color: #333;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

 #content a{
	text-decoration: none !important;
	color:#2A4D76 !important;
	font-weight: bold;
}

#content a:hover{
	text-decoration: underline !important;
	color:#90181A  !important;
}
#content a:visited{
	text-decoration: underline;
}

#content hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}


/* -------------------------------- Header Styles , H1 H2 etc */


#content h1{
	font-size: 24px;
	line-height: 26px;
	color:#556f88;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#content h2{s
	font-size: 18px;
	font-weight: normal;
	color:#990033;
	line-height: normal;
	display: block;
	clear: none;
	font-style: normal;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}


#content h3{
	font-size: 14px;
	font-weight: normal;
	color: #003366;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 4px;
}

#content h4{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
}


#content .highlight1{
	font-weight: bold;
	font-variant: normal;
	color:#556f88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

#content .highlight2{
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;
	line-height: normal;
}


/* Images */
#content img.right, #content img.zoomright, #content img.vidRight, #content div.vidRight{
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-left: 10px;
	background-color:#CCCCCC;
	border: 1px solid #000066;
}
#content img.vidRight, #content div.vidRight{
	float:right;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-left: 0px;
	background-color:#CCCCCC;
	border: 1px solid #000066;
 }

#content img.vidLeft, #content div.vidLeft{
	float:left;
	padding: 2px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-left: 0px;
	background-color:#CCCCCC;
	border: 1px solid #000066; 
 }

 #content img.left, #content img.zoomleft, #content img.vidLeft, #content div.vidLeft{
	padding: 2px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color:#CCCCCC;
	border: 1px solid #000066;
}
#content img.rightnb{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	border: 0px none #6D5B3D;
}

 #content img.leftnb{
	padding: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 0px none #6D5B3D;
}


#content img.centerednb{
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0px none #6D5B3D;
	clear:both;
}

#content img.centered, #content img.zoomcentered, div.border, div.mapwrap, img.mapwrap, div.flashWrap{
	padding: 2px;
	background-color:#CCCCCC;
	clear:both;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-left: 0px;
	border: 1px solid #000066;
}
#content div.pano{
	padding: 5px;
	background-color:#FFFFFF;
	border: 1px solid #6D5B3D;
	clear:both;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content img.mini{
	border:1px solid #333333;
	display:block;
	background-color:#FFFFFF;
	padding: 3px;
	margin: 4px;
	float: left;
	width:90px;
	height:62px;
}

/* Lists */



 #content ul{
	display: block;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#content ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/risc09/images/ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 12px;
	padding-top: 3px;
	padding-left: 22px;
	background-position: 0px 3px;
}


/*Tables*/
#content table.stndtable {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #556f88;
	border-right-color: #556f88;
	border-bottom-color: #556f88;
	border-left-color: #556f88;
	border-bottom-style: none;
	border-top-style: solid;
}
#content table.stndtable thead tr td{
	font-size: 13px;
	font-weight: bold;
	background-color:#F0EEDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#556f88;
	color:#FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/themes/risc09/images/theadBG.jpg);
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
}

#content table.stndtable tbody tr td{
	vertical-align: top;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#556f88;
	font-family: Arial, Helvetica, sans-serif;
}
#content table.stndtable tbody h2{
	color:#696249;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	border: 0px none #FFFFFF;
	margin: 0px;
}
#content table.stndtable tbody tr td ul{
	display: block;
	padding-left: 0px;
	padding-top: 2px;
	margin: 0px;
}
#content table.stndtable tbody tr td ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/frl09/images/ul.png);
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-top: 0px;
	background-position: left top;
	padding-left: 18px;
	padding-right: 0px;
	margin-bottom: 0px;
}

/* Quotes */

#content table.quote {
	background-image: url(/themes/risc09/images/q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content table.quote td.main{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #546676;
	text-align: left;
	background-image: url(/themes/risc09/images/q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 22px;
	padding-right: 14px;
	padding-bottom: 18px;
	padding-left: 18px;
	letter-spacing: 0.03em;
}
#content table.quote td.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding-right: 10px;
	line-height: 14px;
}




#content a.pdf{
	background-image: url(/themes/rockh208/images/pdf_tiny.jpg);
	background-repeat: no-repeat;
	line-height: 20px !important;
	padding-left: 22px;
	display:block;
}


/* Used only in Editor */




.FCKcontent{
	width: 223px;
	padding-left: 30px;
	padding-top:30px;
	background-image: url(/themes/risc09/images/fck_bkgrdC2.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin:0px;
}


p{
	margin: 0px;
	padding: 0px;
}
#content2 , #content2 tr td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
	line-height: 14px;
}


 #content2 a{
	text-decoration: none !important;
	color:#009 !important;
}

#content2 a:hover{
	text-decoration: underline !important;
	color:#A56528  !important;
}
#content2 a:visited{
	text-decoration: underline;
}

#content2 hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9a9472;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}


/* -------------------------------- Header Styles , H1 H2 etc */


#content2 h1{
	font-size: 18px;
	font-weight: normal;
	color:#7e393b;
	line-height: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content2 a h1, #content2 h1 a{
	color:#6696BA !important;
	text-decoration: none;
}

#content2 h1 a:hover{
	color:#003399;
	text-decoration: none;
}

#content2 h2{
	font-size: 14px;
	font-weight: bold;
	color:#978053;
	line-height: normal;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content2 h2 a , #content2 h2 a:visited{
	color:#7e393b !important;
	text-decoration: none;
}
#content2 h3{
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	line-height: normal;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content2 h4{
	background-image: url(/themes/LBLR08/images/h3BG.jpg);
}


#content2 .highlight1{
	font-weight: bold;
	font-variant: small-caps;
	color:#000000;
	font-size: 14px;
}


/* Images */
#content2 img.right{
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	clear:both;
	background-color: #9a9472;
	margin-right: 0px;
	margin-left: 4px;
}

 #content2 img.left{
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	clear:both;
	background-color: #9a9472;
	margin-right: 4px;
	margin-left: 0px;
}


#content2 img.centered{
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	clear:both;
	background-color: #9a9472;
	margin-right: 0px;
	margin-left: 0px;
}

div.border{
	padding: 1px;
	margin: 0px;
	background-color:#E3D3B2;
	border: 1px solid #6D5B3D;
	clear:both;
}

#content2 img.mini{
	border:1px solid #333333;
	display:block;
	background-color:#FFFFFF;
	padding: 3px;
	margin: 4px;
	float: left;
	width:90px;
	height:62px;
}

/* Lists */



 #content2 ul{
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#content2 ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/LBLR08/images/statfish_bullet2.jpg);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-top: 3px;
	padding-left: 16px;
	background-position: 0px 5px;
	line-height: 16px;
}


/*Tables*/

#content2 table.imagegrid{
	width:230px;
	background-image: url(/themes/risc09/images/zoomimageC2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 16px;
	height: 88px;
}

#content2 table.imagegrid img{
	width:60px !important;
	height:60px !important;
	padding: 5px!important;
	background-color:#9a9472!important;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content2 table.stdtable, {
	width: 590px;
}
#content2 table.stdtable thead tr td{
	font-size: 12px;
	font-weight: bold;
	background-color:#F0EEDD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#999999;
	border-bottom-color:#999999;
	color:#003366;
}

#content2 table.stdtable td{
	vertical-align: top;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#999999;
	text-align: left;
}
#content2 table.collectiontable{
	width: 590px;
}

/* Price List Table */
#content2 table.pricelist{
	width: 635px;
	border-collapse:collapse;
	vertical-align: top;
}
#content2 table.pricelist thead tr td{
	font-size: 11px;
	font-weight: bold;
	background-color:#D3D1C9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#999999;
	border-bottom-color:#999999;
	color:#003366;
}

#content2 table.pricelist td{
	font-size: 11px;
	line-height: 14px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#999999;
	text-align: left;
	vertical-align: top;
}

#content2 table.pricelist h4{
	font-size: 11px;
	color:#003366;
	font-weight: bold;
}

/* Quotes */

#content2 table.quote {
	background-image: url(/themes/risc09/images/q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100% !important;
	margin: 0px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content2 table.quote td.main{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #069;
	text-align: left;
	background-image: url(/themes/risc09/images/q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 18px;
	padding-top: 26px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}
#content2 table.quote td.caption{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #433720;
	text-align: right;
	padding-right: 10px;
}




p{
	margin: 0px;
	padding: 0px;
}
#gallerysc , #gallerysc tr td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
	line-height: 14px;
}


 #gallerysc a{
	text-decoration: none !important;
	color:#336699 !important;
}

#gallerysc a:hover{
	text-decoration: underline !important;
	color:#2D892D  !important;
}
#gallerysc a:visited{
	text-decoration: underline;
}

#gallerysc hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9a9472;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}
#gallerysc table.imagegrid{
	width:230px;
	background-image: url(/themes/frl09/images/zoomimageC2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 16px;
	height: 88px;
}

#gallerysc table.imagegrid img{
	width:60px !important;
	height:60px !important;
	padding: 5px!important;
	background-color:#9a9472!important;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#gallerysc img.centered{
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	clear:both;
	background-color: #9a9472;
	margin-right: 0px;
	margin-left: 0px;
}

#gallerysc h1{
	font-size: 18px;
	font-weight: normal;
	color:#7e393b;
	line-height: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#gallerysc a h1, #gallerysc h1 a{
	color:#6696BA !important;
	text-decoration: none;
}

