/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}



/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;

  font-size: 0.9em;
  text-transform: uppercase;

  color: #CFD9DB;
  background: #FFF url(../images/bg/topbar.gif) repeat-x bottom left;
}



/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height:	29px!important;
	height: 12px;
	margin: 0 auto;
	background:#666666;
	/*border-bottom: 2px solid #48525B;*/
	background-repeat: repeat;
	background-position: right top;
	background-image: url(../images/bg/backplate_tan.gif);
}


#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header ul {
  margin: 1.0em 0.5em 0.5em 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
	float: left;
	padding: 0 1em;
	letter-spacing: 0.1em;
	line-height: 0.8em !important;
	line-height: 1em;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #3B5D77;
}

.shown {
	display: block;
	float:none;
	margin-left: 12px;
	background-color:#FFFFFF;
	position:relative;
}
.showPicture {
	display: block;
	float:none;
	position:absolute;
}
.hidden {
	display: none;
}


/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 143px;
  background:url(../images/Header.bmp) right;
}

#spacer1{
 margin: 0 auto;
  height: 7px;
  background:url(../images/spacer.gif) right #001439;
  
  }

#spacer2{
 margin: 0 auto;
  height: 6px;
  background:url(../images/spacer.gif) right #988948;
  
  }
  
  #spacer3{
 margin: 0 auto;
  height: 2px;
  background:url(../images/spacer.gif) right #FFFFFF;
  
  }
  
  #spacer4{
 margin: 0 auto;
  height: 1px;
  background:url(../images/spacer.gif) right #988948;
  
  }

/**************************************************************
   Page Content
 **************************************************************/

#page {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	background-color: #EEEEEE;
	position: relative;
	z-index: 1;
}

#columns {
	margin: 0 auto;
}


/* Column widths */
.width {
  width: 776px;
}

.widthPad {
	width: 776px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
	clear: both;
	width: 100%;
	height: 5em;
	top: -5em !important;
	top: 0em;
	margin-top: 0 !important;
	margin-top: -3.5em;
	position:relative;
	z-index:2 !important;
}

#footer #bg {
	position: relative;
	height: 5em;
	margin: 0 auto;
	background:url(../images/bg-bottom.gif) repeat-x;
/*	background-color: #B59B46 ;
	background-repeat: repeat-x;*/
	background-position: left bottom;
}

#footer #bg ul {
  float:left;
  margin: 3em 1em 0 5em !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;
  padding-top:0.5em;

  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.0em !important;
  line-height: 1em;

  color: #FFFFFF;
  border-right: 1px solid #4D5760;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #E9FFD2;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}



/**************************************************************
   Icons specific to the colour theme
 **************************************************************/

a.lightTheme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

a.lightTheme img {
  background: url(../images/icons/light_light_theme.gif) no-repeat center center;
}

a.darkTheme img {
  background: url(../images/icons/light_dark_theme.gif) no-repeat center center;
}

a.submitButton img {
  background: url(../images/icons/light_submit.gif) no-repeat center center;
}


/**************************************************************
   Posts
 **************************************************************/

.post {
	float: left;
	width: 100% !important;
	width: 99%;
	position: relative;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #B59B46;
}

.post .date {
	position: absolute;
	top: 0;
	left: 2px;
	width: 2.3em;
	text-align: right;
}

.post .date .month {
  /*text-transform: uppercase;*/
  font: 700 1.3em arial, sans-serif;
  color: #B59B46;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #B59B46;
}

.post .date .year {
  display: block;
  margin-top: -3px;
  font: 700 1.0em arial, sans-serif;
  color: #B59B46;
}

.post .title {
	display: block;
	padding: 0 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #051566;
}

.post .title a:hover{
	text-decoration: underline;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}



/**************************************************************
   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: 5px solid #ccc;
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #668FA3;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}



/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2,
ul.submenu3 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li,
ul.submenu3 li{
  margin: 0;
  padding: 0;
  list-style: none; /* because IE is balls */
}

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 20px;
}

ul.submenu1 li a {
	background: url(../images/bg/submenu1.gif) no-repeat 5px 50%;
	font-size: 12px;
}

ul.submenu1 a:hover {
	color: #426F85;
	background-image: url(../images/bg/submenu1.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

ul.submenu3 li {
	list-style-image: none;
}

ul.submenu3 li a {
	display: block;
	height: auto !important;
	/* Start hide from IE Mac \*/
  	height: 1%;
	/* End hide from IE Mac */

  	padding: 1px 1px 1px 1px;
}

ul.submenu2 a:hover {
  color: #426F85;
}




/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
	float: left;
	height: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
}

.floatRight {
	float: right;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 7px;
	border-bottom-width: 6em;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EEEEEE;
}

.dark {
  color: #353E47;
}
.Title {
	font-size: 14px;
	font-weight: bold;
	color: #051566;
}





/**************************************************************
   Archive Collapse
 **************************************************************/
 
.shown {
	display: block;
	border: 1px dotted #7FA2E4;
	background-color: #FFFFFF;
	padding: 4px;
	float: left;
	position: relative;
	width: 95%;
}
.hidden {
	display: none;
}

.menuLink
{
}
.menuLink:hover
{
font-weight:800;
}

