/*
Theme Name: KARMAtheme
Description: Wordpress Design by KARMAtize
Author: KARMAtize
Author URI: http://www.KARMAtize.com
Version: 1.1
*/

/* ================================================================================ */
/* = KARMAtize - CSS - http://www.karmatize.com  ...............*/
/* ================================================================================ */	

/* =================================== */
/* = SITE STRUCTURE ................ = */
/* =================================== */

	body {font-size: 80%; font-family:Tahoma, Geneva, sans-serif; line-height:1.5em; background: #c8c8c8 url(./images/bg-content-area2.jpg) top center repeat-y;}
	#wrap {position:relative; margin: 0 auto; padding: 0px 0px 0px 0px; background:none;} /*overflow:hidden;*/
	#logo {position:absolute; height:178px; margin:auto; padding:auto; display:block; z-index:100; background:none; border:none; text-align:center;} /*overflow:hidden;*/
	#full-header{margin: 0 auto; padding:0; height:42px; background:#FFF url(images/full-header-bg3.gif) repeat-x; border: 0px solid #00F;}
	#header {position:relative; margin-top: 0px; margin-bottom:0px; height:130px; z-index:98; background:none; border:none;}
	#headerbg{position:absolute; height:185px; no-repeat; z-index:50;}
	#navigationwrap{float:left; width:auto; margin: 0; padding: 0; border:0px solid #0F3;}
	#bodywrap {float:left; width:auto; margin: 0; padding: 0; border:0px solid #0F3; z-index:100; overflow: visible;}
	#sidebarwrap{float:right; width:auto; margin: 0; padding: 0; border:0px solid #0F3;} /*Keeps the sidebar on the right when its larger than left content*/
	#content{margin:0; padding:15px 15px; border:0px solid #06C;overflow:hidden;}
	#readmore{background:none; border:none;}
	#footer {position:relative; background:none; border:none;}
/* =================================== */
/* = MAIN LAYOUTS DIVS ............. = */
/* =================================== */	
	/*Carousel */
	#carousel{padding:0; margin:0;}
	/* Header Quote */
	#quote{float:right; height:40px; border:0px solid #F00; padding:20px;}
	#quote p{text-align:right; font-weight:bold; color:#2f479b;}
	/* Top header */
	#socialnetworking{position:relative; float:left; margin:3px; padding:0; text-align:left; background:none; z-index:101;}
	#socialnetworking img{opacity: .60; -moz-opacity: .60; filter: alpha(opacity=60);}
	#socialnetworking img:hover{opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);}

	
	
	#topheader{position:relative; background:none; border:none; font-family: Arial, Helvetica, sans-serif; margin-top:10px; text-align:right; z-index:101;}
	#topheader a{font-size:15px; color:#378db4; padding-left:20px;}
	#topheader-apprentice {position:absolute; height:88px; width:239px; z-index:102; background:none; border:none; text-align:right; padding:0; margin:0px; } /*overflow:hidden;*/
	#topheader-apprentice img{opacity: .93; -moz-opacity: .93; filter: alpha(opacity=93);}
	#topheader-apprentice img:hover{opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);}
	
	#minipost{float:left; display:block; min-height:285px;}
	
/* =================================== */
/* = NAVIGATION ELEMENTS............ = */
/* =================================== */

/* = Main menu / Header = */	
/* = -------------------------------------------- = */	
	#menu{position:relative; z-index:102; min-height:35px; background:url(./images/menu-bg3.jpg) top no-repeat; border:0px solid #F00; text-align:center;}
	
	ul#topnav {margin: auto 0px auto 65px; padding: auto; clear:both; display:block; float:none; width: 100%; list-style: none; font-size: 1.4em; text-shadow:#000 0px 1px 0px;}
	ul#topnav li {float: left;margin: 0; padding: 0; position: relative; /*--Important--*/}
	ul#topnav li a {float: left; height:35px; color:#FFF !important; padding-top:5px; width:auto; min-width:100px;  padding-left: 15px; padding-right: 15px; text-align:center;} /* padding-top + height = 65px */
	ul#topnav li a:hover {text-decoration:none; padding-top:5px; color:#CCC;} /*--Hover State--*/

	ul#topnav li a.home{width:70px !important;}
	
	ul#topnav li .children {
		position: absolute; /*--Important--*/
		top: 34px; left: 0; /*match top with height + padding-top*/
		z-index: 99999;
		background: #999; /*--Background gradient--*/
		padding:0px;
		float: left; 
		list-style-type:none;
		font-size:12px;
		width:135px;
		padding-top:5px;
		text-shadow:none;
		text-align:center;

		/*--Bottom right rounded corner--*/
		-moz-border-radius-bottomright: 8px;
		-khtml-border-radius-bottomright:8px;
		-webkit-border-bottom-right-radius: 8px;
		/*--Bottom left rounded corner--*/
		-moz-border-radius-bottomleft: 8px;
		-khtml-border-radius-bottomleft: 8px;
		-webkit-border-bottom-left-radius: 8px;
		display: none; /*--Hidden for those with js turned off--*/
	}
		ul#topnav li .children li a{
		padding:3px 13px;
		height:20px;
		line-height:12px;

	}
		ul#topnav li .children li a:hover{
		color:#CCC !important;
	}
	
	
	ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}
	ul#topnav li .children ul{list-style: none; margin: 0; padding: 0; width: 150px; float: left;}
	ul#topnav .children ul li {width: 100%; /*--Override parent list item--*/ color: #fff;}
	ul#topnav .children ul li h2 { /*--Sub nav heading style--*/	padding: 0;  margin: 0;	font-weight: normal;}
	ul#topnav .children ul li h2 a { /*--Sub nav heading link style--*/
		padding: 5px 0;
		background-image: none;
		color: #e8e000;
	}
	ul#topnav .children ul li a {
		float: none;
		font-size:17px;
		text-indent: 0; /*--Override text-indent from parent list item--*/
		height: auto; /*--Override height from parent list item--*/
		background: none;
		padding: 7px 5px 7px 15px;
		display: block;
		text-decoration: none;
		color: #fff;
	}

	ul#topnav .children ul li a:hover {color: #ddd; background-position: 5px 12px ;/*--Override background position--*/ }	
	
	
	/* Navigation */
	.buttons {float:left; height:24px; margin:0; padding:0; list-style:none;}
	.buttons li, .buttons a {height:24px; display:block;}
	.buttons li {float:left; list-style:none; display:inline; margin:0; padding:0;}
	.buttons li span{width:auto; margin:auto; padding:0; text-align:center;} 
	
	
	/*edit this */
	#nav-one li:hover a, #nav-one li.sfHover a {}
	#nav-one li:hover ul a, #nav-one li.sfHover ul a {background: #999; color: #FFF; text-transform: none; width:114px; padding:5px 8px;}
	#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {background: #999; color: #FFF; }
	#nav-one li:hover ul li{border-width: 0px 1px 1px 1px; border-color: #999; border-style:solid; height:auto; }
	.buttons li {float: left;  margin: 0;  padding: 0;  position: relative;}
	.buttons ul { font-size:12px; font-weight:normal; line-height:1.4em; width:130px; } /*this changes drop bg and properties */
	.buttons li a, .buttons li a:link {color:#fff;}
	.buttons ul li a, .buttons ul li a:link, .buttons ul li a:active, .buttons ul li a:visited {}
	.buttons li:hover ul, .buttons li.sfHover ul {top: 39px; }
	.buttons li ul {background: none;  list-style: none; margin: 0; position: absolute;  top: -999em;  left: -1px;  }
	.buttons li ul li {background: #999; width:130px;  display:block; }
	/*edit this */

	/* Sub navigation */
	.sub-navigation {font-weight:bold; line-height:16px;}
	.sub-navigation li {list-style:none; margin-left:12px; margin-bottom:10px; }	
	.sub-navigation a:link, .sub-navigation a:visited {font-size:120%; color:#66791e; text-decoration:none; display:block; margin-top:5px;}
	.sub-navigation a:hover{ color:#66791e; text-decoration:underline;}	
	.sub-navigation p{color:#66791e;font-size:120%; margin-bottom:10px;}
	.sub-navigation ul li {font-size:95%; list-style:none; margin:0 0 8px 25px; padding:0; color:#FFF;}	
	.sub-navigation-current{color:#FFF; display:block; text-align:right; margin-top:5px;}











/*	#menu {position:relative; z-index:102; min-height:35px; background:url(./images/menu-bg3.jpg) top no-repeat; border:0px solid #F00; text-align:center;}
	#nav {position:absolute; text-align:center;width:874px; left:50%; margin-left:-442px;  font-family:Verdana, Geneva, sans-serif; font-size:17px; border:0px solid #0C0;}
	#nav a{color:#FFF; letter-spacing:1px;}
	#nav a:hover{color:#CCC; text-decoration:none;}
	#nav > li {position:relative; list-style-type:none; float:left; display:block; margin:0px 0px;  padding:5px; border:0px solid #F00; min-width:110px;text-transform:uppercase;}
	#nav > li:hover ul { display:block; letter-spacing:1px; color:#fff;}
	#nav > li:hover {color:#fff;}
	
	#nav li ul { margin:8px 0 0 0; padding:0px; display:none; background: #999; border:0px solid #036ca3;}
	#nav li ul li { list-style-type:none; margin:10px 0 0 0;}
	#nav li ul li a { display:block; padding:5px 6px; text-decoration:none; text-transform:none; color:#FFF; font-size:10px; letter-spacing:0px;}
	#nav li ul li:hover a { background-color:#313131; letter-spacing:0px; }
	#nav li span { cursor:pointer; margin:0px 10px; font-weight:bold; }
*/
/* The nav sidebar found on subpages */	
	.navigation-sidebar{min-height:300px;}
	.navigation-sidebar ul{list-style-type: none;margin: 0;padding: 0; text-align:left;}

/* ======================================== */
/* Display 2 - Larg IMG - detail page con   */	
/* ======================================== */
	/* Display 1 - Large IMG  .......... */
	#display-lg-con {width:639px; margin: 0 auto; padding: 0px 0px 0px 0px; float: left; overflow: hidden;}
	#display-lg-text {width:579px; margin: 0 auto; padding: 30px 30px 50px 30px; float: left; overflow: hidden; line-height: 18px; font-size: 110%;}
	
	/* LARGE Thumb Con */
	#lg-thumb-con {width:580px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; float: left; overflow: hidden; display:block;}
	#lg-thumb-con a { display: block; border:1px solid #000; overflow: hidden;}
	#lg-thumb-con a:hover {display: block; border:1px solid #ff7700; overflow: hidden;}

	
/* =================================== */
/*  GLOBAL STYLES                      */
/* =================================== */

	/* IMAGE Classes */
	img {border:none; margin: 0 auto; padding: 0px 0px 0px 0px; }  /* overflow: hidden; */
	.right {border:none; margin: 0 auto; padding: 0px 0px 0px 0px; float: right; overflow: hidden;}
	.left {border:none; margin: 0 auto; padding: 0px 0px 0px 0px; float: left; overflow: hidden;}
	.center{float:none; border:none; margin: 0 auto; padding: 0px 0px 0px 0px; overflow: hidden; text-align:center;}
	
	#minipost-img{border:0px solid #c9c9c9; margin-bottom:10px;}
	
	
	/* FOR WORDPRESS POST/PAGES IMG ALIGNMENT */
	img.alignright {float:right; margin:0 0 1em 1em; clear: right;}
	img.alignleft {float:left; margin:0 1em 1em 0; clear: left;}
	img.aligncenter {float:none; display: block; margin-left: auto; margin-right: auto;}

	
	
	#sitecredit {width:550px;  margin: 0 auto; padding: 0px 0px 0px 0px; float: left; overflow: hidden; font-size: 100%;  color:#666;} 
	#copyright {width:300px; margin: 0 auto; padding: 0px 0px 0px 0px; float: right; overflow: hidden; font-size: 90%;  color:#444; text-align:right} 

	/* LISTS classes */
	ul {list-style:disc;}
	ol {list-style:decimal;}
	li{margin-left:30px}

	/* MISC stuff */
	hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}


/* =================================== */
/*  TYPOGRAPHY                         */
/* =================================== */

/* TYPOGRAPHY - general */
	p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:10px;}

	p {color:#000;}

	/* h1,h2 used for main titles*/
	h1 {color: #333366; font-size: 180%; font-weight:bold; margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px; line-height: 25px;}
	
	/* h2, Used as secondary story titles */
	h2 {color: #003366; font-size: 160%; font-weight:bold; margin: 0px 0px 7px 0px; padding: 0px 0px 0px 0px; line-height: 25px;}
	
	/* h3, used in all Display modules as the headline - home, news */
	h3 {color: #003366; font-size: 120%; font-weight:bold; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; line-height: 25px; display:inline;}
	
	/* h4, Tips Colum - with checkmark*/
	h4 {color: #003366; font-size: 100%; font-weight:bold; margin: 0px 0px 4px 0px; padding: 0px 0px 0px 0px; line-height: 25px;}
	
	/* h5, thumbnail tiitle */
	h5 {color: #003366; font-size: 100%; font-weight:normal; margin: 0px 0px 6px 0px; padding: 0px 0px 0px 0px;}
	
	/* h6, footer */
	h6 {color: #003366; font-size: 90%; font-weight:normal; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
	

/* =================================== */
/*  LINKS STYLING                      */
/* =================================== */

/* LINKS - general	*/
	a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:none;cursor:pointer} 
	a:link {color:#333366;font-weight:bold;} 
	a:visited {color:#333366;font-weight:bold;} 
	a:hover,a:active {color:#ff9900;font-weight:bold; text-decoration:underline;}
	a:focus{outline:1px dotted;}

/* FOR WORDPRESS POST/PAGES IMG ALIGNMENT */
	a img.alignright {float:right; margin:0 0 1em 1em}
	a img.alignleft {float:left; margin:0 1em 1em 0}
	a img.aligncenter {display: block; margin-left: auto; margin-right: auto}





.dyn_widget {list-style-type: none;margin: 0;padding: 0}
.widget .alt {background:#F8F8F8; border:none;}
.widget ul {list-style-type: none;margin: 0;padding: 0; text-align:left;}
.widget ul ul {list-style-type: none;margin: 0;padding: 0px 0px 0px 0px;}
.widget ul ul ul {list-style-type: none;margin: 0;padding: 0;border:0;}
.widget ul ul ul ul {list-style-type: none;margin: 0;padding: 0;border:0;}
.widget ul li {height:100%;line-height:16px; padding:3px 5px 3px 5px; margin:0px;}
.widget ul li a:link, .widget ul li a:visited {text-decoration: none; padding: 3px 0px 3px 10px; display:block; margin:0px; background: transparent url(./images/icon-arrow.png) no-repeat scroll left center;}
.widget ul li a:hover {background-repeat:no-repeat; margin:0px; }




/* =================================== */
/*  TEXT STYLING                       */
/* =================================== */
	/* Text Styling */
	#sidebar p{margin:0px 10px;}
	.news {text-align:center;}
	.arrow{background:url(../images/icon-arrow.png) left no-repeat; padding-left:10px;}
	.twitter{display:table;}
	.twitter-date{width:43px; font-weight:bold; text-align:right; display:table-cell;}
	.twitter-title{padding-left:5px; display:table-cell; vertical-align:top;}
	
	.event{display:table; padding-top:5px;}
	.event-date{width:100px; text-align:left; display:table-cell;}
	.event-title{padding-left:5px; display:table-cell; vertical-align:top; text-align:left;}

	/* COMMENT TEXT STYLING */
	#respond h3 {color:#999;}
	.commentlist p {color:#454545; margin:10px 10px;}
	
	/* Post Metainfo */
	.post-metainfo{color:#7D7D7D;}
	.metainfo-share{float:left;}
	.metainfo-person{}
	.metainfo-date{}
	.metainfo-comments{float:left;}
	.metainfo-readmore{float:right;}
	.metainfo-categories{}
	
	.middle{vertical-align:middle;}
	.lrg {color: #ccc; font-size: 160%; font-weight:bold;letter-spacing:0px;}
	.lrg-color {color:#ff7700; font-size: 120%; font-weight:bold;letter-spacing:0px; }
	.smallheader {font-size: 120%; font-weight:bold;}
	.smalltx {font-size: 90%; font-weight:normal;}
	.italic {font-style: italic;}
	.italic-lg {color:#ccc; font-weight:bold; font-size: 110%; letter-spacing:0px;font-style: italic}
	.bold {font-weight:bold; font-size: 110%; letter-spacing:0px;}
	.highlight {color:#ff7700;}
	.highlightbold {color:#ff7700;font-weight:bold;font-size: 100%;}
	.highlightbold2 {color:#aaaaaa;font-weight:bold;font-size: 100%;}
	.highlightsm {color:#cfcfcf;font-weight:bold;font-size: 90%}
	.alert {color:#ff0000;font-weight:bold;font-size: 100%}
	.headline-sm {color:#ff7700; font-weight:bold; font-size: 100%; }
	.subtlehighlightbold {color:#666;font-weight:bold;}
	.headline {color: #ccc; font-size: 120%; font-weight:bold; margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px;}
	.required{color:#F00;}
	.center-text{text-align:center; vertical-align:middle;}

	#footer h6, #footer a:link, #footer a:visited, #footer a:hover{color:#999; text-align:center;}
	#readmore h6, #readmore a:link, #readmore a:visited, #readmore a:hover{color:#FFF;}
/* =================================== */
/*  TABLE STYLING                      */
/* =================================== */


/* =================================== */
/*  FORM STYLING                       */
/* =================================== */

	form, form fieldset input, form fieldset textarea, form label {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}
	form span { position: relative; margin: 2px 0; display:inline-block; vertical-align:top;}
	form span label { position: absolute; top: 0; left: 0;}
	form fieldset {margin:0;}
	form fieldset span input,
	form fieldset span textarea {display: block; padding: 4px; width: 185px; margin: 0;}
	form fieldset span label {width: 175px; display: block; margin: 5px 5px 5px 6px; padding: 0;}
	form fieldset span label {color: #5981a0;}
	form fieldset span #button {width:35px; height:34px; margin:0; padding:0; border:0px; background:url(images/icon_sprite.png) top left no-repeat;  }
	form fieldset span #button:hover {width:35px; height:34px; margin:0; padding:0px; border:0px; background:url(images/icon_sprite.png) 0 -35px no-repeat; }
	form fieldset span #hidden{display:none;}
	
	
	#box {width:520px; margin:5px 5px 5px 100px; padding:0; display:block;}
	#box form{width:520px;}
	#box p{display:block; margin-bottom:8px;}
	#box label {float:left; line-height:21px; padding:5px 0; width:80px;}
	#box input{background:#FAFAFA; border:1px solid #CCCCCC; font-family:inherit; font-size:inherit; padding:5px 0 5px 4px; width:255px;}
	#box input:focus{background:#fff;}
	#box textarea{background:#FAFAFA; border:1px solid #CCCCCC; color:#333333; font-family:inherit; font-size:inherit; padding:4px; width:250px;}
	#box textarea:focus{background:#fff;}	
	#box select{background:#FAFAFA; border:1px solid #CCCCCC; color:#333333; font-family:inherit; font-size:inherit; padding:4px;}
	#box #button{width:100px;}
	
	#capverification{width:100px!important;}

	textarea, input, select, option{font-family: Calibri, Arial, Helvetica !important;}
	



/*Comment FORM*/
#respond {float:left; width:500px;}
#respond label {display:block; float:left; line-height:21px; padding:4px 0; width:75px;}
#commentform input.square{background:#FAFAFA; border:1px solid #CCCCCC; font-family:inherit; font-size:inherit; padding:5px 0 5px 4px; width:282px;}
#commentform textarea{background:#FAFAFA; border:1px solid #CCCCCC; color:#333333; font-family:inherit; font-size:inherit; padding:4px; width:352px;}


/* =================================== */
/*  MISC STYLING                      */
/* =================================== */

/* SOCIABLE TOOLBAR STLYING */
div.sociable {margin-top:2px; margin-left:7px;}
/*span.sociable_tagline {position: relative; }
span.sociable_tagline span {display: none; width: 14em; }
span.sociable_tagline:hover span {position: absolute; display: block; top: -5em; background: #ffe; border: 1px solid #ccc; color: black; line-height: 1.25em;}
*/
.sociable span {}
.sociable ul {display: inline; margin: 0 !important;padding: 0 !important;}
.sociable ul li {background: none; display: inline !important;	list-style-type: none; margin: 0; padding: 1px;}
.sociable ul li:before { content: ""; }
.sociable img {float: none; width: 16px; height: 16px; border: 0; margin: 0; padding: 0;}
.sociable-hovers {opacity: .65; -moz-opacity: .65; filter: alpha(opacity=65);}
.sociable-hovers:hover {opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);}

/* COMMENTS SECTION */
.alt {background-color: #eee; border:1px solid #ddd;} /* #f8f8f8*/
.even {background-color: #fff;}

/* WPNG Calendar - This fixes a dumb bug where some elements didn't get blacked out*/
#TB_overlay{z-index:119;}
#TB_window{z-index:120;}

/* =================================== */
/*  TABBED MENU                    */
/* =================================== */
.TabbedPanels {margin: 0px; padding: 0; float: left; clear: none; border:5px solid #848484; background: #dedede; width:310px; min-height:261px;} /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug) --- width must be declared! */
.TabbedPanelsTabGroup { margin: 0px 10px 0 10px; padding: 0px;}
.TabbedPanelsTab { position: relative; top: 1px; float: left; padding: 6px 8px; margin: 8px 0px 8px 0px; font-weight:bold; color:#002c3f; background-color: #82bbd3; list-style: none; border-bottom: 1px solid #a5a5a5; border-top: 2px solid #1f1f1f; border-right:0px solid #CCC; border-left: 0px solid #CCC; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; text-transform:uppercase;}
.TabbedPanelsTabHover {}
.TabbedPanelsTabSelected {background-color: #cbcbcb; padding-right:80px; }
.TabbedPanelsTab a { color: black; text-decoration: none;}
.TabbedPanelsContentGroup { clear: both; border-left: solid 0px #fff; border-bottom: solid 0px #fff; border-top: solid 0px #036ca3; border-right: solid 0px #fff; background: none;} /*this is the sidebar color for the inside of the tabbed panel */
.TabbedPanelsContent { padding: 0px;}
.TabbedPanelsContentVisible {}
.VTabbedPanels .TabbedPanelsTabGroup { float: left; width: 10em; height: 20em; background-color: #EEE; position: relative; border-top: solid 1px #999;  border-bottom: solid 1px #CCC;}
.VTabbedPanels .TabbedPanelsTab { float: none; margin: 0px; border-top: none; border-left: none; border-right: none;}
.VTabbedPanels .TabbedPanelsTabSelected { background-color: #EEE; border-bottom: solid 1px #999;}
.VTabbedPanels .TabbedPanelsContentGroup { clear: none; float: left; padding: 0px; width: 30em; height: 20em;}

.tab-item #alt {background:#d7e2ef; border:none;} /* F8F8F8*/
.tab-item{list-style-type: none;height:100%;line-height:16px; padding:5px 0px; margin:0px 10px; border-bottom:1px dotted #999; text-align:left;}
.tab-item a:link, .tab-item a:visited {text-decoration: none; padding: 0px 0px 0px 0px; display:block; margin:0px; color:#002c3f;}
.tab-item a:hover {background-repeat:no-repeat; margin:0px; text-decoration:underline;}
		
.tab-date {color:#7D7D7D; font-size:90%;}
.tab-title{padding:0px 0px 0px 20px; margin:0px;  background: transparent url(./images/icon-graypad.gif) no-repeat scroll left top; border: 0px solid #F00;}
.tab-goto{margin:5px 10px; float: right; overflow: hidden;}
.tab-goto a:link, .tab-goto a:visited {text-decoration: none; padding: 0px 0px 0px 0px; display:block; margin:0px; color:#7D7D7D;}
.tab-goto a:hover {background-repeat:no-repeat; margin:0px; text-decoration:underline;}

		
/* ========================= */
/*  CLEAR FIXES              */
/* ========================= */
	
	.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 
	.fix{clear: both;height: 1px;margin: 0 0 -1px;overflow: hidden;}
 
	.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.clearfix {display: inline-block}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */








