@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #000;
	background-image: url(images/bgpage.gif);
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin: 0 auto 0 auto;
	font-family: "Times New Roman", Times, serif;
} 
.twoColFixLtHdr #header {
	padding: 0 0 0 0;
	height: auto;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 260px;
	background-color: #FFF;
	border-left-width: 2px;
	border-left-color: #FFF;
	margin-left: 2px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 275px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
	font-size: 14px;
} 
.twoColFixLtHdr #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 */
}
.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-right: 20px;
	margin-left: 10px;
	text-align: left;
}
.maintext2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}

.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;
}
.menu {
	margin-left : auto;
	width : 900px;
	height : 40px;
	color: #DF2D39;
	font-weight: bold;
	font-size: 14px;
	margin-right: auto;
	background-color: #fff;
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
} 
.menu ul { 
list-style : none;
padding : 7px 0 10px 0;
margin : 0;
text-align : center;
padding: 12px 0em 10px 0em;} 
.menu li {
	padding : 0 .5em 0 .5em;
	display : inline;
} 
.menu li a { 
color : #002870;
font-weight : bold;
text-decoration : none;
font-size : 1em;
} 
.menu li a:hover {
	color : #FFF;
	text-decoration : none;
} 
.emailheader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	clear: both;
}
.emailbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
}

#leftbox {
	width : 250px;
	min-height : 136px;
	color : #00C;
	background-image : url(images/grayback2.gif);
	background-repeat : no-repeat;
	height: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	overflow: hidden;
} 

#form {
	background-image: url(images/formbg.png);
	padding-left: 5px;
	color: #006;
	background-repeat: no-repeat;
	font-weight: bold;
	width: 250px;
	height: 70px;
}

.col-l {
	width : 250px;
	float : left;
	padding : 0 0 0 10px;
	text-align: left;
} 
#leftbox2 {
	width : 250px;
	color : #00C;
	background-image : url(images/grayback2.gif);
	background-repeat : no-repeat;
	height: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	overflow: hidden;
}
.big-lettering {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #F00;
	text-align: center;
}

#leftboxbottom, #leftboxbottom-2 {
	height : 300px;
	width : 250px;
	display : inline;
	text-align: center;
} 

.toprightpicture {
	background-image: url(images/bluebox.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 400px;
}
.top {
	background-image: url(images/bluebox.jpg);
	background-repeat: no-repeat;
}
.sides {
	background-image: url(images/blueboxsides.jpg);
	background-repeat: repeat-y;
}
.bottom {
	background-image: url(images/blueboxbottom.jpg);
	background-repeat: no-repeat;
}

#rightcolumn2 {
	color : #333;
	margin : 0 0 0 0;
	padding : 0 15px 0 0;
	background-color: #fff;
} 

.priceheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-left: 5pt;
	color: #000;
}


img.floatTL {
	margin-right : 7px;
	margin-bottom : 20px;
	margin-top : 2px;
	margin-left : 5px;
	float: left;
} 
.rightcoltext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	height: 100px;
	width: 178px;
	text-align: justify;
}

.price {
	font-size: 24px;
	color: #6290C0;
	font-weight: bold;
	margin-left: 5pt;
}

#triplebox {
	width : 600px;
	color : #e1e1e1;
	float : left;
	display : inline;
	margin-left : 0px;
	color : #333;
	margin-top: 15px;
	background-image: url(images/bluebox.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
} 
.col {
	width : 178px;
	float : left;
	margin-left : 1em;
	margin-top : 1.2em;
	background-repeat : repeat-x;
	margin-left : 1em;
	margin-top : 1.3em;
	border-right-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-size: 12px;
	display: inline;
} 
.col p { 
margin : 11px 0 0 0;
padding : 5px;
} 

#tripleboxbottom {
	height : 11px;
	width : 600px;
	background-image : url(blueboxbottom.jpg);
	margin-bottom : 5px;
	float: left;
	display: inline;
} 

blockquote {
	margin-top : 14px;
	margin-left : 20px;
	margin-right : 20px;
	margin-bottom : 15px;
	text-align : justify;
	color : #5376a3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
} 
#rightcolumnside {
	float : left;
	color : #333;
	margin : 0 0 0 0;
	padding : 0;
	display : inline;
	text-align: left;
	background-color: #fff;
	background-image: url(images/blueboxsides.jpg);
	background-repeat: repeat;
}
.bottomspacer {

}
.rightcol2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: lighter;
	height: 100px;
	width: 225px;
	text-align: justify;
	margin-left: 10px;
}
.rightcolumnheader {
	font-family: Andes;
	font-size: 36px;
	text-align: left;
}
.compareheader {
	font-size: 18px;
}
.twoColFixLtHdr #container #mainContent #rightcolumn2 #sides #bottom #top .maintext2 p {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
