/* CSS Document */

a:link { color: #990033 }
a:visited { color: #990033 }
a:hover { color: #000000 }
a { text-decoration: none } 

td {font-family: Arial; font-size: 12px; color: #666666; } 

BODY { background-color: #D9F0F6; }

/* Link Variations */

a.ajcontact:link { color: #AC0834 }
a.ajcontact:visited { color: #AC0834 }
a.ajcontact:hover { color: #000000 }
a.ajcontact { text-decoration: none; font-weight: bold; font-size: 14px}

a.nav:link { color: #FFFFFF }
a.nav:visited { color: #FFFFFF }
a.nav:hover { color: #AC0834 }
a.nav { text-decoration: none; font-family: Arial Narrow; font-size: 14px; font-weight: bold; }

a.nav-selected:link { color: #AC0834 }
a.nav-selected:visited { color: #AC0834 }
a.nav-selected:hover { color: #AC0834 }
a.nav-selected { text-decoration: none; font-family: Arial Narrow; font-size: 14px; font-weight: bold; }

a.footernav:link { color: #CCCCCC }
a.footernav:visited { color: #CCCCCC }
a.footernav:hover { color: #CCCCCC; text-decoration:underline }
a.footernav { text-decoration: none; font-size: 10px}

a.bdafooter:link { color: #0F84A4 }
a.bdafooter:visited { color: #0F84A4 }
a.bdafooter:hover { color: #0F84A4; text-decoration: none }
a.bdafooter { text-decoration: underline; font-size: 10px; font-weight: bold}


/* Layout Variations */

.td-logo {
	padding-left: 40px;
}
.td-rtheader {
	text-align: right;
	padding-right: 30px;
}
.td-footer {
	color: #CCCCCC;
}
.td-copyright {
	font-size: 10px;
	color: #0F84A4;
	padding-top: 10px;
}
.td-nav {
	text-align: center;
	padding-bottom: 8px;
}

.sidebar-offer {
	padding-top: 15px;
	padding-left: 25px;
}
.sidebar-button {
	padding-left: 43px;
}
.td-sidebar {
	vertical-align: top;
	padding-top: 10px;
}

.td-main {
	vertical-align: top;
}
.main-content {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 30px;
}

.specials-content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	vertical-align: top;
}

.content-image {
	padding-left: 15px;
	padding-bottom: 15px;
}

/* Form */  

.button {
    font-family: Arial;
    font-size: 13px;
    border-color: #000000;
    background-color: #EEEEEE;
    border-width: 1px;
    height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.textbox {
    font-family: Arial;
    font-size: 13px;
	padding: 2px;
	background: #fff url('../images/input_bg.gif') repeat-x 0 1px;
	border: #A8A9AB 1px solid;
}

/* Font Variations */

.slogan {
	font-size: 16px;
	color: #0F84A4;
	font-style: italic;
}
.index-title {
	font-size: 14px;
	font-weight: bold;
}
.index-lists {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	list-style-position: outside;
	padding:0 0 0 240px;
}

.content-lists {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	list-style-position: outside;
	padding:0 0 0 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}