/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	background-color: #640012;
}

#all {
	background-image: url(images/header-bgd.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#container {
	width: 744px;
}

#header {
	height: 156px;
}

#header h1 {
	margin-top: 61px;
	margin-right: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #979797;
	font-weight: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

#navigation {
	height: 192px;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
}

#links {
	margin-left: 14px;
	margin-right: 14px;
}

#links a {
	color: White;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	padding: 19px;
	padding-bottom: 0px;
}

#links a:hover {
	color: #640012;
}

.sublinks a {
	color: white;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
	display: block;
	padding: 3px;
}

.sublinks a:hover, .sublinks a.on {
	color: #ffcc00;
}

.sublinks td {
	height: 170px;
	padding-left: 45px;
}

/* --------------------------------------------- START OVERS --------------------------------------------- 
.home
.what
.process
.services
.small
.forms
*/

.home #whatlinks, .home #processlinks, .home #serviceslinks, .home #smalllinks, .home #formslinks,
.what #homelinks, .what #processlinks, .what #serviceslinks, .what #smalllinks, .what #formslinks,
.process #homelinks, .process #whatlinks, .process #serviceslinks, .process #smalllinks, .process #formslinks,
.services #homelinks, .services #whatlinks, .services #processlinks, .services #smalllinks, .services #formslinks,
.small #homelinks, .small #whatlinks, .small #processlinks, .small #serviceslinks, .small #formslinks,
.forms #homelinks, .forms #whatlinks, .forms #processlinks, .forms #serviceslinks, .forms #smalllinks
 {
	height: 0px;
	overflow: hidden;
}

a.home, a.what, a.process, a.services, a.small, a.forms {
	background-image: none !important;
}

.home #links a.home, .what #links a.what, .process #links a.process, .services #links a.services, .small #links a.small, .forms #links a.forms {
	color: #640012;
}

.home {
	background-image: url(images/1-image.jpg);
}

.what {
	background-image: url(images/2-image.jpg);
}

.process {
	background-image: url(images/3-image.jpg);
}

.services {
	background-image: url(images/4-image.jpg);
}

.small {
	background-image: url(images/5-image.jpg);
}

.forms {
	background-image: url(images/6-image.jpg);
}

/* --------------------------------------------- END OVERS --------------------------------------------- */

#main {
	background-image: url(images/main-bgd.gif) !important;
	background-position: top left;
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 25px;
	text-align: center;
}

#divFix {
	width: 650px;
	margin-left: 44px;
}

#main p {
	color: #650010;
	font-size: 1.1em;
	clear: both;
}

#main h1 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #35000a;
}

#main h1 em, #main a {
	color: #99010d;
}

#content-both {
	clear: both;
	width: 655px;
	text-align: left;
}

#content-left {
	float: left;
	padding-bottom: 12px;
	width: 310px;
	text-align: left;
}

#content-right {
	float: right;
	padding-bottom: 12px;
	width: 310px;
	text-align: left;
}

#footer {
	background-image: url(images/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #640012 !important;
	height: 30px;
	text-align: left;
	clear: both;
	font-size: 0.95em;
}

#footer p {
	padding: 14px;
}

#footer .right {
	color: #c5797b;
	float: right !important;
	text-align: right;
}

#footer .left {
	color: #c5797b;
	float: left !important;
}

#footer .left a {
	color: white;
	text-decoration: none;
}

#footer .right a {
	color: #c5797b;
	text-decoration: none;
}

.highlight {
	background-color: #FFEAEA;
}

 p.highlight {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

/* CONTACT PAGE */

.formerror {
  border: 1px solid #990000;
  background-color: #FFE6E6;
  width: auto;
  padding: 0px;
}

.formerror li {
	color:  #990000;
}

.errortext {
  padding-left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-weight: bold;
  color: #990000 !important;
}

.active {
	background-color: White;
	color: black !important;
	border: 1px solid #8B0000;
}

.inactive {
	background-color: White;
	color: #FFD2D2 !important;
	border: 1px solid #FFB7B7;
}

input, textarea, file {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 1.1em;
}

/* TICKER */


#NewsTicker {
height: 100px;
padding: 5px;
background-color: #FFF7D7;
}

#NewsTicker div {
background-color: #FFF7D7;
}