/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #9B6903;
	margin-top: 0px;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	/*text-align: center;  Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {font: 13px Arial, Helvetica, sans-serif;
	padding: 10px 25px 10px 25px;
	line-height:17px;
}

h1 {
font: bold 12px Verdana, Arial, Helvetica, sans-serif; 
color: #9B6903; 
margin: 0px;
padding: 10px 0px 5px 25px;
background-color:#eeeeee;
}

h2 {
font: bold 18px Verdana, Arial, Helvetica, sans-serif; 
color: #666666; 
margin-bottom: -10px;
padding: 10px 25px 5px 25px;

}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active {
	color: #CC0033;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/





div#container {
	position:relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
  	width: 100%;
  	
}

div#innercontainer {
	padding: 0px;
	margin:0px auto;
	text-align: left;
	top:0px;
	width:750px;
	height:auto;
	z-index:1;
	visibility: visible;
	
}



div#box {
	position:absolute;
	left:15px;
	top:427px;
	width:118px;
	height:90px;
	z-index:5;

}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width:750px;
	height: 234px;
	vertical-align:top;
	background:#000;
	
}

#callaction{
			position:absolute; 
			left:446px; 
			top:136px; 
			width:266px; 
			height:65px; 
			z-index:5;
}

#callaction a:link{
			color:#CC0000;
}

#callaction a:visited{
			color:#CC0000;
}


/* Creates DIV container for body. Setting the left and right margins to auto will center DIV. */


div#content {
	font: 12px Arial, Helvetica, sans-serif;
	/* width is 750 - 2px for left and right borders */
	width: 748px;
	height:auto;
	background: #fff;
	float:left;
	clear:both;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 30px;
	
	}
	
div#content a{
font: 12px Arial, Helvetica, sans-serif;
color: #036;
	}
	
div#content li{
font: 12px Arial, Helvetica, sans-serif;
color: #036;
margin: 3px 10px;
line-height:17px;
	}


.tableaddress{
width:100%;
background:#eeeeee;
font: 13px Arial, Helvetica, sans-serif;
padding: 10px 25px 10px 25px;
line-height:17px;
border-top:1px solid #000;

}

.sidbar{
		float:right;
		width: 200px;
		height: 400px;
		border-left: 1px dotted #eeeeee;
		padding: 5px 25px 0px 25px;
		margin-left: 15px;
}

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	line-height: 0.7em;
	padding: 0px;
	height:25px;
	
}

#mainnav {
	float: left;
	width: 750px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: 9pt Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #9B6903;
	border-top: 1px solid #9B6903;
	background: url("images/navbar.jpg");
	
	}
#mainnav li {
	float: left;
	margin: 0;
	padding: 0px;
	list-style: none;
	background: url("../images/nav-li-bg.gif") no-repeat top right;
	}
#mainnav a {
	float: left;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	color: #000;
	border-right:1px solid #000;
	 
	}
#mainnav a:hover, #nav a.active {
	background: #9B6903;
	color: #fff;
	}
#mainnav a.active {
	background: #9B6903;
	color: #fff;
	}
li#t-home a {
	margin-left: 25px;
	background: url("../images/nav-li-bg.gif") no-repeat top left;
	}

li#t-readings a {
	width: 100px;
	}
/* ----------------- IMAGE ELEMENTS ----------------- */

.border {
	border: 1px solid #000;
	width: 750px;
	height: auto;
}


img.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
img.right {
clear: both;
	float: right;
	margin: 10px;
	border: 1px solid #000;
}

img.rightnoborder {
clear: both;
	float: right;
	margin: 10px;
	
}


img.normal {
	margin: 3px;
	border: 1px solid #000;
}
object.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
clear {
	clear: both;
}

/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
margin: 10px auto;
width: 750px;
clear: both;
}

div#footer p{color: #fff; font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align:center;}

div#footer a:link, a:visited, a:hover, a:active {color: #fff;}

div#copyright {font-size: 9px;}

/* ----------------- CUSTOM CLASSES ----------------- */

#privacy p{
font: 9px Verdana, Arial, sans-serif;
line-height: 1.5em;
}

#center {
display: block;
text-align: center;
}

#center p{
text-align: center;
}
