@charset "utf-8";
body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/dropShadow.png);
	background-repeat: repeat-y;
	background-position: center;

}
#container   {
	width: 780px;
	/*	border:solid #000000 1px;
*/	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;

} 
#header  {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

} 

/*#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 
}*/
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 10px 10px;
	color: #C72F2A;
}
#mainContent  {
	width: 575px;
	margin-left: 200px;
	padding-top: 10px;

} 
#mainContent img {
	display: block;
	padding-bottom: 15px;
	padding-left: 100px;
}
#mainContent h1 {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 100px;
	color: #C72F2A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
	text-align: center;
	width: 400px;
}
#mainContent .alignLeft {
	text-align: left;
	font-style: normal;
}

#mainContent   h2  {
	color: #C72F2A;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContent p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 100px;
	width: 400px;

}
#mainContent .smallText {
	font-size: 10px;
	text-align: right;
}

#mainContentServices {
	width: 575px;
	margin-left: 200px;
}

#mainContentServices img {
	border: 1px solid #990000;
	margin-left: 10px;
}
#mainContentServices   .vertical   {
	border: 1px solid #990000;
	margin-left: 60px;
}

#mainContentServices table {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	width: 95%;
	margin-top: 10px;
}

#mainContentServices h1 {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #C72F2A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
	text-align: left;
	display: block;
}
#mainContentServices h2 {
	color: #C72F2A;
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
}
#mainContentServices p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 550px;
}
#mainContentServices .rightText {
	float: right;
	display: block;
	font-size: 11px;
	padding-right: 15px;
}
#mainContentFAQ {
	width: 575px;
	margin-left: 200px;
}

#mainContentFAQ h1 {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 100px;
	color: #C72F2A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
	text-align: center;
	width: 400px;
}
#mainContentFAQ p {
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContentContactLeft {
	width: 300px;
	margin-left: 10px;
	float: left;
	padding-top: 20px;
}
#mainContentContactLeft p {
	font-size: 12px;
}

#mainContentContactRight {
	width: 250px;
	margin-left: 20px;
	float: right;
	padding-top: 20px;
}
#mainContentContact {
	width: 575px;
	margin-left: 200px;
}
#mainContentContactLeft  h1 {
	font-size: 16px;
	color: #C72F2A;
	font-style: italic;
}
#mainContentContact p {
	font-size: 12px;
}
#mainContentThankYou h1 {
	font-size: 16px;
	color: #C72F2A;
	font-style: italic;
	text-align: center;
}
.bold {
	font-weight: bold;
}
/*---------contact----------*/
/*#form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#fields label {
	width: 260px;
	display: block;
	padding: 0px;
	font-size: 12px;
}
#fields input {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
}
#fields textarea {
	border: 1px solid #C8D2D9;
	margin: 0 0 5px 0;
	width: 260px;
}

#send input {
	width: 64px;
	height: 20px;
	margin: 0px;
}


ul {
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
}


.contact_info{
float:left;
padding:15px;
}

*/
/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu {
	margin: 0px;
/*	height: 500px;*/
	font-size: 10pt;
	font-family: verdana;
}

.menu ul {
	margin: 0pt;
	padding: 0pt;
	list-style-type: none;
}

.menu li { background-color: #000000; float: left; }

.menu a, .menu a:visited { border: 3px ridge #ffffff; display: block; text-decoration: none; height: 2em; line-height: 2em; width: 11em; color: #ffffff; padding-left: 1em; font-weight: normal; font-style: normal; font-variant:normal; text-transform: none; }


* html .menu a, * html .menu a:visited { width: 11em; }
* html .menu a:hover { border-color: #000066; color: #ffffff; background-color: #000099; position: relative; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }

.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { border-color: #000066; color: #ffffff; background-color: #000099; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover > a { border-color: #000066; color: #ffffff; background-color: #000099; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 7em; background-color: transparent; }
.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}


#footer  {
	padding: 0 10px 0 20px;
	font-size: x-small;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
} 
#footer .rightText {
	float: right;
	display: block;
}

#footer .leftText {
	float: left;
	display: block;
	padding-top: 10px;
}

#contactForm {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-size: 12px;
	padding-bottom: 10px;
}

#contactForm .elementDiv {
	padding-bottom: 10px;


}

#contactForm  label.error {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin-left: 50px;
	display: block;
}

