@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 125px;
}
#container #contactdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background: #000000;
	margin: 0px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}
#container #contactdetails a {
	color: #FFFFFF;
}
#container  #contactdetails  a:link  {
	color: #FFFFFF;
}
#container  #contactdetails  a:visited  {
	color: #FFFFFF;
}
#container  #contactdetails  a:hover  {
	color: #FFFFFF;
	text-decoration: underline overline;
}

.oneColFixCtrHdr #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 */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #MenuBar {
	background: #000000;
}
#sidebar {
	float: right;
	width: 200px;
	margin: 20px 5px 0px 0px;
	background: #fff;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #FFFFFF;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}


#sidebar ul {
	list-style: url(/assets/bullet_black.jpg) none outside;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#sidebar h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
#mainContentwithSide   {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-right: 210px;
}
#mainContentwithSide p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
}
#form1 #formfooter {
	font-size: 9pt;
}

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

#mainContentwithSide h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF0000;
}
.testimonialFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #FF0000;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.maincontent_footer_right {
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	text-align: right;
}
#mainContentwithSide a {
	color: #FF0000;
	text-decoration: underline;
}
#mainContentwithSide a:hover {
	text-decoration: none;
}


#mainContentwithSide ul {
	list-style: url(/assets/bullet_white.jpg) outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#mainContentwithSide h5 {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
#imgc {
	float: none;
	text-align: center;
	vertical-align: top;
}
#sidebar img {
	padding-left: 5px;
	vertical-align: middle;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FF0000;
}
.Nav_NextLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
}
.Nav_NextLine a {
	text-align: right;
}
.oneColFixCtrHdr #container #header #headerimg {
	margin: 0px;
	padding: 0px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.oneColFixCtrHdr a:hover {
	text-decoration: none;
}
#imgtop {
	float: none;
	text-align: center;
}
#mainContent ul {
	list-style: url(/assets/bullet_white.jpg) outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
