/* basic elements */
/*---------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: 60%/200% verdana, arial, sans-serif; 
	color: #000;
	background-color: #ffffff;
	background: url(./images/j-background.jpg) repeat-x;
}

h1, h2, h3 {
	font: 220%/120% arial;
	margin-top: 0px;
	padding-top:0px;
	}

hr {
	border: none 0;
	border-top: 2px solid #a42020;/*the border*/
	width: 100%;
	height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
}


/* ------------------ CONTAINER -----------------------*/

#container {
	position: relative;
	background: url(./images/j-content.jpg) repeat-y;
	width: 765px;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	}

/* ---------------- HEADER ----------------------*/

#header {
	background: url(./images/j-header.jpg) no-repeat;
	height: 350px;
	text-indent: -5000px;	
}

/* ---------------- SIDE BAR ----------------------*/

#l-sidebar {
	float: left;
   	width: 190px;	
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
.topnav {
	font-family: Arial, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.topnav li {
	font-size: 14px;
	font-weight: bold;
	color: #ac0020;
	list-style-type: none;
	line-height: 250%;
	background: url(./images/j-bullet.jpg) no-repeat 0 11px;
	margin-left: 0px;
	padding-left: 17px;
}
.topnav li a {
	color: #1855a4;
	text-decoration: none;
}
.topnav li a:hover {
	color: #ac0020;
	border-bottom: 1px solid #ac0020;
}
.topnav li ul {
	margin-left: 0px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
}
.topnav li ul li {
	line-height: 150%;
	padding-left: 0px;
	margin-left: 0px;
	background: transparent;
}
.topnav li ul {
	margin-left: 0px
	padding-left: 0px;
}

/* navbar buttons */
.category ul li a {
	font-size: 11px;
	color: #1855a4;
	font-weight: normal;
	text-decoration: none;
}
.category ul li a:hover {
	color: #ac0020;
	border-bottom: 1px solid #ac0020;
}
/* selector for active page links */
.topnav ul li.here a {
	color: #ac0020;
}

/* ---------------- MAIN CONTENT ----------------------*/

#main-content {
	float: right;
	width: 555px;
	margin: 0px;
	padding: 0px;
}


#main-body {
   	margin: 0px 30px 10px 0px;
}

#main-body {
	font-size: 140%;
	line-height: 180%;
}

#main-body h1 {
	font-family: "Arial", "Arial", Gadget, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: #ac0020;
}

#main-body h2 {
	font-family: "Arial", "Arial", Gadget, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #1855a4;
	margin-top: 10px;
	margin-bottom: 5px;
}

#main-body h3 {
	font-family: "Arial", "Arial", Gadget, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #000;
	margin-top: 10px;
	margin-bottom: 5px;
}

#main-body h4 {
	font-family: "Arial", "Arial", Gadget, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #000
	margin-top: 5px;
	margin-bottom: 5px;
}

#main-body a {
	color: #1855a4;
	text-decoration: none;
	border-bottom: 1px dotted #1855a4;
}
#main-body a:hover {
	color: #ac0020;
	text-decoration: none;
	border-bottom: 1px dotted #ac0020;
}


#free-pub p {
	margin-left: 1.5em;
}

#free-pub h3 {
	margin-left: 1.5em;
}

.success {
	font-weight: bold;
	color: green;
}

.error {
	font-weight: bold;
	color: red;
}

/* -------------- DEALER LISTING ----------------*/

.dealer-listing {
	margin: 20px 0px 0px 10px;
	padding: 0px;
	line-height: 120%;
}

.dl-business {
	color: #100452;
	font-size: 120%;
	font-weight: bold;
}
.dl-name {}
.dl-address {}
.dl-citystate {}
.dl-phone {}
.dl-label { font-weight: bold; }
.dl-specialities {}
.dl-email {}
.dl-web {}


/* ------------ LOGIN BOX ------------------------*/

#memberlogin {
	margin-left: 25px;
	margin-right: 5px;
}
#memberlogin legend {
	font-weight: bold;
	font-size: 110%;
	color: white;
	background: #a42418;
	padding: 4px 8px;
}
#memberlogin dt {
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
}

#memberreminder {
	margin-left: 25px;
	margin-right: 5px;
}
#memberreminder legend {
	font-weight: bold;
	font-size: 110%;
	color: white;
	background: #a42418;
	padding: 4px 8px;
}
#memberreminder dt {
	padding-top: 5px;
	font-weight: bold;
}


#memberlogout {
	margin-left: 25px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 110%;
}

/* ---------------- NEWSLETTER SIGNUP -----------*/
#NewsletterSignup legend {
	color:#fff;
	background:#10084a;
	padding: 0px 5px 0px 5px;
	font-weight:bold;
}

#NewsletterSignup label {
	font-weight:bold;
}

/* ---------------- FOOTER ----------------------*/

#footer {
	width: 500px;
	padding-top: 30px;
	clear: both;
	text-align: center;
	padding-left: 220px;
}
#footer p {
	border-top: 1px solid #1855a4;
}

/* ----------------- LOGIN FORM -----------*/
#login {
	position: absolute;
	top: 12px;
	left: 460px;
}

#memberlogout {
	color: #1855a4;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px dotted #1855a4;
}

/* ----------------- CALENDAR -----------*/
#calendar h2 {
	font-family: "Arial", "Arial", Gadget, sans-serif;
	font-weight: bold;
	font-size: 140%;
	color: #080852;
	margin-top: 10px;
	margin-bottom: 5px;
}


#calendar h3 {
	font-family: "Arial", "Arial", Gadget, sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: #a41410;
	margin-top: 10px;
	margin-bottom: 5px;
}

/*------------------ AD SERVER -------------------*/

#ad_serve {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#ad_serve a {
	border-bottom: none;
}
#ad_serve a:hover {
	border-bottom: none;
}
