body { 
	background: url("../images/bg.gif") top repeat-x #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #2e3436;
	line-height: 1.1em;
}

#main {
	background: url("../images/bg-top.jpg") center top no-repeat;
	min-height: 294px;
}

#header, #content, #homefooter {
	width: 900px;
	margin: 0 auto 1em auto;
}

#content li {
    list-style-type: square;
    margin-left: 3em;
    padding-bottom: 1em;
}

#homefooter {
	font-size: 0.9em;
	color: #666;
	width: 900px;
}

#content {
    padding-bottom: 0;
}

#content em {
    font-style: italic;
    color: #666;
    font-size: 0.9em;
}

.label {
    font-weight: bold;
    text-align: right;
    padding-right: 1em;
}

#content strong {
    font-weight: bold;
}

h1 {
	padding: 0.5em 0 0.1em 0.25em;
	font-weight: bold;
	font-size: 1em;
	color: white;
	/* Let's give them extra eye candy if they have the aGQa font installed, otherwise, no big deal. */
	font-family: "Adobe Caslon Pro", Arial, Helvetica, sans-serif;
}

h1 img {
    margin-bottom: -0.5em;
}

h1 a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

h1 strong {
	font-weight: bold;
	color: #49c6f7;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 1em 0.5em 0;
	color: #888a85;
}

h3 {
    color: #2e3436;
    font-weight: normal;
    font-size: 1.3em;
    padding-bottom: 0.25em;
}

hr {
    margin: 1em 0;
    border-style: solid;
    border-color: #7d7d7d;
}

.box-top {
	height: 16px;
	width: 900px;
	background: transparent url("../images/top.png") center no-repeat; 
}

.box-bottom {
	height: 16px;
	width: 900px;
	background: transparent url("../images/bottom.png") center no-repeat; 
}

.box-content {
	padding: 0 0.75em 0 0.75em;
	background-color: white;
}

ul.nav {
	height: 33px;
}

ul.nav span {
	display: block;
	height: 26px;
	padding: 7px 0.75em 0 2.25em;
	cursor: pointer;
}

ul.nav a {
	background: url("../images/bg-li.gif") left no-repeat;
	color: #333;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
}

ul.nav li:hover a, ul.nav li.active a {
	background: url("../images/li-left-active.gif") left no-repeat;
}
ul.nav li:hover span, ul.nav li.active span{
	background: url("../images/li-right-active.gif") right no-repeat;
}

ul.nav li {
	height: 33px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	cursor: pointer;
}

ul.nav li:hover, ul.nav  li.active {
	background-color: #d8e2e7;
}

#business-top {
	width: 880px;
	height: 16px;
	background-color: red;
	background: url("../images/business-top.png") center no-repeat;
}

#business {
	width: 878px;
	border: solid #ddd;
	border-width: 0 1px 1px 1px;
	background-color: #eaeff2;
	text-align: left;
}

#business p {
	text-align: left;
}

#business strong {
	font-size: 2.2em;
	font-weight: bold;
	color: #062950;
}

input[type=text], input[type=password] {
    width: 15em;
    margin-bottom: 0.25em;
    font-size: 1.3em;
    font-weight: normal;
    color: #333;
}

button, input[type=button], input[type=reset], input[type=submit] {
    margin: 0;
    padding: 0.1em 1em 0.1em 1em;
    background-color: White;
    font-size: 1.2em;
    background-color: #eee;
    color: #333;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background-color: #ddd;
}

textarea {
    width: 600px;
    height: 200px;
    font-size: 1.2em;
    font-family: "Arial";
    color: #444;
}

.watermark {
    font-style: italic;
}

table td {
    vertical-align: top;
}

ul.tabs {
    position: absolute;
    bottom: 0;
    right: 1.5em;
}

ul.tabs li {
    float: left;
}

ul.tabs li a {
    display: block;
    border-right: 1px solid #041c42;
    padding: 0.4em 1em 0.25em 1em;
    background-color: #0573a4;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

ul.tabs li.active a, ul.tabs li:hover a {
    background-color: #fff;
    color: #333;
}

.newsflash {
    float: right;
    border: 1px solid #ddd;
    width: 575px;
    height: 142px;
    overflow: hidden;
    margin: 0.5em 0 0 0;
    text-align: center;
    vertical-align: middle;
}

.copy {
    margin-top: 1em;
}

.badges {
    margin-right: 3em;
}

.badges a {
    margin: 0.5em 1em 0 1em;
    display: block;
    float: right;
}

.AuthorizeNetSeal {
    float: right;
    height: 72px !important;
    width: 90px !important;
    margin: -1.9em 1.25em -1.7em 2em !important;
    position: relative;
    z-index: 1;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	/*height:345px;
	margin-left: 15px;*/
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	/*padding: 4px;*/
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}