﻿@import url('cgam_layout.css');

body {
	background-position: top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	background-image: url('images/25original3.gif');
	background-repeat: repeat;
}
p {
	margin: 0;
	padding: 0;
}
#container {
	border-left: 1px #EFEFEF solid;
	border-right: 1px #EFEFEF solid;
	border-bottom: 1px #EFEFEF solid;
	width: 1024px;
	font-size: 0.875em;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#masthead {
	width: 1022px;
	float: none;
	padding-top: 40px;
	background-color: #FFFFFF;
}
#masthead #leftside {
	width: 330px;
	float: left;
	margin-left: 60px;
}
#masthead #leftside h1 {
	color: #ff6200;
	margin-bottom: 6px;
	text-align: center;
}
#masthead #leftside h2 {
	color: #0021DE;
	margin-bottom: 0;
	text-align: center;
	font-size: 20px;
	margin-top: 8px;
}
#masthead #rightside {
	width: 500px;
	float: right;
}
#masthead #rightside a {
	color: #0021de;
	text-decoration: underline;
}
#masthead #rightside a:hover {
	color: #ff6200;
}
#masthead #rightside img {
	border:0;
}
#masthead #subscribe {
	font-size: 11px;
	text-align: center;
	margin-bottom: 26px;
	margin-right: 12px;
}
#masthead form {
	margin: 0px;
}
#masthead a {
	margin: 0px;
	font-size: 9px;
}
#masthead #rightside h1 {
	font-size: 24px;
	margin-top: 30px;
}
#masthead #leftside h5 {
	margin-top: 0;
	margin-bottom: 0;
}
#masthead #rightside h5 {
	margin-top: 0;
	margin-bottom: 0;
}
#masthead .logostyle {
	border-width: 0px;
	float: left;
	margin-top: 5px;
}
#subscribe .subscribebox {
	border: 1px solid;
	border-color: #D8CDA9;
	background-color: #FFFFFF;
}
/* top navigation */
#navbar {
	border-top: 2px #B7996C solid;
	border-bottom: 2px #B7996C solid;
	padding: 8px;
	margin: 0;
	text-align: center;
	font-size: 16px;
	background-color: #CEB99B;
}
#navbar a:link, #navbar a:visited, #navbar a:active {
	padding: 8px 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#navbar a.main {
	color: #FFFFFF;
}
#navbar a:hover {
	text-decoration: none;
	color: #B5976F;
	background-color: #FFFFFF;
}
#navbar a.main:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

/* Page content holder */
#content {
	border-bottom: 2px #CEC093 solid;
	padding: 0px 0px 8px 12px;
	float: left;
	width: 1012px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-top: 30px;
	font-size: .875em;
}
#content ul.bullets li {
	line-height: 1.3em;
}
#content ul.bullets {
	margin: 0px;
	margin-left: 38px;
	line-height: 1.2em;
	list-style-type: disc;
	margin-bottom: 8px;
	margin-right: 18px;
}
/* Styling for the form on the Contact Us page */
#emailform {
	margin-top: 30px;
}
#emailform label {
	margin-right: 6px;
	padding-right: 6px;
	width: 88px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
#emailform #button_row {
	margin-left: 176px;
	margin-top: 20px;
}
a.hugginslink {
	font-size: 9px;
	margin-left: 40px;
}
/* Main content section of Home page. Float left against left side navigation. */
.category {
	float: left;
	margin-left: 16px;
	margin-bottom: 6px;
}
/* Side navigation */
#navsect a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 1px;
}
#navsect ul li:hover {
	background-image: url("images/hanger.jpg");
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: underline;
	color: #0021DE;
}
/* To fix IE bug for not liking list items displayed block */
/* Have to trick IE (because it’s bugginess also allows us to trick it into behaving the way we want) into thinking that the display property */
/* is set to inline, after that we tell it we want the display property set to block. This will make IE really mad, but it works. */
/* With the html statements written like this, only IE can read it. The 'important' makes sure IE won't ignore it if styles change later */ 
* html #navsect li a {display:inline-block !important;}
* html #navsect li a {display:block !important;}
 
/* Content Styles */
#content p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#content p.indented {
	margin-bottom: 6px;
	margin-left: 80px;
	margin-right: 60px;
}
#content p.smallindent {
	margin-bottom: 6px;
	margin-left: 20px;
	margin-right: 20px;
}
#content img.photo_plain {
	border-color: #747474;
	border-width: 1px;
	border-style: solid;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
h2 {
	color: #005B00;
	font-size: 1.7em;
	margin-bottom: 0px;
	clear: both;
	margin-top: 20px;
}
#content h3 {
	color: #009900;
	margin-top: 44px;
	font-size: 20px;
	margin-bottom: 8px;
}
#content h4 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 18px;
	color: #001DBF;
}
#content h5 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 18px;
	margin-left: 18px;
	color: #806542;
}
#content #rightcol ul {
	margin-left: 18px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 8px;
	color: #333333;
}
#content #rightcol ul li {
	background-position: 0% 50%;
	padding: 6px 0px;
	margin-bottom: 2px;
	background-image: url('images/triangle.gif');
	background-repeat: no-repeat;
	padding-left: 13px;
}
#leftcol {
	float: left;
	width: 540px;
}
#rightcol {
	float: right;
	width: 400px;
	margin-right: 10px;
	padding-left: 54px;
	font-size: 14px;
}
#centercol {
	width: 600px;
	margin-right: 10px;
	font-size: 14px;
	margin-left: 200px;
}
#photocol {
	float: left;
	width: 250px;
	margin-left: 40px;
	margin-top: 80px;
}
#widecol {
	float: left;
	width: 700px;
}

/* Footer Styles */
/* bottom navigation */
#navbar2 {
	margin: 0;
	text-align: center;
	font-size: 12px;
	margin-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
}
#navbar2 a:link, #navbar2 a:visited, #navbar2 a:active {
	padding: 13px 16px;
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
#navbar2 a:hover {
	text-decoration: none;
	color: #ff6200;
}

#footer {
	border-bottom: 2px #CEC093 solid;
	text-align: center;
	clear: both;
	width: 1024px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #000000;
}
#footer a {
	color: #530156;
}
#footer a:hover {
	text-decoration: underline;
}
/* Styling of Links */
a {
	color: #ff6200;
	text-decoration: underline;
}
a:hover {
	color: #0021de;
}
/* Miscellaneous classes */
label {
	font-size: 12px;
}
.bold {
	font-weight:bold;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.clear {
	height: .8em;
	clear: both;
}
.clearonly {
	height: .8em;
	clear: both;
}
.filler {
	height: 10em;
	clear: both;
}
.filler_small {
	height: 3em;
	clear: both;
}
.attention {
	color: #0021de;
}
.condensed2 {
	margin-right: 50px;
}
.condensed3 {
	margin-right: 100px;
}
.indented {
	margin-left: 24px;
}
.indented2 {
	margin-left: 80px;
}
.align_top {
	vertical-align: top;
}
a.button {
	background: transparent url('images/bg_button_a.gif') no-repeat scroll right top;
	color: #444;
	display: block;
	float: left;
	font: normal normal bold 12px verdana, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */;
	text-decoration: none;
}
a.button span {
	background: transparent url('images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
#consult_button {
	text-align: center;
	margin-left: 116px;
	margin-top: 10px;
}
#content ul {
	margin:0;
}
#content ul.cleanlist {
	margin: 0;
	padding: 0;
	font: 18px;
	width: 254px;
	list-style-type: none;
	margin-left: 28px;
	margin-top: 16px;
}
#content ul.cleanlist li {
	color: #003399;
	font-size: 14px;
	border-top: 1px #D0D9F2 solid;
	padding: 6px 16px 6px 8px;
	margin-bottom: 2px;
}
#content .blocklist {
	width: 300px;
	float: left;
	background-color: #F1ECE4;
	margin-right: 12px;
	margin-top: 10px;
	margin-left: 16px;
	padding-bottom: 10px;
}
#content .blocklist2 {
	width: 300px;
	float: left;
	background-color: #F1ECE4;
	margin-right: 12px;
	margin-top: 10px;
	margin-left: 16px;
}

#content .divider {
	font-size: 6px;
	border-bottom: 2px #A78956 solid;
	margin-right: 12px;
}
.testimonial2 {
	padding: 0 4px 1px 16px;
	background: url('images/quote2_l.gif') no-repeat scroll left
top;
	font-family: "lucida grande",arial,sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	width: 470px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom-color: #EEE1CA;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
.announce {
	color: #806542;
}
.linespaced {
	line-height: 1.6em;
}