@charset "utf-8";
body  {
	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;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/boxes-red.jpg) no-repeat fixed left top;
	background-color: #990000;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 60px;
	margin-bottom: 40px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
} 
.twoColFixRtHdr #container a:link {
	color: #0066CC;
}
.twoColFixRtHdr #container a:hover {
	color: #990000;
}
.twoColFixRtHdr #container a:visited {
}
.twoColFixRtHdr #headertop {
	height: 30px;
	background-color: #0066CC;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.twoColFixRtHdr #headertop p {
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px 0px 0px;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}
.twoColFixRtHdr #header {
	padding: 10px;  /* 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: 60px;
	background-color: #ffffff;
	border-bottom: solid 1px;
	border-bottom-color: #E8F3FF;
} 
.twoColFixRtHdr #header #logo {
	float: left;
}
.twoColFixRtHdr #header #banner {
	float: right;
}
.twoColFixRtHdr #header2 {
	background: #ffffff;
	padding: 0px;  /* 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: 160px;
	margin-bottom: 0px;
	border-bottom: solid 1px;
	border-bottom-color: #E8F3FF;
} 
.twoColFixRtHdr #header2 #leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #0066CC;
	height: 160px;
}
.twoColFixRtHdr #header2 #rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #0066CC;
	height: 160px;
}
.twoColFixRtHdr #header2 #center {
	float: left; /* since this element is floated, a width must be given */
	width: 578px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px 1px 0px 1px;
	background-color: #0066CC;
	height: 160px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #990000;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px 10px 0px 10px;
}
.twoColFixRtHdr #sidebar1 .header {
	margin: 10px 10px 10px 10px;
	background-color: #990000;
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D20000;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar1 .rhmenu {
	margin: 10px 10px 20px 10px;
	font-size: 12px;
}
.twoColFixRtHdr #sidebar1 .rhmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 .rhmenu ul li {
	margin-bottom: 5px;
}
.twoColFixRtHdr #sidebar1 .rhmenu li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 .rhmenu li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 .rhmenu li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 .rhsubmenu {
	margin: 0px 10px 20px 10px;
	font-size: 12px;
}
.twoColFixRtHdr #sidebar1 .rhsubmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 .rhsubmenu ul li {
	margin-bottom: 5px;
}
.twoColFixRtHdr #sidebar1 .rhsubmenu li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 .rhsubmenu li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 .rhsubmenu li a:visited {
	text-decoration: none;
}
.twoColFixRtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #0066CC;
}
.twoColFixRtHdr #sidebar2 p {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	background-color: #0066CC;
	padding: 10px;
}
.twoColFixRtHdr #sidebar2 .header {
	margin: 10px 10px 10px 10px;
	background-color: #0066CC;
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar2 .header2 {
	margin: 10px;
	background-color: #0066CC;
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar2 .rhmenu {
	margin: 10px 10px 20px 10px;
	font-size: 12px;
}
.twoColFixRtHdr #sidebar2 .rhmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar2 .rhmenu ul li {
	margin-bottom: 5px;
}
.twoColFixRtHdr #sidebar2 .rhmenu li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar2 .rhmenu li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar2 .rhmenu li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar2 .rhsubmenu {
	margin: 0px 10px 20px 10px;
	font-size: 12px;
}
.twoColFixRtHdr #sidebar2 .rhsubmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar2 .rhsubmenu ul li {
	margin-bottom: 5px;
}
.twoColFixRtHdr #sidebar2 .rhsubmenu li a:link {
	text-decoration: none;
}
.twoColFixRtHdr #sidebar2 .rhsubmenu li a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar2 .rhsubmenu li a:visited {
	text-decoration: none;
}
.twoColFixRtHdr #sidebar2 #contactform {
	background-color: #FFFFFF;
	padding: 0px;
	color: #FFFFFF;
	border-color: #A6D2FF;
	border-style: solid;
	border-width: 1px;
	margin: 10px 10px 20px 10px;
	font-size: 14px;
	line-height: 20px;
}
.twoColFixRtHdr #sidebar2 a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.twoColFixRtHdr #sidebar2 a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 200px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent p {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.twoColFixRtHdr #mainContent h1 {
	color: #990000;
	text-transform: capitalize;
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent h2 {
	color: #0066CC;
	text-transform: capitalize;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent h3 {
	color: #0066CC;
	text-transform: capitalize;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent h4 {
	color: #003366;
	text-transform: capitalize;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent ul {
	color: #333333;
	font-size: 12px;
	list-style-type: square;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #footer {
	padding: 10px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #footer2 {
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #990000;
	font-size: 10px;
	text-align: center;
	color: #FF9B9B;
} 
.twoColFixRtHdr #footer2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #footer2 a:hover {
}
.twoColFixRtHdr #footer2 a:visited {
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.testimonial {
	text-align: right;
	border-bottom: 1px solid;
	border-bottom-color: #79BCFF;
}
.box {
	border: 1px solid;
	width: 460px;
	border-color: #DCDBE0;
	padding: 1px;
	margin: 30px 20px;	
}
.insetleft {
	float: left;
	border: 1px solid;
	border-color: #DCDBE0;
	padding: 1px;
	margin: 0px 20px 10px 0px;	
}
.insetlefthome {
	float: left;
	border: 1px solid;
	border-color: #DCDBE0;
	padding: 1px;
	margin: 0px 10px 5px 0px;	
}
.twoColFixRtHdr #mainContenthome {
	margin: 0 20px 0 200px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContenthome h1 {
	color: #990000;
	text-transform: capitalize;
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
}
.twoColFixRtHdr #mainContenthome #homeboxes {
	float:left;
	width: 780px;
}
.twoColFixRtHdr #mainContenthome h2 {
	color: #0066CC;
	text-transform: capitalize;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
}
.twoColFixRtHdr #mainContenthome #homeboxes p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 4px 0px 0px 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.homebox {
	margin:1px;
	width: 370px;
	height: 150px;
	padding: 5px;
	float: left;
	color: #333333;
	overflow: hidden;
	background-color: #E8E8E8;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.homebox a:link {
	text-decoration: none;	
}
.homebox a:hover {
	text-decoration: underline;	
}
.homebox a:visited {
	text-decoration: none;
}
.billboard {
	padding: 10px 5px 10px 5px;
}
