/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}



/**************************************************************
   Topbar
 **************************************************************/

#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: 8px;
	margin: 0 auto;
}


#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 18px 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: #3B5D77;
}



/**************************************************************
   Header Flash Movie
 **************************************************************/

#mainnav {
	margin: 0 auto;
	height: 342px;
	width: 1007px;
	background: url(../images/interface.jpg) no-repeat top left;
	text-align: center;
}

#mainnav a:hover {
  color: #3B5D77;
}

/**************************************************************
   Bottom Link Block Menu
 **************************************************************/

#linkmenu {
  margin: 0 auto;
}

#linkmenu ul {
  width: 967px;
  height: 10px;
  float: left;
  padding: 10px;
  text-align: left;
  background: #dcddc6;
  margin: 10px 0 7px 0 !important;
  margin: 10px 0 7px 0;
  border: double #bfc0ac;
}

#linkmenu ul li {
  display: inline;
  list-style: none;
}

#linkmenu ul li a {
	float: right;
	padding: 0 1em;
	font: 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	line-height: 1em !important;
	color: #583b31;
	border-right: 1px solid #bfc0ac;
	font-style: italic;
}

#linkmenu ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#linkmenu ul li a:hover {
  color: #990000;
}

#linkmenu img {
	position: relative;
	left: 0px;
	top: -5px;
	border: 0px;
}


/**************************************************************
   Top menu icons
 **************************************************************/
 
#linkmenu ul li a span.speaker {
  padding-left: 22px;
  background: url(../images/icons/speaker.gif) no-repeat 5px 50%;
}

#linkmenu ul li a:hover span.speaker {
  background: url(../images/icons/speaker_on.gif) no-repeat 5px 50%;
}

#linkmenu ul li a span.bubble {
  padding-left: 24px;
  background: url(../images/icons/bubble.gif) no-repeat 4px 4px;
}

#v ul li a:hover span.bubble {
  background: url(../images/icons/bubble_on.gif) no-repeat 4px 4px;
}

#v ul li a span.heart {
  padding-left: 20px;
  background: url(../images/icons/heart.gif) no-repeat 3px 50%;
}

#linkmenu ul li a:hover span.heart {
  background: url(../images/icons/heart_on.gif) no-repeat 3px 50%;
}


#linkmenu ul li a span.dollar {
  padding-left: 20px;
  background: url(../images/icons/dollar.gif) no-repeat 4px 50%;
}

#linkmenu ul li a:hover span.dollar {
  background: url(../images/icons/dollar_on.gif) no-repeat 4px 50%;
}

/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  text-align: left;
  background: url(../images/page_bg.gif) repeat-y center;
}

#columns {
	margin: 0 auto;  
}

.middle {
  width: 230px;
}


/* Column widths */
.width {
  width: 1007px;
}

.widthPad {
  width: 995px;
}

.widthfull {
  width: 720px;
  margin: 0 0 0 10px;
}

.width35 {
  width: 260px;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width65 {
  width: 47%;
  padding: 0 10px 0 20px;
}

.width100 {
  width: 100%;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 40px;
  background: #950e07 url(../images/footer_bg.gif) repeat-x top left;
}

#footer #bg {
  position: relative;
  height: 40px;
  margin: 0 auto;
}

#footer #bg ul {
  float: right;
  margin: 17px 0 0 0 !important;
  margin: 17px 0 0 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 2.25em;
  font: 12px arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #fff;
  border-right: 1px solid #ad1e10;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #fff;
}

#footer #bg img {
	position: absolute;
	left: 13px;
	width: 141px;
	height: 25px;
	top: 10px;
}

/**************************************************************
   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;
}



/**************************************************************
   Side Action Buttons
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0 0 7px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}

a.thumb img {
  border: 0;
}

a:hover.thumb img {
  background: #bebfac;
  border: 1px solid #bebfac;
}

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;
  list-style-image: url(foo.gif); /* 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%;
}

ul.submenu1 a:hover {
  color: #426F85;
  background: #B3C6C4 url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu2 li a {
  color: #426F85;
  background: url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}

ul.submenu2 a:hover {
  color: #426F85;
  background: #B3C6C4 url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}


/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 15px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
	float: right;  
}

.justify {
	text-align: justify;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.tanBg {
  background-color: #f1f1e6;
}

.documents {
  background-color: #f1f1e6;
  font: 0.81em Georgia, "Times New Roman", Times, serif;
  color: #666;
  line-height: 20px;
  padding: 30px;
}

.italic {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.highlight {
	font: 13px Arial, Helvetica, Verdana, sans-serif;
	color: #980f08;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	font-style: bold;
}

.highlight a:hover {
	color: #440401;
}

.dottedline {
	border-bottom:2px dotted #dcddc6;
	margin-bottom:7px;
	padding-bottom:7px;
}

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

.label {
  color: #5a3d33;
  font-style: bold;
}

input,
textarea,
select {
  padding: 2px;
  font: 12px Verdana, sans-serif;
  color: #333333;
  background: #f2f3e5;
  border: 1px solid #cbcbb0;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #ffffff;
  border: 1px solid #b4b496;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 0px;
  font: 12px Verdana, sans-serif;
  cursor: pointer;
  color: #583b31;
  background: #dcddc6;
  border: medium double #ffffff;
}

input.radio {
  background: none;
  border: 0px;
}

fieldset {
	border: 1px solid #dbdcc4;
	background-color: #f1f1e6;
}

legend {
	font: 10px Georgia, Times, serif;
	color: #5a3d33;
  	font-style: bold;
}

/**************************************************************
   Slider
 **************************************************************/

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 490px;
	height: 460px;
	overflow: hidden;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 490px;
	height: 460px;
	overflow:hidden;
	float:left;		
}

div.scroller div.content {
	width: 10000px;
}

/**************************************************************
   Slider 2
 **************************************************************/

div.scroller2 { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 710px;
	height: 500px;
	overflow: hidden;
}
div.scroller2 div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 710px;
	height: 500px;
	overflow:hidden;
	float:left;		
}

div.scroller2 div.content {
	width: 10000px;
}