
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */

html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
    {
         margin: 0;
         padding: 0;
         border: 0;
    }

body
    {
	    text-align:center;
	    background:#bbbbbb url('images/page-bg.gif') repeat-x;
	    font-family:arial, verdana, Microsoft Sans Serif;
	    font-size:0.78em;
    }

body /* Second time to handle "Firefox" centering issue. */
    {
	    text-align: -moz-center;
    }


h1, h2
    {
        color:#550815;
    }

h3, h4, h5, h6 {color:#5A0816;}

h1
    {
        margin:0;
	    font-size: 1.3em;
	    font-weight: bold;
    }

h2
    {
	    margin: 0.5em 0;
	    font-size: 1.2em;
	    font-weight: bold;
    }

h3
    {
	    margin: 0.5em 0;
	    font-size: 1.15em;
	    font-weight: bold;
    }

h4
    {
	    margin: 0.5em 0;
	    font-size: 1.1em;
	    font-weight: bold;
    }

h5
    {
	    margin: 0.5em 0;
	    font-size: 1em;
	    font-weight: bold;
    }

h6
    {
	    margin: 0.5em 0;
	    font-size: 0.9em;
	    font-weight: bold;
    }

p
    {
	    margin: 1em 0;
	    line-height: 1.5em;
    }

a
    {
        text-decoration:none;
        color: #5A0816;
    }

a:hover
    {
        text-decoration:none;
        color: #fff;
    }    

#outerWrapper
    {
        width:100%;
        text-align:center;
    }

/*
.outerWrapper
    {
        width:100%;
        text-align:center;
        text-align: -moz-center;
    }
*/

#wrapper
    {
	    width:770px;
	    height:inherit;
	    margin: 10px 0 0 0;
	    padding-bottom:4px;
	    text-align:left;
	    background-image:url(Images/main_bg.png);
	    background-repeat:repeat-y;
	    background-position:center top;
    }

#mainCopy
    {
        width:770px;
        background-color: #ffffff;
    }

* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 772px;
	wid\th: 770px;
}

#header
    {
	position:relative;
	height:106px;
	width: 770px;
	border-bottom:1px solid #000000;
	background:#FFFFFF url(Images/header.png);
}

#logo
{
	position:absolute;
	top:20px;
	left:15px;
}

#banner
{
	text-align:center;
	margin:0 152px;
}

#search
{
	position:absolute;
	bottom:5px;
	right:5px;
}

#mainnav
    {
	    padding:0;
	    background: url(Images/menubackground.png);
	    height:23px;
        width: 770px;
        font-size:9pt;
        text-align:center;
    }

* html #mainnav tr {height:1.4em;}

#mainnav .item
    {
	    padding:2px 7px;
	    color:#ffffff;
	    font-weight:bold;
	    width:77px;margin-top:2px;
    }

* html #mainnav .item {padding:0 20px;}

#mainnav .selected {color:#ccc;}

#mainnav .hover
    {
        color:#ffffff;
        text-decoration:underline;
    }


#contentwrapper
    {
	    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	    width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	    margin-left: 150px;    /*** Critical left col dimension value ***/
/*	    border-left: 1px solid green;   /*** Critical left divider dimension value ** */
	    border-right: 1px solid #FFFFFF;
        top: 0px;
        left: 0px;
}

* html #contentwrapper
    {  /*** IE5.x/win box model fix ***/
	    width: 470px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	    wid\th: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
    }

#floatwrapper {
	float: left;
	width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}

#centercolumn{
	float: right;
	width: 466px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/* \*/
	margin-left: -1px;
	/* Hidden from IE-mac */
	padding-top:30px;
}

#breadcrumbs{
	position:absolute;
	top:5px;
	left:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	border-bottom: #550815 1px solid;
}

#breadcrumbs a
    {
	    color:#993300;
	    text-decoration:none;
    }

#breadcrumbs a:hover {text-decoration:underline;}

#copy a
    {
        color:#993300;
    }

#copy .container
    {
	    margin:5px;
	    padding:0 20px 15px 20px;
	    border:1px solid #999999;
	    background-color:#FFFFFF;
    }
	
/* \*/
* html #copy .container {height:1%;}
/* */

.noborder
    {
        border: 0px !important;
    }

#copy img
{
    border:none;
}

#copy .teaser
    {
	    color:#999999;
	    font-size:0.9em;
	    font-weight:bold;
    }

#copy .container h1, #copy .container h2 {
	margin: 0 -20px;
	padding: 0 20px 2px 20px;
	color: #fff;
	background-color:#550815;
} 

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy td {
	padding: 0.2em 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

.txtBox
    {
        border:1px solid #666666;
        font-family:Arial,verdana, Sans-Serif;
    }

#copy fieldset
    {	
	    padding:1em;
	    margin-bottom:1em;
	    border:1px solid #ccc;
    }

#copy legend {
	color:#666666;
	background-color:#FFFFFF;
}

* html #copy legend {padding:0.5em;}

div.readmore {
	text-align:right;
	font-size:0.9em;
}

#leftcolumn
    {
	    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	    width: 152px;    /*** Critical left col/divider dimension value ***/
	    padding-top:15px;
	    margin-left: -151px;    /*** Critical left col/divider dimension value ***/
    }

* html #leftcolumn
{
	float:left;	
	padding-top:25px;
}

*>html #leftcolumn {width:151px;}   /*** Fix only for IE/Mac ***/

#leftcolcontainer{width: 150px;}    /*** Critical left col dimension value ***/

/* ********************* SIDEMENU FORMATTING ******************************* */

#subnav
    {   
        border-top: #5A0816 1px solid;
        border-bottom: #5A0816 1px solid;
        overflow:hidden;
        margin:0 0 20px 5px;
        width: 140px;
        font-weight:bold;
    }

* html #subnav tr {height:1.4em;}

#subnav .item
    {
	    padding:2px 7px 0 4px;
	    background-color:#ffffff; 
	    color:#333333;
	    font-size: 10pt;
	    display:block;
    }

#subnav .item:hover
    {
        background-color: #5A0816;
        color: #fff;
    }

* html #subnav .item {padding:0 20px;}

#subnav .selected
    {
	    background-color:#5A0816; 
	    color:#FFFFFF;
    }

/* styling for the sub flyout menu */


.subNavFlyout
    {
        height:auto;
        border: #5A0816 1px solid;
    }

.subNavItem
    {
	    background-color:#ffffff;
	    color:#5A0816;
	    font-size: 10pt;
	    display:block;
	    margin: 2px;
    }

.subNavItemHover
    {
        background-color: #5A0816;
        color: #ffffff;
        display:block;
        margin: 2px;
    }

.subNavItemSelected
    {
	    background-color:#5A0816; 
	    color:#FFFFFF;
    }

/* RIGHT COLUMN FORMATTING */

#rightcolumn
    {
	    float: left;
	    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	    width: 152px;    /*** Critical right col/divider dimension value ***/
	    margin-right: -150px;    /*** Critical right col/divider dimension value ***/
	    margin-left: -1px;   /*** Static fix ***/
	    padding-top:20px;
    }

/* \*/

* html #rightcolumn
    {
	    margin-left: 0px; 
	    margin-right: -500px; 
	    mar\gin-right: -152px;
	    padding-top:25px;
    }

/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -152px;    *** Critical right col/divider dimension value ***
}
*/

#rightcolcontainer {
	/* \*/
	width: 140px;
	/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 3px;    /*** Critical right divider dimension value ***/
}

/* \*/
* html #rightcolcontainer {
	fl\oat: right;
	margin-left: 2px; 
	mar\gin-left: 0px; 
}
/* */

.sidebarcontainer, .sidebarcontainerright
    {
        width:130px;
	    margin:5px 5px 5px 6px;
	    padding:3px;
	    border:1px solid #4d4d4d;
	    background-color:#FFFFFF;
	    font-size:smaller;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:0.9em;
    }

.sidebarcontainerright
    {
        margin:0 8px 5px 7px;
        width:130px;
       border:1px solid #4d4d4d;
    }

/* \*/
* html .sidebarcontainer {height:1%;}
/* */

.sidebarcontainer a, .sidebarcontainerright a {color:#993300;}

.sidebarcontainer li, .sidebarcontainer lt {list-style-type:none;}

#footer
    {
	    clear:both;
	    width:770px;
	    height:150px;
        margin:0;
	    padding-bottom:4px;
	    font-size:0.9em;
	    background-image:url(Images/main_bg.png);
	    background-repeat:repeat-y;
	    background-position:center top;
    }

#footerTable
    {
        width: 770px;
    }

#footer a
    {
	    margin:1px 5px;
	    color:#993300; 
    }

#footer .selected
    {
        color:#ccc;
    }

#footer a:hover
    {
        color: #fff;
        background-color: #5A0816;
        text-decoration:none;
    }

.footerMenu
    {
	        height:23px;
            width: 440px;    
            background-color: #ccc;
	        padding:0;
            color: #5A0816;
    }

.button
    {
        border:1px solid #B8B8B8;
        color:#FFFFFF;
        background-color:#5A0816;
        font-size:1em;
    }

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer {
		background:transparent;
	}

#centercolumn
	    {
		    float:none;
		    margin:0 1em 0 2.5em;
	    }	

#breadcrumbs {position:static;}

#copy .container
	    {
		    margin:0;
		    padding:0 !important;
		    border-style:none !important;
		    border-width:0;
	    }

#footer
	    {	
		    border-style:none !important;
		    border-top:1px solid #000000;
	    }

#lblConfirm
    {
        font-size:9pt;
        color: #7d7d7d;
        border: #7d7d7d 1px solid;
    }

.floatPicR
    {
        float:right;
        margin: 5px;
    }

.text_red { font: 8pt, Arial; color: #BD0120; }

.text_white { font: 8pt, Arial; color: #FFFFFF; }
a.text_white { text-decoration: underline; }
a:hover.text_white { text-decoration: none; color: #979797; }

/* CSS for Styling Ajax Accordion */

.accordionHeader
    {
        background-color:#5A0816;
        color: #ffffff;
        font-weight: bold;
        font-size:1em;
        line-height:1.1em;
    }

.accordionContent
    {
        border: #cccccc 1px solid;
        font-size: 9pt;
    }

.accordionHeaderSelected
    {
        background-color: #5A0816;
        color: #ffffff;
    }


/* SideBar Ads */

.sidebarInfo
    {
        width:140px;
        margin: 15px 0 20px 3px;
        border: #cccccc 1px solid;
    }

#LiveChatBox
	{
	    margin: 8px 0 0 0;
	    padding: 0;
	    height: auto;
	    float: left;
	}

/* Eval and Contact Forms */

a.text_wog { font: 8pt, Arial; color: #FFFFFF; }
a:hover.text_wog { font: 8pt, Arial; color: #BD0120; }

a.text_rog { font: 8pt, Arial; color: #5A0816; }
a:hover.text_rog { font: 8pt, Arial; color: #BD0120; }

.text_red { font: 8pt, Arial; color: #BD0120; }

.text_redtogrey { font: 8pt, Arial; color: #BD0120; }
a.text_redtogrey { color: #BD0120;}
a:hover.text_redtogrey { color: #979797; text-decoration: none; }

.text_greytored { font: 8pt, Arial; color: #979797; }
a.text_greytored { color: #979797; }
a:hover.text_greytored { text-decoration: none; color: #BD0120; }

.text_whitetogrey { font: 8pt, Arial; color: #FFFFFF; }
a.text_whitetogrey { color: #FFFFFF; }
a:hover.text_whitetogrey { text-decoration: none; color: #979797; }

.text_grey { font: 8pt, Arial; color: #979797; }
a.text_grey { text-decoration: none; color: #979797; }
a:hover.text_grey { text-decoration: none; color: #FFFFFF; }

.purchase { font: 8pt, Arial; color: #5A0816; }
a.purchase { text-decoration: none; color: #5A0816; }
a:hover.purchase { text-decoration: underline; color: #BD0120; }

.text_white { font: 8pt, Arial; color: #FFFFFF; }
a.text_white { text-decoration: underline; }
a:hover.text_white { text-decoration: none; color: #979797; }

.text_toolbar { font: 8pt, Arial; font-weight: bold; color: #FFFFFF; }
a.text_toolbar { font: 8pt, Arial; font-weight: bold; color: #FFFFFF; }
a:hover.text_toolbar { font: 8pt, Arial; color: #979797; font-weight: bold; text-decoration: none; }