
/* Styles created and modified by Jason "Wally the Web Guy" Waldron beginning 2/2008 */
/* Re-implemented and updated sitewide code 7/16/2008 */

body {
	background-color: #efefef;
	/* background-repeat: repeat-x fixed top; */
	/* background-color: #666666; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	margin-left: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
}

/* Content Text */
body h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 28px;
padding-left: 15px;
padding-right: 15px;
}
body h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding-left: 15px;
padding-right: 15px;
}
body h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
}
body h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
padding-left: 10px;
padding-right: 15px;
}
body p {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
}
body li, ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
body li.liststar, ul.liststar {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
list-style-image: url("http://drdarma.com/Images/brain/star-bullet.gif")
}
body li.listsquare, ul.listsquare {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
list-style-image: url("http://drdarma.com/Images/brain/square-bullet.gif")
}
body li.listcheckmark, ul.listcheckmark {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
list-style-image: url("http://drdarma.com/Images/brain/checkmark-bullet.gif")
}
body li.listredarrow, ul.listredarrow {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
list-style-image: url("http://drdarma.com/Images/brain/red-arrow-bullet.gif")
}
body li.listblackarrow, ul.listblackarrow {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
list-style-image: url("http://drdarma.com/Images/brain/black-arrow-bullet.gif")
}
body a {
text-decoration:none;
}
body a:link {
color: #0033CC;
}
body a:visited { 
color: #0033CC;
}
body a:active {
color: #0033CC;
}
body a:hover {
text-decoration:underline;
}

/* Main Top Navigation with BLUE background */

.mainnav {
font-family: verdana, arial, serif;
font-size: 12px;
font-weight: bold;
color: #000066;
/* padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px; */
}
.mainnav a {
text-decoration:none;
}
.mainnav a:link {
color: #0033CC;
}
.mainnav a:visited { 
color: #0033CC;
}
.mainnav a:active {
color: #0033CC;
}
.mainnav a:hover {
color: #0033CC;
text-decoration:underline;
}

/* Color Classes for SPANs */

.blue {color: #0033CC} /* DHARMA BLUE */
.lightblue {color: #C1D9E7}
/* .bluetop {color: #203F9A} */
.red {color: #E10000}
.maroon {color: #914138}
.yellowbackground {background-color: #FFFF00}


/* Light Blue Order Box Text Styles */
.orderboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Class for list on homepage */
.bulletedlisttext { 
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

/* Testimonial Box Text */
.testimonialbox {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0px 0px 0px 0px;
}
.testimonialbox a {
text-decoration:none;
}
.testimonialbox a:link {
color: #0000FF;
}
.testimonialbox a:visited { 
color: #0000FF;
}
.testimonialbox a:active {
color: #0000FF;
}
.testimonialbox a:hover {
text-decoration:underline;
}



/* Bottom Navigation Styles */
.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bottomnav a {
text-decoration:none;
}
.bottomnav a:link {
color: #0033CC;   /* SET TO DHARMA BLUE */
}
.bottomnav a:visited { 
color: #0033CC;
}
.bottomnav a:active {
color: #0033CC;
}
.bottomnav a:hover {
color: #0033CC;
text-decoration:underline;
}

.style10 {font-family: Arial, Helvetica, sans-serif}

