@charset "utf-8";

body  {
	margin:0px;
	padding:0px;
	text-align: center;
	background-image:url(../images/pageBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color: #b5aa30; /* (Mustard) */
	background-color: #255c67; /* new teal */
	/*color: #686868; /* gray color text */
	color: #000; /* black color text */
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size: 1.25em;
	font-family: Georgia, "Times New Roman", serif;
}
h2 {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
	}	


.brclear { clear: both; } /* Generic float clearing for br elements */

#maincontainer {
	width: 860px;
	margin: 0 auto 0 auto; /* magical property to render the container in the center */
	text-align: left;
	background-color: #FFF; /* White */
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ab4f1e; /* brick */
	border-right-color: #ab4f1e; /* brick */
	border-bottom-color: #ab4f1e; /* brick */
	border-left-color: #ab4f1e; /* brick */

	}

#header div.block-region {
	width: 450px;
	display: inline;
	}
#header {
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 235px;
	}
#header #logo {	float:left;}
#header #myGallery {	float:left;}
#header #logo2 {	float:right; margin-right:5px;}

#contentwrapper {
	padding-left: 10px;
	padding-right: 20px;
	}


/*	#navigation */
#navigation {
	float: left;
	width: 160px;
	}
/*	
#navigation ul{ 
	padding: 0;
	margin-left: 10px;
	margin-top: 0;
	list-style: none;
    }
*/	
#navigation ul li {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	}		
	
#navigation ul li a{
	display: block;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	/*border: 1px solid  #a49600; /* Gold */
	border: 1px solid  #9d8554; /* Gold */
	color: #1e2959;   /* Navy blue */
	text-align:right;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform:uppercase;
	font-weight: bold;
	}
	
#navigation ul.nice-menu-right li ul li {
	margin: 0;
	/*filter: Alpha(Opacity=90);*/
	}	
#navigation ul.nice-menu-right li ul li a{
	color: #1e2959;   /* Navy blue */
	text-align:left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform:none;
	font-weight: normal;
	/*border-left: 1px solid  #a49600; /* Gold */
	/*border-right: 1px solid  #a49600; /* Gold */
	/*border-bottom: 1px solid  #a49600;
	border-top:1px solid  #a49600;*/
	border-left: 1px solid  #9D8554; /* Gold */
	border-right: 1px solid  #9D8554; /* Gold */
	border-bottom: 1px solid  #9D8554;
	border-top:1px solid  #9D8554;
	}	
	
/**/
#navigation ul.nice-menu-right li ul li a{/*border-top: 0px solid  #a49600;*/
	border-top: 0px solid  #9d8554;}
#navigation ul.nice-menu-right li ul li.menuparent a{/*border-top: 0px solid  #a49600;*/
	border-top: 0px solid  #9d8554;}
#navigation ul.nice-menu-right li ul li.first a{/*border-top: 1px solid  #a49600;*/
	border-top: 1px solid  #9d8554;}
#navigation ul.nice-menu-right li ul li.last a {/*border-bottom: 1px solid  #a49600;*/
	border-bottom: 1px solid  #9d8554;}					



#navigation ul.nice-menu-right li ul li.menuparent ul li.first a{/*border-top: 1px solid  #a49600;*/
	border-top: 1px solid  #9d8554;}
#navigation ul.nice-menu-right li ul li.menuparent ul li a{/*border-top: 1px solid  #a49600;*/
	border-top: 1px solid  #9d8554;}

#navigation ul.nice-menu-right li ul li.menuparent ul li ul li.first a{/*border-top: 1px solid  #a49600;*/
	border-top: 1px solid  #9d8554;}
#navigation ul.nice-menu-right li ul li.menuparent ul li ul li a{/*border-top: 0px solid  #a49600;*/
	border-top: 0px solid  #9d8554;}

/*	*/


/* #content */	
#content {
	float: left;
	width: 430px;
	padding-left: 18px;
	}

.content a{
	text-decoration: underline;
	color: #a49600; /* Gold */
	color: #1e2959;   /* Navy blue */
	}

#content .content ul li {
	/*margin-bottom: 0.9em;*/ /* need to check book lists */
	}
	
#content a:hover{
	text-decoration: underline;
	}
	
#content img.alignRight{
	padding: 5px;
	float: right;
	}		

#content img.alignLeft{
	padding: 5px;
	float: left;
	}	
			
#content #contentnav {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a49600; /* Gold */
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#content #contentnav a{
	text-decoration: none;
	color: #1e2959;   /* Navy blue */
	font-size: 0.68em;
	letter-spacing: .10em;	
	}	

#otherlinks {
	float:right;
	width: 150px;
	text-align: left;
	background-color:#EFEFEF;
	border: 1px solid #1e2959;   /* Navy blue */
	margin-left: 10px;
	margin-top: 5px;
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;

	}
#otherlinks ul{
	margin-top: .5em;
	margin-left: 15px;
	padding-left: 15px;

	}	
#otherlinks ul li{
	margin-left: 0;
	padding-left: 5px;
	}	
	
#content h1 {
	font: 1.25em  Georgia, "Times New Roman", serif;
	margin-top: 10px;
	font-style: oblique;
	letter-spacing: 0.12em;
	color:#1e2959;   /* Navy blue */
	}	
#content h2 {
	letter-spacing: 0.12em;
	margin-bottom: 0.9em;
	/*margin-top: 2.5em;*/
	color: #a49600; /* Gold */
	}			

#content p {
	margin-top: 0;
	}
	
#content h3.personel {
	margin: 0;
	font-weight:bold;
	}
		
#content td {
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: "Times New Roman",Times,serif;
	}
	
#content li {
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
	}

#content p.footnote {	
	font-size: 0.75em;
}

#content a.goldlink_1 {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.12em;
	color: #a49600; /* Gold */
	text-decoration:underline;
	font-weight:bold;
	}	




/* #rightCol */

#rightCol {
	float: right;
	width: 193px;
	/*border: 1px solid #a49600; /* Gold */
    /*background-color: #edecb4; /* Taube box background*/
	/*padding-bottom: 10px;*/
	}		
	
#rightCol div.view-testimonials {
	background-image: url(../images/testimonialdots_06.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 14px;
	margin-top: 1em;
	}
#rightCol div.view-content-testimonials {
	background-image: url(../images/testimonialdots_06.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 14px;
	}
	
#rightCol table {
	width: 193px;
	background-color: #FFF;
	border: 0;
	}

#rightCol tbody {
	border:0;
	}

#rightCol tbody th {
	border:0;
	}

#rightCol th {
	text-align: left;
	padding-right: 1em;
	border: 0;
	padding: 0;
 }


#rightCol tr.even, #rightCol tr.odd {
	background-color: #fff;
	border: 0;
	padding: 0.1em 0.6em;
	}	
#rightCol tr td p {
	/*color: #a49600; /* Gold */
	/*color: #807600; /* Dark Gold */
	color: #736357; /* Dark Gold */
	}
#rightCol tr td p.credit {
	font-size: .7em; }
	
#rightCol #block-views-Announcements, #rightCol #block-views-breakingnews-block_1 {
	/*border: 1px solid #a49600; /* Gold */
	/*border: 2px solid #ab4f1e; /* brick */
	border: 2px solid #9d8554; /* brick */
    /* background-color: #a49600; /* Gold background*/
    /*background-color: #ab4f1e; /* Gold background*/
	background-color: #9d8554; /* Gold background*/
	/*padding-bottom: 10px;*/
	}		

#block-views-Announcements h2, #block-views-breakingnews-block_1 h2 {
	font-size: 0.8em;
	margin-left: .55em;
	margin-bottom: 0;
	margin-top: 4px;
	padding-bottom: 0;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

#rightCol div.view-Announcements, #rightCol div.view-content-breakingnews{
	/*border: 1px solid #a49600; /* Gold */
    /*background-color: #edecb4; /* Taube box background*/
	background-color: #dddad3; /* Taube box background*/
	padding-top: 5px;	
	padding-bottom: 10px;

	}			

#rightCol  div.view-content-Announcements h2, #rightCol  div.view-content-breakingnews h2 {
	font-size: 1em;
	margin-left: .55em;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: none;
	text-align: left;
	margin-top: 0.2em;
}

#rightCol  div.view-content-breakingnews table, #rightCol  div.view-content-breakingnews tr {
   /*background-color: #edecb4; /* Taube box background*/	
   background-color: #dddad3; /* Taube box background*/
   width: 100%;
	}

#rightCol  div.view-content-breakingnews td {
   padding: 0;
   margin: 0;
	}
	
#rightCol div.view-content-breakingnews td p {
	color:#1e2959;   /* Navy blue */
	}	
	
#rightCol .view-content-Announcements h3 {
	margin-top: 0;
	text-align: center;
	text-transform:uppercase;
	letter-spacing: 0.20em;
	color:#FFFFFF;
	background-color: #a49600; /* Gold */
	line-height: 1.8em;
	}	
	
#rightCol .view-content-Announcements h4.newsitem { 
	text-align:left;
	color: #686868; /* gray color text */
	text-transform:uppercase;
	margin-bottom: 0.1em;
	}	

#rightCol .view-content-Announcements h4.newsitem, #rightCol p { 
	padding-left: 8px;
	padding-right: 8px;
	color:#1e2959;   /* Navy blue */
	}

#rightCol .view-content-Announcements p, #rightCol .view-content-breakingnews p {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	}	

#rightCol  div.view-content-breakingnews h2{
	color:#1e2959;   /* Navy blue */
	/*font-size: .80em;*/
	text-decoration:none;
	font-weight: bold;
	}	
	
#rightCol .view-content-Announcements a, #rightCol  div.view-content-breakingnews h2 a{
	color:#1e2959;   /* Navy blue */
	font-size: .80em;
	text-decoration:none;
	font-weight: bold;
	}	
	
#rightCol .view-content-Announcements a:hover, #rightCol  div.view-content-breakingnews h2 a:hover {
	color:#1e2959;   /* Navy blue */
	text-decoration:underline;
	}	


#rightCol .view-content-Announcements a.node_read_more {
	text-decoration: underline;
	}
		
	
/* book navigatio links */	

.book-navigation	ul li a {
	color:#a49600; /* gold */
	letter-spacing: 0.12em;
	text-decoration:none;
	font-size: 0.85em;
	font-family: arial;
	text-transform: uppercase;
}

.book-navigation .page-next, .book-navigation .page-previous {
	width: 39%;/*width adjustment */
	}
	
.page-links a.page-next, .page-links a.page-previous, .page-links a.page-up {
	/*color:#a49600; /* gold */
	color:#736357; /* gold */
	letter-spacing: 0.12em;
	text-decoration:none;
	font-size: 0.7em;
	font-family: arial;
	text-transform: uppercase;
	font-weight: bold;
}

.page-links .page-previous {
	padding-left:15px;
	background-image: url(../images/BookArrowLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.page-links .page-next {
	padding-right:15px;
	background-image: url(../images/BookArrowRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Spotlight Styles */

.spotlight { padding: 2px 5px; margin-bottom: 12px; clear:both; min-height:165px;}
.spotlight.odd{/*background-color:#f5f5d3; /*tan*/}

.spotlight.even{/*background-color:#fbfaec; /*lttan*/}

#content div.spotlight h2 { color: #225159; margin: auto; margin-bottom: 0; padding:0; line-height: auto; letter-spacing:1px;}
#content div.spotlight p {line-height: 1.25em; }
#content div.spotlight img { padding:6px; margin-left: 10px; margin-right:10px; margin-top: 15px; background-color: #fff;}
#content div.spotlight a {color: #0f09a1; font-family: Arial;font-weight: bold;text-transform: uppercase; text-decoration: none;font-size: 75%; }
#content div.spotlight div.wrapper p { margin-top:.25em; margin-bottom:.25em;}
#content div.spotlight.odd { padding-left:10px; }
#content div.spotlight.even { padding-left:0px; }
#content div.spotlight.odd div.wrapper{ width:250px; } 
#content div.spotlight.even div.wrapper{ width:250px; float: left; } 
#content div.spotlight.even.sq div.wrapper{ width:250px; float: left;} 
#content div.spotlight.even div.clrspotlight {clear:both;}

 a.breakingnewslink { color: #0f09a1; font-family: Arial;font-weight: bold;text-transform: uppercase; text-decoration: none;font-size: 75%; letter-spacing:1px;}

div.hr {
	background-image: url("/sites/all/themes/taube/images/HorizontalDots_03.jpg");
	background-position: center center;
	background-repeat: repeat-x;
	height: 10px;}
	
div.hr hr { display: none;}	
