/* _____________________________________________ ZERO OUT ______________________________________________ */

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, hr, form, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0 }

/* ____________________________________________ HTML & BODY ____________________________________________ */

html {
	height: 100%;
	scrollbar-base-color: #6D469E;
	scrollbar-arrow-color: #FF6907;
	scrollbar-track-color: #6D469E;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000 }
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #6D469E }

/* _____________________________________________ NOTES ________________________________________________ */

/* When wanting to change a used style, check where it's currently used by doing a Find (but not Replace).
Search for source code, not tag */

/* __________________________________________ TEMPLATE ITEMS __________________________________________  */

#container {
	width: 775px;
	margin: 0 auto 0 auto;
	background: #FFFFFF;
	text-align: left }
#page-title { width: 440px; text-align: center; padding: 0 60px 0 0 }
#footer1-cc { width: 167px; text-align: center; background: #34A23D; padding: 5px }
#sidebar { width: 167px; padding: 15px 5px 15px 6px; text-align: center }
#sidebar img { margin: 2px 0 2px 0 }
#sidebar-testim {
	width: 149px;
	margin: -2px auto -2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D469E;
	font-style: italic;
	line-height: 120%;
	text-align: left;
	background: url(images/_shared/sidebar_testim_sides.gif) repeat-y;
	padding: 8px 7px 0 7px }
#sidebar-testim h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	margin: 2px 0 0 0 }
#footer2-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B04600;
	width: 167px;
	text-align: center;
	background: #FF6907;
	padding: 5px }
#content { padding: 17px 26px 7px 22px }

/* ______________________________________________ LINKS ________________________________________________ */

a:link { color: #6D469E; text-decoration: underline }
a:visited { color: #6D469E; text-decoration: underline }
a:hover { color: #6D469E; text-decoration: none }
a:active { color: #6D469E; text-decoration: none }

#footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background: #34A23D;
	padding: 2px 0 2px 0 }
#footerlinks a:link { padding: 2px 4px 3px 4px; color: #FFFFFF; text-decoration: none }
#footerlinks a:visited { padding: 2px 4px 3px 4px; color: #FFFFFF; text-decoration: none }
#footerlinks a:hover { padding: 2px 4px 3px 4px; color: #34A23D; text-decoration: none; background: #FFFFFF }
#footerlinks a:active { padding: 2px 4px 3px 4x; color: #34A23D; text-decoration: none; background: #FFFFFF }

#lh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B04600;
	width: 590px;
	text-align: center;
	background: #FF6907;
	padding: 4px }
#lh a:link { color: #B04600; text-decoration: none }
#lh a:visited { color: #B04600; text-decoration: none }
#lh a:hover { color: #FFFFFF; text-decoration: underline }
#lh a:active { color: #FFFFFF; text-decoration: underline }

/* If needed, place CSS Nav here - copy from desired example */

/* These imglinks rules are for adding border hover. --- or see simpler way below ---
NOTE: Must DELETE (not "0") border tag in html, then class the IMAGE.
ALSO: This was the ONLY way I could make this work -
maybe other class-specific objects should be written like this (note link is first, then class). */
.imglinks_unused { border: 1px #000000 solid }
a:link .imglinks { border-color: #000000 }
a:visited .imglinks { border-color: #000000 }
a:hover .imglinks { border: 1px #FFCC33 solid }
a:active .imglinks { border: 1px #FFCC33 solid }

/* Class the LINK */
.imglinks_unused img { border: 1px solid #FFFFFF }
.imglinks_unused:hover img { border: 1px solid #000000 }

/* These imglinks rules are only needed if background-color or border-bottom is used on normal links. */
.imglinks_unused { background-color: transparent }
.imglinks a:link { background-color: transparent }
.imglinks a:visited { background-color: transparent }
.imglinks a:hover { background-color: transparent }
.imglinks a:active { background-color: transparent }
/* Or try simplifing with the following instead. If below works, delete above.
Note: this also replaces border=0 in the html(xhtml stuff) */
a img_unused { background-color: transparent }

/* Match style to .form-btn. Use for other places a single btn is wanted. */
.btn_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCD2FB;
	text-align: center;
	background-color: #071352;
	border: #071352 1px solid }
.btn a {
	color: #CCD2FB;
	text-decoration: none;
	height: 2.5em;
	padding: 3px;
	background: transparent;
	display: block }
.btn a:hover {
	color: #071352;
	text-decoration: none;
	background-color: #CCD2FB }
/* Below is another method, but doesn't change bkgrd color. If above works, delete below...
To do this, place text in div in td. Link text, manually move the div inside the link tags, class the td.
(td.btn - a - div - text)
Hover will only change text color, NOT bkgrd of cell. To get full bkgrd to change must use another method,
however that requires specifying the width or using a list, which I wouldn't want to do here. */
.btn2_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D4C061;
	background-color: #897724;
	border-left: #FFF8DE 2px solid;
	border-top: #FFF8DE 2px solid;
	border-right: #815B02 2px solid;
	border-bottom: #815B02 2px solid }
.btn2 div { padding: 6px 20px 6px 20px }
.btn2 a:link { color: #D4C061; text-decoration: none }
.btn2 a:visited { color: #D4C061; text-decoration: none }
.btn2 a:hover { color: #F7F394; text-decoration: none }
.btn2 a:active { color: #F7F394; text-decoration: none }

/* _____________________________________________ HTML TAGS _____________________________________________ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 135%;
	margin: 0 0 12px 0 }
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
	line-height: 135%;
	margin: 10px 5px 5px 5px }
ul li { 
	background-image: url(images/_shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 25px }
ol_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 135%;
	margin-top: 10px;
	margin-bottom: 5px }
blockquote_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	line-height: 135% }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	word-spacing: .3em;
	margin-bottom: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #34A23D;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid }
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000 }
/* apparently hr is different now with xhtml -
style the preceeding para with "p-no-margin" to avoid browser inconsistancy */
hr {
	border: none;
	border-top: #FF6907 3px double;
	height: 3px;
	width: 80%;
	text-align: center;
	margin: 22px auto 22px auto }

/* ______________________________________________ FORMS ________________________________________________ */
/* remember can do width, height, rounded rect pill shape */

form { background-color: #CCCCCC }
form th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: right;
	padding: 2px 4px 2px 0 }
form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding: 2px 0 2px 0 }
input, textarea, select, .form-input { /* remember can do transparent background too (used on Perez Firm) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #4E0000;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #CC0000 1px solid;
	border-top: #CC0000 1px solid;
	border-right: #CC0000 1px solid;
	border-bottom: #CC0000 1px solid;
	margin: 2px 0 2px 0 }
.form-radio, .form-ckbox {
	background: none;
	padding-left: 0;
	padding-right: 0;
	border: none }
.form-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #CC0000;
	border-left: #4E0000 2px solid;
	border-top: #4E0000 2px solid;
	border-right: #4E0000 2px solid;
	border-bottom: #4E0000 2px solid }
	
/* ___________________________________________ CUSTOM STYLES ___________________________________________ */

.divbar_unused { margin: 15px 0 15px 0 }
.p-no-margin { margin-bottom: 0 }
.p-no-justify { text-align: left }
.p-align-right { text-align: right }
.p-align-center { text-align: center }
.orange-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6907;
	font-weight: bold;
	line-height: 135%;
	text-align: center }
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 120% }
.img-right { float: right; margin-left: 15px; margin-bottom: 7px }
.img-left_unused { float: left; margin-right: 15px; margin-bottom: 7px }
.img-right-spaced-border-in-table_unused {
	float: right;
	margin-left: 15px;
	margin-bottom: 7px;
	padding: 5px;
	border: #000000 1px solid }
.list-header_unused { margin-bottom: 5px }
.accent-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D469E;
	text-align: center;
	line-height: 135%;
	border: #6D469E 1px solid;
	padding: 7px;
	margin: 0 20px 0 20px }
.accent-box-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	background-color: #6D469E;
	padding: 3px }
.products-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 135%;
	border: #000000 1px solid;
	padding: 7px }
.gallery img { margin-bottom: 15px; border: #000000 1px solid }
.border-full { border-top: #000000 1px solid; border-left: #000000 1px solid }
.border-full td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 135%;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 3px }
.border-full th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #34A23D;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 3px }
	
.purplebg{
background-image:url(images/purplebg.jpg);
background-position: top left;
background-repeat:repeat-x;
background-color:#6633CC;
}
.whiteMD{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}
.whiteLG{
color:#FFFFFF;
font-size:18px;
padding:10px;
}
