/************************************************************************
*
* Main navigation used by the masterpage
*
************************************************************************/

*html body {
	behavior:url(csshover.htc);
	}

/* Picture at the top of the site */
#default_front_poster
{
    background:  no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: 30px;
    margin-top: 0px;
    border: none;
}

#poster
{
    background:  no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: 0px;
    margin-top: 15px;
}

#footer
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    margin-top: 5px;
    color: gray;
    font-weight: bold;
    font-size: 10px;

}


/* Body for all pages*/
body
{
    font-family: Tahoma, sans-serif;
    margin: 0px;
    background: black url(img/main_internal.jpg) no-repeat center;
    background-position: top;
    font-size: 12px;
}

a:link
{
    color: silver;
}
a:visited
{
    color: silver;
}
a:hover
{
    text-decoration: none;
    color: gray;
}
a:active
{
    text-decoration: none;
    color: silver;
}

input, select, textarea
{
    font-size: 11px;
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6, p
{
   margin:  2px 0 2px 0;
   color: silver;
   padding-left: 15px;
   font-family:Arial;
}

h4
{
	font-variant: small-caps;
	font-size: 12px;
	padding-bottom: 5px;
	margin: 0px 0 0px 0;
	padding-left: 15px;
	padding-right: 15px;
	color: gray;
}


h1
{
	font-variant: small-caps;
    font-size: 16px;
	margin: 0px 0 0px 0;
	color: White;
	margin-top: 10px;
}

h2
{
	font-variant: small-caps;
    font-size: 22px;
	margin: 20px 0 0px 0;
	color: White;
	line-height: 20px;
}

h2
{
	color: White;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: blue;
}
.membercard h3
{
    font-size: 12px;
}

 #loginbanner h2
{
    font-size: 10px;
    font-weight: normal;
    margin-top: 0px;
}

#poster h2
{
	font-family: Tahoma;
    font-size: 10px;
    font-weight: normal;
    float: left;
    margin-left: 0px;
    color:  black;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 24px;
    font-variant: small-caps;
}

.rightblock h3
{
    font-size: 20px;
    font-variant: small-caps;
    margin: 0px;
    padding: 0px;
    display: block;
}

.leftheader
{
	font-size: 24px;
	font-family: Tahoma;
	font-variant: small-caps;
	background-color: #008CCC;
	color: White;
	display: block;
    width: 245px;
    text-indent: 15px;
    padding-top: 4px;
    padding-bottom: 0px;
}

.rightheader
{
	font-size: 24px;
	font-family: Tahoma;
	font-variant: small-caps;
    margin-left: 245px;
    margin-top: 0px;
    background-color: #1997D1;
    background-image: url(images/header_right.gif);
    display: block;
    text-indent: 15px;
    padding-top: 4px;
    color: White;
}

.righthdr
{
	/*background-image: url(images/header_right.gif);*/
	font-size: 24px;
	font-family: Tahoma;
	font-variant: small-caps;
	background-color: #008CCC;
	color: White;
	margin-top: 0px;
    text-indent: 15px;
    padding-top: 5px;


}


/************************************************************************
*
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */

#body
{
    width: 900px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border: 1px solid #303030;
}

a.home_link {
	width:160px;
	height:70px;
	display:block;
	background:url(img/logo.gif) left top no-repeat;
	text-decoration:none;
	}

/* Charles Pellegrino */

/* Four columns layout */

#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}

#front_contentleft
{
	margin-top: 40px;
	width:175px;
	padding:0px;
	padding-top: 0px;
	float:left;
	background:none;
	}

#contentleft
{
	width:175px;
	padding:0px;
	padding-top: 50px;
	float:left;
	background:none;
	}

#contentcenter
{
	margin-top: 40px;
	width:270px;
	height: 430px;
	padding:0px;
	float:left;
	background:#454545;
	}

#middle_bar
{
	margin-top: 40px;
	width:15px;
	height: 430px;
	padding:0px;
	float:left;
	background-color: #202020;
	}

#contentcenter_two
{
	margin-top: 40px;
	width:270px;
	height: 430px;
	padding:0px;
	margin-bottom: 15px;
	float:left;
	background:#454545;
	}

#contentright
{
	margin-top: 40px;
	width:160px;
	padding:0px;
	padding-top: 230px;
	float:left;
	background-color: transparent;
	background:  no-repeat;
	}

#contentheader {
	background:#fff;
	margin-top: 30px;
	}

/* For internal pages*/
#internal_content
{
	width:400px;
	padding: 15px;
	padding-right: 40px;
	margin-bottom: 15px;
	float:left;
	background:#3A3A3A;
}

#right_column {
	width:270px;
	height: auto;
	padding: 0px;
	padding-bottom: 15px;
	float:left;
	background:#454545;
}

/* Drop down menus */
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 165px; /* Width of Menu Items */
	/*border-bottom: 1px solid #ccc;*/
	z-index: 50;
	}

#nav ul {
	width:180px;
	}

#nav li {
	position:relative;
	z-index: 100;
	margin:0;
	padding:0;
	}

#nav li li {
	width:180px;
	}


#nav li.hiroshima li,
#nav li.hiroshima ul {
  width:280px;
  padding-left:12px;
}

ul li a {
	display: block;
	text-decoration: none;
	text-align: right;
	font-variant:small-caps;
	color: #777;
	background: no-repeat right; /* IE6 Bug */
	background-image: url(img/blue_arrow.gif);
	padding-right:20px;
	line-height:18px;
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	z-index: 100;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


ul li a:hover {
	color: gray;
	background: #101010 no-repeat right;
	background-image: url(img/red_arrow.gif);
}

/* Hover Styles */

ul ul {
	left:-999em;
	}

ul li:hover ul, ul li.over ul {
	left:auto;
	margin-left:149px;
	}

ul ul {
	position:absolute;
	/*left: 149px; /* Set 1px less than menu width */
	width: 170px;
	top: 0;
	z-index: 100;
	background:black;
}


ul li ul li a { background: black; } /* Sub Menu Styles */

ul li:hover ul ul, li.over ul ul { display:none; }

ul li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; }

.selected_menu
{
	list-style: none;
	text-align:right;
	padding-right: 20px;
	color: gray;
	background: no-repeat right; background-image: url(img/red_arrow.gif);
	font-variant: small-caps;
}

.sub_menu
{
	list-style: none;
	text-align: right;
	padding-right: 20px;
	font-variant: small-caps;
	background-image: none;
	color: gray;
}

.main_menu
{
	list-style: none;
	text-align:right;
	padding-right: 20px;
	color: gray;
	background: no-repeat right; background-image: url(img/blue_arrow.gif);
	font-variant: small-caps;
}

.book_frame
{
	/*float: left; */
	margin-right: 5px;
	margin-bottom: 5px;
	z-index: 0;
}

div#books a {
  display:block;
  font-weight:bold;
  margin:0 0 6px 10px;
  padding:0px;
}


div#books p {
  margin:0 6px 6px 10px;
  padding:0px;
}

div.row {
  clear:both;
  margin-top:12px;
  overflow:hidden;
  width:100%;
}

div.bookframe {
  background-color:#000000;
  border:1px solid #666666;
  color:#FFFF66;
  font-family:'Arial',sans-serif;
  font-size:10px;
  height:166px;
  margin:0 0 0 10px;
  overflow:hidden;
  padding:6px 0 0 0;
  position:relative;
  text-align:center;
  width:118px;
  float:left;
}

div.bookframe h3 {
  text-align:left;
  padding:0px 9px 6px 9px;
  height:30px;
}

div.bookframe img {
  width:78px;
  height:110px;
}

div.testimonial {
  padding-bottom:24px;
  border-top:solid 1px #666;
  padding-top:12px;
}

div.testimonial p {
  padding-bottom:12px;
}

div.testimonial h2 {
  padding-bottom:24px;
}

div.testimonial blockquote {
  font-weight:bold;
  font-size:11px;
  color:#aaa;
}

p.date {
  font-weight:bold;
}

p.author {
  font-weight:bold;
  font-style:italic;
}



