/********************************************    Css Reset
*************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,h7,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-size:1em;line-height:1em}button::-moz-focus-inner{padding:0;border:0}:link,:visited{text-decoration:none}ul,ol{list-style:none;list-style-type:none}h1,h2,h3,h4,h5,h6,pre,code,kbd,input,select,textarea,table{font-size:1em}dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,div,p,blockquote,fieldset,legend,input,select,textarea{margin:0;padding:0}a img,:link img,:visited img,abbr,acronym,fieldset,iframe{border:0}address,abbr,cite{font-style:normal}caption{text-align:left}q:before,q:after{content:''}.clearer{clear:both}
/**********************************************    Layout
*************************************************************/
body { background: url(../../img/background_main.jpg) no-repeat center top ; 
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #6d6e71;
	
}

.wrapper {
	position: relative;
	width: 907px;
	padding: 0 35px;
	margin: 0 auto;
	background-image: url(../../img/background_content_tile_home.jpg);
}

a {  }
a:hover {  }
strong{
font-weight:  bold;
}

button { cursor: pointer; }


	/*----------------------------------------------
		BUTTON LINKS
	----------------------------------------------*/
	a.button, a.button2 { float: left; display: block; padding-right: 12px; height: 28px; color: white; background: url(../../img/buttons.gif) no-repeat; }
	a.button span, a.button2 span { display: block; padding: 8px 0 0 12px; height: 22px; background: url(../../img/buttons.gif) no-repeat; }

	a.button					{ background-position: right 0; }
	a.button2				{ background-position: right -56px; }

	a.button span		{ background-position: left -28px; }
	a.button2 span		{ background-position: left -84px; }
	
	a.button:hover, a.button2:hover { text-decoration: none; }
	a.button:hover span, a.button2:hover span {  }


/*===================================
	HEADER
===================================*/
.header_wrapper {
	position: relative;
	height: 100px;
	background: url(../../img/background_header.jpg) no-repeat center -1px;
}

	/*----------------------------------------------
		HEADER CONTAINER
	----------------------------------------------*/
	.header_container {
	position: absolute;
	top: 1px;
	width: 907px;
	height: 77px;
}

		/* TITLE ----------------------------------------------*/
		.title_container {
	float: left;
	width: 640px;
	height: 70px;
}
	
			.title_container strong, .title_container small { display: block; font-weight: normal; }
			.title_container strong { margin-left: -2px; padding-bottom: 8px; }
			.title_container small {  }
	
		
		/* SEARCH ----------------------------------------------*/
		.search_container { float: right; padding-top: 18px; }
	
			.search_container input { padding: 0; margin: 0 18px 0 0; border: 0; background: 0; width: 178px; color:#fff; }
	
			.search_container button { text-indent: -99999px; border: 0; height: 25px; width: 30px; font-size: 12px; color: white; background: url(../../img/button_search.gif) no-repeat; }
	
		
	/*----------------------------------------------
		NAVIGATION
	----------------------------------------------*/
	.navigation_container {
	position: absolute;
	top: 76px;
	width: 907px;
	height: 56px;
}

		.navigation_container li { display: inline-block; float: left; }

			.navigation_container li a { display: block; padding-right: 12px; height: 56px; background: url(../../img/navigation_items.gif) no-repeat right top transparent; color: #6d6e71; }
			.navigation_container li a span { display: block; padding:20px 5px 0 17px; height: 36px; background: url(../../img/navigation_items.gif) no-repeat left -56px transparent; }

			.navigation_container li a:hover { text-decoration: none; background-position: right -112px; background-color: transparent; }
			.navigation_container li a:hover span {
	background-position: left -168px;
	background-color: transparent;
}

			.navigation_container li a.current {
	text-decoration: none;
	background-position: right -112px;
	color: #FFF;
}
			.navigation_container li a.current span { background-position: left -168px; }
/*===================================
	Slider
===================================*/
.slider{
	display: none;
	position: relative;
	top: 0px;
	left: 50%;
	width: 948px;
	margin-left: -474px;
	height: 88px;
	background-position: top left;
}
.slider img{
	width: 165px;
	height: 68px;
}

/*===================================
	PROMO
===================================*/
.promo_wrapper {
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
	height: 316px;
	background: url(../../img/background_promo.png) no-repeat 45px 75px;
}
	
	.promo_text {
	position: absolute;
	left: 426px;
	top: 50px;
	width: 475px;
}
	
		.promo_heading { padding-bottom: 15px; }
	
		.promo_body { padding-bottom: 15px; line-height: 1.5em; width: 425px; color: #404041;  }
	
		.promo_actions {
			width: 150px;
			height: 105px;
		}
		
		.promo_actions a {
			width: 150px;
			height: 105px;
			display: block;
			overflow: hidden;
			text-indent: -9999px;
		}
		
		#lss_button {
			position: absolute;
			left: 426px;
			top: 243px;
		}
		
		#acs_button {
			position: absolute;
			left: 607px;
			top: 243px;
		}


/*===================================
	TITLE BAR
===================================*/
.titlebar_wrapper { padding-top: 35px; padding-bottom: 35px; height: 36px; }
	
	.titlebar_wrapper h2 { float: left; padding-top: 4px; display: block; width: 640px; color: #fff; }

	.breadcrumbs { float: right; padding-top: 13px; display: block; text-align: right; font-size: 12px; }


/*===================================
	CONTENT
===================================*/
.content_wrapper {
	width: 977px;
	padding: 0;
	background: url(../../img/background_content_tile_home.jpg) repeat-y center top;
	margin-top: 25px;
}
.content_wrapper_home {
}

	.content_inside { min-height: 400px; width: 907px; padding: 20px 35px 10px; overflow: hidden; background: url(../../img/background_content_notile.jpg) no-repeat center top; }
	.content_inside_home {
	min-height: 0;
	height: auto;
	background-image: url(../../img/background_top_home.jpg);
}

		.content_inside p { line-height: 1.5em; }
		
		.column_main { float: left; width: 640px; }
		.column_main img{ float: right; margin: 0px 0px 10px 10px;}

			.column_main p { margin-bottom: 20px; }

		.content_home_bucket {
	float: left;
	width: 165px;
	padding-right: 21px;
	margin-right: 20px;
	padding-left: 20px;
}
		.content_home_bucket_last { padding-right: 0; margin-right: 0; }
		
.content_home_bucket h2 {
	padding-bottom: 15px;
	padding-top: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #404041;
}
.one h2 {padding-left: 35px;}
.two h2 {padding-left: 40px;}
.three h2 {padding-left: 50px;}
.four h2 {padding-left: 60px;}
	
			
.content_home_bucket_body {
	padding: 0px 0px 0px 0px;
	width: 180px;
	line-height: 1.5em;
}
.one .content_home_bucket_body 		{}
.two .content_home_bucket_body 		{}
.three .content_home_bucket_body 	{margin: 0px 0px 0px 3px;}
.four .content_home_bucket_body		{margin: 0px 0px 0px 12px;}

.one .content_home_bucket_actions a  	{margin: 0px 0px 0px 0px; }
.two .content_home_bucket_actions a 	{margin: 0px 0px 0px 0px;}
.three .content_home_bucket_actions a 	{margin: 0px 0px 0px 3px;}
.four .content_home_bucket_actions a 	{margin: 0px 0px 0px 12px;}
				
.content_home_bucket_actions { 
margin: 10px 0px 0px 0px;
}
.content_home_bucket_actions a {
	font-weight: bold;
}
	

/*===================================
	FOOTER
===================================*/
.footer_wrapper { height: 49px; padding-top: 38px; padding-bottom: 45px; background: url(../../img/background_footer.jpg) no-repeat center top;  }
.footer_wrapper_home { background-image: url(../../img/background_footer_home.jpg);}

	.footer_nav { float: left; height: 33px; }

		.footer_nav li { float: left; display: inline-block; padding-right: 10px; margin-right: 10px; border-right: 1px solid #ccc; }
		.footer_nav li.last {padding-right: 0; margin-right: 0; border-right: 0px solid #ccc;  }
.footer_nav li a{ background: none; color: #6d6e71;}
			.footer_nav li a:hover { background: none; color: #6d6e71;}

	.copyright { float: right; }
	
	.sr_power { float: right; text-align: right; width: 907px; margin-right: -3px; }

		.sr_power a { float: right; display: block; margin-top: 15px; }


/*===================================
	MODIFIERS
===================================*/
.title_container img{
	position: absolute;
	top: 17px;
	left: 0px;
}
/*********************************** Custom
*************************************************************/
body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FBFBFB;
	background-repeat: repeat-x;
	background-position: top center;
}
body.inner{
	background-image:url(../img/back_content.jpg);
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia1, Georgia, serif;
}

h2 {
	font-size: 19px;
	font-weight: normal;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
p a,dt a,dd a,li a {
	color:#F29907;
	background-color: ;
	font-weight: ;
	text-decoration: ;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,
p a:hover,dt a:hover,dd a:hover,li a:hover {
	color: #fff;
	font-weight: ;
	text-decoration: ;
}
.content_inside a:hover{
	color:#232323;
	border-bottom:1px solid #E9A63B;
border-color:#E9A63B;
	
}


.post h2 a:hover{
	

}

	/*----------------------------------
		BUTTON LINKS
	----------------------------------*/
	a.button, a.button2 {
		font-family: ;
		font-size: 13px;
		font-weight: ;
		text-transform: ;
	}


/*===================================
	HEADER
===================================*/
	
	
		/*----------------------------------------------
			HEADER CONTAINER
		----------------------------------------------*/

			/* TITLE ----------------------------------------------*/
			.title_container strong {
				font-family: Georgia1, Georgia, serif;
				font-size: 40px;
				font-weight: ;
				text-transform: ;
				color: white;
			}
			.title_container small {
				font-family: Georgia1, Georgia, serif;
				font-size: 17px;
				font-weight: ;
				text-transform: ;
				color: #8BB63D;
			}
	
		
			/* SEARCH ----------------------------------------------*/
			.search_container input {
				font-family: ;
				font-size: 12px;
				font-weight: ;
				text-transform: ;
			}
	
		
		/*----------------------------------
			NAVIGATION
		----------------------------------*/
		.navigation_container {
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size: 12px;
			font-weight: bold;
			text-transform: ;
		}

				.navigation_container a {
					color: #6d6e71;
					text-shadow: 0px 1px 3px #A8A8A8;
				}
				.navigation_container a.current, .navigation_container a:hover {
					color: #fff;
					text-shadow: 0px 1px 3px #A8A8A8;
				}
	
	
/*===================================
	PROMO
===================================*/
.promo_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #404041;
}
	
			.promo_body p {
				font-family: ;
	font-size: 15px;
	line-height: 19px;
	color: #59595a;
	font-family: Verdana, Geneva, sans-serif;
			}
			
		.promo_actions {  }
	

/*===================================
	TITLE BAR
===================================*/
	.titlebar_wrapper h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	position: absolute;
	width: 500px;
	}
	#newworldorder{
		font-size: 25px;
		margin-top: 0px;
	}
		.titlebar_wrapper h2 small{}
	
	.breadcrumbs {
		font-family: ;
		font-size: ;
		font-weight: ;
		text-transform: ;
		color: #fff;
	}

		.breadcrumbs a {
			font-family: ;
			font-size: ;
			font-weight: ;
			text-decoration: underline;
			text-transform: ;
			color: #fff;
		}
	
		.breadcrumbs a:hover {
			font-family: ;
			font-size: ;
			font-weight: ;
			text-decoration: none;
			text-transform: ;
			color: ;
		}


/*===================================
	CONTENT
===================================*/
			.content_home_bucket h2 {
				font-family: ;
				font-size: ;
				font-weight: ;
				text-transform: ;
				color: ;
			}

			.content_home_bucket_body p, .content_home_bucket dl dd {
	line-height: 20px;
	font-size: 12px;
			}



/*===================================
	FOOTER
===================================*/
.footer_wrapper {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0px;
	padding-top: 50px;
}

		.footer_nav a {
			color: white;
			text-decoration: ;
		}

		.footer_nav a:hover {
			color: ;
			text-decoration: underline;
		}
		.footer_nav a.current{
			color: ;
			text-decoration: underline;
		}

	.copyright {
	color: #6d6e71;
	}
a.boxee{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px dotted;
	border-color: #e9a63b;
	padding-bottom: 2px;
	color:#232323;
	margin: 0px 0px 0px 10px;
	
}
a:hover.boxee{
	border-bottom: 1px solid;
	border-color: #e9a63b;
}
body.inner .titlebar_wrapper, body.inner .footer_wrapper, body.inner .content_inside, body.inner .content_wrapper{
	background-image: none;
}
body.inner .titlebar_wrapper{
	position:relative;
	bottom: -10px;
}
body.inner .sidebar{
	width: 236px;
	float: right;
}
body.inner .top{
background: url(../img/side-top.gif) top left no-repeat #DBDBDB;
}
body.inner .sidebar ul{
	padding: 10px;
	background: url(../img/side-bot.gif) bottom left no-repeat;
}
body.inner .sidebar ul li a{
	padding: 15px;
	width: 165px;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #484849;
	margin: 5px 10px;
	display: block;
}
body.inner .sidebar ul li a:hover, body.inner .sidebar ul li a.current, body.inner .sidebar ul li.monthOpen a{
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px #fff solid;
}
body.inner .sidebar h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	font-size: 23px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#6d6e71;
}
body.inner .sidebar p{
	color:#6d6e71;
	padding: 15px 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

/*********************************** Skin for Slider
*************************************************************/
.jcarousel-skin-arellia .jcarousel-container {
	background-image: url(../../img/slider_mit.jpg);
	background-repeat: repeat-x;
}

.jcarousel-skin-arellia .jcarousel-container-horizontal {
    width: 835px;
    padding: 8px  60px;
}

.jcarousel-skin-arellia .jcarousel-container-vertical {
    width: 75px;
    height: 200px;
    padding: 40px 10px;
}

.jcarousel-skin-arellia .jcarousel-clip-horizontal {
    width:  845px;
    height: 70px;
}

.jcarousel-skin-arellia .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.jcarousel-skin-arellia .jcarousel-item {
    width: 165px;
    height: 85px;
}

.jcarousel-skin-arellia .jcarousel-item:hover {
}
.jcarousel-skin-arellia li a{
	border: 0px solid;
	color: none;
}
.jcarousel-skin-arellia li a:hover{
	border: 0px solid;
	color: none;
	
		border: 0px solid;
	color: none;
}

.jcarousel-skin-arellia .jcarousel-item-horizontal {
    margin-right: 7px;
}

.jcarousel-skin-arellia .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-arellia .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-arellia .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: -3px;
    width: 32px;
    height: 88px;
    cursor: pointer;
    background: transparent url(../../img/slider_right.jpg) no-repeat 0 0;
}

.jcarousel-skin-arellia .jcarousel-next-horizontal:hover {
    background-position: 0 -88px;
}

.jcarousel-skin-arellia .jcarousel-next-horizontal:active {
    background-position: 0 -176px;
}

.jcarousel-skin-arellia .jcarousel-next-disabled-horizontal,
.jcarousel-skin-arellia .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-arellia .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-arellia .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 88px;
    cursor: pointer;
    background: transparent url(../../img/slider_left.jpg) no-repeat 0 0;
	overflow:hidden;
}

.jcarousel-skin-arellia .jcarousel-prev-horizontal:hover {
    background-position: 0px -88px;
}

.jcarousel-skin-arellia .jcarousel-prev-horizontal:active {
    background-position: 0px -176px;
}

.jcarousel-skin-arellia .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-arellia .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-arellia .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-arellia .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-arellia .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-arellia .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-arellia .jcarousel-next-disabled-vertical,
.jcarousel-skin-arellia .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-arellia .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-arellia .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-arellia .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-arellia .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-arellia .jcarousel-prev-disabled-vertical,
.jcarousel-skin-arellia .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-arellia .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/* XSLTsearch 2.x */
.xsltsearch_result p {margin: 0; padding: 0; }
.xsltsearch_result:hover {background: #f6f6f6;}
.xsltsearch_ordinal {font-weight: bold; font-size: 75%;}
.xsltsearch_title {font-weight: bold;}
.xsltsearch_score {font-size: 75%;}
p.xsltsearch_result_description {padding-bottom: 10px;}
.xsltsearch_description strong {background: #ff9;} /* search term highlighting */
#xsltsearch_navigation {text-align: center;}
#xsltsearch_navigation .disabled {color: #999;}
#xsltsearch_stats {font-size: 75%; color: #666;}
/* Live Id */
.liveid{
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px 0px 0px 10px;
	position: relative;
}
.liveid span{
	float: left;
	padding:3px 0 0 20px;
	width:110px; 
}
.liveid a{
	float: left;
	padding:10px 0 0 0px;
	color: #F19806;
}
.liveid a:hover{
	color:#232323;
	border-bottom:1px solid #E9A63B;
border-color:#E9A63B;
}
.liveid hr{
	clear: both;
	visibility: hidden;
}
.liveid div{
	float: left;
	width: 103px;
	margin: 0px 0px 0px 10px;
	line-height: 15px;
}
.liveid img{
	float: left;
	margin: 8px 0px 0px 10px;
}
.liveid iframe{
position: absolute;
top: 12px;
right: 20px;
width: 50px;
}
#tabs{
	clear: both;
}
#signoutlink{
	
}
a#signoutlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px dotted;
	border-color: #e9a63b;
	padding-bottom: 2px;
	color:#232323;
	margin: 0px 0px 0px 10px;
	
}
a:hover#signoutlink{
	border-bottom: 1px solid;
	border-color: #e9a63b;
}
/* Contact Form */
#cultivContact fieldset  
 {
    width: 400px;
    border: none;
 }
 .formLabel 
 {
     float: left;
     width: 100px;
	 margin: 0px 0px 5px;
 }
 .inputRow 
 {
     clear: left;
	 padding: 20px 0px 0px 0px;
	 position: relative;
 }
 .errorMessage 
 {
     margin-left: 100px;
     clear: left;
 }
 .inputString 
 {
     width: 630px;
	 background:#DBDBDB ;
border:1px solid #DBDBDB;
color:#000000;
font-family:Tahoma,Geneva,sans-serif;
font-size:14px;
margin-top:5px;
padding:7px 5px 3px;
 }
 .inputString:focus {border:1px solid #000;}
 .inputArea 
 {
     width: 630px;
	 background:#DBDBDB ;
border:1px solid #DBDBDB;
color:#000000;
font-family:Tahoma,Geneva,sans-serif;
font-size:14px;
margin-top:5px;
padding:7px 5px 3px;
     height: 200px;
 }
 .inputArea:focus {border:1px solid #000;}
 .submit 
 {
     float: right;
	  padding: 20px 0px 0px 0px;
	 position: relative;
 }
 
.search-style a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px dotted;
	border-color: #e9a63b;
	padding-bottom: 2px;
	
	color:#F29907;
	margin: 10px 0px 10px 0px;
	display: inline-block;
	
}
.search-style a:hover{
	color:#232323;
	border-bottom: 1px solid;
	border-color: #e9a63b;
}
.search-style span{
	margin: 5px 0px 5px 0px;
	display: inline-block;
}
.search-style span.address{
	color: #F29907;
}
.column_main ul{
	list-style-type: disc;
	
}
.column_main ul li{
	position: relative;
	left: 5%;	
	line-height: 1.5em;
	padding: 0px 0px 15px;
	width: 93%;
}
.ui-tabs .ui-tabs-nav li{
width: auto;
}
.column_main #uitabs li{
width: auto;
height: 20px;
}
.column_main #uitabs{
	bottom: -10px;
}
.spacer{
	display: block;
	height: 20px;
}
 /********************** Blog **********************/
.post{
	line-height: 23px;
	margin: 0px 0px 40px;
}
.post h2{
	margin: 10px 0px;
}
.post h2 a{
	color:#F29907;
	font-family:Tahoma,Geneva,sans-serif;
}

.post h2 a:hover{
	color:#232323;

}

.post small{
	margin: 0px 0px 10px;
	font-weight: bold;
	font-size: 12px;
	display: block;
}
.postmetadata{
	margin: 10px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	display: block;
}
 /*************************************************************/
 #sub-a .pdlinks,#sub-b .pdlinks,#sub-c .pdlinks{
	 margin: 10px 0px;
 }
 #sub-a .pdlinks hr, #sub-b .pdlinks hr, #sub-c .pdlinks hr{
	 clear: both;
 }
  #sub-a .pdlinks img, #sub-b .pdlinks img, #sub-c .pdlinks img{
	 height: 100px;  width: 150px;
	  border: 1px solid #ccc;
	  padding: 1px;
	  margin: 5px 25px 0px 5px;
 }
   #sub-a .pdlinks p, #sub-b .pdlinks p, #sub-c .pdlinks p{
	  padding: 10px;
 }
 .ui-tabs-panel p strong, .ui-tabs-panel strong {font-weight: bold !important;}
 #tabs div.ui-widget-content div.ui-widget-content div.ui-widget-content a {color:#232323;}
 #tabs div.ui-widget-content div.ui-widget-content div.ui-widget-content a:hover {	color: #F19806;
	border-bottom:1px solid #E9A63B;
border-color:#E9A63B;}
/*************************************************************/

/*************************************************************/

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */