/* ******************************************* */
/* Custom Styles                               */
/* ******************************************* */

/* ******************************************* */
/* Tag Overwrites                              */
/* ******************************************* */

body{
	font-family: tahoma, Arial, verdana, helvetica, sans-serif;
	color:#000;
	margin:0;
	padding:0;
	background:#fff url(../images/banner.jpg) no-repeat;
	line-height:120%;
	font-size:90%;
}

a {
	color: #C50F0F;
	text-decoration:none;
	border-bottom:1px dotted #C50F0F;
}

a:hover, a:focus, a:active {
	color:#E4B434;
	border-color:#E4B434;
}

/* ******************************************* */
/* Heading Styles                              */
/* ******************************************* */

/* ******************************************* */
/* Menu Styles                                 */
/* ******************************************* */
#menu ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

#menu ul li
{
    display: inline;
	margin: 0px;
	padding:0px;
	float: left;
}

#menu a
{
    text-decoration: none;
    padding: 2px 5px 2px 20px;
	display:block;
	white-space: nowrap;
	width:120px;
    border: #8C1B17 solid 1px;
    background-color: #A6100F;
    color: #fff;
	font-weight:bold;
}

#menu a:hover, #menu a:active, #menu a:focus
{
    background-color: #E4B434;
	border-color:#000;
    color: #000;
}
	

/* ******************************************* */
/* Content Styles                              */
/* ******************************************* */

h1 {
	border-top:2px solid #C50F0F;
	color:#706758;
	font-size:140%;
	font-weight:bold;
	font-variant: small-caps;
	text-transform: uppercase;
	white-space:nowrap;
	padding:10px 0px;
	margin:0px;
}

h3 {
	border-top:2px solid #C50F0F;
	color:#706758;
	font-size:120%
	font-weight:bold;
	font-variant: small-caps;
	text-transform: uppercase;
	padding:10px 0px;
	margin:0px;
	margin-top:20px;
}

p {
	text-align:justify;
	margin:0px;
	padding:10px 0px;
	font-size:90%;
}

.testimonialText{
	font-size:80%;
	font-style:italic;
}

.testimonialTextNames{
	font-size:80%;
	font-weight:bold;
}

.smalltext{
	font-size:75%;
}

.labelStyle{
	display:block;
	float:left;
	width:140px;
	font-weight:bold;
}

li{
 padding:10px 0px;
 font-size:90%;
}

ul.noPadding li{
 padding:0px;
}
/* ******************************************* */
/* Footer Styles                               */
/* ******************************************* */

#footer p {
	font-size: 75%;
	padding:0px;
	text-align:right;
	/*color: #fff;*/
}
/*
#footer a {
	color: #fff;
	border-bottom:1px dotted #fff;
}

#footer a:hover {
	color: #E4B434;
	border-bottom:1px dotted #E4B434;
}*/
/* ******************************************* */
/* Custom Classes                              */
/* ******************************************* */
.redText{
	color:#C50F0F;
	font-weight: bold;
}

#menu.background{
	background-color: #A6100F;
	border: #8C1B17 solid 1px;
}
#content.background{
	background-color: #fff;
}

#footer.background {
	background-color: #ddd;
	border-top: #8C1B17 solid 1px;
}