@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);

body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}
/* ^^^ SEE CLASS "outer-background" BELOW */




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }

.marg-bot10	{ margin-bottom: 12px; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }

.marg8		{ padding: 8px 0px 8px 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #0066CC; text-decoration: none; }

a:hover 	{ color: #009999; text-decoration: underline; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Droid Sans", arial, sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
		}

.title 		{ color: #000000; font: 28px "Roboto", arial, sans-serif; font-weight: 500; letter-spacing: -1px; line-height: normal; }

.subtitle 	{ color: #000000; font: 16px "Droid Sans", arial, sans-serif; font-weight: 600; line-height: normal; }

.subtitle2	{ color: #996633; font: 16px "Droid Sans", arial, sans-serif; font-weight: 600; line-height: normal; }

.colortitle	{ color: #0066CC; font: 15px "Droid Sans", arial, sans-serif; font-weight: 700; line-height: normal; }

.smalltitle	{ color: #000000; font: 16px "Roboto", arial, sans-serif; font-weight: 700; }

.notetext	{ color: #006666; }

.smalltext	{ font-size: 13px; }

.tinytext	{ color: #006666; font-size: 12px; }

.makebold	{ font-weight: 700; }

.hilite		{ color: #FF3300; }

.hilite2	{ color: #990066; font-weight: 700; }

.hilite3	{ color: #3399CC; }

.hilite4	{ color: #CC0000; }

.hilite5	{ color: #CC9900; }

.hilite6	{ color: #559922; }

.hilite7	{ color: #9933FF; }

.hilite8	{ color: #3333FF; }


.split-title	{
		font: 20px "Roboto", arial, sans-serif;
		color: #FFFFFF;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		background-color: #008080;
		padding: 10px 5px 10px 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		}




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4, h5, h6 { margin: 0px 0px 1px 0px; }




/* LISTS & SERVICES PAGE */

.list		{
		color: #000000;
		font: 16px "Droid Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.floatlist	{ float: left; width: 50%; min-width: 200px; }

.list li	{ text-indent: 1px; }




/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */

/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight	{ min-height: 700px; }

#pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto 0 auto;
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0px auto 15px auto;
		}

#contentbox-outer 
		{
		max-width: 1065px;
		min-width: 700px;
		margin: 0 auto;
		}

#contentbox	{
		width: 100%;
		float: left;
		margin-right: -270px;
		}

.content-pad 	{ padding: 15px 45px 35px 45px; }

#left-content 	{ padding: 0px; margin-right: 270px; }




/* INNER AND OUTER BACKGROUNDS */

.inner-background	{
			background-color: #FFFFFF;
			border: #999999 0px solid;
			}

.outer-background	{
			background-color: #E9E9D1;
			background-image: url("picts/background-outer.jpg");
			background-repeat: repeat-x;
			background-attachment: fixed;
			}




/* TEXT AND GRAPHIC HEADER CODE */

/* ALIGN LOGO IN THE header.js */

#headerdiv	{
		background-color: #FFFFFF;
		max-width: 1065px;
		position: relative;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: #000000 0px solid;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		}


/* TEXT HEADER CODE */

.textlogo	{
		font: 300 34px "Roboto", arial, sans-serif;
		letter-spacing: 5px;
		padding: 0px 0px 0px 0px;
		text-shadow: 0px 0px 0px rgba(0, 15, 50, 0.0);
		}

#headerdiv a:link,
#headerdiv a:visited,
#headerdiv a:active	{ color: #FFFFFF; text-decoration: none; }

#headerdiv a:hover	{ color: #CCCC99; text-decoration: none; }

.logoslogan	{
		color: #C0C0C0;
		font: 400 18px "Droid Sans", arial, sans-serif;
		padding: 0px 0px 0px 0px;
		text-shadow: 0px 0px 0px rgba(0, 15, 50, 0.0);
		}


/* GRAPHIC HEADER CODE */

.logo-respond	{
		width: 100%;
		height: auto;
		max-width: 1065px;
		min-width: 280px;
		display: block;
		}




/* HEADER ICONS */


/* ICON CODE GROUP 1 */

.header-ico1	{
		width: 36px;
		height: 36px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 43px;
		top: 7px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.ico1-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }


/* ICON CODE GROUP 2 */

.header-ico2	{
		width: 36px;
		height: 36px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 7px;
		top: 7px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.ico2-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }


/* HOVER COLOR ALL HEADER ICONS */

.icohov:hover	{ background-color: rgba(27,152,144,0.60); }




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

.img-borders-2	{ border: #000000 1px solid; }

.img-float	{ float: left; margin: 3px 8px 1px 0px; }

.float-item	{ float: left; margin-right: 10px; margin-bottom: 2px; }

.text-nowrap	{ overflow: hidden; min-width: 175px; }

.divclear 	{ height: 0px; clear: both; font-size: 0px; line-height: 0px; padding: 0px; margin: 0px; }




/* RESPONSIVE IMAGES */

.img-respond	{ width: 100%; height: auto; }

.top-image	{
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #000000 0px solid;
		}

.rimage		{ max-width: 100%; height: auto; }




/* PAGE LINES & BORDERS */

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 2px;
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
		border-top: #C0C0C0 1px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }




/* RIGHT SIDEBAR */

.SB-width		{ width: 270px; }

#sidebar-content 	{
			background-color: transparent;
			padding: 0px;
			float: right;
			}

.sidebar-box		{ padding: 0px 17px 17px 17px; }

.sidebar-textarea	{
			text-align: left;
			margin: 0 auto;
			padding: 0px 0px 0px 0px;
			}

.sidebar-text 	{
		color: #000000;
		font: 13px "Droid Sans", arial, sans-serif;
		text-align: left;
		font-weight: 400;
		line-height: 150%;
		}

.center-sidebar	{ text-align: center; }

.sidebar-title	{
		color: #FFFFFF;
		font: 18px "Droid Sans", arial, sans-serif;
		font-weight: 400;
		text-align: left;
		line-height: normal;
		background-color: #008080;
		padding: 8px 5px 9px 8px;
		margin: 0px auto 7px auto;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	/* DROP SHADOW */
		-moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.0);
		-webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.0);
		box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.0);
		}

.sidesearch-box	{
		color: #FFFFFF;
		font: 13px "Droid Sans", arial, sans-serif;
		text-align: left;
		font-weight: 700;
		line-height: normal;
		width: 220px;
		padding: 5px 8px 8px 8px;
		margin: 0 auto 18px auto;
		background-color: #4040C0;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

.sidesearch-submit	{
			font-size: 13px;
			font-family: "Droid Sans", arial, sans-serif;
			margin-top: 3px;
			margin-left: 3px;
			}

.sidesearch-texta	{ width: 130px; margin-top: 3px; }

.sidebar-image	{
		width: 100%;
		max-width: 234px;
		margin: 0px auto 20px auto;
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.side-links	{
		padding: 10px 0px 22px 0px;
		margin: 0px;
		}

.side-links a	{
		font: 16px "Droid Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		display: block;
		padding: 6px 0px 6px 10px;
		border: dashed #888888;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.side-links a:first-child { border-width: 1px 0px 1px 0px; }




/* SOCIAL ICONS */

#social-links	{
		text-align: center;
		font-size: 0px;
		background-color: transparent;
		padding: 10px 0px 18px 0px;
		margin: 0px 0px 0px 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

.socialicon	{
		background-color: #008080;
		border: #000000 0px solid;
		padding: 2px;
		margin: 2px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		   }

.socialicon:hover  {
		   background-color: #CC9900;
		   border: #000000 0px solid;
		   }




/* START NEWS SCROLLER */

/* SET HEIGHT IN "jquery.easy-ticker-OPTIONS.js" */

/* NEWS FRAME AREA TOP LEVEL PAGE */

#news_iframe_scroll	{
		width: 100%;
		max-width: 250px;
		min-width: 200px;
		margin: 0px auto 22px auto;
		border: #CC9900 1px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

#news_iframe_scroll iframe 
		{
		width: 100%;
		height: 181px; /* IF YOU EDIT HEIGHT EDIT THE SCROLLING SCRIPT HEIGHT!!!! */
		display: block;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		}

.news_scroll-title 
		{
		color: #FFFFFF;
		font: normal 18px "Droid Sans", arial, sans-serif;
		text-align: left;
		background-color: #711661;
		padding: 8px 5px 9px 8px;
		border-bottom: #C0C0C0 0px solid;
		}


/* EMBEDDED NEWS PAGE BODY */

body.news-scroll {
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;
		border: 0;
		}

.vticker	{
		border: 0px solid #000000;
		width: 214px;
		margin: 0 auto;
		}

.vticker ul	{
		padding: 0;
		}

.vticker li	{
		list-style: none;
		border-bottom: 0px solid #00B42B;
		padding: 0px;
		}

.scroll-title	{
		color: #000000;
		font: normal 17px "Droid Sans", arial, sans-serif;
		text-align: left;
		border-bottom: #666666 0px solid;
		}

.scroll-item	{
		color: #666666;
		font: normal 13px "Droid Sans", arial, sans-serif;
		text-align: left;
		padding: 10px 0px 10px 0px;
		}

/* NEWS PAGE LINK COLORS */

.news-scroll a:link, 
.news-scroll a:visited, 
.news-scroll a:active 	{ color: #397D7D; text-decoration: none; }

.news-scroll a:hover 	{ color: #632A0A; text-decoration: underline; }


/* SCROLLER LINKS WITH ARROW */

.arrow-link		{
			font-size: 13px;
			display: inline-block;
			padding: 0px 0px 0px 0px;
			text-indent: 11px;
			min-height: 13px;
			background-image: url("jQuery-scroller/scroller-link-arrow-green.png");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			}

a.arrow-link:hover	{ background-image: url("jQuery-scroller/scroller-link-arrow-orange.png"); }


/* NEWS SCROLLER BUTTONS */

.scroller-buttons
		{
		background-color: #CC9900;
		width: 100%;
		position: fixed;
		bottom: 0px;
		height: 22px;
		}

.scroller-buttons div 
		{
		float: left;
		width: 19px;
		height: 22px;
		}

.scroller-buttons div:hover 
		{
		background-color: #008080;
		cursor: pointer;
		}

.scroller-buttons .up 
		{
		background-image: url("jQuery-scroller/scroller-up.png");
		background-repeat: no-repeat;
		}

.scroller-buttons .down 
		{
		background-image: url("jQuery-scroller/scroller-down.png");
		background-repeat: no-repeat;
		}

/* SCROLLER BUTTON PAUSED COLOR */

.toggle		{
		background-color: #990000;
		background-image: url("jQuery-scroller/scroller-pause.png");
		background-repeat: no-repeat;
		}

/* SCROLLER BUTTON UN-PAUSED COLOR */

.scroll-pause	{ background-color: #CC9900; }




/* FOOTER */

.footer-top	{ margin: 12px auto 8px auto; }

.footer-copyright {
		  color: #FFFFFF;
		  font: 13px "Droid Sans", arial, sans-serif;
		  font-weight: 400;
		  line-height: normal;
		  padding: 20px 0px 20px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #008080;
		  border: solid #000000;
		  border-width: 0px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }

/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #EED59D; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }

/* PHONE LINK COLORS */

.phoneflink-box		{ color: #FFFFFF; font-size: 16px; font-weight: 400; padding: 7px 0px 7px 0px; }

div.footer-copyright a.phoneflink:link, 
div.footer-copyright a.phoneflink:visited, 
div.footer-copyright a.phoneflink:active 	{ color: #FFFFFF; text-decoration: none; }

div.footer-copyright a.phoneflink:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* CONTACT PAGE CODE */

.contact-title	{
		color: #000000;
		font: 18px "Droid Sans", arial, sans-serif;
		line-height: normal;
		}

.contact-select	{ color: #008080; }

.email-link	{
		text-align: left;
		margin: 10px 0px 10px 0px;
		}

.form-box	{ margin: 20px 0px 10px 100px; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: 400 18px "Droid Sans", arial, sans-serif;
		text-align: center;
		background-color: #711661;
		-webkit-appearance: none;
		padding: 12px 8px 12px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #008080;
		border: #000000 0px solid;
		}




/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas	{ width: 235px; height: 160px; }


/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions		{ font: 14px "Droid Sans", arial, sans-serif; font-weight: 400; line-height: normal; padding: 8px 0px 5px 0px; }

.directions .shadeform	{ width: 233px; margin: 2px 0px 5px 0px; }

input[type=submit].directionbutton	{ font-size: 15px; width: 235px; }


/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* 2 COLUMN FLOATS */

.float2-canvas	{ width: auto; vertical-align: top; }

.float2-box	{ float: left; width: 50%; vertical-align: top; }

.float2-pad	{ font-size: 14px; padding: 15px; }

.cent-image	{ display: block; margin: 0 auto; }




/* TEXT WITH 2 IMAGE FLOATS */

.float3-box	{ padding-bottom: 30px; }

.float3-img	{ float: right; padding-left: 20px; width: 150px; text-align: center; }

.float3-text	{ font-size: 14px; text-align: left; }

.float3-tbox	{
		font-size: 13px;
		font-weight: 700;
		line-height: normal;
		text-align: center;
		max-width: 150px;
		padding: 15px 0px 10px 0px;
		margin: 0 auto;
		}

.testimonials-t	{ font-size: 14px; }




/* SHOWCASE 4 IMAGE ROW */

.imagerow-boxes-outer {
		  min-width: 290px;
		  text-align: center;
		  margin: 0 auto;
		  }

.imagerow-boxes	  {
		  vertical-align: top;
		  display: inline-block;
		  text-align: center;
		  max-width: 24%; /*  EDIT Media Queries #3!! */
		  min-width: 24%; /*  EDIT Media Queries #3!! */
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  }

.imagerow-text    {
		  font-size: 16px;
		  font-weight: 700;
		  line-height: normal;
		  text-align: center;
		  max-width: 200px;
		  padding: 15px 8px 15px 8px;
		  margin: 0 auto;
		  }

.imagerow-text2	  {
		  font-size: 14px;
		  font-weight: 700;
		  line-height: normal;
		  text-align: center;
		  max-width: 200px;
		  padding: 15px 8px 15px 8px;
		  margin: 0 auto;
		  }

.imagerow-boxes img	  {
		  width: 100%;
		  max-width: 119px;  /* MAX WIDTH INCLUDES BORDER */
		  height: auto;
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  }

img.Growborder	{
		border: #000000 0px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		cursor: pointer;
		position: relative;
		z-index: 100;
	/* ZOOM */
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

img.Growborder:hover  
		{
		border: #000000 0px solid;
		z-index: 200;
	/* ZOOM */
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2);
		}




.contact-em	{ padding: 3px 0px 3px 15px; font-weight: 700; }

.indent-l	{ padding: 0px 0px 0px 20px; }




.home-img-box	{
		background-color: transparent;
		padding: 10px 0px 10px 0px;
		}

.home-img-top	{
		max-width: 100%;
		display: block;
		margin: 0 auto;
		}

.subscribe-canvas {
		padding: 5px 5px 5px 5px;
		background-color: #008080;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

.subscribe-box	{
		color: #FFFFFF;
		font-family: "Droid Sans", arial, sans-serif;
		font-size: 13px;
		font-weight: 700;
		line-height: normal;
		}

.subscribe-box td { padding: 2px; }

.submit-subscribe	{ font-size: 13px; font-family: "Droid Sans", arial, sans-serif; }

.texta-subscribe	{ width: 103px; }




/* HIDE ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* START FOOTER MENU */

#FTmenu		{
		background-color: #996600;
	        background-image: none;
		background-repeat:repeat-x;
		text-align: center;
		padding: 4px 0px 4px 0px;
		margin: 0px auto 0px auto;
		border: solid #FFFFFF;
		border-width: 3px 0px 3px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}

/* FOOTER MENU WIDTH, PADDING, FONT FACE & COLOR */

#FTmenu a 		{
			color: #FFFFFF;
			font-family: "Droid Sans", arial, sans-serif;
			font-size: 15px;
			font-weight: normal;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			background-color: transparent;
			padding: 15px 15px 15px 15px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			outline: none;
			display: inline-block;
			border: #C0C0C0 solid;
			border-width: 0px 0px 0px 0px;
			}

/* FOOTER MENU HOVER COLOR */

#FTmenu a:hover 
			{
			color: #FFFFFF;
			background-color: #008080;
			text-decoration: none;
			}




/* COLOR TAB MENU */

.color-tabs a	{ display: inline-block; }

.color-tabs	{
		max-width: 1065px;
		font-size: 0px;
		background-color: #5DA7A2;
		margin: 0 auto 0 auto;
		}

.color-tabs-box	{
		max-width: 1065px;
		font-size: 0px;
		Border-top: #FFFFFF 8px solid;
		margin: 0px auto 0 auto;
		}

a.tabc	{
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	text-decoration: underline;
	padding: 6px 8px 6px 8px;
	margin: 0px;
	background-color: #CC0000;
	width: 140px;
	}

a.tabc:link, 
a.tabc:visited, 
a.tabc:active	{ color: #FFFFFF; text-decoration: underline; }

a.tabc-1	{ background-color: #CC0000; }
a.tabc-2	{ background-color: #008080; }
a.tabc-3	{ background-color: #76244F; }
a.tabc-4	{ background-color: #CC9900; }
a.tabc-5	{ background-color: #004A00; }
a.tabc-6	{ background-color: #CC0000; }

a.tabc:hover 	{ color: #FFFFFF; background-color: #339999; text-decoration: underline; }


