/* 
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners and are licensed separately. 
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left .graphic, img.wide.left { margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center { margin-left:auto; margin-right:auto; }
.wide.right .graphic, img.wide.right { margin-left:auto; margin-right:0px; }

.ImageElement.left { text-align:left; }
.ImageElement.center { text-align:center; }
.ImageElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}
 
/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li {white-space: nowrap}
* html #sitemenu-content ul li {white-space: normal}
*:first-child+html #sitemenu-content ul li {white-space: normal}
#sitemenu-content ul ul li {white-space: normal}
#sitemenu-content span.in { position: relative; }

.HTMLElement { overflow:hidden; }

/* svpAccordion PlugIn by SandvoxPlugins.com Ver 1.0 10-May-2011 */
div#svpAccordion10CDEC16-5A58-49BA-9731-14DDBF1C2693.svpAccordionGrad, div.svpAccordionNoGrad {
	/*background optional */
	width: 100%;
}
/* accordion header  CSS3 Style */
div#svpAccordion10CDEC16-5A58-49BA-9731-14DDBF1C2693.svpAccordionGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	padding-left:10px;
	color:#000000;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}
div#svpAccordion10CDEC16-5A58-49BA-9731-14DDBF1C2693.svpAccordionNoGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	padding-left:10px;
	color:#000000;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}

div#svpAccordion10CDEC16-5A58-49BA-9731-14DDBF1C2693.svpAccordionGrad h3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#000000');
	background-color:#8cb82b;
	color:#ffffff;
}
div#svpAccordion10CDEC16-5A58-49BA-9731-14DDBF1C2693.svpAccordionNoGrad h3:hover {
	background-color:#1855c4;
	color:#ffffff;
	border: 1px solid #1855c4;
}

div#svpAccordion10CDEC16-5A58-49BA-9731-14DDBF1C2693.svpAccordionGrad h3:active, div.svpAccordionNoGrad h3:active {
	position:relative;
	top:1px;
}

/* currently active header */
div#svpAccordion10CDEC16-5A58-49BA-9731-14DDBF1C2693.svpAccordionGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #1b1b1b) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #1b1b1b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#1b1b1b');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
div#svpAccordion10CDEC16-5A58-49BA-9731-14DDBF1C2693.svpAccordionNoGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background-color:#1855c4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
/* accordion pane */
div#svpAccordion10CDEC16-5A58-49BA-9731-14DDBF1C2693.svpAccordionGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;

}
div#svpAccordion10CDEC16-5A58-49BA-9731-14DDBF1C2693.svpAccordionNoGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;
}

/* a title inside pane */
div#svpAccordion10CDEC16-5A58-49BA-9731-14DDBF1C2693.svpAccordionGrad .pane h3, div.svpAccordionNoGrad .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
/* end of SandVoxplugins accordion css */

/* svpAccordion PlugIn by SandvoxPlugins.com Ver 1.0 10-May-2011 */
div#svpAccordion85275CAC-1F7A-41DF-96AF-73964C0B82D7.svpAccordionGrad, div.svpAccordionNoGrad {
	/*background optional */
	width: 100%;
}
/* accordion header  CSS3 Style */
div#svpAccordion85275CAC-1F7A-41DF-96AF-73964C0B82D7.svpAccordionGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	padding-left:10px;
	color:#1b1b1b;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}
div#svpAccordion85275CAC-1F7A-41DF-96AF-73964C0B82D7.svpAccordionNoGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	padding-left:10px;
	color:#1b1b1b;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}

div#svpAccordion85275CAC-1F7A-41DF-96AF-73964C0B82D7.svpAccordionGrad h3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #1b1b1b) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #1b1b1b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#1b1b1b');
	background-color:#8cb82b;
	color:#ffffff;
}
div#svpAccordion85275CAC-1F7A-41DF-96AF-73964C0B82D7.svpAccordionNoGrad h3:hover {
	background-color:#1855c4;
	color:#ffffff;
	border: 1px solid #1855c4;
}

div#svpAccordion85275CAC-1F7A-41DF-96AF-73964C0B82D7.svpAccordionGrad h3:active, div.svpAccordionNoGrad h3:active {
	position:relative;
	top:1px;
}

/* currently active header */
div#svpAccordion85275CAC-1F7A-41DF-96AF-73964C0B82D7.svpAccordionGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #1b1b1b) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #1b1b1b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#1b1b1b');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
div#svpAccordion85275CAC-1F7A-41DF-96AF-73964C0B82D7.svpAccordionNoGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background-color:#1855c4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
/* accordion pane */
div#svpAccordion85275CAC-1F7A-41DF-96AF-73964C0B82D7.svpAccordionGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;

}
div#svpAccordion85275CAC-1F7A-41DF-96AF-73964C0B82D7.svpAccordionNoGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;
}

/* a title inside pane */
div#svpAccordion85275CAC-1F7A-41DF-96AF-73964C0B82D7.svpAccordionGrad .pane h3, div.svpAccordionNoGrad .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
/* end of SandVoxplugins accordion css */

/* svpAccordion PlugIn by SandvoxPlugins.com Ver 1.0 10-May-2011 */
div#svpAccordion83E5238F-725B-41B2-9ED7-1663CA333AFA.svpAccordionGrad, div.svpAccordionNoGrad {
	/*background optional */
	width: 100%;
}
/* accordion header  CSS3 Style */
div#svpAccordion83E5238F-725B-41B2-9ED7-1663CA333AFA.svpAccordionGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	padding-left:10px;
	color:#1b1b1b;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}
div#svpAccordion83E5238F-725B-41B2-9ED7-1663CA333AFA.svpAccordionNoGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	padding-left:10px;
	color:#1b1b1b;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}

div#svpAccordion83E5238F-725B-41B2-9ED7-1663CA333AFA.svpAccordionGrad h3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #1b1b1b) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #1b1b1b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#1b1b1b');
	background-color:#8cb82b;
	color:#ffffff;
}
div#svpAccordion83E5238F-725B-41B2-9ED7-1663CA333AFA.svpAccordionNoGrad h3:hover {
	background-color:#1855c4;
	color:#ffffff;
	border: 1px solid #1855c4;
}

div#svpAccordion83E5238F-725B-41B2-9ED7-1663CA333AFA.svpAccordionGrad h3:active, div.svpAccordionNoGrad h3:active {
	position:relative;
	top:1px;
}

/* currently active header */
div#svpAccordion83E5238F-725B-41B2-9ED7-1663CA333AFA.svpAccordionGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #1b1b1b) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #1b1b1b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#1b1b1b');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
div#svpAccordion83E5238F-725B-41B2-9ED7-1663CA333AFA.svpAccordionNoGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background-color:#1855c4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
/* accordion pane */
div#svpAccordion83E5238F-725B-41B2-9ED7-1663CA333AFA.svpAccordionGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;

}
div#svpAccordion83E5238F-725B-41B2-9ED7-1663CA333AFA.svpAccordionNoGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;
}

/* a title inside pane */
div#svpAccordion83E5238F-725B-41B2-9ED7-1663CA333AFA.svpAccordionGrad .pane h3, div.svpAccordionNoGrad .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
/* end of SandVoxplugins accordion css */

/* svpAccordion PlugIn by SandvoxPlugins.com Ver 1.0 10-May-2011 */
div#svpAccordion4F378531-57BE-4EB3-9A65-97FA5CCDF050.svpAccordionGrad, div.svpAccordionNoGrad {
	/*background optional */
	width: 100%;
}
/* accordion header  CSS3 Style */
div#svpAccordion4F378531-57BE-4EB3-9A65-97FA5CCDF050.svpAccordionGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	padding-left:10px;
	color:#1b1b1b;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}
div#svpAccordion4F378531-57BE-4EB3-9A65-97FA5CCDF050.svpAccordionNoGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	padding-left:10px;
	color:#1b1b1b;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}

div#svpAccordion4F378531-57BE-4EB3-9A65-97FA5CCDF050.svpAccordionGrad h3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #1b1b1b) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #1b1b1b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#1b1b1b');
	background-color:#8cb82b;
	color:#ffffff;
}
div#svpAccordion4F378531-57BE-4EB3-9A65-97FA5CCDF050.svpAccordionNoGrad h3:hover {
	background-color:#1855c4;
	color:#ffffff;
	border: 1px solid #1855c4;
}

div#svpAccordion4F378531-57BE-4EB3-9A65-97FA5CCDF050.svpAccordionGrad h3:active, div.svpAccordionNoGrad h3:active {
	position:relative;
	top:1px;
}

/* currently active header */
div#svpAccordion4F378531-57BE-4EB3-9A65-97FA5CCDF050.svpAccordionGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #1b1b1b) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #1b1b1b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#1b1b1b');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
div#svpAccordion4F378531-57BE-4EB3-9A65-97FA5CCDF050.svpAccordionNoGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background-color:#1855c4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
/* accordion pane */
div#svpAccordion4F378531-57BE-4EB3-9A65-97FA5CCDF050.svpAccordionGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;

}
div#svpAccordion4F378531-57BE-4EB3-9A65-97FA5CCDF050.svpAccordionNoGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;
}

/* a title inside pane */
div#svpAccordion4F378531-57BE-4EB3-9A65-97FA5CCDF050.svpAccordionGrad .pane h3, div.svpAccordionNoGrad .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
/* end of SandVoxplugins accordion css */

/* svpAccordion PlugIn by SandvoxPlugins.com Ver 1.0 10-May-2011 */
div#svpAccordionC51C8A49-4C04-4B17-905E-61531D39EF5D.svpAccordionGrad, div.svpAccordionNoGrad {
	/*background optional */
	width: 100%;
}
/* accordion header  CSS3 Style */
div#svpAccordionC51C8A49-4C04-4B17-905E-61531D39EF5D.svpAccordionGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	padding-left:10px;
	color:#1b1b1b;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}
div#svpAccordionC51C8A49-4C04-4B17-905E-61531D39EF5D.svpAccordionNoGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	padding-left:10px;
	color:#1b1b1b;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}

div#svpAccordionC51C8A49-4C04-4B17-905E-61531D39EF5D.svpAccordionGrad h3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #1b1b1b) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #1b1b1b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#1b1b1b');
	background-color:#8cb82b;
	color:#ffffff;
}
div#svpAccordionC51C8A49-4C04-4B17-905E-61531D39EF5D.svpAccordionNoGrad h3:hover {
	background-color:#1855c4;
	color:#ffffff;
	border: 1px solid #1855c4;
}

div#svpAccordionC51C8A49-4C04-4B17-905E-61531D39EF5D.svpAccordionGrad h3:active, div.svpAccordionNoGrad h3:active {
	position:relative;
	top:1px;
}

/* currently active header */
div#svpAccordionC51C8A49-4C04-4B17-905E-61531D39EF5D.svpAccordionGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #1b1b1b) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #1b1b1b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#1b1b1b');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
div#svpAccordionC51C8A49-4C04-4B17-905E-61531D39EF5D.svpAccordionNoGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background-color:#1855c4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
/* accordion pane */
div#svpAccordionC51C8A49-4C04-4B17-905E-61531D39EF5D.svpAccordionGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;

}
div#svpAccordionC51C8A49-4C04-4B17-905E-61531D39EF5D.svpAccordionNoGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;
}

/* a title inside pane */
div#svpAccordionC51C8A49-4C04-4B17-905E-61531D39EF5D.svpAccordionGrad .pane h3, div.svpAccordionNoGrad .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
/* end of SandVoxplugins accordion css */

/* svpAccordion PlugIn by SandvoxPlugins.com Ver 1.0 10-May-2011 */
div#svpAccordion6E504892-F712-48F7-8E00-5B6221D1412E.svpAccordionGrad, div.svpAccordionNoGrad {
	/*background optional */
	width: 100%;
}
/* accordion header  CSS3 Style */
div#svpAccordion6E504892-F712-48F7-8E00-5B6221D1412E.svpAccordionGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	padding-left:10px;
	color:#1b1b1b;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}
div#svpAccordion6E504892-F712-48F7-8E00-5B6221D1412E.svpAccordionNoGrad h3 {
	margin-top:5px;
	height:28px; 
	line-height:28px; 
	margin-bottom:5px;
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	*/
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	padding-left:10px;
	color:#1b1b1b;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #aade7c;*/
	cursor:pointer;	
}

div#svpAccordion6E504892-F712-48F7-8E00-5B6221D1412E.svpAccordionGrad h3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #1b1b1b) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #1b1b1b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#1b1b1b');
	background-color:#8cb82b;
	color:#ffffff;
}
div#svpAccordion6E504892-F712-48F7-8E00-5B6221D1412E.svpAccordionNoGrad h3:hover {
	background-color:#1855c4;
	color:#ffffff;
	border: 1px solid #1855c4;
}

div#svpAccordion6E504892-F712-48F7-8E00-5B6221D1412E.svpAccordionGrad h3:active, div.svpAccordionNoGrad h3:active {
	position:relative;
	top:1px;
}

/* currently active header */
div#svpAccordion6E504892-F712-48F7-8E00-5B6221D1412E.svpAccordionGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #1b1b1b) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #1b1b1b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#1b1b1b');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
div#svpAccordion6E504892-F712-48F7-8E00-5B6221D1412E.svpAccordionNoGrad h3.current {
	cursor:default;
	/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
	background-color:#1855c4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b1b1b;
	color:#ffffff;
}
/* accordion pane */
div#svpAccordion6E504892-F712-48F7-8E00-5B6221D1412E.svpAccordionGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;

}
div#svpAccordion6E504892-F712-48F7-8E00-5B6221D1412E.svpAccordionNoGrad .pane {
	display:none;
	height:auto;
	padding:15px;
	color:#141414;
	background: #ffffff; /* old browsers */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 1px 5px #000000;
-moz-box-shadow: 0px 1px 5px #000000;
box-shadow: 0px 1px 5px #000000;
/* add some space */
margin-bottom:10px;
}

/* a title inside pane */
div#svpAccordion6E504892-F712-48F7-8E00-5B6221D1412E.svpAccordionGrad .pane h3, div.svpAccordionNoGrad .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
/* end of SandVoxplugins accordion css */

/* @group SandvoxPlugins Tabs */

/* SandvoxPLugins - Tabs  - root element for tabs  */
div#svpTabs8363E53D-D395-43A2-BAB2-E248642F04F7 ul.svpTagTitles { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:30px;
	line-height:30px;
	overflow:hidden;
	width:-22px;
}
/* controlled by option border color */
div#svpTabs8363E53D-D395-43A2-BAB2-E248642F04F7 ul.svpTagPanes, div#svpTabs8363E53D-D395-43A2-BAB2-E248642F04F7 ul.svpTagTitles li {
	background: none;
	list-style: none;
	list-style-image: none;
	border: 1px solid #999;
}
.svpTabs{
	padding-top: 5px;
	padding-bottom: 5px;
}
div#svpTabs8363E53D-D395-43A2-BAB2-E248642F04F7 .svpTabPane{
	background: none;
	padding: 0;
	margin: 0;
	list-style-image: none;
	border-bottom: none;
}

/* single tab */
div#svpTabs8363E53D-D395-43A2-BAB2-E248642F04F7 ul.svpTagTitles li { 
list-style-image:none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	/*border:1px solid #1b1b1b;*/
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0px;
	margin-right: 2px;
	list-style-image:none !important; 
	background-color:#ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff‚à´');
	overflow:hidden;
	width:149px;
}

div#svpTabs8363E53D-D395-43A2-BAB2-E248642F04F7 ul.svpTagTitles li a.current,
div#svpTabs8363E53D-D395-43A2-BAB2-E248642F04F7 ul.svpTagTitles li a.current:hover { 
	/*border:1px solid #1b1b1b;*/
	background-color:#1855c4;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #121212) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #121212 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#121212‚à´');
	
	color:#ffffff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

div#svpTabs8363E53D-D395-43A2-BAB2-E248642F04F7 ul.svpTagTitles li a { 
	color:#1b1b1b;
	font-size:12px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 149px;
	text-align:center;	
	text-decoration:none;
	padding:0px;
	margin:0px;	
	position:relative;
	top:-1px;
}

div#svpTabs8363E53D-D395-43A2-BAB2-E248642F04F7 ul.svpTagTitles li a:hover { 
	background-color:#1855c4;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1855c4), color-stop(1, #121212) );
	background:-moz-linear-gradient( center top, #1855c4 5%, #121212 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1855c4', endColorstr='#121212‚à´');
		
	color:#ffffff;
}

/* tab pane styling */
div#svpTabs8363E53D-D395-43A2-BAB2-E248642F04F7 ul.svpTagPanes {
	list-style-image:none;
	list-style:none;
	margin:0;
	padding:0;
	width:-22px;
	height:auto;
	overflow:auto;
	padding:10px 10px;
	list-style: none;
	height:-61px;
	font-size:12px;
	background-color:#ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff‚à´');
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
/* initially all panes are hidden */ 
div#svpTabs8363E53D-D395-43A2-BAB2-E248642F04F7 ul.svpTagPanes > li {
	display:none;
	list-style-type: none;
	list-style-image: none;	
}
/* end of CSS for SandvoxPLugins Tabs */

/* @end */





textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	min-width:50%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}


/* Flickr PlugIn */

.flickr {text-align:center; font: 11px Arial, Helvetica, sans-serif !important;}
.flickr_badge_wrapper {padding:10px; overflow:hidden; text-align: center;}
.flickr_badge_image {margin:0 10px 5px 10px; display: inline; float:left;}
.flickr_badge_image img {border: 1px solid black!important;}
.flickr_badge_source {margin:0 10px 0 10px;}
.flickr_www {display:block; padding:0 10px 0 10px !important; color:#3993ff !important;}
.flickr a:hover,
.flickr a:link,
.flickr a:active,
.flickr a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
.flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
.flickr_badge_wrapper br { display:none; }


/*
File:  'Blueball Qubit Blue SV2' main.css Style Sheet
Created: 28, September, 2011
Last Modified: 14, October, 2011
Version: 3.0
Author:  Charlie Lockhart, Blueball Design
www.sandvoxdesigns.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design LLC USA, All Rights Reserved
*/

/* @group Global CSS */


body {
	margin: 0px auto;
	margin-top: 20px;
	padding: 0;
	background: #2d2d2d url(qubit_bgtile01.jpg) top left repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8em;
	color: #171717;
	height: 100%;
	text-align: left;
	word-wrap: break-word;
}

* html body {
	line-height: 1.9em;
}

* {
}

#main {
	min-height: 400px;
}

img {
	border: 0;
}

a img { 
	border: 0;
}

a:link, a:visited, a:active {
	color: #246FCC;
	text-decoration: underline;
}

a:hover {
	color: #246FCC;
	text-decoration: none;	
}

p {
	margin: 0 0 12px 0;
}

blockquote {	margin: -2px 12px 8px 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;	font-size: 1.25em;
	line-height: 1.5em;
	padding: 0px 6px 0px 9px;
	background: transparent;
	border-left:  4px solid #615f5d;
	font-weight: 700;
	color: #246FCC;}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.75em;
	line-height: 1.3em;
	color: #246FCC;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;	
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #246FCC;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;	
}

* html h2, h3 {
	font-weight: 700;
}

.clear {
	clear: both;
	height: 2px;
	line-height: 2px;
}

* html .clear {
	line-height: 2px;
}

#main .clear {

}

* html #main .clear {
	line-height: 2px;
}

.hidden {
    display: none;
}

.ImageElement, .VideoElement { 
	text-align:center;
	margin-top: 20px;
}

img.narrow, .article-thumbnail img {
	display: block;
	float: left;
	margin: 3px 15px 3px 0;
}

* html img.narrow, .article-thumbnail img {
	margin: 3px 8px 3px 0;
}

*:first-child+html img.narrow, .article-thumbnail img {
	margin: 3px 15px 3px 0;
}

.narrow.left { 
	margin: 3px 15px 3px 0px; 
}

.narrow.right {
	margin: 3px 0px 3px 15px; 
}

img.wide {
	display: block;
	clear: both;
}


div.rssBadge {	margin: 10px;}/* Small icon option */img.smallRSSBadgeIcon { 
	vertical-align: middle; 
}
img.smallRSSBadgeIconLeft { 
	margin-right: 4px; 
}
img.smallRSSBadgeIconRight {
	margin-left: 4px; 
}/* Large icon option */div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {	margin: 0 10px;	text-align: center !important;}img.largeRSSBadgeIcon {
	margin-bottom: 4px; 
}
p.largeRSSBadgeIcon {
	margin: 0; 
}

ul {
	padding-left: 20px;
	list-style-type: disc;
}

ol, dd {
	padding-left: 20px;
	list-style-type: square;
}.sitemap-page a:hover {	color: #246FCC;
	text-decoration: none;}

/* 2.0 callout compatibility. 2.0-compatible designs are expected to implement this themselves */

.callout-container, .graphic-container {
	clear: both;
}

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */

.wide {
	display: block;
}

img.narrow.left {
    float: left!important;
	clear: left;
}

img.narrow.right {
	float: right!important;
	clear: right;
}

.wide.left .graphic, img.wide.left {
	margin-left: 0px;
	margin-right: auto;
}

.wide.center .graphic, img.wide.center {
	margin-left: auto;
	margin-right: auto;
}

.wide.right .graphic, img.wide.right {
	margin-left: auto;
	margin-right: 0px;
}

.ImageElement.left {
	text-align: left;
}

.ImageElement.center {
	text-align: center;
}

.ImageElement.right {
	text-align: right;
}

/* @end */

/* @group Page-Top Header */

#page-container {
	position: relative;
	width: 980px;
	margin: 0px auto;
	margin-top: 36px;
	margin-bottom: 28px;
	border: none;
	background: transparent;
}

#page {
	width: 980px;
	margin: 0px auto;
	margin-top: 0;
	padding-bottom: 20px;
	padding: 0;
	height: auto;
	background: url(qubit_mainbg980.jpg) top repeat-y;
}

* html #page {
	margin-bottom: 20px;
}

*:first-child+html  #page {
	margin-bottom: 20px;
}

.no-sidebar #page {
	width: 980px;
	margin: 0px auto;
	margin-top: 0px;
	padding-bottom: 20px;
	padding: 0;
	background: url(qubit_mainbg980NS.jpg) top repeat-y;
}

#page-top {
	position: relative;
	margin: 0px auto;
	margin-top: 0px;
	width: 980px;
	height: auto !important;
	background: transparent url(banner_blue.jpg) top center no-repeat;
	padding: 0;
	overflow: visible;
	z-index: 2;
}

#title {
	position: relative;
	background: transparent; 
	width: 980px;
	height: 200px;
	margin: 0px auto;
	margin-top: 0px;
	overflow: hidden;
}

.has-logo #title h1 {
	position: relative;
	margin: 0;
	padding: 50px 30px 0 235px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 3em; 
    text-align: left;
    color: #ffffff;
 	line-height: 1.3em;
 	z-index: 10;
 	font-weight: 700;
 	background: transparent;
}

.no-logo #title h1 {
	position: relative;
	margin: 0;
	padding: 50px 30px 0 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	font-size: 3em; 
    text-align: left;
    color: #ffffff;
 	line-height: 1.3em;
 	z-index: 16;
 	font-weight: 600;
 	background: transparent;
}

* html #title h1 {
	font-weight: 700;
}

#title h1 a:link, #title h1 a:visited {
	color: #ffffff;
	text-decoration: none;	
}

#title h1 a:hover {
	text-decoration: none;
	color: #ffffff;
}

.has-logo #tagline {
	position: relative;
	margin: 0 auto;
	padding: 0px 30px 0 235px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: left;
    z-index: 15;
    font-weight: bold;
    color: #89BEF0;
    background: transparent;
}

.no-logo #tagline {
	position: relative;
	margin: 0 auto;
	padding: 0px 30px 0 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: left;
    z-index: 15;
    font-weight: bold;
    color: #89BEF0;
    background: transparent;
}

.no-title #tagline {
	padding-top: 70px;
}

#title img {
	position: absolute;
	top: 36px;
	left: 20px;
	right: 0;
	display: block;
	height: 128px;
	width: 200px;
	background: transparent;
	margin: 0;
	padding: 0;
	z-index: 100;
}

/* @end */


/* @group Site Menu */

#sitemenu-container {
	clear: both;
}

#sitemenu-content {
	position: relative;
	float: left;
	width: 980px;
	margin-left: 0px !important;
	background: #171717 url(Qubit_navmenubg1.jpg) top left repeat-x;
	color: #f7f8f9;
	min-height: 40px;
	font-size: 13.5px;
	font-weight: 500;
	overflow:  visible;
	z-index: 1000;
}

/* Holly Hack for IE \*/
* html #sitemenu-content {
	height: 1%;
} 
/*Holly Hack for IE7 and below*/

#sitemenu-content ul {
	text-align: center;
	padding: 7px 0px 5px 0px;
	margin: 0 10px auto 10px;
	line-height: 180%;
}

#sitemenu-content ul .submenu-indicator {
	padding: 2px 0 0 8px;
}

*:first-child+html #sitemenu-content ul .submenu-indicator {
	padding-top: 1px;
}

#sitemenu-content ul li ul {
	line-height: 145%;
	background: #484848;
	color: #f7f8f9;
	margin-top: 0px;
	font-size: 12.5px;
	border-top: 1px #dadada solid;
	border-left: 0px #e8e8e8 solid;
	border-right: 0px #e8e8e8 solid;
	border-bottom: 0px #e8e8e8 solid;
	box-shadow: 0px 0px 0px #999;
	-webkit-box-shadow: 0px 0px 0px #999;
	-moz-box-shadow: 0px 0px 0px  #999;
}

.ddshadow{
	background: transparent;
}

*:first-child+html #sitemenu-content ul li ul {
	display: inline-block;
	zoom: 1;
	margin-top: 6px;
}

#sitemenu-content ul li ul li a:hover {
	text-decoration: none;
	background: #2a76e1;
	color: #ffffff !important;
}

#sitemenu-content ul li ul li span.in {
	border-color: #aaaaaa;
}

#sitemenu-content ul li ul li ul {
	line-height: 145%;
	background: #484848;
	color: #f7f8f9;
	margin-top: -1px;
}

#sitemenu-content li {
	margin: -1px 5px 0px 0px;
	padding: 8px 5px 3px 5px;
	display: inline;
}

#sitemenu-content li a {
	text-decoration: none;
	color: #f7f8f9;
}

#sitemenu-content li a:hover {
	text-decoration: none;
	color: #2a76e1 !important;
}

#sitemenu-content li li {
	background: #383838;
	color: #f7f8f9;
}

#sitemenu-content li li a:hover {
	text-decoration: none;
	background: #2a76e1;
	color: #ffffff !important;
}

*:first-child+html #sitemenu-content ul li ul li ul {
	margin-top: -2px;
}

#sitemenu-content li li li {
	background: #585858;
	color: #f7f8f9;
}

#sitemenu-content li li li li {
	background: #787878;
	color: #f7f8f9;
}

#sitemenu-content li li li a:hover {
	text-decoration: none;
	background: #2a76e1;
	color: #ffffff !important;
}

#sitemenu-content li.currentPage li {
	background: transparent;
	color: #2a76e1 !important;
}

#sitemenu-content li.currentParent > a > span.in {
	background: transparent;
	color: #2a76e1 !important;
}

#sitemenu-content li.currentPage,
#sitemenu-content li.currentParent {
	background: transparent;
	color: #2a76e1 !important;
}


#sitemenu-content li li.currentParent > a > span.in {
	background: #2a76e1;
	color: #ffffff !important;
}

#sitemenu-content ul ul li.currentPage {
	text-decoration: none;
	background: #2a76e1;
	color: #ffffff !important;
}

#sitemenu-content ul ul li.currentPage li {
	text-decoration: none;
	background: #2a76e1;
	color: #ffffff !important;
}

#sitemenu-content ul li ul li span.in {
	border-bottom: solid 1px #dadada !important;
}



/* @end */


/* @group Sidebar */

#sidebar {	float: right;	width: 200px;
	height: auto;
	margin: 0 0 0 0;	padding: 10px;
	background: transparent;
	color: #171717;}

* html #sidebar {
	margin-top: 0;
}

.allow-sidebar #main {
	float: left;
	position: relative;
	min-height: 300px;
	height: auto !important;
	width:  720px;
	margin: 0 0 0 0;
	padding: 8px 20px 15px 20px;
	text-align: left;
	color: #171717;
	background: transparent;
}

* html .allow-sidebar #main {
	width: 718px;
	margin-top: 0px;
}

.no-sidebar #main {
	min-height: 300px;
	position: relative;
	height: auto !important;
	width: 920px;
	margin: 0 0 10px 0;
	padding: 8px 20px 15px 20px;
	text-align: left;
	background: transparent;
}

* html body.no-sidebar #main {
	width: 918px;
	margin-top: 0px;
}

#sidebar p {
    text-align: left;
}

#sidebar-top {}

#sidebar-bottom {}

/* @end */


/* @group Page-Content */

#page-content {
	clear: both;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
	z-index: 2;
}

* html #page-content {
	margin-top: 0;
}

#main-content {
	background: transparent;
	padding: 0;
	margin: 0;
}

/* @end */


/* @group Page Bottom */

#page-bottom {      width: 980px;
	clear: both;	margin: 0;
	padding: 0 0 16px 0;	text-align: center;	background: #2d2d2d;}

#page-bottom-contents {
	clear: both;
	font-size: .95em;
	line-height: 1.5em;
	color: #efefef;    text-align: center;
    padding: 12px 0 0 0;
}

#page-bottom a:link, #page-bottom a:visited {
	color: #1792F8;
	text-decoration: underline;
}

#page-bottom a:hover {
	color: #ffffff;
	text-decoration: none;	
}

/* @end */


/* @group Contact Form */


form.contactElement textarea,form.contactElement input,form.contactElement select {
	margin: 4px 0;
}

form.contactElement input.submit {
}

form.contactElement th {
}

*:first-child+html form.contactElement input.submit {
	padding: 0px 10%;
}

td.dli1 {
	text-align: center;
}

/* @end */

/* @group Pagelet */

.pagelet {
	width: 200px;
	font-size: .95em;
	line-height: 1.5em;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 8px 0 0 0;
}

.pagelet.bordered {
	width: 190px;
	border: 1px solid #9f9f9f;
	padding: 5px 5px 6px 5px;
	margin: 0 0 10px 0;
}

.pagelet.bordered .photo img {
	border: none;
	padding: 0;
	text-align: left;
}

.pagelet-body p {
	font-size: .95em;
	margin: 0;
	padding: 0;
}

.pagelet-body li {
	font-size: .95em;
	line-height: 1.5em;
}

.pagelet-body .imgelement {
	margin: -4px 0 4px 0;
	padding: 0;
}

.pagelet h4 {
	font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.3em;
	line-height: 1.25em;
	font-weight: 700;
	color: #246FCC;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}

.pagelet a:link, .pagelet a:visited {
	color: #246FCC;
	text-decoration: underline;
	background: transparent;
}

.pagelet a:hover {
	text-decoration: none;
	background: transparent;
	color: #246FCC;
}

.pagelet ul {
	line-height: 1.4em;
	margin: 5px 0 0 0;
}

.pagelet .photo img {
	border: none;
	padding: 0;
	background: transparent;
}

.pagelet img {
	border: none;
	padding: 0;
}

.pagelet a img {
	border: none;
	padding: 0;
}

.pagelet .photo .imageLink {
	background: transparent;
}

.pagelet .photo .imageLink a:hover {
	background: transparent;
}

/* @end */

/* @group Callout */

.callout {
	width: 200px;
	float: left;
	margin: 5px 15px 5px 0;
	color: #171717;
}

* html .callout {
}

*:first-child+html .callout {
}

.callout a:link, .callout a:visited {
	color: #246FCC;
	text-decoration: underline;
}

.callout a:hover {
	text-decoration: none;
	color: #246FCC;
}

.callout-content p {
	line-height: 1.2em;
	margin-bottom: 0px;
}

.callout h4 {
	margin-bottom: 5px;
}

/* @end */


/* @group Blog-Article Page */

#index {
	margin: 0 0 10px 0;
}

.article {
	margin-bottom: 0;
}

.article-info {
	font-style: normal;
	margin-bottom: 0;
}

.article-content {
	margin-bottom: 2px;
}

.article-content p {
	margin: 0 0 10px 0;
}

.article-content ul {
	margin-left: 4px;
}

* html .article-content ul {
	margin-left: 4px;
}

.article h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.35em;
	line-height: 1.2em;
	color: #246FCC;
	font-weight: bold;
	margin: 4px 0 7px 0;
}

*:first-child+html .article h3 {
	width: auto;
}

.article h3 a, .article h3 a:active, .article h3 a:focus {
	text-decoration: none;
	color: #246FCC;
}

.article h3 a:hover {
	text-decoration: none;
	color: #6d6d6d;
}

.article-summary {
	margin-bottom: -5px;
}

.general-index {
	width: 99%;
	margin: 4px 0 8px 0;
	padding: 0;
	text-align: left;
}

* html .general-index {
	width: 98%;
}

.general-index h3 {
	width: 99%;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.35em;
	line-height: 1.2em;
	color: #246FCC;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 8px 0;
}

.listing-index ul {
	margin-left: 15px;
}

.listing-index li h3 {
	font-size: 1em;
	line-height: 1.3em;
	color: #246FCC;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.article-info .timestamp {
	clear: both;
	font-size: .9em;
	background: url(clock2.png) left center no-repeat;
	padding: 0 0 1px 18px;
	margin: 3px 0 0 0;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #246FCC;
	text-decoration: underline;
	background: transparent;
	padding: 0 0 1px 4px;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 4px;
} 

*:first-child+html .article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 4px;
}

.article-info .continue-reading-link a:hover {
	color: #246FCC;
	text-decoration: none;
	background: transparent;
	padding: 0 0 1px 4px;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:hover {
	padding: 3px 0 1px 4px;
}

*:first-child+html .article-info .continue-reading-link a:hover {
	padding: 3px 0 1px 4px;
}

.comments {	padding: 0 6px 6px 0;
	margin-top: 1px;
	font-size: .95em;}

.comments a, .comments a:visited {	padding: 0 6px 6px 20px;
	margin-top: 1px;
	color: #5A5A5A;
	text-decoration: underline;
	font-size: .95em;
	background: url(comments2.jpg) left top no-repeat;}

.comments a:hover {	padding: 0 6px 6px 20px;
	margin-top: 1px;
	color: #7a7a7a;
	text-decoration: none;
	font-size: .95em;
	background: url(comments2.jpg) left top no-repeat;}

div.collection-navigation {
	text-align: left;
	padding: 2px 0 2px 0;
}


/* @end */

/* @group Photo Grid */

.photogrid-index {
	position: relative;
	text-align: left;    margin: auto;
    margin-left: 0;    overflow: hidden;
}

* html .photogrid-index {	height: 1%;}

.gridItem {
	float: left;
	position: relative;
	width: 150px;
	height: 186px;
	padding-top: 10px;    color: inherit;
	overflow: hidden;
}

.gridItem h3 {
	position: absolute;
	top: 148px;
	left: 0;
	right: 0;
	font-weight: normal;
	font-size: .95em;
	line-height: 1.3em;
	text-align: center;
	color: #464646;
	margin: 0 5px 0 5px;
	background: transparent;
	height: auto !important;
	width: 138px;
}

.gridItem h3 a, .gridItem h3 a:visited {
    text-decoration: underline;
    color: #464646;
}

.gridItem h3 a:hover {
    text-decoration: none;
    color: #246FCC;
}

.gridItem img {
	position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
    border: 0;
    margin: auto!important;
    display: block;
}

* html .gridItem img {
	position: relative;
}

* html .gridItem h3 {
	position: relative;
	top: 10px;
}

*:first-child+html .gridItem img {
	position: relative;
	top: 0px;
}

*:first-child+html .gridItem h3 {
	position: relative;
	top: 6px;
}

/* @end */

/* @group Single Photo Page */

.photo-navigation {
    position: relative;

    height: 40px;
	width: 200px;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 2px;
}

.photo-navigation div {
	width: 48px;
	height: 40px;
	position: absolute;
	text-indent: -5000em;
}

.photo-navigation a {
	border-bottom: none;
	display: block;
	width: 100%;
	height: 100%;
}

.photo img {
	padding: 0;
	border: 0;
	margin-bottom: 5px;
}

.caption {
	font-size: .95em;
	line-height: 1.4em;
	font-weight: normal;
}

.image-controls a, .image-controls a:hover {
	border: 0;
}

#previous-photo {
	background: url(images/qubit_Lnavarrow_gray.jpg) top center no-repeat;
	position: absolute;
	left: 24px;
}

#previous-photo a {
	background: url(images/qubit_Lnavarrow_blue.jpg) top center no-repeat;
}

#previous-photo a:hover {
	background: url(images/qubit_Lnavarrow_dark.jpg) top center no-repeat;
}

#previous-photo a:visited {
	background: url(images/qubit_Lnavarrow_blue.jpg) top center no-repeat;
}

#next-photo {
	background: url(images/qubit_Rnavarrow_gray.jpg) top center no-repeat;
	position: absolute;
	left: 128px;
}

#next-photo a {
	background: url(images/qubit_Rnavarrow_blue.jpg) top center no-repeat;
}

#next-photo a:hover {
	background: url(images/qubit_Rnavarrow_dark.jpg) top center no-repeat;
}

#next-photo a:visited {
	background: url(images/qubit_Rnavarrow_blue.jpg) top center no-repeat;
}

#photo-list {
	background: url(images/qubit_navindex_gray.jpg) top center no-repeat;
	position: absolute;
	left: 75px;
}

#photo-list a {
	background: url(images/qubit_navindex_blue.jpg) top center no-repeat;
}

#photo-list a:hover {
	background: url(images/qubit_navindex_dark.jpg) top center no-repeat;
}




.callout-container, .graphic-container { clear:both; }

#page-top { background-image: url("banner.jpeg"); }

#page-container {
	position: relative;
	width: 980px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 28px;
	border: none;
	height: auto;
	background: transparent;
	z-index: 1;
}

#banner2 {
    position: absolute;
    left: -170px;
    top: -2472px
}


#banner3 {
    position: absolute;
    right: -170px;
    top: -2472px
}


#title {
	position: relative;
	background: transparent; 
	width: 980px;
	height: 200px;
	margin: 0px;
	margin-top: 0px;
	overflow: visible;
}



.no-logo #title h1 {
	position: relative;
	margin: 0;
	padding: 90px 30px 0 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	font-size: 3em; 
    text-align: left;
    color: #ffffff;
 	line-height: 1em;
 	z-index: 12;
 	font-weight: 600;
 	background: transparent;
}


