body  {
	font: 400 0.7em verdana, arial, sans-serif;
	background: url(../images/bg/light_body.jpg) repeat-y top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555;
	line-height: normal;
	    line-height: 170%;
		height: 100%;
}

.thrColFixHdr #container { 
	width: 777px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 ; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;

} 
.thrColFixHdr #header { 
	background: #3D485A url(../images/bg/topbar.png) no-repeat bottom left;
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	margin: 0 ;
	  height: 80px;
	  border-bottom: 1px solid #B3BAC6;
	  clear: both;
	  
} 

.thrColFixHdr #header ul {
  margin: 1.5em 1em 0 0 !important;
  margin: 1.5em 0.5em 0 0;
  padding: 0;
  padding-left: 490px;
}

.thrColFixHdr #header ul li {
  display: inline;
  list-style: none;
}

.thrColFixHdr #header ul li a {
  float: left;
  padding: 0 1em;
  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3em !important;
  line-height: 1.3em;
  color: #fff;
}

.thrColFixHdr #header ul li a.last {
  padding-right: 0;
  border-right: none;
}

.thrColFixHdr #header ul li a:hover {
  color: #A39F90;
}
.thrColFixHdr #headerpic {
  margin: 0;
  width: 777px;
  height: 128px;
  background: #B3BAC6 url(../images/bg/header_image.jpg) no-repeat top left;
  padding: 0;
  clear: both;
}


.thrColFixHdr #navbar { 
	background: #3D485A; 
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	clear: both;
	position: relative;
	height: 30px;
	margin: 0;
		  	  border-top: 1px solid #B3BAC6 ;
			  		  	  border-bottom: 1px solid #B3BAC6 ;
	  
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 148px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebarb {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E3E6EA; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 25px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
height :100%;
min-height:100%;} 

.thrColFixHdr #mainContenttwo { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */}
/**************************************************************
   Footer
 **************************************************************/
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	  position: relative;
  margin: 0 auto;
  border-top: 3px solid #B3BAC6 ;
	  background: #3D485A;
	  color:#000;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:white;
	
}

.thrColFixHdr #footer ul {
  float: center;
  margin: 1em 1em 0 0 !important;
  margin: 1em 0.5em 0 0;
  padding: 0;
  background: #3D485A;
}

.thrColFixHdr #footer ul li {
  display: inline;
  list-style: none;
}

.thrColFixHdr #footer ul li a {
  float: left;
  padding: 0 1em;
  font: .8em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2em!important;
  line-height: 1.2em;
  color: #000;
  border-right: 1px solid #4D5760;
}

.thrColFixHdr #footer ul li a.last {
  padding-right: 0;
  border-right: 0;
}

.thrColFixHdr #footer  ul li a:hover {
  color: #000;
}

.thrColFixHdr #footer  img {
  position: absolute;
  top: 6%;
  left: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 6px;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 10px solid #B3BAC6;
}

h2 {
	font-size: 1.2em;
	color: #586B7A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}
/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
	color: #353E47;
}

a img {
	border: 1px solid #000;
	width: 140px;
	height: 72px;
}

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;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul  {
  list-style: none;
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}


.photos {
	height: 60px;
	width: 90px;
	border: 1px solid #333333;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.centerimg {
	text-decoration: none;
	border: 1px solid #52667E;
}
.submenutitle {
	background-color: #B3BAC6;
	color: #353E47;
}
/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
  	padding-bottom: 5px;
	  	padding-top: 3px;
  list-style: none;
}

a.thumb img {
	border: 5px solid #E3E6EA;
	width: 140px;
	height: 72px;
}

a:hover.thumb img {
  background: #353E47;
  border: 5px solid #B3BAC6;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}



/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 18px;
}

ul.submenu1 li a {
  background: url(../images/bg/submenu1.gif) no-repeat 5px 7%;
  	line-height: 1.5em;
}

ul.submenu1 a:hover {
	color: #000;
	background: #B3BAC6 url(../images/bg/submenu2.gif) no-repeat 5px 7%;

}

ul.submenu2 li a {
color: #41637D;
  background: #E3E6EA url(../images/bg/submenu1.gif) no-repeat 5px 10%;
    list-style: none;
		border-bottom: 1px solid #C6CFD3;
}

ul.submenu2 a:hover {
	color: #000;
	background: #B3BAC6 url(../images/bg/submenu2.gif) no-repeat 5px 10%;
	list-style: none;
}


/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #E3E6EA;
}

.dark {
  color: #353E47;
}

.centerbullets {
  list-style-image: url(../images/bg/submenu2.gif);
}

/* Column widths */
.width {
  width: 777px;
}

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}
/* 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;
}


/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
	color: #353E47;
}

a img {
	border: 1px solid #000;
	width: 140px;
	height: 72px;
}

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;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}
img.special {
  margin: 5px 10px 10px 0;
  	border: 1px solid #000;
	width: 150px;
	height: 90px;
}



/* Lists */
ul  {
  list-style: none;
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}


.photos {
	height: 60px;
	width: 90px;
	border: 1px solid #333333;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.centerimg {
	text-decoration: none;
	border: 1px solid #52667E;
}
.submenutitle {
	background-color: #B3BAC6;
	color: #353E47;
}
/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.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;
}
