@charset "utf-8";
/* CSS Document */
body {
    font: Verdana,Arial,sans-serif;
	 /* An explicit background color is required for Safari. */
	 /* Otherwise your corner chunks will come out black!    */
	background: #ffffff;
}

/*Feature Box Styles*/
.featuredbox-wrapper{
	display: none;
}
.featuredbox-wrapper{
	height: 250px;
	position: relative;
	overflow: visible;
	font-family:  Verdana, Tahoma, "Lucida Sans";
	font-size: 9pt;
	font-weight: normal;
}
.featuredbox{
	position: absolute;
	z-index: 1;
}
.featuredbox ul.slides{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox ul.slides li{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.featuredbox .description{
	display: none;
}
.featuredbox .description a:link, .featuredbox .description a:visited, .featuredbox .description a:active{
	color:#FFFFFF;
	text-decoration: none;
	font-size:12px;
	line-height:28px;
	margin:0px;
	padding:0px;
	text-shadow:0 1px 1px #F7F7F7;
	font-weight: bold;
	display: none;
}
.featuredbox .description a:hover{
	text-decoration: underline;
	display: none;
}
.featuredbox-wrapper .navigation{
	bottom:0px;
	color:#FFFFFF;
	left:0px;
	position:absolute;
	z-index:100;
	background-color: #000;
	width: 100%;
	height: 22px;
	padding-top: 5px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
.featuredbox-wrapper .navigation li, .featuredbox-wrapper .navigation li a {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	color:#E9BA56;
	font-weight:bold;
	display: inline;
	background-color: #000;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.featuredbox-wrapper .navigation li.hover{
	background-attachment: scroll;
	background-color: #000;
	background-image: url(images/navhover.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	cursor: pointer;
}
.featuredbox-wrapper .navigation li.active, .featuredbox-wrapper .navigation li.active a {
	background-color: #000;
	background-image: url(images/navhover.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 250px;
	width: 600px;
	z-index: -1;
	background: #ffffff;
	color: #000;
}
.slide{
	width: 380px;
	background:transparent url(images/background.jpg) repeat scroll 0 0;
	color: #696969;
	padding: 15px 30px;
}
.slide h2{
	font-size: 18px;
	color: #FFF;
}
.slide p{
	padding: 2px 0px 6px 0px;
	color: #FFF;
}
.navigation h2{
	font-size: 12px;
	line-height: 16px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	text-shadow:0 1px 1px #F7F7F7;
	color:#000;
}
.navigation p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	color:#777777;
}
.description h2{
	font-size: 12px;
	line-height: 16px;
	padding: 6px 0px 2px 0px;
	margin: 0px;
	text-shadow:0 1px 1px #F7F7F7;
	color:#FFF;
}
.description p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	color:#FFF;
}
label{
	color: #FFF;
	width: 150px;
	display: block;
	float: left;
}
input{

}
a.button:link, a.button:visited, a.button:active{
	color: #FFF;
	text-decoration: none;
	border: solid 1px #FFF;
	padding: 2px 8px;
	margin: 0px;
	display: inline-block;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.button:hover{
	color: #FFF;
}
.video-wrap{
	width: 400px;
	height: 300px;
	background: #000;
}
#box-wrap {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#Container {
	min-width: 750px;
	display: block;
}
#ContainerLeft {
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #2f3f6b;
	margin-right: 3px;
	padding-right: 3px;
	width: 75%;
}
#ContainerRight {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
#ContainerRight p {
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
/*Rounded Corner Styles

b { }
.yellowBoxContain {
	width: 560px;
	padding-top: 10px;
	clear: right;
}
.yellowBox{display:block;
        corner color: cc:#xxx;
        strip color:  sc:#xxx;
        keep borders: keep;
}

.yellowBox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#E9BA56}
.yellowBox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f5e1b6;
  border-right:1px solid #f5e1b6;
  background:#eecb80}
.yellowBox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcf8ee;
  border-right:1px solid #fcf8ee;
  background:#edc776}
.yellowBox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #edc776;
  border-right:1px solid #edc776;}
.yellowBox4{
  border-left:1px solid #f5e1b6;
  border-right:1px solid #f5e1b6}
.yellowBox5{
  border-left:1px solid #eecb80;
  border-right:1px solid #eecb80}
.yellowBoxfg{
	background:#E9BA56;
	padding-top: 5px;
	padding-left: 5px;
}*/


/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
 #TabbedPanels1 {
	margin: 0px;
	padding: 0px;
 }
.TabbedPanels {
	margin: 0px;
	width: 500px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: right;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #003F64;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-image: url(Images/popular_tab_select.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-image: url(Images/popular_tab_select.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: #003F64;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 4px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/*Blue Box Styles
.blueBoxContain {
	width: 560px;
	padding-top: 10px;
}
.blueBox{display:block}
.blueBox *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background-color: #A4B7E8;
}
.blueBox1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #A4B7E8;
	border-right:1px solid #A4B7E8;
	background-color: #A4B7E8;
}
.blueBox2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	background-color: #A4B7E8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f1f3f9;
	border-left-color: #f1f3f9;
}
.blueBox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #8fa1d1;
  border-right:1px solid #8fa1d1;}
.blueBox4{
  border-left:1px solid #c3cde6;
  border-right:1px solid #c3cde6}
.blueBox5{
  border-left:1px solid #97a8d5;
  border-right:1px solid #97a8d5}
.blueBoxfg{
	padding-top: 5px;
	padding-left: 5px;
	background-color: #A4B7E8;
}*/
ul.listLeft {
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	list-style-type: square;
	list-style-position: inside;
	line-height: 18px;
}
ul.listRight {
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	list-style-type: square;
	list-style-position: inside;
	line-height: 18px;
}
/*Right content Styles */

.rndcontainer {
	margin:0 auto;
	border:0;
	padding:2px;
	text-align:left
}
.rndcontent .hasBackgroundColor {
	background-color:#FFF !important;
}

.rndcontainer p  {
	padding-top: 0px;
	padding-bottom: 0px;
}

</style>

[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#Container {
width:expression(document.body.clientWidth > 900? "900px": "auto" );
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

