@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #f8e6da;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #474747;
	position: relative;
}

p, div, ul, li {
margin-top: 0;
margin-bottom: 0;

}

a:link, a:visited {
text-decoration: none;
color: #FF9999;
}

a:hover {
text-decoration: underline;
color: #feb500;
}

img {
border: 0px;
}

.clear {
clear:both;

}

#HomeFooterText {
padding-left: 90px;
padding-right: 90px;
padding-bottom: 20px;
color: #fff;
height: 100px;
overflow:hidden;

}
#HomeCopyright {
	padding-left: 90px;
	color: #FF9999;
	font-size: 10px;
}

#ContainerMain {
	width: 979px;
	margin-left: auto;
	margin-right: auto;
}

#StaticNav {
	font-family: Calibri, Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f7bfb2;
	text-align: right;
	padding: 5px;
}
#StrapLineText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #f8e6da;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 50px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: solid 1px #f7bfb2;
	color: #aa4e4a;
	padding-bottom: 5px;
	padding-left:52px;
	font-size: 34px;
	letter-spacing: -2px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: normal;
	background-image: url(../img/bg/h1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: solid 1px #de988d;
	color: #660033;
	padding-bottom: 10px;
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

h3{
	padding-bottom: 5px;
	margin: 0px;
	color: #db7f6a;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}


h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
margin: 0;
padding: 0;
	color: #aa4e4a;
	font-size: 12px;
}
.quote {
	font-size: 16px;
	color: #999999;
	border-top: 1px solid #f7bfb2;
	border-bottom: 1px solid #f7bfb2;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#aa4e4a;
}
#Bookmarking {
padding-left: 75px;
padding-right: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#f8e6da;
	padding-bottom:10px;
	margin: 0px;
}

.BreadCrumb {
	color: #FF9999;
	padding-bottom:5px;
}
.BreadCrumb a {
	color: #E17F6A;
}

/********  FORM   ***********/
fieldset {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

legend {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #660033;
	text-transform: uppercase;
	font-weight: bold;
}

fieldset label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 160px;
	float: left;
	display: block;
}
fieldset input {
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

fieldset textarea {
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.submitbttn {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.qForm2 {
width: 200px;
}

small {
	font-size: 11px;
	color: #666666;

}