/*
©2008 Wordplay Media

Author : Karen Fisher | Wordplay Media

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */
html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Eras Medium ITC", Arial, Verdana, sans-serif;
	font-size: 100% !important; /* dont control the font-size here - leave it for the 
	element you want to control. This sets the base text size to 16px */
	background: #2e0f01 url(/images/bg.jpg) top center no-repeat;
	padding-bottom: 30px!important;
}



/*-------------------------------------------------------- LINK */


a {
	color: ;
	text-decoration: ;
}

a:hover {
	color: ;
	text-decoration: ;
}

a:active {
	color: ;
}


/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
}

h1 {
	font-size: 1em;
	line-height: 2em;
	color: #2d4907;
}

h2 {
	font-size: 0.875em;
	font-weight: 600;
	line-height: 1.4em;
}

h3 {
	font-size: 0.80em;
	font-weight: 600;
	line-height: 1em;
}

h4 {
	font-size: 0.6875em;
	line-height: 1em;
}

h5 {
	font-size: 0.6875em;
	line-height: 1em;
	font-weight: 600;
}

h6 {
	font-size: 0.6875em;
	line-height: 1em;
	font-weight: 600;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #49493c;
}

#right-col-bottom p.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style:italic;
}

/*----------------------------------------------------- BULLETS */

#right-col-bottom ul li {
	font-size: 0.75em; /* try and match the <p> font-size for consistency */
	line-height: 1.4em;
	list-style:circle;
	color: #49493c;
}

/*------------------------------------------------------ LAYOUT */


#container {
	width: 882px;
	margin: 30px auto 0px auto;
	padding: 1px 9px;
	background: url(/images/boxbg.png) 0px 0px repeat-y;
}

#inner {
	width: 882px;
	background: #171B1C url(/images/leftcolbg.jpg) 0px 0px no-repeat;
}

#left-col {
	float: left;
	width: 287px;
	height: 710px;
}

#right-col {
	float:left;
	width: 595px;
	min-height: 710px;
	background: #bec89c url(/images/contentbg.gif) bottom left no-repeat;
}

#right-col-top {
	width: 595px;
	background: url(/images/topright-flash.jpg) 0px 0px no-repeat;
}

#right-col-bottom {
	padding:15px 40px 25px 60px;
	width:495px;
}

#footer {
	font-size: 0.65em;
	height: 33px;
	background: url(/images/footerbg.gif) top left repeat-x;
}

.footer-left {
	float: left;
	height: 33px;
	line-height: 33px;
	margin-left: 20px;
	color: #fff;
}

.footer-left a:link, .footer-left a:visited, .footer-left a:active {
	color: #fff;
	text-decoration: none;
}

.footer-left a:hover {
	text-decoration: underline;
}

.footer-right {
	float: right;
	margin-right: 20px;
	color: #809655;
	height: 33px;
	line-height: 33px;

}
.footer-right a:link, .footer-right a:visited, .footer-right a:active {
	color: #809655;
	text-decoration: none;
}

.footer-right a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------ TABLES */

/*----------------------------------------------------- LOGO AREA */

.logo {
	display:block;
	text-indent: -9999px;
	margin: 0 auto;
	margin-top: 25px;
}

a.logo {
	height: 96px;
	width: 270px;
	background: url(/images/logo.gif) top left no-repeat;
}

p.address {
	font-family:Georgia, "Times New Roman", Times, serif;
	size: 0.5em;
	color: #a4a6a6;
	margin: 20px 0 0;
	text-align: center;
}


/*----------------------------------------------------- IMAGES */

p.thumbs img {
	border: 2px solid #a7a9a9;
	margin: 0px 6px;
}

p.thumbs {
	margin: 10px auto 0 auto;
}

#right-col-bottom table img {
	padding: 3px;
	border: 1px solid #5e7a0d;
}

/*------------------------------------------------------- INLINE LINKS */

#right-col-bottom a:link, #right-col-bottom a:visited, #right-col-bottom a:active {
	color: #5e7a0d;
	text-decoration: none;
}

#right-col-bottom a:hover {
	color: #5e7a0d;
	text-decoration: underline;
}

/*------------------------------------------------------- FORMS */

form {
	width: 480px;
}

form label {
	font-size: 0.75em;
	color: #49493C;
	line-height: 1.5em;
}

form input, form select, form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	width: 220px;
	border: 1px solid #5E7A0D;
	padding: 3px;
	display: block;
	margin: ;
	background-color: #DFE2D1;
}

form input, form textarea {
	width: 35em;
}

form textarea {
	height: 15em;
}

form input.hidden {
	display: none;
}

form input.submit-button {
	width: 150px;
	padding: 3px;
	margin-top: 6px;
}

form select {

}


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

.appealathon {
	margin: 30px auto 0 auto;
	width: 207px;
}

.clear {
	clear: both;
}

.push {
	height:;	/* make the height of .push the same as #footer */
}

