﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #E1D8C4;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #373737;
}
/* Styles for DIV tags */
#container {
	background-color: #998866;
}
#leftphoto {
	border-style: none;
	border-width: 0px;
	background-color: #000000;
	position: relative;
}
html>body #leftphoto {
	overflow: hidden;
}
#mastheadtop {
	background-color: #998866;
	text-align: left;
}
#mastheadtop a {
	color: white;
	text-decoration: none;
}
#masthead {
	background-color: #FFFFFF;
}
#navigation {
	background-color: #998866;
	margin-left: 160px;
	text-align: left;
	padding: 0px 10px 4px 10px;
	vertical-align: middle;
	height:55px;
}
html>body #navigation {
	overflow: hidden;
}
/*#menu {
	background-color: #998866;
	margin-left: 160px;
	text-align: left;
	padding: 10px 10px 4px 10px;
	vertical-align: middle;
	height:55px;
}
html>body #menu {
	overflow: hidden;
}*/

#navigation_top {
	background-color: #998866;
	margin-left: 160px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	vertical-align: middle;
	height:25px;
}
html>body #navigation_top {
	overflow: hidden;
}

#content_container {
	border-width: 3px;
	border-color: #C0C0C0;
	padding: 0px;
	background-color: #998866;
}
#column_left_home {
	float: left;
	background-color: #ffffff;
}
#column_middle_home {
	float: left;
	background-color: #ffffff;
}
#column_temp_home {
	float: left;
	background-color: #ffffff;
}
#column_right_home {
	float: left;
	background-color: #ffffff;
}
#column_left {
	float: left;
	background-color: #ffffff;
}
#column_left hr {
display: block;
position: relative;
padding: 0;
margin: 20px auto;
width: 90%;
clear: both;
border: none;
border-top: 1px solid silver;
/*border-bottom: 1px solid #AAA;*/
font-size: 1px;
line-height: 0;
overflow: visible;

}

#column_right {
	background-color: #ccbb99;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #666666;
	color: #FFFFFF;
	background-color: #998866;
	padding: 3px 5px 7px 5px;
	width:775px;
	/*height:55px;*/
}
/* Styles for Masthead */
#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation_top */

#navigation_top ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation_top li {
	float: right;
	color: #fff;
	text-decoration: none;
	list-style-type: none;
}
#navigation_top a {
	color: #fff;
	text-decoration:underline;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	display: block;
	
}
#navigation_top a:hover {
	background-color: #456;
	margin: 0px;
	padding: 5px;
	display: block;
	text-decoration:none;
}
#navigation a:hover {
	background-color: #998866;
}
/* Styles for Right Column */
#column_right h4 {
	color: #3993CE;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: small;
}
#column_right a {
	color: #443311;
}
#column_right a:hover {
	/*background-color: #776644;*/
	color: #FFFFFF;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #3993CE;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #3993CE;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #3993CE;
	margin-top: 0px;
}
h4 {
	font-size: small;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #112233;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
li {
	font-size: small;
	color: #373737;
}
/* Styles for Footer */
#footer p {
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 0px;
	font-size: x-small;
	text-align: left;
}
#copyright {
	font-size: x-small;
	text-align: center;
}
#copyright p {
	font-size: x-small;
	padding: 0 0 5px 6px;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer img {
	padding: 0 0 0 10px;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_italic_underline {
	font-style: italic;
	text-decoration: underline;
}
.align_center {
    text-align:center;
}

.img_logo_margins  {
	margin: 5px;
}
.gorilla_photo {
	border: 5px solid #FFFF00;
}
.gorilla2_photo {
	border: 1px solid #000000;
	padding: 12px;
	margin: 5px;
}
.list {
	line-height: 25px;
}
.contactInfo {
	margin: 0px 0px 25px 0px;
}
.contactInfo a {
	font-size: 9pt;
}
.testimonial {
	border: 1px solid #808080;
	border-radius: 10px;
	width: 480px;
	padding: 1em;
	margin-left: 10px;
	background-color: #F2F0EC;
	font-style: italic;
	margin-bottom: 30px;
}
.threeSixtyP {
	font-size: xx-small;
}
.BlueTextBold {
	color: #468EBD;
	font-weight: bold;
}
.BlueTextBold {
	color: #468EBD;
	font-weight: bold;
}
.TwitterFeedHeader {
	color: #468EBD;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	width: 180px;
	padding: 5px;
	margin-left: 0px;
	margin-bottom:5px;
	background-color: #E1D8C4;


}
.BlueText {
	color: #468EBD;
}
.BlueText {
	color: #468EBD;
}
.FontMediumCenter {
	font-size: medium;
	text-align: center;
}
.TextUnderline {
	text-decoration: underline;
}
.img_border {
	border: 1px solid #000000;
	padding: 12px;
	margin: 5px;
}
.FontMedium {
	font-size: medium;
}
.FontLarge {
	font-size: large;
}

.TextAlignRight {
	text-align: right;
}
.BulletList {
	font-size: small;
	color: #373737;
	list-style-image: url('../images/bullet_round.jpg');
}
.BulletListCircle {
	font-size: small;
	color: #373737;
	list-style-image: url('../images/bullet_circle.jpg');
	margin-left: 40px;
}
.MarginLeft40 {
	margin-left: 80px;
}
WhatsNew hr {
display: block;
position: relative;
padding: 0;
margin: 0px auto;
width: 30%;
clear: both;
border: none;
border-top: 1px solid silver;
/*border-bottom: 1px solid #AAA;*/
font-size: 1px;
line-height: 0;
overflow: visible;
}
.WhatsNewHR {
	text-align: center;
	margin-top: -13px;
	margin-bottom: -5px;
}
.ContactInfoMargins {
	margin: 0px;
}
.emailLinkSize {
	font-size: 11px;
}

