/*----------------------HTML Styles---------------------------------*/
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #e9e9ea;
	color: #2c2d2e;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	line-height: 20px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
                
}
td, th {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;	
}
/* Commonly used to style page titles. */
h1, .h1 {
	color: #02520d;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 5px 0px 8px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Commonly used to style section titles. */
h2, .h2 {
	color: #0d0d0d;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	padding: 5px 0px 8px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

}
/* Commonly used to style section titles. */
h3, .h3 {
	color: #0d0d0d;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
/* Sets the style for unvisited links. */
a, a:link {
	text-decoration: none;
color: #3a66dd;
}
/* Sets the style for visited links. */
a:visited {
	text-decoration: none;
color: #3a66dd;
}
/* Sets the style for links on mouseover. */
a:hover {
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
}
/*----------------------Specific Skin Layout Styles---------------*/
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #e9e9ea;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 947px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#header {
	background-color: #ffffff;
	border-bottom: solid 0px #767a7f; /* Sets the bottom border properties for an element using shorthand notation */
	height: 166px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#contentWrapper {
	background-image: url(/files/12540/images/template/background_sides.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#content {
	margin: 0px 23px 0px 21px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 5px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #footer {
	background-color: #ffffff;
	border-top: solid 0px #9ea3aa; /* Sets the top border properties for an element using shorthand notation */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
clear: both;
}



#div_feature {
	background-color: #e5e5e5;
	margin: 0px 0px 5px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width:100%;
	border: solid 1px #B1C0C8;
}
#leftAdColumn {
	background-color: #ebebeb;
	border: solid 1px #B1C0C8;
	float: left;
	padding: 10px 5px 10px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	overflow: hidden;

}

#leftBreakout {
	background-color: #ebebeb;
margin-top: 5px;
	border: solid 1px #B1C0C8;
	float: left;
	padding: 10px 5px 10px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	text-align: left; /* Centers the page content container in IE 5 browsers. */
	overflow: hidden;
display:block;
clear: left;
}

#pageBreakout {
	background-color: #ebebeb;
margin-top: 5px;
	border: solid 1px #B1C0C8;
	padding: 10px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	overflow: hidden;
display:block;
}

#cmsContent {
	margin: 0 0 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 10px 3px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 707px;
	overflow: hidden;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

/*----------------------RV Styles---------------------------------*/

/* General RV Styles */

.l_pl {
	color:black;
	text-decoration:none;
	font-size: 10px;
}
.l_pl:hover {
	color:blue;
	text-decoration:underline;
	font-size: 10px;
}
.PageMainContent { /* This is the main table within the content section of the page*/

}
.PageTitle, .PageTitle2 { /*  This is the heading container for the on page heading for RV pages (pagetitle2=aspx) */
	background-color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 19px;
	font-weight: bolder;
	color: #154c89;
padding:10px;
}
.tblHeaderSide { /* Table heading cell styling for table with headings down left hand side */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #154c90;
	border-bottom:1px solid gray;
}
.tblHeaderTop { /* Table heading cell styling for table with headings at top */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	border-top:1px solid gray;
}
.tblRuleLight { /* Table normal cell styling */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border-bottom:1px solid gray;
}
.tblRuleLight td { /* Table normal cell styling specifyong td context*/
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.tblRuleLight select { /* Table normal cell styling specifyong select context*/
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.RVPage_Content { /* I think this is only used for the NotFound page */
	background-color:White;
	color:black;
}
.error { /* Box for error messages */
}
.ValidationMessage_Error { /* Validation error message style for message panel */
}
.UpdateMessage_Error, .UpdateMessage_Warning { /* Update error message style for message panel */
}
.UpdateMessage_OK, .UpdateMessage_FreeText { /* Normal message style for message panel */
}
.UpdateMessagePanel { /* Message Panel Styling */
}
.subHeader,.tblSubHeader, .tblSubHeader { /* Used for sub heading rows within tables */
}
.rowHighlight1 { /* Alternating row shading for data tables (old style) */
}
.rowHighlight1a { /* Alternating row shading for data tables (old style), bit darker*/
}
.rowHighlight2 { /* Alternating row shading for data tables (pastel style)*/
}
.rowHighlight3 { /* Alternating row shading for match display tables (pastel style)*/
}
.rowHighlight4 { /* Alternating row shading for data tables (pastel style)*/
}
.tiny { /* RV Style for tiny text */
}
.small { /* RV Style for small text */
	color: #777777;
	font-size: 12px;
}
.medium { /* RV Style for medium text */
}
.info { /* Panel to display information messages */
}
/* RV Page components */
.divPrintLink { /*A container that displays the Print link at the top of many pages*/
	text-align:right;
	font-size:9px;
	background-color: white;
	padding-right:100px;
	display: none;
}
.contextbar { /* This container holds a Powered By logo and link at the top of some pages */
	background-color: white;
	border:solid 0px #455560;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	display:none;
}
/*News,events*/
.news_new_item {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:Red;
}
/*compact control*/
.news_compact_content_row {
}
.news_compact_content_title_cell {
	padding-left: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	height: 25px;
	font-weight:bold;
}
.news_compact_content_title_cell a {
	text-decoration:none;
	color:#00A0C6;
}
.news_compact_content_title_cell a:hover {
	text-decoration:underline;
}
.news_compact_content_date_cell {
	display:none;
}
/*highlights control*/
.news_highlights_content {
	font-size: 12px;
	color: #777777;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.news_highlights_content_row {
	font-size: 13px;
	color: #777777;
}
.news_highlights_content_title_cell {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #154c89;
	line-height: 17px;
	letter-spacing: normal;
	word-spacing: normal;
}
.news_highlights_content_title_cell a, .news_highlights_content_title_cell a:visited {
	text-decoration:none;
	color: #154c89;
}
.news_highlights_content_title_cell a:hover {
	text-decoration:underline;
}
.news_highlights_content_date_cell {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
	text-align:left;
	color: #737373;
}
/*summary control and main news/events pages (ie news.aspx)*/

.news_summary_content {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color: #ffffff;
	color: #777777;
}
.news_summary_header_row {
}
.news_summary_header_cell {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom:7px;
	font-size:13px;
	font-weight: bold;
	width:500px;
}
.news_summary_content_row {
}
.news_summary_content_title_cell {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-bottom: 1px solid #cccccc;
	padding-bottom:7px;
	font-size:13px;
	font-weight: bold;
	color: #154c89;
}
.news_summary_content_title_cell a {
	text-decoration:none;
	color:#154c89;
}
.news_summary_content_title_cell a:hover {
	text-decoration:underline;
}
.news_summary_content_date_cell {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-bottom: 1px solid #cccccc;
	text-align:right;
	font-size:11px;
	color: #737373;
}
.boxDate {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:8pt;
	color: #737373;
}
a.newsrightbar:link {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #00A6C6;
	text-decoration: none;
}
a.newsrightbar:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #00A6C6;
}
a.newsrightbar:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: underline;
	color: #00A6C6;
}
/*
.newsRightBar
{	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-bottom: 1px solid #cccccc;
	padding-bottom:7px;
	font-size:11pt;
	font-weight: bold;
}
*/


/* news/events item (ie news.aspx)*/
.news_item_header {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom:7px;
	font-size:15px;
	font-weight: bold;
	color:#154c89;
	;
}
.news_item_date {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.news_item_content {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
}
/*latest results control*/
.div_latestresults {
	text-align:center;
	border:0px solid white;
}
.latestresults_table {
	margin-top:5px;
	border: 0px solid white;
	width:100%;
}
.latestresults_header_row {
}
.latestresults_header_cell {
	border-top: 0px solid white;
	font-weight:bold;
	color:White;
	text-align:center;
}
.latestresults_content_row {
	color:White;
}
.latestresults_content_team_cell {
	text-align: center;
	width: 100px;
	padding: 5px;
	color:White;
	display:none;
}
.latestresults_content_result_cell {
	text-align: center;
	padding: 1px;
	color:White;
	width:3px;
	font-size:10px;
	display:none;
	border:1px solid white;
}
.latestresults_content_score_cell {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color:White;
	font-size:36px;
	width:100px;
}
.latestresults_content_logo_cell {
	text-align: center;
	color:White;
	border:0px solid white;
	width:100px;
}
.latestresults_footer_cell, .latestresults_footer_cell a {
	text-align: center;
	padding: 5px;
	color:White;
	font-size:10px;
}
/* Match Header */
.matchHeaderTable {
	border: 1px solid black;
	padding: 0px;
	margin-bottom:10px;
	border-collapse:	collapse;
	width:100%
}
.matchHeader1 {
	background: #eeeeee;
	font-weight: bold;
	font-size: 11px;
	color: #336699;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.matchHeader2 {
	background: #F5F5F5;
	font-size: 11px;
	color: #336699;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.TG {
	cursor: default;
	background-color:#41b7de;
}
.MG {
	background-color:#41b7de;
	border:solid 0px #02520d;
	cursor:default;
}
/*Menu Styles*/
/*
LKI - Default no arrow (ie no children)
	MI - Standard Look
	MIO - Mouse Over

LKIc - Default with arrow (ie with children)
	MIc - Standard Look
	MIOc - Mouse Over
	
LKI1 - Top level no arrow (ie no children)
	MI1 - Standard Look
	MI1O - Mouse Over

LKI1c - Top level with arrow (ie with children)
	MI1c - Standard Look
	MI1Oc - Mouse Over

LKIB - Menu Break
	MB - Standard look

*/

.MI, .MIc, .MI1, .MI1c, .MIO, .MIOc, .MI1O, .MI1Oc {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size:12px;
	cursor:default;
	font-weight:bold;
	line-height: 16px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}
.MI, .MIc {
	background-color:#ffffff;
	color:#000000;
	border-top: 1px solid #ffffff;
	font-weight:bold;
}
.MIO, .MIOc {
	background-color:#41b7de;
	color:#ffffff;
	cursor:pointer;
	border-top: 1px solid #41b7de;
	font-weight:bold;
}
.MI1, .MI1c, .MI1O, .MI1Oc {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	border-right: 2px solid #ffffff;
}
.MI1, .MI1c {
	background-image:url(/files/12540/images/template/nav_on.gif);
	color:#000000;
}
.MI1O, .MI1Oc {
	background-image:url(/files/12540/images/template/nav_off.gif);
	color:#000000;
	cursor:pointer;
}

.MB {
	background-color:#41b7de;
	background-position:right;
	background-repeat:no-repeat;
	height:1px;
	vertical-align:middle;
}
/* Ladder display */

.ladder_table {
	background-color:#434444;
}
.ladder_header_grade_cell {
	background-color:#434444;
	color:#00A0C6;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
}
.ladder_content_row, .ladder_content_team_cell, .ladder_content_points_cell {
	background-color:#434444;
	color:white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
}
.ladder_content_points_cell {
	padding-left:5px;
}
.ladder_content_divider {
	background-color:white;
	background-position:right;
	background-repeat:no-repeat;
	height:1px;
	vertical-align:middle;
	padding: 0px;
}
/* Selector Bar */
.selectorBar_NOT_USED {
	padding-left: 5px;
	background-color: #dcdcdc;
	color: black;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	vertical-align:middle;
}
.selectorBarTable_NOT_USED  {
	border:1px solid black;
	margin-top:0px;
	margin-bottom:0px;
}
.selectorBar_NOT_USED SELECT {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
}
/*----------------------Skin container Styles---------------------------------*/
.div_menu {
	background-color:#80babe;
}
.div_ladder {
	vertical-align:top;
	padding-left:3px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.div_content {
}
.div_news_compact {
}
.div_news_summary {
}
.div_news_highlights {
}
.div_news_highlights_rotator {
}
.div_events_summary {
}
.div_latestresults {
}
.div_weather_current {
}
.div_weather_forecast {
}
.div_weather_forecast {
}
/*----------------------Custom Styles---------------------------------*/
.qm_TopGroup {
	background-color:#ffffff;
	border:solid 0px gray;
	cursor:default;
	text-align: right;
	font-size: 11px;
}
.qm_MenuGroup {
	background-color:white;
	border:solid 1px gray;
	cursor:default;
}
.qm_MenuItem, .qm_MenuItemHover {
	color:black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin:1px;
	cursor:default;
}
.qm_MenuItemHover {
	background-color:#FFEEC2;
	color:red;
	cursor:pointer;
}
.qm_row {
	background-image: url(/files/12540/images/template/nav_off.gif);
	background-repeat: repeat-x;
	text-align:right;
}
.subhead {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	color: #777777;
}
.intro_heading {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #040e6d;
	line-height: normal;
}
.intro_tag {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #777777;
	line-height: normal;
}
.intro_point_heading {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #040e6d;
	line-height: 17px;
	letter-spacing: normal;
	word-spacing: normal;
}
.divNewsMore, .more_links {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00a0c6;
	line-height: 14px;
}
.panels_body {
	padding-top: 20px;
	padding-left: 10px;
	vertical-align: top;
}
.headings {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #154c89;
	line-height: 19px;
	text-align: left
}
.projects_panel {
	vertical-align: top;
	padding-left: 10px;
}
.prods_bullet_points {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 9px;
	color: #777777;
	padding-left: 1px;
	line-height: 14px;
}
.Product_headings {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 10px;
	color: #e50003;
	font-weight: normal;
	line-height: 16px;
}
.results_prod2_panel {
	padding-top: 45px;
	padding-left: 10px;
	vertical-align: top;
}
.results_prod2_panel a {
	width:100%;
	height:100%;
	display:block;
}
.results_prod2_panel a:hover {
	width:100%;
	height:100%;
	display:block;
	text-decoration: none;
}
.Intro_points {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	color: #777777;
	line-height: 15px;
}
.intro_box {
	font-family: helvetica, arial, verdana, sans-serif;
	padding-left: 18px;
	vertical-align: top;
	padding-top: 6px;
                font-size: 24px;
                color: #02622a
                font-weight: bold;

}
TD.infobox {
	background-color: #e5e5e5;
	border: solid 1px #B1C0C8;
}
TD.titlebox_main, TD.titlebox_medium, TD.titlebox_minor, TD.titlebox_minor2 {
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	height: 18px;
}
TD.titlebox_main {
	padding-right: 0px;
	background-image: url(/files/12540/images/template/title_tab_large.gif);
	width: 697px;
}
TD.titlebox_medium {
	padding-right: 0px;
	background-image: url(/files/12540/images/template/title_tab_large.gif);
	width: 425px;
}
TD.titlebox_minor {
	background-image: url(/files/12540/images/template/title_tab_small.gif);
	width: 200px;
}
TD.titlebox_minor2 {
	background-image: url(/files/12540/images/template/title_tab_large.gif);
	width: 258px;
}
div.div_separator {
	height: 20px;
	clear: both;
}
div#footer_menu {
	width: 100%;
	text-align: center;
}
div#footer_menu ul {
	margin: 0;
	padding: 0;
}
div#footer_menu ul#copyright {
	margin-bottom: 10px;
}
div#footer_menu ul li {
	margin: 0;
	padding: 0 5px 0 10px;
	display: inline;
	background: url(/files/12540/images/template/links_sep.gif) 0 55% no-repeat;
	font-size: 10px;
	color: #666
}
div#footer_menu ul li.no_bullet {
	background: none;
	padding: 0 5px 0 0;
}
div#footer_menu a, div#footer_menu a:visited {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}
div#footer_menu a:hover {
	text-decoration: underline;
}
div#footer_menu ul#copyright li a {
	color: #003560;
}
.rv_capm_heading {
	color: #e31a28;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}
.rv_ent_heading {
	color: #0a93d2;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}
.sv_heading {
	color: #49a942;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}

.text_darkbg {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}
#d_cont_block {
	border:1px solid #B1C0C8;
	height:auto;
	text-align:left;
	width:99.5%;
margin-bottom: 10px;
}
#d_cont_header {
	background-color: #eaeff2;
	color:#154C89;
	display:block;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:auto;
	text-align:left;
}
#d_cont_title {
	background-color: #eaeff2;
	color:#154C89;
	display:block;
	line-height:27px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	height:auto;
	padding: 5px 5px 5px 10px;
}
#d_clear {
	background:white none repeat scroll 0%;
	border-top:1px solid #B1C0C8;
	clear:both;
	display:block;
	font-size:2px;
	height:2px;
	line-height:2px;
	padding-top:2px;
}
#d_text {
	font-size: 12px;
	line-height:19px;
	padding:10px;
	text-align:left;
	display:block;

}
#d_rule {
	background:transparent url(/files/12540/images/template/div_rule.gif) repeat-x scroll center;
	display:block;
	font-size:2px;
	height:3px;
	line-height:3px;
}

.listitems{
vertical-align: top;
}

.listitems li {
	background:transparent url(/files/12540/images/template/is_cont_bullet.gif) no-repeat scroll left top;
	padding:5px 0pt 5px 20px;
}

.listitems ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
margin-left:20px;
}


/*
#content li, #d_text li, td li {
	background:transparent url(/files/12540/images/template/is_cont_bullet.gif) no-repeat scroll left top;
	padding:5px 5pt 5px 15px;
}
#content ul, #d_text ul, td ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

*/

#leftBreakout h3, #leftBreakout h4 {
border-bottom:1px solid #CCCCCC;
color:#000000;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:12px;
padding:3px 3px 4px 10px;
}

#leftBreakout ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
margin: 0px;
padding: 0px;
}

#leftBreakout li {
clear:both;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:6px 1px 0px 12px;
}

.breakouttable {
	background: #ffffff;
	border: solid 1px #B1C0C8;
	padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width:340px;
}


#breakoutbox {
	background-color: #ebebeb;
	float:left;
	border: solid 1px #B1C0C8;
	padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width:340px;
	margin:15px 0pt 20px 0px;
}


.bb_text {
	color: #000000;
	line-height: 19px;
}

.largeQuote {
	color: #777777;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
font-style:italic;
	font-weight: bold;
	line-height: 19px;
}

.inlineQuote {
	color: #0d0d0d;
	font-weight: bold;
	line-height: 19px;
font-style:italic;
}

.inlineQuoteSrc {
	font-size: 13px;
	color: #e50003;
	line-height: 19px;
}

.bannerImage {
margin: -10px;
}


#box_quote {
	width:200px;
	height:211px;
	overflow:hidden;
}

.box_inlineQuote h2{
	color: #484747;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	line-height: 17px;
	font-weight: normal;


}

.box_inlineQuote h3{
	color: #484747;
	font-size:14px;
	line-height: 19px;
	font-weight: normal;
}

.box_inlineQuoteSrc {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 11px;
	font-weight: bold;	
	color: #b60c0c;
	line-height: 11px;
}

