﻿/* CSS layout */

#body {
	font-family: verdana, helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	background-color: #5b5d47;
	margin-top: 0;
}


#container_All {
	margin:auto;
	width: 800px;
	border: 1px #97978d solid;
}



#banner {
	background-color: #f0ebe0;
	width:100%;
	height: 176px;

}

.imgborder{
	border-width: 0px;
	text-align: center;
}

.imgmargin{
	text-align: center;
	border-width: 0px;
}
.imgdivcenter{
	text-align:center;
	border-width: 0px;
	
}


.imgcontentleft{
	border-width: 0px;
	vertical-align: text-bottom;
	margin: 3px 6px 0px 3px;
	float:left;	
}


#top_nav {
	margin: 0;
	padding: .15em;
	background-color: #97978d;
	width: 99.5%;
	height: 15px;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-size: small;
	font-weight: bold;
}

#container_Content {
	margin-bottom: 0;
	padding-bottom: .1em;
	background-color:#f0ebe0;
	width:100%;
	height: 100%;
	position: relative;
	width: 100%;
}

#page_content {
	border-right: 1px #000748 solid;
	height: 100%;
	margin-right: 200px;
	padding: 10px 25px 0px 10px;
	text-align: justify;
}

#pararight {
	padding: 10px 0px 0px 100px;
	width: 250px;
	position: absolute;
	right: 210px;
	top: 110px;
	padding-left: 10px;
	border-color:black;
}


.contactcontent{
	text-align: center;
	font-size: x-large;
	
}

#page_content_ul{
	margin-left: 20px;
	padding-left: 20px;
	list-style-type:disc;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
}
#right_nav {
	padding: 10px 0px 0px 100px;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 10px;
}

#galleryimages{
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
}

#gallerycopy{
	margin-top: 0;
	margin-bottom: 0;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

/* Footer */
#footer_container {
	margin-bottom: 0;
	padding-bottom: .1em;
	background-color: #97978d;
	width:100%;
	text-align:center;

}
.para_footer{
	margin-top: 0;
	margin-bottom: 0;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
}

#copyright {
	width:20%;
	font-size:x-small;
	vertical-align:bottom;
	text-align:left;
}

#address {
	width:80%;
}
#truwebs {
	width:20%;
    font-size:x-small;
    vertical-align:bottom;
	text-align:right;
}



/* Links */

a:link {
	font-size: small;
	text-decoration: underline;
	color: #5b5d47;
	font-weight: bold;
}

a:active{
	font-size:small;
	color: #5b5d47;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
    font-size: small;
	text-decoration: none;
	color: #5b5d47;
}

a:hover {
	font-size: small;
	text-decoration: none;
	color: #FFFFFF;
}

/* Vertical Unordered List with image bullet */


#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 4px;
padding-left: 4px;
list-style-type: none;
font-family: Verdana, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 180px;
background-color: #292b16;
border-bottom: 1px solid #eee;
}

#navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:link
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #5b5d47;
color: #fff;
}




/* Headings */
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #5b5d47;
	text-transform: lowercase;
	letter-spacing: 3px;
	word-spacing: 2px;
}

.h2 {
	 font-family: Verdana, Helvetica, sans-serif;
     text-align: left;
     font-size: 12pt;
     color: #5b5d47;
     font-weight:bold;
     letter-spacing: 3px;
	 word-spacing: 2px;


}

.h3 { 
     font-family: Verdana, Helvetica, sans-serif;
     text-align: left;
     font-size: 11.5pt;
     color: #5b5d47;
     font-weight:bold;
     letter-spacing: 3px;
	 word-spacing: 2px;
     
}

.h4 { 
     font-family: Verdana, Helvetica, sans-serif;
     text-align: left;
     font-size: 10pt;
     color: #5b5d47;
     font-weight:bold;
     letter-spacing: 3px;
	 word-spacing: 2px;
 
}