@charset "UTF-8";
* {
margin: 0;
padding: 0;
border: 0;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #473e36 url(../images/bg_page.gif) repeat-y 50% 50%;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
h1 {
	color: #220000;
	font: bold 26px/28px Verdana, Arial, Helvetica, sans-serif;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/main-bg.gif) repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
} 
#container-index {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/index-bg.gif);
	background-repeat: repeat;
} 
#header {
	background: #220000;
	padding: 0;
	float: left;
	height: 79px;
	width: 1000px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navigation {
	background: #000033;
	padding: 0;
	border-top: 6px solid #FFCC33;
	height: 30px;
	clear: both;
	z-index: 999;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px;
	z-index: 500;
}
   #sidebar1    ul   li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
	font-size: 1px;
}
#sidebar1  .last  {
	border: 6px solid #FFFFFF;
}
#container #header img {
	float: left;
}
#mainContent {
	float: left;
	width: 698px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 21px;
	padding-top: 7px;
} 
#mainContent h2 {
	color: #CC3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
#container #mainContent .blog_details p {
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	clear: both;
	background-color: #CC3300;
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
	font-size: 75%;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer p a {
	color: white;
}
#footer p a:hover {
	color: #220000;
}
#container #mainContent p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.comment_two         {
	color: #003399;
	text-decoration: underline;
}
#container #mainContent a:hover {
	color: #FF3300;
}
#container #mainContent h3 {
	color: #cc3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#container  #mainContent  blockquote {
	color: #666666;
	margin-right: 4%;
	margin-left: 4%;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container  #mainContent  ul {
	margin-right: 4%;
	margin-left: 4%;
	font-size: 12px;
	line-height: 16px;
}
 #container  #mainContent .page_summary  {
	background: #CCCCCC;
	color: #666666;
	border: 1px solid #999999;
	font: italic bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}
#container #mainContent .page_summary h5   {
	background: url(../images/summary_icon.gif) no-repeat left top;
	padding: 6px 15px 15px 50px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
#container #mainContent .page_summary h4 {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #999999;
	padding: 3px;
}
#container  #mainContent .image_sequence  {
	background: #CCCCCC;
	color: #666666;
	border: 1px solid #999999;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}
#container #mainContent .image_sequence .content   {
	color: #666666;
	line-height: 16px;
	padding: 6px;
}
#container #mainContent .image_sequence h4 {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background: #999999;
	padding: 3px;
}
#container #mainContent .image_sequence p   {
	clear: both;
	margin: 0px;
	font-size: 11px;
}
#container #mainContent .image_sequence .group   {
	text-align: center;
	float: left;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#container #mainContent .image_sequence .citation	{
	font-size: 10px;
	padding-left: 6px;
	padding-bottom: 3px;
}
#container #header #tabs {
	padding: 0px;
	list-style: none;
	z-index: 1500;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
	line-height: 15px;
	float: left;
	margin-left: 0px;
}
#container #header #tabs li {
	background: url(../images/tab-right.gif) no-repeat right top;
	float: left;
	height: 27px;
}
#container #header #tabs a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 8px;
	background: url(../images/tab-left.gif) no-repeat left top;
	float: left;
}
#container #header #tabs a:hover {
	color: #FFCC33;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 8px;
	background: url(../images/tab-left.gif) no-repeat left top;
	float: left;
	margin: 0px;
}
#container #header #tabs #search label {
	margin: 0px;
	float: left;
	background: url(../images/tab-left.gif) no-repeat left top;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
}
#container #header #tabs #search input {
	vertical-align: bottom;
}
#container #mainContent h6 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin-top: 10px;
	margin-left: -8px;
	margin-bottom: 10px;
	float: left;
}
#container #mainContent h6 a {
	color: #666666;
	text-decoration: underline;
}
#container #header #signup {
	background: #0099CC url(../images/join_box-corner.gif) no-repeat left bottom;
	float: right;
	width: 543px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	height: 43px;
	padding: 0px 5px 4px;
}
#container #header #join_box p {
	font-size: 11px;
	margin-top: 0px;
}
#container #header #join_box a {
	color: #FFFFFF;
	text-decoration: underline;
}
#container #header #join_box a:hover {
	color: #000033;
}
#container #header #join_box .links {
	margin: 0px;
	float: right;
	clear: both;
	padding: 0px;
}
#container  #mainContent  .image_  {
	margin: 0px;
	float: right;
	clear: both;
	padding: 0px;
}
input.send-btn {
	width: 58px;
	height: 18px;
	background: #000033 url(../images/email_submit.gif) no-repeat;
	outline: none;
	margin: 0px;
	padding: 0px;
}
input.send-btn:hover {
	background: #000033 url(../images/email_submit-over.gif) no-repeat 0 0px;
}
.comment_email_print_controls {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	text-align: right;
	margin-right: -8px;
}
.comment_email_print_controls a {
	color: #666666;
	text-decoration: underline;
}
.video {
	float: right;
	margin-left: 8px;
	margin-top: 5px;
	z-index: 500;
}
.further_study {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin-top: -15px;
	margin-left: 20px;
	list-style: url(../images/bullet_arrow.gif) none;
}
#container   #mainContent   .book {
	border-bottom: 2px dotted #999999;
	float: left;
	padding-top: 15px;
	margin: 0px 0px 10px;
	clear: both;
	width: 100%;
}
#container #mainContent .book p {
	margin-left: 145px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0px;
}
#mainContent  .blog_block  h4 {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}
#container  #mainContent  .book  dd {
	margin-left: 150px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 50px;
}
#container   #mainContent   .book   img  {
	float: left;
	margin-bottom: 10px;
}
#container #mainContent .cite {
	color: #000000;
}
.comments_head {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}
.comments_head img {
	margin-top: 20px;
}
.comment_one {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	clear: both;
	float: left;
	width: 100%;
}
.feedback {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.blog_summary {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.blog_summary  h2  a {
	text-decoration: none;
	color: #220000;
}
.avatar {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;

}
.paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0;
 background-color:	transparent;
}
.entry {
margin-top: 10px;
padding: 0 10px 10px 10px;
border: 1px solid #ccc;
background: #F9F8F2;
color: #333;
}
#entry input.inp {
	border: 1px solid #A0401D;
	background: #FFFFFF;
	font: 10px verdana, sans-serif;
	color: #443;
	padding: 1px;
	outline: none;
	margin-left: 4px;
}
#entry input.inp:hover, #search input.inp:focus {
	border: 1px solid #5A261E;
}
#mainContent .blog_block {
	float: left;
	width: 185px;
	margin-right: 20px;
	line-height: 18px;
	font-size: 12px;
	clear: left;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent .blog_section {
	background-color: #F9F8F2;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}
#mainContent .blog_block li {
	list-style-type: none;
	line-height: 22px;
}
#container #mainContent .blog_block p {
	margin-top: 2px;
	margin-right: 0em;
	margin-bottom: 10px;
	margin-left: 0em;
}
.archives li {
	list-style-type: none;
	line-height: 22px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.archives h4 {
	list-style-type: none;
	line-height: 22px;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent .blog_content {
	margin-left: 207px;	
}

