/*********************************************************
   HTML Elements
 *********************************************************/
html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(images/bg/light_body.gif) repeat-y top center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  color: #555;
}

*html body {
margin: 0px 0px 0px 1px;
}

/* 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: 12px solid #ddd;
  margin-bottom:15px;
}

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;
}


/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #000;
}

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 */
ol li {
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}

/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#test ul, #test ol { 
float:left;
margin:0 0 15px 30px; padding:0;
}

#test ol li {
padding:0 0 1px 0;
} 

#test p {
float:left;
margin:0;
padding:0 0 15px 0;
}

*html #test ul, *html #test ol { float:none; }
*html #test ol { margin:0px 0 0px 30px; padding-bottom:12px; }
*html #test p ul { padding:0 0 1px 0; } 

/**************************************************************
   Form Elements
 *************************************************************/
.fieldset,.send { float:left; margin:0; padding:0; }
.label,.input,.text1  { float:left; margin:0 0 3px 0; padding:3px; }

.fieldset { width:358px; padding:0 0 15px 0; border:none; }
.fieldset p { float:left;width:100%; }
.label    { width:130px; height:14px; }
.strong   { font-weight:bold; }
.input    { font: 1em verdana, arial, sans-serif; width:200px; padding:5px 5px 0px 5px; height:18px; border:1px solid #CCC; }
.text1    { font: 1em verdana, arial, sans-serif; width:204px; padding-top:5px; height:120px; overflow:auto; border:1px solid #CCC; }
.send     { font: 1em verdana, arial, sans-serif; padding: 3px 5px 2px 5px; color: #333; }
.dleft    { float:left; margin:0; padding:0 0 15px 0; width:100%; }
.block    { float:left; margin:0; padding:0 0 20px 0; }

/**************************************************************
   All page content except for footer
 **************************************************************/
#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/**************************************************************
   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: 5em;
	margin: 0 auto;
	border-bottom: 2px solid #666;
	background-color: #262626;
}


#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header ul {
  margin: 3.5em 1em 0 0 !important;
  margin: 3.5em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #cccccc;
  border-right: 1px solid #4D5760;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #AAC3DA;
}

/**************************************************************
   Header Image/Flash Movie
 **************************************************************/
#headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(images/bg/header_image.jpg) no-repeat top left;
}

/**************************************************************
   Top Block Menu
 **************************************************************/
#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: left;
  background-color: #333;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 25%;
  padding-top:10px;
  height: 55px;

  font: 400 1.2em arial, sans-serif;
  letter-spacing: 0.1em;

  color: #fff;

  border-top: 7px solid #262626;
  border-bottom: 15px solid #FFF;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #888;
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #333;
  border-top: 7px solid #B3C6C4;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}

/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width23 {
  width: 23%;
}

.width25 {
  width: 25%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}

/**************************************************************
   Footer
 **************************************************************/
#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background-color: #262626;
}

#footer #bg ul {
  float: right;
  margin: 3em 1em 0 0 !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;

  font: 400 1em arial, sans-serif;
  line-height: 0.8em !important;
  line-height: 1em;
  letter-spacing:0.1em;

  color: #ccc;
  border-right: 1px solid #4D5760;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #B3C6C4;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}

/**************************************************************
   Posts
 **************************************************************/
.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom:10px;
  line-height: 140%;
}

.post p {
  float: left;
  width: 100%;
  margin:0 0 10px 0;
  padding:0;
}

/**************************************************************
   Thumbnail Lists
 **************************************************************/
ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}

a:hover.thumb img {
  background: #8EB4C6;
}

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;
  padding: 0 0 10px 0;
  border-bottom:20px solid #FFF;
}


ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0 0 1px 0;
  list-style: none;
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  padding: 0 5px 0 15px;
}

ul.submenu1 a:hover {
  color: #FFF;
  background-color: #B3C6C4;
}

ul.submenu2 li a {
  color: #426F85;
}

ul.submenu2 a:hover {
  color: #FFF;
  background-color: #B3C6C4;
}

/**************************************************************
   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: #E9EAEB;
}

.dark {
  color: #353E47;
}
