/*main css file*/

em { font-style: italic;}
a {
	color: #6EA4E5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #A6D3FF;

}



h1 {
	background: transparent url('../images/bg-tab.png') no-repeat top left;
	color: #94D41A;
	font-family: georgia, serif;
	font-style: italic;
	font-size: 18px;
	padding-left: 10px;
	height: 74px;
}

h2 {
	position: relative;
	border-bottom: 1px solid #F9D019;
	color: #FFB948;
	font-size: 1.5em;
	margin-bottom: 1.5em;
	font-variant: small-caps;
}
h2 span  {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .7em;
	font-weight: normal;
	margin: 0;
}

h2 span a {
	text-decoration: none;
}


h3 {
	color: #FF7F00;
	font-family: "lucida grande", helvetica, arial, sans-serif;
	font-size: 1.2em;
	margin-bottom: .5em;
	font-weight: normal;
}
#faq h3 {
	margin-bottom: .1em;
	margin-top: 1em;
}
p {
	color: #B1AA95;
	margin-bottom: 1em;
}
p.bottom {
	margin: 0;
}
#main ul {
	list-style: disc outside url('../images/icon_paw.png');
	margin-left: 20px;
	color: #B1AA95;
	margin-bottom: 1em;
}
#main ul li {
	color: #B1AA95;
	margin-bottom: .75em;
}
#main ul li ul {
	list-style: disc outside url('../images/icon_paw_blue.png');
	margin-left: 20px;
	color: #B1AA95;
	margin-bottom: 1em;
}
#main ol {
	list-style-type: decimal;
	margin-left: 20px;
	color: #B1AA95;
	margin-bottom: 1em;
}
#main ol li {
	color: #B1AA95;
	margin-bottom: .75em;
}


#footer h1.footer {
	width: 395px;
	float: left;
	font-weight: bold;
	color: #F9D019;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	background: none;
	padding: 0;
}
#footer h2.footer {
	font-size: 36px;
	padding-top: 14px;
	width: 460px;
	float: left;
	font-weight: normal;
	color: #FF7F00;
	text-transform: lowercase;
	margin: 0;
	border: none;
}
#footer .contact h3 {
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	padding-left: 30px;
	margin-right: 70px;
	margin-top: 0;
	margin-bottom: .5em;
}
#footer  .contact h3.email a {
	color: #000;
}

#footer  .contact h3.email {
	background: url('../images/icon_envelope.gif') no-repeat  left;
}
#footer .contact  h3.phone {
	background: url('../images/icon_phone.gif') no-repeat left;
}
#footer .contact  h3.globe {
	background: url('../images/icon_globe.gif') no-repeat left;
	margin-right: 0;
}


#footer ul {
	padding: 10px 0 0px 10px;
}
#footer ul li {
	font-size: 18px;
	display: inline;
	color: #6EA4E5;
}
#footer ul li span {
	color: #FF7F00;
	padding: 0 21px 0 18px;
}
.color { color: #FFD1A3;
	background: #141414;
	padding: 1px 7px 1px 10px;
	font-size: 90%;
	}
strong {
	font-weight:bold;
}
.green { color: #94D41A;}
a.green:hover {color: #BDFF5A;}
a.thisisatest {color: #000;}
