/*
	Design for speedbrake.com
	Author: AirSafe.com, LLC
*/

/* Basic */

body 
{
	margin: 0; 
	padding: 0;
	background: #f0f0ff;
	color: #000000; 
	font: 0.8em "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; 
	background-color: #3399cc;
	text-align: center; 
}

/* Main outer box layout in a div to keep it centered */

#outer
{
	width: 770px; 
	margin: 0 auto; 
	background: #000099; 
	text-align: left;
	border: solid 2px #ffffff;
}
/* Header */

#header_main
{
	clear: both;
	background: #000099;
	position: relative;

}
  #header_logo
{
	width:450px;
}

  #header_searchbox
{
	position: absolute; 
	top: 3px; right: 8px;
	width: 280px; 
	padding: 0 10px 1px 0; 
	border: 1px solid white; 
	text-align: right; 
	background: #ffffcc;
} 
  #header_logo h1
{
	font-size: 22px;
	font-style: italic;
	margin: 18px 0 0px 20px;
	font-weight: bold;
	color: #ffffff;
}
  #header_logo a, a:link, h1 a:visited, h1 a:hover
{
	text-decoration: none;
	color: #ffffff
}


  #header_logo h2
{
	font-size: 15px;
	margin: 3px 0 35px 20px;
	font-weight: normal;
	color: #ffffff;
}


  #header_searchbox label strong {text-decoration: underline; }

p {
	font-family: arial;
	font-weight: normal;
	margin-bottom: .5em;
	margin-top: .5em;
	line-height: 1.4em;
	font-size: 16px;
	color: #000000;
}

a 
{
	text-decoration: none;
}
#outer a:hover 
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: #000099;
	
}
a:link {color: #0000ff;}


.longquote { padding: 0 2.5em;}

.offset {
	border: dotted #330066; 
	border-width: 1px; 
	padding: 1em;
	margin: 1em 0; 
	border-color: #999999; 
}

.resource_list {
	border: solid #330066; 
	border-width: 1px; 
	padding: 1em;
	margin: 1em 0; 
	border-color: #999999; 
	background-color: #ffffcc;
}


.subnormal {
	font-family: arial;
	margin: 1em 0 1em 0;
	line-height: 1.4em;
	font-size: 14px;
	color: #000000;
}

li {
	font-family: arial;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 16px;
	color: #000000;
}
li.no_bullet 
{
	list-style-type: none;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 0;
	color: #000066;
}
h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
	color: #000066;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding-top: 0;
	font-size: 18px;
	color: #000066;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin-top: .3em;
	margin-bottom: 2em;
	font-size: 20px;
	color: #000000;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 17px;
	color: #000066;
}
.after_h5 {
	font-family: arial;
	font-weight: normal;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #000000;
}

.after_h5 a {font-weight: bold; }

div.photo_frame 
{
	float: right;
	margin: 1em;
	display: inline;
}
div.book_cover 
{

}

div.photo_caption {
	font-family: arial;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	font-size: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #000000;
}
.caption_bold {
	font-family: arial;
	font-weight: bold;
	padding: 5px;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #000000;
}
.caption_tag {
	font-family: arial;
	font-weight: normal;
	text-align: right;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #000000;
}

.book_title {font-style: italic;}
.book_title_normal {font-style: normal;}



/* Navigation list, a styled menu */
#menu 
{
	margin: 0; 
	padding: 0; 
	clear: both; 
	border-top: 1px white solid; 
	list-style: none inside; 
}

#menu li 
{
	width: 191px; 
	float: left; 
	background: #9999cc; 
	border: solid white; 
	border-width: 0 0 0 1px; 
	text-align: center; 
}

#menu li:first-child 
{
	border: none; 
	padding-left: 1px; 
}
#menu li a 
{
	display: block; 
	width: 191px; 
	padding: 3px 0; 
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #0000ff;
} 
.same_page
{	
	display: block; 
	width: 191px; 
	padding: 3px 0; 
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	color: #ffffff;
}

#menu li a:hover 
{
	background: #000099;
	color: #FFFFFF;
}


/* Menu */






/* Content */

#content
{
	background: #ffffff;
	margin-top: 1px;
	padding-top: 1.5em;
	border-top: solid 2px #000000;
	font-family: arial;
	font-weight: normal;
}


#content h3
{
	font-size: 17px;
}

#content h2,h3,h4,h5,h6
{
	text-align: center;
	margin-bottom: 0.2em;
}

.rowA
{	
	font-size: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
	font-size: 1.4em;

}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;

}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */


#primaryContent
{
	float: right;
	width: 69%;
	margin: 1em 5px 2em 5px;
	padding: .5em .5em .5em 1.5em;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #ffffff;
}

.blocked_off {
	font-size: 14px;
	padding: 1em 0 .5em 0;
	border-top: solid 1px #999999;
	}


/* Secondary Content */

#secondaryContent
{
	float: left;
	clear: left;
	width: 21%;
	margin-left: 5px;
	margin-top: 40px;
	padding: 0 .5em 0 .5em;
	background-color: #ccffff;
	border: solid 1px #000000;
}

#secondaryContent p
{
	margin-bottom: .8em;
	margin-top: .5em;
	line-height: 1.2em;
	font-family: arial;
	font-weight: normal;
	font-size: 15px;
	color: #000000;
}

/* Footer */

#footer
{

	border-top: solid 1px #000000;
	text-align: center;
	background: #FFFFcc;
	font-size: 14px;
	border-top: solid 1px #999999;
}


.clear
{
	clear: both;
}