@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
}
html {
	height: 100%;
	padding: 0px;
	font-size:100%; /* this is for IE 6 to make sure the fonts don't get oversized */
}
body {
	padding: 0px;
	border:none;
	background-color:#DADADA;
	height: 100%;
	font-size:1em; /* this is the browser default font size, which is typically 16px */
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.125em;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#topRight {
	width: 175px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	margin-left: 20px;
}
#bbbLogo {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#authorizeNetImage {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

p {
	font-size:.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p.cntr {
	text-align:center;
	border:none;
	}
.strongText{
	font-weight:bold;
	text-align:center;
	}
.regText{
	text-align:center;
	}
.myTitle{
	font-size:.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
	color:#660000;
}

.smallLink{
	font-size:.8em;
}
a {
	color:#003399;
	text-decoration:underline;
	font-size:1.1em;
}
a.link {
	color: #003399;
	text-decoration: underline;
	font-size:1.1em;
}
a.visited {
	color: #003399;
	text-decoration: underline;
	font-size:1.1em;
}
a.active {
	color: #003399;
	text-decoration: underline;
	font-size:1.1em;
}
a.hover {
	color: #003399;
	text-decoration: underline;
	font-size:1.1em;
}

hr {
	border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	height: 2px;
	width:95%;
	clear:both;
	}
img {
	border:none;
	}
strong{
	color:#660000;
	font-weight:bolder;
	font-size: 1.1em;
	}
.black{
	color:#333333;
	font-weight:bold;
	font-size: 1em;
	}
.red{
	color:#7b0000;
	font-weight:bold;
	font-size:0.8em;
	}
.testimonialText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-align: justify;
}
.testimonialTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#container{
	margin: 0 0 -23px; /* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
	width:60.875em; /*this is basically 16px default. 1/16 x 974 px wide = ems  This makes the entire page scale if the user has larger or smaller fonts. */
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-left-color:#7b0000;
	border-right-color:#7b0000;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #7b0000;	/* position: relative; */
}
#header{
	background-image: url(images/images2009/laTopBarStretch.gif);
	background-repeat: repeat-x;

}
#myNav{
	width: 525px;
	float: left;
}
#myContent{
	height: 100%;
	width:60.875em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 1.5em;
}
#myFooter{
	width:60.875em;
	height: 23px;
	margin-left:auto;
	margin-right:auto;
	}
	
#myFooterLeft{
	float: left;
	width: 337px;
	height: 23px;
}
#myFooterRight{
	background-image: url(images/images2009/topFooterRight.gif);
	background-repeat:repeat-x;
	height: 23px;
	text-align: center;
	margin-left: 337px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#myNavRight{
	float: right;
	width: 165px;
}
#myNavMiddle{
	background-image: url(images/images2009/myNavMiddle.gif);
	background-repeat: repeat-x;
	margin-left: 525px;
	text-align: right;
}
img.rgt {
	background-repeat: repeat-x;
	
}
.footerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #E28E8E;
	
}
#clearFooter{ /* 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 its child floats */
	clear:both;
    height:26px; /*  This height makes sure that text doesn't overlap the footer.  Technically, 23 px should be enough, but in my testing it falls a little short so I added an additional 3 px*/
    font-size: 1px;
    line-height: 0px;
}
.clearfloat { /* this class should be placed on a 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;
}
#screenShots {
	width: 175px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	margin-left: 20px;
}
.goDaddy {
	float: right;
	margin-right: 10px;
}
