/* CSS Document */

* {margin: 0;
    padding: 0;}

p {padding-top: 12px;
    padding-bottom:12px;}
	
h1 {
	
	font-size: 1.4em;
	font-style: normal;
	color: black;
}

h2 {
	
	font-size: 1.1em;
	
	color: black;
	
}
	
	
h3 {
	padding-top: 7px;
	padding-bottom:7px;
	font-style: normal;
	color: #1F1611;
	font-size: 1em;
}

h4 {
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 10px;	
}

a:link {color: navy;}     /* unvisited link */
a:visited {color: navy;}  /* visited link */
a:hover {color: #7b68ee;}   /* mouse over link */
a:active {color: navy;}   /* selected link */
	
body {
	background-color: #81796a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 65%;
}
	
#container {
	margin: 0px auto;
	width: 797px;
	color: #1F1611;
	font-size: 1.5em;
}

#header {
	background-image: url(../images/header12.jpg);
	height: 180px;
}

#linkbar {
	background-image: url(../images/linkbar_bg12.jpg);
	height: 59px;
	font-size: .9em;
}

#content {
	background-image: url(../images/content_tile12.jpg);
	background-repeat: repeat-y;
	padding:20px 80px 0 80px;
	
}
#content ol {
	
	margin:10px;
	
}

#content li {
	
	margin:15px;
	
}
#right_menu {
	background-image: url(../images/right_menu2.jpg);
	height: 365px;
	width: 277px;
	float: right;
	margin-right: -80px!important;
	margin-right: -40px;
}
.right_image {
	
	clear: right;
	float: right;
	margin-left: 20px;
	margin-bottom:0;
	
}
.book {
	margin-right: -80px!important;
	margin-right: -40px;
}
#footer {
	background-image: url(../images/footer12.jpg);
	height: 105px;
	padding-top:0;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	font-size: .7em;

}
#footer p {
	padding-top: 25px;
}
.quote {
	background-color: #d9d9d9;
	padding: 10px 20px 25px 25px;
	margin: 10px 100px 0px 30px;
}

.quote li {
	list-style: none;
	text-align: right;
}
/******************************* menu ****************************************/

#navcontainer ul
{
	margin-left: 100px!important;
	margin-left: 50px;
	color: Black;
	float: left;
	margin-top: 25px;
	font-family: "Times New Roman", Georgia, serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.1em .8em;
color: Black;
text-decoration: none;
float: left;
 font-size: 115%;
 font-weight: bolder;
}

#navcontainer ul li a:hover
{
color: navy;
text-decoration: underline;
}

/********************************' right menu *******************************/

.navcontainer {
	width: 200px;
	margin-left: 40px;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 168px;
border-bottom: 1px solid #BFC2C9;
}

.navcontainer a:link, .navlist a:visited
{
color: #666666;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #8D5764;
color: #fff;
}
/******************************** button *******************************/
.rightbutton {
	
	
	padding-left: 0px;
	margin-bottom: 12px;
	
}
.buttonpadding {
clear:right;
	padding-left: 40px;
	float: right;
}
/* .buttonpadding p{
	padding-bottom: 10px;
} */

a.squarebutton{
background: transparent url('../images/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
margin-left: 20px;
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-gray-right.gif') no-repeat top right;
display: block;

padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
 float: left;
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{/* Container you can use to surround a CSS button to clear float */
margin: 15px 0 30px 15px;
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
