/*************************************************************/
/*   Design:  PD Martin                                      */
/*   Author:  Aaron Snowberger (jekkilekki@gmail.com)        */
/*   Date:    January 19, 2009                               */
/*-----------------------------------------------------------*/
/*   Recommended CSS-Editor: TopStyle Lite 3.10 (Freeware)   */
/*   http://www.newsgator.com/download/products/ts3lite.exe  */
/*-----------------------------------------------------------*/
/*   You can use this stylesheet any way you want!           */
/*   Check out my favorite website: www.sda.org              */
/*************************************************************/

/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/
body {
	color: white;
	background-color: black;
	font-family: Arial, sans-serif;
	font-size: 0.875em; /*12pt font*/
	margin: 0;
	padding: 0;
	height: 100%;
}
html {
	height: 100%;
	margin-bottom: 0;
}
/* \*/ 
* html .gainlayout { height: 1%; margin-bottom: 0;} 

.gainlayout { _height: 0; margin-bottom: 0;} 

.gainlayout { min-height: 0; margin-bottom: 0;} 
/* */
#wrapper {
	width: 1024px;
	margin: 0 auto -84px auto; /*The -84px accounts for the footer*/
	padding: 0px;
	min-height: 100%;
	position: relative;
}
#sidebar-home {
	width: 300px;
	float: left;
	margin: 0;
	padding: 10px 0 20px 40px;
	display: inline;
}
#maincontent-home {
	width: 630px;
	float: right;
	margin: 0;
	padding: 10px 40px 20px 0px;
	display: inline;
}
#sidebar {
	width: 200px;
	margin: 0;
	padding: 10px 0 20px 40px;
	float: left;
	display: inline;
}
#maincontent {
	width: 730px;
	float: right;
	margin: 0;
	padding: 10px 40px 20px 0px;
	display: inline;
}
#maincontent-full {  /*these are duplicated below*/
	width: 940px;
	margin: 0px auto 0 auto;
	padding: 10px 0 20px 0;
}

/*****************************/
/* SECTION 2 - FONT STYLES   */
/*****************************/
p {
	font-family: Arial, sans-serif;
	font-size: 0.875em; /*12pt font*/
	color: white;
	margin: 12px;
}
h1 {
	background: url(../images/heading-img.jpg) #000000 no-repeat top left;
	height: 28px;
	width: 650px;
	font-family: Arial, sans-serif;
	font-size: 1.375em; /*18pt font*/
	color: #c2c2c2;
	padding: 10px 0 0 30px;
	margin: 0px;
}
h1 span {
	margin: 0 5px;
	padding: 0;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 1em; /*14pt font*/
	color: #c7b299;
	margin: 12px 0 0 0;
	padding: 0;
}
.homeheading {
	width: 550px;
	margin: 0;
	padding: 10px 0 0 30px;
}
.faqs {
	margin: 0 0 0 10px;
	font-size: 0.875em;
	text-decoration: underline;
}
.date {
	background: url(../images/calendardate.jpg) #000000 no-repeat top left;
	height: 30px;
	width: 30px;
	margin: 10px 0 0 10px;
	padding: 0 0 10px 10px;
	color: #0072bc;
	float:left;
	display: inline;
}
.entry {
	border-bottom: 1px solid #a67c52;
	margin: 0px;
	padding: 0;
}
.entryheading {
	float:left;
	margin: 20px 0px 0px 10px;
	padding: 0;
	display: inline;
	clear: right !important;
}
.entrytext {
	margin: 0px;
	padding: 12px;
	float: left;
	width: 530px;
	display: inline;
}
.entrytext-noimg {
	margin: 0px;
	padding: 0;
	float: left;
	display: inline;
}
.entrypic {
	width: 100px;
	padding: 10px 0;
	margin:12px;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 0.875em; /*12pt font*/
	color: white;
	font-style: italic;
	margin: 12px 0 0 0;
	padding: 0;
}
h4 {

}
h5 {

}
h6 {

}
a {
	font-family: Arial, sans-serif;
	color: #c7b299;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
a:hover {
	color: #a67c52;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
img {
	margin: 0 12px 0 12px;
	padding: 0;
	float: left;
	border: none;
	display: inline;
}
.books {
	margin: 0 7px;
	padding: 0;
	width: 50px;
	height: 76px;
	/*height: 96px;*/
}
.subtext {
	font-size: 0.75em; /*10pt font*/
	margin: 0 12px 0 0;
	padding: 0;
}
.readmore {
	font-size: 0.75em; /*10pt font*/
	margin: 0 12px 0 0;
	float:right; 
	padding: 0 0 15px 0;
	display: inline;
}
.rssicons {
	margin: 3px 5px 0 auto;
	display: inline;
	padding: 0;
}
.menuimg {
	margin: 0px;
	padding: 10px;
}
.contentimg {
	padding: 10px 0;
	margin: 10px;
}

/*****************************/
/* SECTION 3 - HEADER        */
/*****************************/

#header-home {
	background: url(../images/homebanner.jpg) #000000 no-repeat top left;
	height: 250px;
	margin: 0;
	padding: 0;
}
#header {
	background: url(../images/banner.jpg) #000000 no-repeat top left;
	height: 161px;
	margin: 0;
	padding: 0;
}
#logo-home {
	background: transparent;
	position: absolute;
	margin: 20px 0 0 -10px;
	padding: 0;
	z-index: 10; /*added code*/
}
#logo {
	background: transparent;
	position: absolute;
	margin: 30px 0 0 25px;
	padding: 0;
	z-index: 10; /*added code*/
}
/*-----------Start added code---------------------------------*/
#fingerprints img {
	position: absolute;
	top: 129px;
	left: 244px;
	z-index: 0;
	
}
#fingerprints-sm img {
	position: absolute;
	top: 0px;
	left: 244px;
	z-index: 0;
	
}
#book-cover img {
	position: absolute;
	top: 101px;
	left: 614px;
	width: 70px;
	/*height: 111px;*/
	
}
#book-cover-sm img {
	position: absolute;
	top: 50px;
	left: 624px;
	width: 60px;
	/*height: 111px;*/
}
/*-----------End added code---------------------------------*/
#commentbox {
	float: right;
	width: 295px;
	height: 120px;
	padding: 0;
	position: relative;
	margin-top: 100px; 
	margin-right: 0px;
	background-image: url("../images/comment-box-big.jpg");
	display: inline;
}
#commentboxsm {
	float: right;
	width: 295px;
	height: 86px;
	padding: 0;
	position: relative;
	margin-top: 59px; 
	margin-right: 0px;
	background-image: url("../images/comment-box.jpg");
	display: inline;
}
#commentbox h2 {
	color: white;
	text-decoration: none;
	margin: 10px 0 5px 12px;
}
#commentboxsm h2 {
	color: white;
	text-decoration: none;
	margin: 5px 0 5px 12px;
	font-size: 0.875em;
}
#commentbox p, #commentboxsm p{
	margin: 0px 50px 0px 12px;
	font-style: italic;
}

/*****************************/
/* SECTION 4 - MENU STYLES   */
/*****************************/

/*---------------------------*/
/* 4.1 - Top menu style      */
/*---------------------------*/
#menuDIV {
	float:left;
	width:100%;
	height: 45px;
	background: url(../images/homemenu.jpg) #000000;
	line-height: 3em;
	display: inline;
	}
#menuDIV ul {
	margin:0;
	padding: 0 10px 0 40px;
	list-style:none;
	}
#menuDIV li {
	display:inline;
	margin:0;
	padding:0;
	}
#menuDIV a {
	float: left;
	background: transparent;
	margin: 0 0 0 -5px;
	padding: 0 0 0 40px;
	font-family: Haettenschweiler, Impact, Arial, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-size: 1.7em;
	position: relative;
	display: inline;
}
#menuDIV a span {
	float:left;
	display:block;
	background:transparent;
	padding:0px 20px 5px 0px;
	color:#c2c2c2;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menuDIV a span {float:none;}
/* End IE5-Mac hack */
#menuDIV a:hover span {color:#ffffff;}
#menuDIV a:hover {background: url("../images/highlight-left.png") no-repeat left top; background-position:0% 0px;}
#menuDIV a:hover span {background: url("../images/highlight-right.png") no-repeat right top; background-position:100% 0px;}                    
        
.current2 {background: url("../images/highlight-left.png") no-repeat left top; background-position:0% 0px;}
.current2 {background: url("../images/highlight-right.png") no-repeat right top; background-position:100% 0px;}   		  
            
#menu-btm {
	clear: both;
	background: url("../images/red-undermenu.jpg") #000000 no-repeat top left;
	height: 3px;
	padding: 0;
	margin: 0px 0 0px 0;
}

/*-----------------------------------*/
/* 4.2 - Left column menu style      */
/*-----------------------------------*/
.leftmenu, .questionbox {
  margin: 0px;
  padding: 0px;
  border: 1px solid #555555;
  background-color: #362f2d;
  color: #c7b299;
}
.borderTOPheader, .borderBOT {
  width: 200px; height: 12px;
  padding: 0px; border: 0px;
  z-index: 99;
}
.borderTOPheader { float: left;  clear: both; display: inline;}
.borderTOPheader { margin:  -1px  0px  0px -1px;}
.borderTOPheader {
  margin-left: -4px;
  margin-left: -1px;
}
html>body .borderTOPheader  {
  margin-left: -1px;
}
.borderTOP, .borderBOT {
  width: 200px; height: 12px;
  padding: 0px; border: 0px;
  z-index: 99;
}
.borderTOP, .borderBOT { float: left;  clear: both; display: inline;}
.borderTOP { margin:  -1px  0px  0px -1px;}
.borderBOT { margin: -12px  0px  0px  0px;}
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTOP {
  margin-left: -4px;
  margin-left: -1px;
}
html>body .borderTOP  {
  margin-left: -1px;
}
.borderBOT {
  margin-left: -3px;
  margin-left: 0px;
}
html>body .borderBOT {
  margin-left: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.contentWrapperMenu {
  /* position this div however you want, but
     keep its padding and border at zero*/ 
  padding: 0px;
  border: 0px;
}
.leftmenu ul {
	width: 198px; 
	margin: 12px 0px 30px 0px; 
	padding: 0px; 
	
	height: 1%;
}	
.leftmenu li {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
	
	height: 1%;
}
.leftmenu li a {
	display: block; 
	color: #c7b299;
	margin: 0px; 
	padding: 0px 7px 0px 20px; 
	text-decoration: none; 
	line-height: 1.7em;
	
	height: 1%;
}
.leftmenu li a:hover, .left-menu li a.selected {
	background-color: #a67c52;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white; 
	text-decoration: none;
	margin: 0px; 
	padding: 0px 7px 0px 20px; 
	
	height: 1%;
}
.current {
	background-color: #a67c52;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white; 
	text-decoration: none;
	
	height: 1%;
}
.divider {
	border-bottom: 1px solid #555555;
	
	height: 1%;
}
.menu2colleft {
	float: left;
	width: 99px;
	margin-left: 5px;
	display: inline;
	
	height: 1%;
}
.menu2colright {
	float: right;
	width: 99px;
	display: inline;
	
	height: 1%;
}
.spacer {
	clear: both;
	height: 1%;
}
.leftmenuheader {
	margin: 5px 0 5px 8px;
	
	height: 1%;
}
.leftmenutopheading {
	font-size:1em; 
	margin-left: 12px;
	margin-bottom:-10px;
	
	height: 1%;
}

/*****************************/
/* SECTION 5 - BOX STYLE     */
/*****************************/

.authorbox, .booksbox-home, .booksbox, .subscribebox {
	margin: 0;
	padding: 0;
	border: 1px solid #555555;	
}
.authorbox a {
	color: white;
	text-decoration: underline;
}
.authorbox a:hover {
	color: #c2c2c2;
	text-decoration: none;
}
.booksbox-home h1 {
	background-position: top right;
	width: 280px;
	padding: 10px 0 0 0px;
	margin-left: 12px;
}
.booksbox h1, .subscribebox h1 {
	background-position: top right;
	width: 175px;
	padding: 10px 0 0 0px;
	margin-left: 12px;
}
.booksbox-home p {
	width: 240px; 
	margin-left: auto; 
	margin-right: auto;
}
.booksbox p {
	width: 195px;
	margin-left: auto;
	margin-right: auto;
}
.booksgroup {
	margin: 0 auto;
}
/*.booksarrows {
	clear:left;
	width: 150px; 
	position: center;
}*/
.videobox {
	width:600px;
	height:450px;
	border: 1px solid #c2c2c2;
	margin-top: 20px;
	margin-left: 45px;
}
.photosbox {			/* video window position and border */
	width:600px;
	/*height:450px;
	border: 1px solid #c2c2c2;*/
	margin-top: 20px;
	margin-left: 45px;
}
.privacyheader {
	background-image: url(../images/menulightbrowntop.jpg) no-repeat top left;
	margin-top: 0px;
	padding: 0px 10px 2px 10px;
	font-size: 1em;
	background-color: #a67c52;
	color: white;
	border-bottom: 1px solid white;
}
.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
   1px: the width of the border
   3px: a fudge factor needed for IE5/win (see below)
   4px: the width of the border (1px) plus the 3px IE5/win fudge factor
   14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
  width: 15px; height: 15px;
  padding: 0px; border: 0px;
  z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; display: inline;}
.borderTR, .borderBR { float: right; clear: right; display: inline;}
.borderTL { margin:  -1px  0px  0px -1px;}
.borderTR { margin:  -1px -1px  0px  0px;}
.borderBL { margin: -15px  0px  0px  0px;}
.borderBR { margin: -15px  0px  0px  0px;}
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
  margin-left: -4px;
  margin-left: -1px;
}
html>body .borderTL  {
  margin-left: -1px;
}
.borderTR {
  margin-right: -4px;
  margin-right: -1px;
}
html>body .borderTR  {
  margin-right: -1px;
}
.borderBL {
  margin-left: -3px;
  margin-left: 0px;
}
html>body .borderBL {
  margin-left: 0px;
}
.borderBR {
  margin-right: -3px;
  margin-right: 0px;
}
html>body .borderBR {
  margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
  margin: 0px;
  padding: 0px;
  border: 1px solid #555555;
}
.contentWrapper {
  /* position this div however you want, but
     keep its padding and border at zero*/ 
  padding: 0px;
  border: 0px;
}

/*****************************/
/* SECTION 5 - FORMS  */
/*****************************/

/*-----------------------------------*/
/* 5.1 - Left column Subscribe       */
/*-----------------------------------*/
.leftsubscribe p {
	font-size: 1em;
}
.leftsubscribe a{
	float:right;
	margin: 0;
	padding: 0;
	color: #c7b299;
	display: inline;
}
.leftsubscribe a:hover {
	color: #a67c52;
	text-decoration: none;
}
.leftsubscribe fieldset {
  margin: 0 12px 10px 12px;
}
.leftsubscribe label {
	font-size: 0.875em;
	color: white;
}
.leftsubscribe input {
	background-color: black;
	color: white;
}
.textfield {
	background-color: black;
	border: 1px solid #555555;
	width: 220px;
	height: 20px;
	float: right;
	display: inline;
}
.dropdown {
	border: 1px solid #555555;
	width: 220px;
	height: 20px;
	float: right;
	display: inline;
}
.checkbox {
	background-color: black;
	color: white;
	font-size: 0.875em;
	margin-left: 100px;
}
.button {
	text-decoration: underline;
	height: 30px;
	width: 80px;
	font-size: 1em;
	line-height: 1.8em;
	border: 1px solid #555555;
	margin: 5px 0 5px 100px;
	padding: 0;
}
.priv-unsub {
	float: right;
	margin: 5px 15px 0 0;
	padding: 0;
	line-height: 0.875em;
	display: inline;
}
.leftsubscribe fieldset ol {
  margin: 0;
  padding: 0;
}
.leftsubscribe fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.leftsubscribe fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.leftsubscribe fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.leftsubscribe fieldset fieldset label {
  display: block;
  width: auto;
}
.leftsubscribe em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.leftsubscribe label {
  width: 120px; /* Width of labels */
}
.leftsubscribe fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

.leftsubscribe fieldset {
	width:300px;}
.leftsubscribe fieldset .leftsubscribe label {
	text-align:right;
	width:70px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em; 
	display: inline;}
.leftsubscribe fieldset .leftsubscribe nobr {
	display:none;}  
.leftsubscribe fieldset .leftsubscribe textfield {
	margin:3px;
	height:20px;
	width:200px;}
.leftsubscribe fieldset .leftsubscribe textarea {
	margin:3px;
	height:165px;
	width:200px;}

/*------------------------------------*/
/* 5.2 - Small Menu Subscribe         */
/*------------------------------------*/
.subscribe p {
	font-size: 1em;
}
.subscribe a{
	float:right;
	margin: 0;
	padding: 0;
	color: white;
	display: inline;
}
.subscribe a:hover {
	color: #a67c52;
	text-decoration: none;
}
.subscribe fieldset {
  margin: 0 12px 10px 12px;
}
.subscribe label {
	font-size: 0.875em;
	color: white;
}
.subscribe input {
	background-color: black;
	color: #c2c2c2;
}
.Subtextfield {
	background-color: black;
	border: 1px solid #555555;
	width: 120px;
	height: 20px;
	float: right;
	display: inline;
}
.Subdropdown {
	border: 1px solid #555555;
	width: 120px;
	height: 20px;
	float: right;
	display: inline;
}
.Subcheckbox {
	background-color: black;
	color: white;
	font-size: 0.875em;
	margin-left: 50px;
}
.Subbutton {
	text-decoration: underline;
	height: 30px;
	width: 80px;
	font-size: 1em;
	line-height: 1.8em;
	border: 1px solid #555555;
	margin: 5px 15px 5px 0px;
	padding: 0;
	float: right;
	display: inline;
}
.Subpriv-unsub {
	margin: 5px 15px 0 0;
	padding: 0;
	line-height: 0.875em;
	float: right;
	display: inline;
}

/*-----------------------------------*/
/* 5.3 - Post a Question             */
/*-----------------------------------*/
.questionbox p {
	font-size: 0.75em;
}
.Qtextfield {
	background-color: #362f2d;
	color: #c2c2c2;
	border: 1px solid #555555;
	width: 120px;
	height: 20px;
	float: left;
	margin-bottom: 5px;
	display: inline;
}
.Qtextarea {
	/*float: right;*/lor: #362f2d;
	color: #c2c2c2;
	border: 1px solid #555555;
	width: 167px;
	height: 60px;
	float: left;
	margin: 0 0 10px 0;
	display: inline;
}
.Qbutton {
	text-decoration: none;
	height: 53px;
	width: 40px;
	font-size: 1.125em;
	color: white;
	line-height: 1.8em;
	border: 1px solid #c2c2c2;
	margin: 0px 0 15px 0;
	padding: 0;
	float: right;
	background-color: #a67c52;
	display: inline;
}

/*-----------------------------------*/
/* 5.4 - Full Page Subscribe         */
/*-----------------------------------*/
.Fullsubscribe {
	width: 500px;
	margin: 20px auto;
	font-size: 1em;
}
.Fullsubscribe p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.875em;
}
.Fullsubscribe label {
	font-size: 1em;
	color: white;
	margin-top: 10px;
}
.Fulltextfield {
	background-color: black;
	color: #c2c2c2;
	border: 1px solid #555555;
	width: 420px;
	height: 20px;
	/*float: right;*/
	display: inline;
}
.Fullcheckbox {
	background-color: black;
	color: white;
	margin-left: 150px;
}
.Fullbutton {
	text-decoration: underline;
	height: 50px;
	width: 180px;
	font-size: 1em;
	line-height: 1.8em;
	border: 1px solid #555555;
	margin: 5px 15px 5px 0px;
	padding: 0;
	float: right;
	color: white;
	background-color: #a67c52;
	display: inline;
}
.Fullunsub {
	margin: 5px 15px 0 0;
	padding: 0;
	line-height: 0.875em;
	float: right;
	display: inline;
}

/*****************************/
/* SECTION 6 - MAIN CONTENT  */
/*****************************/

.maincontent, .maincontent-full {
  	margin: 0px;
	padding: 0px;
   border: 1px solid #555555;
}
#bottomblood {
	background: url(../images/bloodsplat-lt.jpg) #c2c2c2 no-repeat bottom left;
	width: 600px;
	height: 145px;
	margin: -135px 0 0px -15px;
	padding: 0;
	position: absolute;
	z-index: -99;
}
#bottombloodbig {
	background: url(../images/bloodsplat-lt.jpg) #c2c2c2 no-repeat bottom left;
	width: 600px;
	height: 145px;
	padding: 0;
	margin: -30px 0 0px -15px;
	position: absolute;
	z-index: -99;
}

#content-home {
	width: 625px;
}
.faqcontent {
	margin: 0 0 0 35px;
}
.faqcontent p {
	margin-left: 25px;
}
.content-onecolumn {
	width: 595px;
	margin: 0;
	padding: 10px 15px;
}
#content {
	width: 725px;
}
.content-onecolumn-content {
	width: 695px;
	margin: 0;
	padding: 10px 15px;
}
#content-full {
	width: 915px;
}
.content-onecolumn-full {
	width: 905px;
	margin: 0;
	padding: 10px 15px;
}
.content-onecolumn-full h1 {
	width: 855px;
}
#content-onecolumn-full {

}
.content-twocolumn-left {
	clear: right;
	width: 295px;
	float: left;
	margin: 0;
	padding: 0px;
	display: inline;
}
.content-twocolumn-right {
	width: 295px;
	float: right;
	margin: 0;
	padding: 0px;
	display: inline;
}
.content-twocolumn-left-content {
	clear: right;
	width: 345px;
	float: left;
	margin: 0;
	padding: 0px;
	display: inline;
}
.content-twocolumn-right-content {
	width: 345px;
	float: right;
	margin: 0;
	padding: 0px;
	display: inline;
}
.content-twocolumn-left-content h1, .content-twocolumn-right-content h1 {
	width: 295px;
}
.content-twocolumn-left-full {
	clear: right;
	width: 445px;
	float: left;
	margin: 0;
	padding: 0px;
	display: inline;
}
.content-twocolumn-right-full {
	width: 445px;
	float: right;
	margin: 0;
	padding: 0px;
	display: inline;
}
.content-twocolumn-left-full h1, .content-twocolumn-right-full h1 {
	width: 395px;
}
.mediabar {
	margin: 0 auto 0 45px;
	padding: 0;
	border: 1px solid #555555;
	width: 600px;
	height: 106px;
}
.mediabarheader {
	width:602px;
	height:auto;
	margin: 0 auto 0 45px;
}
.mediabar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mediabar li {
	margin: 0;
	padding: 0;
	display: inline;
}
.liImages {
	margin: 0;
	padding: 0;
	display: inline;
}
.videos {
	margin: 8px 3px 5px 3px;
	padding: 0;
}
#photos {
	display: block;
    margin-left: auto;
    margin-right: auto; 
}
.videoslinks {
	float: left;
	width: 110px;
	margin: 0;
	padding: 0;
	display: inline-block;
	}
.videoarrows {
	margin: 15px 8px;
	padding: 0;
	background-color: none;
}
.headerlink {
	float: right;
	margin-top: -25px;
	margin-right: 20px;
	display: inline;
}
.headerlinksm {
	float: right;
	margin-top: -25px;
	margin-right: 20px;
	font-size: 0.75em;
	display: inline;
}

/*****************************/
/* SECTION 6 - FOOTER   */
/*****************************/
#footer {
	background: url(../images/footer.jpg) #000000 repeat-y bottom right;
	height: 84px;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	clear: both;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: #c2c2c2;
}
#footer h2 {
	color: white; 
	text-decoration: none; 
	text-align: center;
	line-height: 1.8em;
}
#footer p {
	font-size: 0.75em; /*10pt font*/
	margin: 0 12px 0 0;
	padding: 0;
	text-align: center;
}
.error {
	font-family: Arial, sans-serif;
	font-size: 0.875em; /*12pt font*/
	color: red;
	margin: 12px;
	display: block;
}

#featuredArticle 
{
    clear:both;
    }
    
h2.entryheading a 
{
     clear: right !important;
    }
    
    h2.entryheading
{
     clear: right !important;
    }


