/*************** BGINE CSS AID ******************/
/*************** BROWSER RESET ******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
ol, ul { list-style: none; list-style-position: inside !important; }
b, strong {font-weight: bold;}
i, em {font-style: italic;}
blockquote, q { quotes: none; }
hr {border: 0; height: 10px; margin: 0 0 30px 0; background: url(../../images/osa_template/white_line.png) left top repeat-x;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! padding: 9px 17px 9px 17px; */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; }
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
	position: relative;
}
textarea { overflow: auto; }
textarea, input[type=text] { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
::selection { background: #C9D7DF; color: #2A5B79; }



/*************** STRUCTURAL ELEMENTS ******************/

html, body {
	height: 100%;
	width: 100%;
}

body { 
	margin: 0;
	padding: 0;
	font-family: Arial,Tahoma,Helevetica,sans-serif;
	font-size: 13px;
	line-height: 19px; 
}


/**************** TYPOGRAPHY ************************/

h1 {
  font-family: 'Libre Baskerville', serif;
  margin: 0 0 13px 0;
  font-weight: bold;
}

 h2, h3, h4, h5, h6 {
	margin: 0 0 13px 0;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
}

h1 {
	font-size: 2.5em;
        line-height: 40px;
}

h2 {
	font-size: 2.3em;
	line-height: 35px;
}

h3 {
	font-size: 2em;
	line-height: 35px;
}

h4 {
	font-size: 1.7em;
	line-height: 30px;
}

h5 {
	font-size: 1.3em;
	line-height: 20px;
}

h6 {
	font-size: 1em;
	line-height: 12px;
}

/******************************Content_main changes**********************/

/*.content_main  h3 {
    line-height:30px !important;
}

.content_main  h4 {
    line-height:30px !important;
}*/

.content_main ul {
    ist-style-position: inside;
    list-style-type: disc;
    padding-left:25px;
    text-indent: -1em;
}

.content_main ol {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left:25px !important;
    text-indent: -1em;
}

.content_main ul.simple_list {
    list-style-position: inside !important;
    list-style: circle inside;
    padding-left:10px;
}

blockquote {
	font-family: "Arial", Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.1em;
	line-height: 20px;
	margin-bottom: 30px;
	font-weight: normal;
	/*color: #dcdcdc;*/
}



p { 
	/*color: #dcdcdc;*/
	margin: 0 0 0px 0;
}

ul.general_li, ol.general_li {
	margin: 0 0 30px 20px;
}

	ul.general_li {
		list-style: circle;
		/*color: #dcdcdc;*/
	}

	ol.general_li {
		list-style: decimal;
		/*color: #dcdcdc;*/
	}

pre {
	font-size: 1.2em;
	margin: 0 0 30px 0;
	word-wrap: break-word;
}

/*************** LINKS ****************************/

a:link, a:visited {
	/*color: #4CD7E8;*/
	/* font-weight: normal; */
	text-decoration: none;
	
}

a:hover, a:active {
	color: #333;
	/*text-shadow: #dcdcdc 0px 0px 7px;*/
}


/*************** BUTTONS & FORMS ****************************/

form {

}

input[type="text"], input[type="password"], input[type="email"],
input[type="tel"], input[type="color"], input[type="date"],
input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="number"], input[type="range"], select,
input[type="search"], input[type="time"], input[type="url"], input[type="week"],
input[type="submit"], input[type="reset"], input[type="button"], textarea, .button {
	display: inline-block;
	width: 150px;
	border: 1px solid rgba(0, 0, 0, .2);
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}
	
input[type="submit"], input[type="reset"], input[type="button"], .button {
	cursor: pointer;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

	input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
		background-image: url(../../images/osa_template/white_gloss.png);
	}

textarea {
	min-height: 130px;
}

/* RADIOS & CHECKBOXES*/

.styled_radios, .styled_checkboxes {

}

.styled_radios {
}

.styled_checkboxes {
}

.styled_radios li, .styled_checkboxes li {
	float:left;
	width: auto;
	display: block;
	position: relative;
	padding: 0 10px 0 20px;
}
	
.styled_radios span, .styled_checkboxes span {
	position: absolute;
	left: 0;
	width: 4px;
	height: 4px;
	line-height: 4px;
	padding: 3px;
	text-align: center;
	background-color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(255, 255, 255, .5) inset, 0 1px 1px #2F3E45;
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .5) inset, 0 1px 1px #2F3E45;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .5) inset, 0 1px 1px #2F3E45;
    -o-box-shadow: 0 1px 1px rgba(255, 255, 255, .5) inset, 0 1px 1px #2F3E45;
	background-image: url(../../images/osa_template/black_gloss.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
 
.styled_radios span:after, .styled_checkboxes span:after {
	content: ""; /*if CSS are disbled span elements are not displayed*/
}
 
.styled_radios input, .styled_checkboxes input {
	position: absolute;
	left: 0;
	margin: 0;
	width: 14px;
	height: 14px;
	/*hide the radio button*/
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
    cursor: pointer;
    z-index:1;
}
 
.styled_radios input[type="radio"] + span, .styled_checkboxes input[type="checkbox"] + span { /*the span element that immediately follow the radio button */
	visibility: hidden; /*temporarily hide the "YES" label*/
	/*background-color: #4cd7e8;*/
}
 
.styled_radios input[type="radio"] + span:after {
	content: ""; /*if CSS are disbled span elements are not displayed*/
}
 
.styled_checkboxes input[type="checkbox"] + span:after {
	content: ""; /*if CSS are disbled span elements are not displayed*/
}

.styled_radios input[type="radio"]:checked + span, .styled_checkboxes input[type="checkbox"]:checked + span { 
	background-position: center;
	background-repeat:no-repeat;
}

.styled_radios input[type="radio"]:checked + span {
	visibility: visible; /*show the "YES" label only if the radio button is checked*/
	background-image: url(../../images/osa_template/radio_button_checked.png);
}

.styled_checkboxes input[type="checkbox"]:checked + span {
	visibility: visible; /*show the "YES" label only if the radio button is checked*/
	background-image: url(../../images/osa_template/check_button_checked.png);
}
	
.styled_checkboxes span {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}

.close_this {
	display: none;
	background: url(../../images/osa_template/close_this_icon.png) right top no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
}

/*************** COLORS ****************************/

/*TEXTS*/

.blue_txt {
	/*color: #4cd7e8 !important;*/
}

.red_txt {
	color: #ff2200 !important;
}

.gray_txt {
	color: #dcdcdc !important;
}

.white_txt {
	color: #fff !important;
}

.black_txt {
	color: #000 !important;
}

.orange_txt {
	color: #f8a73d !important;
}


/* BACKGROUNDS */
.blue_bcg {
	/*background-color: #4cd7e8 !important;*/
}

.red_bcg {
	background-color: #ff2200 !important;
}

.gray_bcg {
	background-color: #dcdcdc !important;
}

.white_bcg {
	background-color: #fff !important;
}

.black_bcg {
	background-color: #000 !important;
}

.orange_bcg {
	background-color: #f8a73d !important;
}

.dark_gray_bcg {
	background-color: #2c343c !important;
}

.brown_bcg {
	background-color: #797864 !important;
}

.green_bcg {
	background-color: #5fd00a !important;
}

/*******************IMAGES***************************/

img {
	border: none;
	border-color: rgba(0,0,0,0.5);
	z-index: 1;
}

.alignleft {
	float: left;
	margin: 0 30px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 30px;
}

.aligncenter {
	display: block;
	width: auto;
	margin: 0 auto;
}

/*************** REQUIRED ELEMENTS ******************/


/* BLOCK FLOATS*/
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* TEXT ALIGNMENTS*/
.toright {
	text-align: right !important;
}

.toleft {
	text-align: left !important;
}

.tocenter {
	text-align: center !important;
}

/*STYLE CANCELING*/

.nopadding {
	padding: 0px !important;
}

.nopaddingtop {
	padding-top: 0px !important;
}

.nopaddingbottom {
	padding-bottom: 0px !important;
}

.nopaddingleft {
	padding-left: 0px !important;
}

.nopaddingright {
	padding-right: 0px !important;
}

.nomargintop {
	margin-top: 0px !important;
}

.nomarginleft {
	margin-left: 0px !important;
}

.nomarginright {
	margin-right: 0px !important;
}

.nomarginbottom {
	margin-bottom: 0px !important;
}


/*SPACERS*/
.space5 {
	height: 5px !important;
	display: block !important;
}

.space10 {
	height: 10px !important;
	display: block !important;
}

.space15 {
	height: 15px !important;
	display: block !important;
}

.space20 {
	height: 20px !important;
	display: block !important;
}

.space25 {
	height: 25px !important;
	display: block !important;
}

.space30 {
	height: 30px !important;
	display: block !important;
}

.space35 {
	height: 35px !important;
	display: block !important;
}

.space40 {
	height: 40px !important;
	display: block !important;
}

.space45 {
	height: 45px !important;
	display: block !important;
}

.space50 {
	height: 50px !important;
	display: block !important;
}


/* DISPLAYS */

.radius3 {
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
}

.radius6 {
   border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -o-border-radius: 6px;
}

.radius9 {
   border-radius: 9px;
   -moz-border-radius: 9px;
   -webkit-border-radius: 9px;
   -o-border-radius: 9px;
}

.radius12 {
   border-radius: 12px;
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   -o-border-radius: 12px;
}

.radius15 {
   border-radius: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   -o-border-radius: 15px;
}

.radius18 {
   border-radius: 18px;
   -moz-border-radius: 18px;
   -webkit-border-radius: 18px;
   -o-border-radius: 18px;
}

.radius21 {
   border-radius: 21px;
   -moz-border-radius: 21px;
   -webkit-border-radius: 21px;
   -o-border-radius: 21px;
}

.radius24 {
   border-radius: 24px;
   -moz-border-radius: 24px;
   -webkit-border-radius: 24px;
   -o-border-radius: 24px;
}

.radius27 {
   border-radius: 27px;
   -moz-border-radius: 27px;
   -webkit-border-radius: 27px;
   -o-border-radius: 27px;
}

.radius30 {
   border-radius: 30px;
   -moz-border-radius: 30px;
   -webkit-border-radius: 30px;
   -o-border-radius: 30px;
}

/*************** BORDERS ******************/
.borderW1 {
	border-width: 1px; 
}

.borderW2 {
	border-width: 2px; 
}

.borderW3 {
	border-width: 3px; 
}

.borderW4 {
	border-width: 4px; 
}

.borderW5 {
	border-width: 5px; 
}

.borderW6 {
	border-width: 6px; 
}

.borderW7 {
	border-width: 7px; 
}

.borderW8 {
	border-width: 8px; 
}

.borderW9 {
	border-width: 9px; 
}

.borderW10 {
	border-width: 10px; 
}

.borderSsol {
	border-style: solid;
}

.borderSdsh {
	border-style: dashed;
}

.borderSdot {
	border-style: dotted;
}


/*************** GRID ELEMENTS ******************/

.column {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin: 0 0 30px 0;
	width: 100%;
	display: block;
	padding: 10px;
	/*color: #dcdcdc;*/
}

.half {
	width: 50% !important;
}

.third {
	width: 28.33% !important;
}

	.two_thirds {
		width: 71.66% !important;
	}

.quorter {
	width: 25% !important;
}

	.three_quorters {
		width: 75% !important;
	}

.fifth {
	width: 20% !important;
}

	.four_fifths {
		width: 80%;
	}
	.three_fifths {
		width: 60%;
	}
	.two_fifths {
		width: 40%;
	}


/*************** TABLE ELEMENTS ******************/

table {
	width: 100%;
	text-align: left;
	margin: 30px auto;
}

th, td {
	padding: 5px 10px;
}

th, tfoot td {
	font-weight: bold;
	background: rgba(0, 0, 0, 0.4);
	border-top: 1px solid #313B44;
	border-bottom: 1px solid #313B44;
	font-family: 'Libre Baskerville', serif;
}

td {
	
}

tr {
	border-bottom: 1px dashed #313B44;
	
}

	tr:nth-child(odd) { 

	}
	
	tr:nth-child(even) {
		background: rgba(0, 0, 0, 0.1);
	 }
	
	tr:hover {
		background: rgba(0, 0, 0, 0.4);
	}
	
	
	
/***************EROR AND MESSAGES*****************/

.message {
	padding: 10px 10px 10px 60px;
	margin: 30px 0;
	border: 2px solid rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.3) inset, 0 1px 1px #2F3E45;
	-moz-box-shadow: 0 0 30px rgba(255, 255, 255, 0.3) inset, 0 1px 1px #2F3E45;
	-webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.3) inset, 0 1px 1px #2F3E45;
	-o-box-shadow: 0 0 30px rgba(255, 255, 255, 0.3) inset, 0 1px 1px #2F3E45;
}

	.message:hover {
		box-shadow: 0 0 30px rgba(255, 255, 255, 0.5) inset, 0 1px 1px #2F3E45;
		-moz-box-shadow: 0 0 30px rgba(255, 255, 255, 0.5) inset, 0 1px 1px #2F3E45;
		-webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.5) inset, 0 1px 1px #2F3E45;
		-o-box-shadow: 0 0 30px rgba(255, 255, 255, 0.5) inset, 0 1px 1px #2F3E45;
	}

.error {
	background: rgba(255, 34, 0, 0.3) url(../../images/osa_template/error_icon.png) 10px center no-repeat;
}

.succes {
	background: rgba(95, 208, 10, 0.3) url(../../images/osa_template/succes_icon.png) 10px center no-repeat;
}

.download {
	background: rgba(220, 220, 220, 0.3) url(../../images/osa_template/download_icon.png) 10px center no-repeat;
}

.warning {
	background: rgba(255, 255, 0, 0.3) url(../../images/osa_template/warning_icon.png) 10px center no-repeat;
}

.help {
	background: rgba(76, 215, 232, 0.3) url(../../images/osa_template/help_icon.png) 10px center no-repeat;
}
	
/*************** BONUS ELEMENTS ******************/
	
/* pic image box */
a.pic_image_ref img {
vertical-align: middle !important; 
width: 100% !important; 
border: 0px !important; 
margin: 0px auto !important; 
display: block !important;
}

/*BOXES*/
.boxed {
	position: relative;
	border: 1px solid #8B9497;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	display: block;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
        behavior: url(css/pie/PIE.htc);
      
}

/*POP-UPS */
#mask {
	position: absolute;
	background: url(../../images/osa_template/mask-bg.png) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 999;	
	display: none;
	left: 0px;
	top: 0px;
}

#popup-wrap {
	background: rgba(0,0,0,0.5);
	padding: 3px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 30px #0C5D67;
	-moz-box-shadow: 0 0 30px #0C5D67;
	-webkit-box-shadow: 0 0 30px #0C5D67;
	-o-box-shadow: 0 0 30px #0C5D67;
	border: 1px solid #000;
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#popup-wrap img.popup-content {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	max-width: 100%;
}

#popup-wrap #close-popup {
	cursor: pointer;	
}

#popup-wrap #expand-popup {
	cursor: pointer;	
}

#popup-wrap #popup-img-hidden {
	visibility: hidden;
	position: absolute;
	z-index: -99; 
}
/***** END OF CSS AID *****/

/*
Theme Name: NEGO SOLUTIONS WP Dev. Framework
Theme URI: http://nego-solutions.com/
Author: NEGO SOLUTIONS
Author URI: http://nego-solutions.com/
Description:  Description goes here
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

/* ADD YOUR CSS HERE
----------------------------------------------- */

/* ********* TYPOGRAPHY ******************* */

h1,h2,h3,h4,h5,h6 {

}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

ul, ol {

}

ul {

}

ol {

}

dl {

}

dt {

}

dd {

}

strong {

}

cite, em, i {

}

blockquote {

}

blockquote em, blockquote i, blockquote cite {

}

blockquote cite {

}

pre {

}

code, kbd {

}

abbr, acronym, dfn {

}

address {

}

ins {

}

sup,
sub {

}

sup {

}

sub {

}

/* ************** Links ************** */
a {

}

a:focus,
a:active,
a:hover {

}

/********* FORMS *******************/

input[type=text],
input[type=password],
textarea {

}
input[type=text]:focus,
textarea:focus {

}
textarea {

}
input[type=text] {

}
input#s {

}

input#searchsubmit {

}



/* ************** STRUCTURAL ELEMENTS ***************** */

#wrapper {
	width: 100%;
	font-family: Arial;
	padding: 0;
	
}

#header-wrapper {
	margin-bottom: 20px;
	border: 1px solid #696;
	-webkit-box-shadow: #666 0px 5px 10px;
	-moz-box-shadow: #666 0px 5px 10px;
	box-shadow: #666 0px 5px 10px;

	background: #19401b; /* Old browsers */
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4A7328), to(#19401b));
background: -webkit-linear-gradient(#4A7328, #19401b);
background: -moz-linear-gradient(#4A7328, #19401b);
background: -ms-linear-gradient(#4A7328, #19401b);
background: -o-linear-gradient(#4A7328, #19401b);
background: linear-gradient(#4A7328, #19401b);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7328', endColorstr='#19401b',GradientType=0 );  IE6-9 */

    -pie-background: linear-gradient(#4a7328, #19401b);
    behavior: url(css/pie/PIE.htc);

}

	.header {
width: 80%;
padding: 0px 10px 10px 10px;
margin: 0 auto;
max-width: 1040px;
	}
	
#content-wrapper {
	width: 100%;
}

	.content {
		width: 80%;
		padding: 0;
		margin: 0 auto;
                max-width: 1040px;
	}
	
#footer-wrapper {
	/*width: 100%;*/
	background-color: #26450c;
	padding: 30px 0 60px;
	text-align: center;
}

	.footer {
		width: 80%;
		padding: 0;
		margin: 0 auto;
	}
	
.sidebar {
	width: 200px;
	float: left;
}

/* **************** HEADER ELEMENTS *********************** */

#menu {

}

	#menu li {
		float: left;
		margin-right: 10px;
	}

/* **************** CONTENT ELEMENTS *********************** */

		
/* **************** FOOTER ELEMENTS *********************** */

#menu-footer-menu {

}

	#menu-footer-menu li {
		float: left;
		margin-right: 10px;
	}

/* *********** SIDEBAR ELEMENTS *************** */
.sidebar_widget {

}

	.sidebar_widget h2 {
	
	}
	
	.sidebar_widget ul {
	
	}
	
		.sidebar_widget ul li {
		
		}
		
			.sidebar_widget ul li a {
			
			}
			
			.sidebar_widget ul li a:hover {
				
			}
			
	.sidebar_widget #searchform .search_label {
	
	}
	
	.sidebar_widget #searchsubmit {
	
	}
	.sidebar_widget #searchsubmit:hover {
	
	}


/* **************** PAGINATION ELEMENTS *********************** */	
			
.pagination a {

}

.pagination a:hover {

}

.pagination span {

}

/* **************** CUSTOM CSS *********************** */

/* **************** 
HEADER
******************* */
#top_menu_wrapper {
	/*display: block;
	width: 100%;
        float:right;*/

position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 1;
}

#top_menu {
	/*display: block;
	float: right;*/
       display: block;
       float: right;
       padding-top: 17PX;
       font-size: 11px;
       margin-right: 10px;
}

#top_menu ul li {
	color: #fffd4e;
}

#top_menu ul li a {
	color: #fffd4e;
}

#top_menu ul li a:hover, #top_menu ul li a:active  {
       color: #fff9be !important;
    /*color: #fffd4e;
       text-shadow: 0px 0px 7px #dcdcdc;
       filter: dropshadow(color=#dcdcdc, offx=0, offy=0);*/
}


/*******************header top part**********************/

.header_top_part_div {
        padding-bottom: 18px;
        padding-left: 10px;
        padding-right: 10px;
}

#temp_logo_wrapper {
	/*margin-top: 20px;
	float: right;*/
        float: right;
        padding-top: 38px;
}

#logo_wrapper {
	margin-top: 10px;
	float: left;
        padding-bottom: 11px;
}

.logo {
	width: 200px;
}

.temp_logo {
        height: 80px;
}

#quote {
	/*display: block;
	width: 80%;
	margin-top: 52px;
	margin: 52px 0px 0px 50px;
	padding: 0px 20px;*/

display: block;
width: 80%;
padding: 0px 20px;
padding-top: 50px;
}

#quote h1 {

font-size: 21px;
color: #fff;
font-weight: 400;
text-shadow: 0px 1px 2px #333;
margin-left: 198px;
line-height: 120%;
font-family: "Arial",sans-serif !important;
filter: progid:DXImageTransform.Microsoft.Shadow(direction=155,strength=3,color=666666);
}

#header_image {
	display: block;
	overflow: hidden;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border: 1px solid #fff;
	background: url(../../images/osa_template/header_image.png) no-repeat top center;
	background-size: cover;
}

#header_div {
display: block;
overflow: hidden;
height: 150px;

margin-left: 10px;
margin-right: 10px;
max-width: 1002px;

width: 100%;
border: 1px solid #fff;
background: #000000;
}

.header_banner_text {
/*background-color: rgba(91,54,16,0.8);*/
background: url(../../rgba/1px_top.png);
height: 40px;
z-index: 2;
position: absolute;
top: 105px;
left: 0px;
min-width: 320px;
overflow: hidden;
}

.header_banner_text span {
display: block;
font-family: Arial;
font-size: 35px;
margin-left: 56px;
padding-top: 10px;
padding-right: 15px;
color: #FFFFFF;
font-weight: lighter;
text-align: right;
}

#banner-fade, #banner-slide{
	
}


#main_menu {
    float: left;
    margin-top: 15px;
    margin-left: 3px;
    overflow:visible;
}

#main_menu ul li a {
    color: #fff9be;
    margin-left: 2px;
    font-size: 13px;
    vertical-align: middle;
}

#main_menu ul li a:hover {text-shadow:none;}
#main_menu ul li a:active {text-shadow:none;}

#main_menu ul li ul li a {
    color: #fff9be;
    margin-left: 2px;
    font-size: 13px;
    vertical-align: middle;
}

#main_menu ul li ul li a:hover {text-shadow:none;}
#main_menu ul li ul li a:active {text-shadow:none;}

#main_menu ul li ul li ul li a {
    color: #fff9be;
    margin-left: 2px;
    font-size: 13px;
    vertical-align: middle;
}

.separator {
    display: inline-block;  
    width: 1px;  
    height: 30px;  
    vertical-align: middle;    
    clear: both;                  
    margin: 0px 5px;
	}

.separator .top {
	vertical-align: top;
    width: 1px;
    height: 15px; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(186,192,0,0) 0%, rgba(186,192,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,192,0,0)), color-stop(100%,rgba(186,192,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(186,192,0,0) 0%,rgba(186,192,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(186,192,0,0) 0%,rgba(186,192,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(186,192,0,0) 0%,rgba(186,192,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(186,192,0,0) 0%,rgba(186,192,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bac000', endColorstr='#bac000',GradientType=0 ); /* IE6-9 */
}

.separator .bot {
	vertical-align: bottom;
    width: 1px;  
    height: 15px;  
	background: -moz-linear-gradient(top,  rgba(186,192,0,1) 0%, rgba(28,67,28,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,192,0,1)), color-stop(100%,rgba(28,67,28,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(186,192,0,1) 0%,rgba(28,67,28,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(186,192,0,1) 0%,rgba(28,67,28,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(186,192,0,1) 0%,rgba(28,67,28,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(186,192,0,1) 0%,rgba(28,67,28,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bac000', endColorstr='#001c431c',GradientType=0 ); /* IE6-9 */
}

/* ****************
FOOTER
******************* */

#other_info {
	margin-bottom: 30px;
}

#other_info .top_text {
	color: #fffd4e;
}

#other_info .bottom_text {
	color: #fff;
}

#footer_menu ul li {
	color: #fffd4e;
}

#footer_menu ul li a {
	color: #fffd4e;
}

#footer_menu ul li a:hover, #top_menu ul li a:active  {
       color: #fff9be !important;
}


.header .cms_wrapper_div {
width: 28.33% !important;
float: right;
min-width: 252px;
}

.header .cms_wrapper_div .cms_form {
display: block;
margin-top: 13px;
height: 28px;
outline: none;
border: 1px solid #999999;
border-radius: 11px;
overflow: hidden;
background-color: #FFFFFF;

margin-left: 10px;
margin-right: 10px;

behavior: url(css/pie/PIE.htc);
}

.header .cms_wrapper_div  .cms_form .searchInput {
    width: 200px;   
    border:0px solid;      
    height: 28px;      
    padding: 0px;
    float: left;
    border-radius: 11px; 
    overflow: hidden;
    padding-left: 12px;
    color:#8b8b8b;
    line-height: 28px;
    vertical-align: middle;
    behavior: url(css/pie/PIE.htc);
}

.header .cms_wrapper_div  .cms_form .searchButton {
    border-style: none;
    background: url('../../images/osa_template/hglass_search.jpg') no-repeat; 
    width: 24px; 
    height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-left: 0px;
    float: right;
    -webkit-border-top-right-radius: 11px;
-webkit-border-bottom-right-radius: 11px;
-moz-border-radius-topright: 11px;
-moz-border-radius-bottomright: 11px;
border-top-right-radius: 11px;
border-bottom-right-radius: 11px;
    border-radius: 0 10px 10px 0;
    behavior: url(css/pie/PIE.htc);
}

.header .cms_wrapper_div .cms_form .searchButton:active, .header .cms_wrapper_div .cms_form .searchButton:hover  {
    border-style: none;
    background: url('../../images/osa_template/hglass_search.jpg') no-repeat; 
    width: 24px; 
    height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-left: 0px;
    float: right;
    -webkit-border-top-right-radius: 11px;
-webkit-border-bottom-right-radius: 11px;
-moz-border-radius-topright: 11px;
-moz-border-radius-bottomright: 11px;
border-top-right-radius: 11px;
border-bottom-right-radius: 11px;
    border-radius: 0 10px 10px 0;
    behavior: url(css/pie/PIE.htc);
}


/******************OLD NEWSLETTER CSS*********************/

.bot_box_title {
    display: block;
    position: relative;
    margin: 0 auto; 
    padding: 10px 20px 0px; 
    text-align: left; 
    background-color: #E5E5E5;  
    padding-bottom: 20px;
}

.bot_box_title .titlu {
    color: #5b3610;
    font-weight: bold;
    font-family: Arial;
    font-size: 19px;
    padding-bottom: 10px;
}

.bot_box_title .text {
    color: #5b3610; 
    font-family: Arial; 
    font-size: 16px; 
    padding-bottom: 10px;
}

.bot_box_title div .cms_form .cms_submit {
 width: 100%;
height: 30px;
border: 1px solid #d9d9d9;
background: #f0f0f0;
color: #8b8b8b;
text-align: center;
font-family: Arial;
font-size: 13px;
padding: 0px;
text-align: center;
}


.bot_box_title div .cms_form .cms_textfield {
 width: 100%;
height: 30px;
border: 1px solid #d9d9d9;
background: #f0f0f0;
color: #8b8b8b;
text-align: center;
font-family: Arial;
font-size: 13px;
padding: 0px;
text-align: center;
}

  .bot_box_title div .cms_form .cms_submit {
   /*border-top: 1px solid #000000;*/
   border: 0px;
   background: #305b0c;
   background: -webkit-gradient(linear, left top, left bottom, from(#244707), to(#305b0c));
   background: -webkit-linear-gradient(top, #244707, #305b0c);
   background: -moz-linear-gradient(top, #244707, #305b0c);
   background: -ms-linear-gradient(top, #244707, #305b0c);
   background: -o-linear-gradient(top, #244707, #305b0c);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   
   height: 31px;
   color: #fffd4e;
   font-weight: bold;
   font-size: 18px;
   font-family: 'Libre Baskerville', serif;
   margin-top: 7px;
   text-decoration: none;
   vertical-align: middle;
   width: 100% !important;


   -pie-background: linear-gradient(#244707, #305b0c);
   behavior: url(css/pie/PIE.htc);
   }
   
  .bot_box_title div .cms_form .cms_submit:hover {
   background: #244707;
   outline: none;
   behavior: url(css/pie/PIE.htc);
   }
   
 .bot_box_title div .cms_form .cms_submit:active {
   background: #244707;
   outline: none;
   behavior: url(css/pie/PIE.htc);
   }

 .bot_box_title div span.nms_message {
   color: #5b3610;
   font-weight: bold;
   font-family: Arial;
   font-size: 19px;
   padding-bottom: 10px;
   text-decoration:underline;
  }
/******************new one  CSS*********************/

.newsletter_box {
}

.newsletter_box .text {
color: #5b3610;
font-family: Arial;
font-size: 16px;
padding-bottom: 10px;
}

/*******************************************newsletter field*******************/
.newsletter_box div .cms_form .cms_textfield_div .cms_textfield {
width: 100%;
height: 30px;
border: 1px solid #d9d9d9;
background: #f0f0f0;
color: #8b8b8b;
text-align: center;
font-family: Arial;
font-size: 13px;
padding: 0px;
line-height:30px;
vertical-align: middle;
}

.newsletter_box div .cms_form .cms_textfield_div {
}


.newsletter_box div .cms_form .cms_submit {
   /*border-top: 1px solid #000000;*/
   border:0px;
   background: #305b0c;
   background: -webkit-gradient(linear, left top, left bottom, from(#244707), to(#305b0c));
   background: -webkit-linear-gradient(top, #244707, #305b0c);
   background: -moz-linear-gradient(top, #244707, #305b0c);
   background: -ms-linear-gradient(top, #244707, #305b0c);
   background: -o-linear-gradient(top, #244707, #305b0c);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   
   font-family: 'Libre Baskerville', serif;
   height: 31px;
   color: #fffd4e;
   font-weight: bold;
   font-size: 18px;
   margin-top: 7px;
   text-decoration: none;
   vertical-align: middle;
   width: 100% !important;

   -pie-background: linear-gradient(#244707, #305b0c);
   behavior: url(css/pie/PIE.htc);
   }
   
.newsletter_box div .cms_form .cms_submit:hover {
   background: #244707;
   outline: none;
   behavior: url(css/pie/PIE.htc);
   }

.newsletter_box div .cms_form .cms_submit:active {
   background: #305b0c;
   outline: none;
   behavior: url(css/pie/PIE.htc);
   }

/* **************** 
MAIN CONTENT
******************* */
ul.social {
	list-style:none;
    position:relative;
	width:100%;
	text-align:center;
}

ul.social li {
	display: inline;
}

ul.social li a img{
	margin-left:3px;
	margin-right:3px;
}

.simple_page_navi ul {
    padding-left: 10px;
    list-style:circle;
}

.content_main h1 {
    color:#5b3610;
}

.content_main h6 {
    color:#5b3610;
    font-size: 9px;
}

/* *******************************Custom Inner content changes *******************/
.column_inner_content a:link,.column_inner_content a:visited, .mceContentBody a:link,.mceContentBody a:visited {
    text-decoration: underline;
    color: #5b3610;
    /* font-weight: normal; */
}

.column_inner_content a:hover,.column_inner_content a:active , .mceContentBody a:hover,.mceContentBody a:active {
    text-decoration: none;
}

.column_inner_content, .mceContentBody {
     color:#5b3610;
}

.boxed {
	padding: 0px 0px 20px 0px;
	padding-bottom: 0px;
}

.right_box_title {
	display: block;
	position: relative;
	height: 30px;
	width: 100%;
	margin: 0 auto;
        border: 0px;
        margin-top: 0.1px;
        padding-top: 10px;
	text-align: left;
	color: #909090;
	background-color: #E5E5E5;
	font-size: 18px;
	font-weight: bold;
        font-family: 'Libre Baskerville', serif;

        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-radius: 10px 10px 0 0;

        behavior: url(css/pie/PIE.htc);
}

.right_box_title div {
        padding-left: 20px;
}

.social_links {
	display: block;
	float: left;
	margin-left: 8px;
        margin-bottom: 10px;
}

#social_div a img{
       padding-right: 5px;
       padding-left: 5px;
}

#social_div {
	display: block;
	width: 100%;
	margin: 0 auto;
        text-align: center;
}

.social_links a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.inner_box {
	display: block;
	padding: 15px;
        color: rgb(51, 51, 51);
}

.inner_box input[type='button'] {
	width: 100% !important;
	margin: 0px 0px 10px;
}


.seed_broadcast_date {
    color: #5b3610;
    padding-bottom:3px;
}

div.seed_broadcast_title {
    font-weight: bold;
    color: #5b3610;
}

a.seed_broadcast_title {
    font-weight: bold;
    color: #5b3610;
    text-decoration:none;
}

a.seed_broadcast_title:active ,a.seed_broadcast_title:hover  {
    font-weight: bold;
    color: #5b3610;
    text-decoration:underline;
}

.seed_broadcast_readmore {
    text-align:right;
    margin-top: 7px;
}

.seed_broadcast_readmore a:link, a:visited {
    text-decoration: underline;
    color: #5b3610;
    font-weight: bold;
}

.seed_broadcast_content a:link, a:visited {
    text-decoration: underline;
    color: #5b3610;
    font-weight: normal;
}


.support_us_date {
    color: #5b3610;
}

.support_us_title {
    font-weight: bold;
    color: #5b3610;
}

.support_us_content a:link, a:visited {
    text-decoration: underline;
    color: #5b3610;
    font-weight: normal;
}

.support_more {
   padding-top:5px;
}

.support_more a:link, a:visited {
    text-decoration: underline;
    color: #5b3610;
    font-weight: bold;
}

.support_image_div {
    padding-top: 10px;
}

.support_image_div a img{
    vertical-align: middle;
    width: 100%;
    border: 0px;
    margin: 0px auto;
    display: block;
}



/*.general_button {
    background: #244707; 
    background: -moz-linear-gradient(top, #244707 0%, #305b0c 50%, #244707 51%, #305b0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#244707), color-stop(50%,#305b0c), color-stop(51%,#244707), color-stop(100%,#305b0c)); 
    background: -webkit-linear-gradient(top, #244707 0%,#305b0c 50%,#244707 51%,#305b0c 100%);
    background: -o-linear-gradient(top, #244707 0%,#305b0c 50%,#244707 51%,#305b0c 100%); 
    background: -ms-linear-gradient(top, #244707 0%,#305b0c 50%,#244707 51%,#305b0c 100%); 
    background: linear-gradient(to bottom, #244707 0%,#305b0c 50%,#244707 51%,#305b0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244707', endColorstr='#305b0c',GradientType=0 ); 
	
    height: 31px;
	width:100%;
	border: 1px solid #1c431c; 
    border-radius: 6px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    color: #fffd4e;
    font-weight: bold;
    font-size: 13px;
    margin-top: 7px;
	
	behavior: url(../../js/PIE.htc);
}
*/
   .general_button {
   /*border-top: 1px solid #000000;*/
   border: 0px;
   background: #305b0c;
   background: -webkit-gradient(linear, left top, left bottom, from(#244707), to(#305b0c));
   background: -webkit-linear-gradient(top, #244707, #305b0c);
   background: -moz-linear-gradient(top, #244707, #305b0c);
   background: -ms-linear-gradient(top, #244707, #305b0c);
   background: -o-linear-gradient(top, #244707, #305b0c);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   
   font-family: 'Libre Baskerville', serif;
   height: 31px;
   color: #fffd4e;
   font-weight: bold;
   font-size: 18px;
   margin-top: 7px;
   text-decoration: none;
   vertical-align: middle;
   width: 100% !important;

   -pie-background: linear-gradient(#244707, #305b0c);
   behavior: url(css/pie/PIE.htc);
   }
   
 .general_button:hover {
   /*border-top-color: #244707;*/
   background: #244707;
   outline: none;
   behavior: url(css/pie/PIE.htc);
   }
   
 .general_button:active {
   /*border-top-color: #305b0c;*/
   background: #305b0c;
   outline: none;
   behavior: url(css/pie/PIE.htc);
   }


   .general_button_a {
   /*border-top: 1px solid #000000;*/
   border: 0px;
   background: #305b0c;
   background: -webkit-gradient(linear, left top, left bottom, from(#244707), to(#305b0c));
   background: -webkit-linear-gradient(top, #244707, #305b0c);
   background: -moz-linear-gradient(top, #244707, #305b0c);
   background: -ms-linear-gradient(top, #244707, #305b0c);
   background: -o-linear-gradient(top, #244707, #305b0c);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   
   font-family: 'Libre Baskerville', serif;
   height: 31px !important;;
   color: #fffd4e !important;
   font-weight: bold !important;
   font-size: 18px;
   margin-top: 7px;
   text-decoration: none !important;
   vertical-align: middle;
   width: auto !important;
   text-align: center;
   display: block;
   line-height: 31px;
   padding-right:15px;
   padding-left:15px;

   -pie-background: linear-gradient(#244707, #305b0c);
   behavior: url(css/pie/PIE.htc);
   }
   
 .general_button_a:hover {
   /*border-top-color: #244707;*/
   background: #244707;
   outline: none;
   behavior: url(css/pie/PIE.htc);
   }
   
 .general_button_a:active {
   /*border-top-color: #305b0c;*/
   background: #305b0c;
   outline: none;
   behavior: url(css/pie/PIE.htc);
   }


#subscribe_input {
  width:100%;
  height:30px;
  border:1px solid #d9d9d9;
  background:#f0f0f0;
  color:#8b8b8b;
  text-align:center;
  font-family: Arial;
  font-size:13px;
  padding:0px;
  text-align:center;
}

.newsletter_subscribe_form_overdiv {
width: 440px;
height: 100%;
text-align: left;
top: 0px;
left: 50%;
margin-left: -220px;
}

.capsha_div {
height: auto !important;
text-align: center;
margin-top: 10px;
}

.newsletter_subscribe_form fieldset div .capsha_input {
margin-top: 4px;
width: 80px;
}

.error_p {
text-align: center;
font-weight: lighter;
color: red;
font-size: 13px;
display: block;
margin-bottom: 10px;
}

.but_news_sub {
border-top: 1px solid #000000;
background: #305b0c;
background: -webkit-gradient(linear, left top, left bottom, from(#244707), to(#305b0c));
background: -webkit-linear-gradient(top, #244707, #305b0c);
background: -moz-linear-gradient(top, #244707, #305b0c);
background: -ms-linear-gradient(top, #244707, #305b0c);
background: -o-linear-gradient(top, #244707, #305b0c);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 31px;
color: #fffd4e;
font-weight: bold;
font-family: 'Libre Baskerville', serif;
font-size: 18px;
margin-top: 7px;
text-decoration: none;
vertical-align: middle;
}

.but_news_sub:hover {
border-top-color: #244707;
background: #244707;
}

.but_news_sub:active {
border-top-color: #244707;
background: #244707;
}

.newsletter_subscribe_form {

}

.newsletter_subscribe_form fieldset {
    padding: 15px;   color: #333; -moz-border-radius: 5px; 
    border-radius: 5px; 
    width: 410px; margin: 0;
    border-top: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;
    background: #5b3610;
}

.newsletter_subscribe_form fieldset div {
    clear: both;
    margin-bottom: 5px;
    height: 25px;
}

.newsletter_subscribe_form fieldset div label {
    display: block;
    width: 45%;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
}

.newsletter_subscribe_form fieldset div label {
    display: block;
    width: 45%;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
}

.newsletter_subscribe_form fieldset div label .required {
    color: red;
    font-weight: bold;
    display: inline;
}

.newsletter_subscribe_form fieldset div input.short{
    float: right;
    width: 220px;
}

.newsletter_subscribe_form fieldset div select.short {
float: right;
width: 220px;
overflow: hidden;
background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, .2);
}

.newsletter_subscribe_form fieldset div input.long{
    float: right;
    width: 100%;
}

/* ******************************************
 * Css Meniu lateral
 * *****************************************/
 
 
#meniulat {
	list-style: none;
	padding: 0 0 0 0;
	width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#meniulat li{
	display: block;
	margin: 1px;
	cursor: pointer;
	padding: 0px;
	list-style: circle;
}
#meniulat ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;
}
#meniulat ul li{
	font-weight: normal;
	cursor: auto;
	background-color: #fff;
	padding: 0px 0px 0px 25px;
}
#meniulat a {
    text-decoration: none;
    color:#000000;
    font-weight: normal;
}
#meniulat a:hover {
    text-decoration: none;
    color:#5b3610;
}

/* **********************************************
 * CSS meniu top
 * *********************************************/
.activeparent {  }
.nav-header {  }

ul.dropdown *                       {  margin: 0; padding: 0;  }
ul.dropdown                         { position: relative; list-style: none; overflow:visible;}
ul.dropdown li {
    font-weight: bold;
    float: left;
    zoom: 1;
    background-image: url('../../images/osa_template/separ_men_top.jpg');
    background-repeat: no-repeat;
    background-position: right; 
    overflow: visible;
    }
ul.dropdown li a { 
    display: block;
    padding: 4px 6px;
    text-decoration: none;
    color: #c7e7be;
    }
ul.dropdown li a:hover	  { color: #fffd4e !important; }
ul.dropdown li a:active  { color: #fffd4e !important; }

ul.dropdown ia { 
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    }
ul.dropdown a:hover	  { color: #fffd4e; }
ul.dropdown a:active  { color: #fffd4e; }

ul.dropdown li:last-child  {
    background-image: none;
    } /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
    color: black;
    position: relative;
    }



/* 
	LEVEL TWO
*/
ul.dropdown ul {
    width: 220px;
    visibility: hidden;
    position: absolute;
    top: 100%; 
    left: 0;
    list-style: none;
    
    border-radius: 5px !important;
    
   border: 1px solid #696;
    /* background:rgba(25,64,27,0.9); rgb(25,64,27)  #19401B*/

    z-index: 4;
    behavior: url(/css/pie/PIE.htc);
    background: url(../../rgba/1px.png) repeat;
    }
    
ul.dropdown ul li { 
   font-weight: normal;
   color: #000; 
   float: none;
   border: none;
   border-radius: 5px !important;
   background: none;
   padding-right: 10px;
   }   
   
ul.dropdown ul li.sidearrow {  
   background-image: url('../../images/osa_template/white_.png');
   background-repeat: no-repeat;
   background-position: 95% 50%;
}

ul.dropdown ul li.sidearrow:hover {  
   background-image: url('../../images/osa_template/yellow_.png');
   background-repeat: no-repeat;
   background-position: 95% 50%;
}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { 
   border-right: none;
   width: 100%; 
   display: inline-block; 
   text-decoration: none;
   } 
   

/* 
	LEVEL THREE
*/
ul.dropdown ul ul { 
   left: 101%;
   top: 0;
   list-style: none; 
   border-radius: 5px !important;
    
    border: 1px solid #696;
    
    background: url(../../rgba/1px.png) repeat;


   behavior: url(css/pie/PIE.htc);
   }
   
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* ****************************** search_results_div  *****************************/

ul.search_results_div{
  list-style: none;
}

ul.search_results_div li {
  padding-top:7px;
  padding-bottom:7px;
  padding-right:10px;
  padding-left:10px;
}


ul.search_results_div li:nth-child(odd) {
background: rgba(204, 204, 204, 0.1);
}

ul.search_results_div li:nth-child(even) {
background: rgba(204, 204, 204, 0.3);
}

ul.search_results_div li a {
  font-size: 11px;
  padding-left: 5px;
}

ul.search_results_div li a:first-child {
  font-weight: bold;
  text-decoration: none;
  line-height: 23px;
  padding-left: 0px;
  font-size: 13px;
}

ul.search_results_div li div {
  padding-left: 5px;
  padding-top: 2px;
  font-size: 12px;
  padding-bottom: 2px;
}

/* ****************************** End Footer Changes  *****************************/

.footer_logo_div {
    text-align: center;
}

.footer_logo_div a {
    height: 40px; 
    width: 121px;
    background-image: url('www.seedalliance.org/uploads/images/totera_small_logo.png');  
    display: inline-block;
}

#tinymce ul, #tinymce ol, .mceContentBody ul, .mceContentBody ol {
    list-style-position: inside !important;
    list-style-type: disc !important;
list-style: disc inside !important;
  padding-left: 25px !important;
  text-indent: -1em !important;
}
/* Stylesheet: style_template Modified On 2015-06-23 17:18:19 */
