@charset "utf-8";
/* CSS Document */
/* 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;
	font-size: 100%;
}
/* 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: #FFF;
	background-position: center top;
	background-repeat: repeat-y;
	color: #555;
	font: 400 0.7em verdana, arial, sans-serif;
	line-height: 140%;
	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. */
	background-image: url(../images/bg/light_body3.gif);
}
/* Commonly used to style page titles. */
h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

/* 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 {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outerHeader {
	width: 100%;
	background-color: #420909;
	height: 272px;
	z-index:-3;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/bg/light_header.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#outerWrapper #header {
	background-color: #600; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../images/bg/header.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 960px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #300;
	border-left-color: #300;*/
}

#outerWrapper #header2 {

    [if IE 6] background-image: url(../images/bg/header_imageie6.jpg);
	height: 143px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 960px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #030;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#outerWrapper #topNavigation {
	background-color: #600;
	/*border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
	height: 65px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../images/bg/bottomHeader.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:960px;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #300;
	border-left-color: #300;*/
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #leftContainer {
	background-color: #FFF; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 210px;
	margin-top: 0px;
	float: left;
	margin-left: 0px;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#outerWrapper #contentWrapper .leftColumn {
	background-color: #FFF; /* Sets the right border properties for an element using shorthand notation */
	width: 184px;
	margin-top: 15px;
	border: 1px solid #999;
	margin-left: 8px;
	padding: 7px;
	margin-bottom: 10px;
}

#outerWrapper #contentWrapper #leftContainer .centerAd {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	text-align: center;
}

/* 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. */
#outerWrapper #contentWrapper #content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 210px;
	padding: 10px;
	background-color: #FFF;
}
#outerWrapper #fixedFooter {
	background-color: #ddd;
	border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
	height: 40px;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../images/bg/header.gif);
	background-repeat: repeat-x;
}
/**************************************************************
  Header Navigation
 **************************************************************/
#outerWrapper #header ul {
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.95em;
	clear: both;
	float: right;
	margin-top: 20px;
	width: 390px;
}
#outerWrapper #header ul li {
	display: inline;
	list-style: none;
}
#outerWrapper #header ul li a {
	float: left;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #cccccc;
	border-right: 1px solid #4D5760;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	font-weight: 400;
}
#outerWrapper #header ul li a.last {
	padding-right: 0;
	border-right: 0;
}
#outerWrapper #header ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#outerWrapper #topNavigation ul {
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	width: 960px;
	padding: 0;
	margin-left: 0px;
}
#outerWrapper #topNavigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#outerWrapper #topNavigation ul li a {
	float: left;
	width: 240px;
	height: 4.3em;
	font: 400 1.2em arial, sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #400000;
}
#outerWrapper #topNavigation ul li a span {
	display: block;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#outerWrapper #topNavigation ul li a span.title {
	font-size: 1.1em;
	color: #FFF;
}
#outerWrapper #topNavigation ul li a span.desc {
	font-size: 0.8em;
	color: #8C8D94;
}
#outerWrapper #topNavigation ul li a:hover, #outerWrapper #topNavigation ul li a.here {
	background-color: #660000;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #330000;
	text-decoration: none;
	
}
#outerWrapper #topNavigation ul li a:hover span.desc, #outerWrapper #topNavigation ul li a.here span.desc {
	color: #FFF;
}
/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs, ul.thumbs li {
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	margin: 0 0 15px 0 !important;
	margin: 0;
	padding: 0px;
	list-style: none;
}
a.thumb img {
	border: 2px solid #030;
}
a:hover.thumb img {
	background: #8EB4C6;
	border: 2px solid #999900;
}
a:hover.thumb {
	background: none;
	text-decoration: none;
}
a.thumb span {
	display: block;
	margin-top: 0px !important;
	margin-top: -2px;
}
#outerWrapper #contentWrapper #leftColumn1 .thumbWidth {
	width:100px;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}

/* The following code is for the fixed footer */
html, body {
	height: 100%;
}
#outerWrapper {
	min-height: 100%;
	position: relative;
}
* html #outerWrapper {
	height: 100%;
}
#outerWrapper #fixedFooterWrapper {
	bottom: 0;
	position: absolute;
	width: 100%;
}
.clear {
	clear: both;
}
/**************************************************************
   Posts
 **************************************************************/

.post {
	width: 100% !important;
	width: 99%;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #CCCCCC;
}
.post .date {
	position: absolute;
	top: 0;
	left: 5px;
	width: 494px;
	text-align: left;
	height: 46px;
}
.post .date .month {
	text-transform: uppercase;
	font: 700 1.0em arial, sans-serif;
	color: #888;
}
.post .date .day {
	display: block;
	margin-top: -5px;
	font: 700 2.1em arial, sans-serif;
	color: #888;
}
.post .title {
	display: block;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #586B7A;
}
.post p {
	margin: 0 0 0 3.5em;
	padding:  0 0 1em 1.2em;
	border-left: 1px solid #CCCCCC;
}
.lightBlueBg {
	background-color: #EAF2F5;
}
.dark {
	color: #353E47;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
}
h1 {
	padding-bottom: 0.2em;
	font: 400 1.6em arial, sans-serif;
	color: #536C71;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
h2 {
	font-size: 1.2em;
	color: #586B7A;
}
h3 {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #5D6F73;
}
h4 {
	font-size: 0.85em;
}
h5 {
	font-size: 0.8em;
}
/* Needed to horizontally pad in a coloured container */
.horzPad h1, .horzPad h2, .horzPad h3, .horzPad h4, .horzPad h5, .horzPad p {
	padding-left: 5px;
	padding-right: 5px;
}
#fixedFooter ul {
	padding: 0;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
}
#fixedFooter ul li {
	display: inline;
	list-style: none;
}
#fixedFooter ul li a {
	float: left;
	padding: 0 1em;
	font: 400 1.3em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1em !important;
	line-height: 1em;
	color: #CCCCCC;
	border-right: 1px solid #4D5760;
}
#fixedFooter ul li a.last {
	padding-right: 0;
	border-right: 0;
}
#fixedFooter ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
	padding: 2px 5px;
	font: 400 0.9em verdana, serif;
	cursor: pointer;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #999900;
	background-color: #660000;
}

input.radio {
  background: none;
  border: 0px;
}

/****General Settings*****/
.marginRight {
  margin-right: 15px;
}

.paddingLeft {
	padding-left: 10px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

#content .floatRight {
	float: right;
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.smallText {
	font-size:.85em;
}
.cpButtons {
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: -1px;
}
.cpButtonBTN {
	height: 17px;
	border: 1px solid #CCC;
	width: 80px;
	background-color: #E7F1F3;
}
#outerWrapper #contentWrapper #content #CollapsiblePanel2 .CollapsiblePanelTab .ebay {
	color: #900;
}

.border {
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 10px;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}
.centerTxt {
	text-align: center;
}
/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
	font-weight: bold;
	color: #444;
}

ol li span {
	font-weight: normal;
	color: #444;
}



/* Blockquote */
blockquote {
	margin: 0;
	background: #E7F1F3;
	border-top: 1px solid #AAD3DB;
	border-bottom: 1px solid #AAD3DB;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}

/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}
#outerWrapper #contentWrapper #contentApp {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 10px;
	background-color: #FFF;
}
.phone {
	position: relative;
	left: 5px;
	width: 400px;
	clear: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 24px;
	padding-top: 10px;
	top: 10px;
}
.centerTxtRed a:link {
	text-align: center;
	font-size: medium;
	color: #600;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}

.centerTxtRed a:visited {
	text-align: center;
	font-size: medium;
	color: #600;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}

.centerTxtRed a:hover {
	text-align: center;
	font-size: medium;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #300;
}
