/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left: 0;
}
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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */
/* clearing technique */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* mac hide \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/
p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-bottom: .5em
}
a img, img {
	border: none;
	display: block;
}
a {
	text-decoration: none;
	color: #252e1c;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 197%
}
/* 26px */
h2 {
	font-size: 182%
}
/* 24px */
h3 {
	font-size: 167%
}
/* 22px */
h4 {
	font-size: 152%
}
/* 20px */
h5 {
	font-size: 136%
}
/* 18px */
h6 {
	font-size: 122%
}
/* 16px */
body {
	font-size: 13px;
	text-align: center;
/* for ie5.+*/
	background: #fff;
}
/* logic style Start */
#outer {
	width: 800px;
	margin: auto;
/* center the page*/
	text-align: left;
/* reset text back to left due to ie5.x fix */
}
#header {
	width: 800px;
	padding: 50px 0 0 0;
	
}
ul#nav {
  float: right;
	font-size: 90%;
	/*padding: 50px 15px 5px 0;*/
	text-align: right;
}
ul#nav li {
	display: inline;
	padding: 0 10px 0 0;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial,   sans-serif;
}
ul#nav li a {
	color: #a10505;
}
ul#nav li a:hover, ul#nav li a#current {
	font-weight: bold;
}
#tagline span {
	/*padding: 0 0 0 20px;
*/
	padding-left: 20px;
	font-family:  Arial,   sans-serif, Helvetica, Verdana,;
	font-size: 10px;
}

#maincol {
	width: 760px;
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	/*display: inline;
/* cure IE6 double margin bug*/
}
#col2 {
	width: 650px;
	margin: 10px 0 30px 0;
	/*display: inline;
/* cure IE6 double margin bug*/
}
#col3 {
	width: 130px;
	margin: 10px 0 0 0;
	/*display: inline;
/* cure IE6 double margin bug*/
}


#col1 {
	width: 120px;
	margin: 0;
	display: inline;
/* cure IE6 double margin bug*/
	float: left;
	padding: 0 5px 0 0;
	background: #f0f0f0;
}

#empresa-title {
  color: red;
  background: #fff;  
  border-bottom: 1px solid #808080;
  font-weight: bold;
  padding-bottom: 1px;
	line-height: 19px;
	width: 125px;
	padding: 0;
	
	
}
#title_wrapper {
  background: #800000; 
  width: 125px;
}
#empresa-title span {
	padding-left: 20px;
}
/*
#empresa-title {
	text-align: left;
	font-weight: bold;
	display: -moz-inline-box;
	display: inline-block;
	padding-bottom: 1px;
	line-height: 19px;
	background-position: lef top;
	background-repeat: no-repeat;
	background-image: url(red-left.jpg);
	margin-left: 5px
}
#empresa-title span {
	color: #fff;
	padding-left: 10px;
	display: -moz-inline-box;
	display: inline-block;
	width: 100px;
	line-height: 19px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(red-right.jpg);
}
*/

#quisom-title, #quefem-title {
	text-align: left;
	font-weight: bold;
	display: -moz-inline-box;
	display: inline-block;
	padding-bottom: 1px;
	line-height: 19px;
	background-position: lef top;
	background-repeat: no-repeat;
	background-image: url(black-left.jpg);
}
#quisom-title span, #quefem-title span {
	color: #fff;
	padding-left: 10px;
	display: -moz-inline-box;
	display: inline-block;
	width: 640px;
	line-height: 19px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(black-right_short.jpg);
}

#col2 p {
  padding: 0 0 10px 0;
}

ul#main-nav {
	font-size: 90%;
	padding: 0px 15px 5px 10px;
}
ul#main-nav li {
	padding: 15px 15px 0 0;
	font-family: Helvetica, Verdana, Arial,   sans-serif;
	text-align: left;   
}
#main-nav a, #main-nav a:visited {
  text-decoration:none; 
   
  display:block; 
  width:99px; 
  height:1.5em; 

  
  padding-left: 10px;
  
	background-image:url(arrow_right.gif);
  background-position:top left;
  background-repeat:no-repeat;

  }
#main-nav a:hover {
    text-align:center;
  	background-image:url(arrow_right.gif);
    background-position:top right;
    background-repeat:no-repeat;   
}

#main-nav a#current, #main-nav a:hover#current {
	background-image:url(arrow_right.gif);
  background-position:top left;
  background-repeat:no-repeat;
  font-weight: bold;      
  text-align:left; 
}



#footer {
	text-align: left;
	font-weight: bold;
	display: -moz-inline-box;
	display: inline-block;
	/*padding-left: 5px;
*/
	padding-bottom: 1px;
	line-height: 19px;
	background-position: lef top;
	background-repeat: no-repeat;
	background-image: url(black-left.jpg);
	z-index: 1;
	
}
#footer span {
	color: #fff;
	padding-left: 10px;
	display: -moz-inline-box;
	display: inline-block;
	/*padding-right: 15px;
	padding-bottom: 1px;
*/
  text-align: center;
	width: 800px;
	line-height: 19px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(black-right.jpg);
	z-index: -1;
}

.dialog {
 width: 665px;
 height: 20px;
 clear: both;
 margin:0;
 min-width:20em;
 color:#fff;
 text-align: center;

}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(ms.jpg) repeat-x 0px 0px;
 
}

.dialog .ft {
 background:transparent url(bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(br.gif) no-repeat right 0px;
}


/* content-specific */

.dialog h1 {
 /* header font-size:2em; */
 
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 /*font:0.95em/1.5em arial,tahoma,"sans serif";*/
}



ul#list-green li, ul#list-blue li, ul#list-red li {
	padding: 10px 0 10px 0;
}
ul#list-green {
	font-family: Helvetica, Verdana, Arial,   sans-serif;
	list-style-image:url("li_green.gif");
	padding: 0 0 0 50px;
}
ul#list-blue {
	font-family: Helvetica, Verdana, Arial,   sans-serif;
	list-style-image:url("li_blue.gif");
	padding: 0 0 0 50px;
}
ul#list-red {
	font-family: Helvetica, Verdana, Arial,   sans-serif;
	list-style-image:url("li_red.gif");
	padding: 0 0 0 50px;
}

h3#list-header {
  padding: 0 0 0 25px;
  font-family: Helvetica, Verdana, Arial,   sans-serif;
  font-size: 15px;
  font-style:italic; 
  
}

#eventologic_link span, #politologic_link span  {  
  padding: 0 0 0 25px;
}

#eventologic_link span img, #politologic_link span img {  
  display:inline;
}

#eventologic_link, #politologic_link {  
  cursor: pointer;
}

#politologic_text  {  
  background-color:#d0ddff;  
}
#eventologic_text {
background-color:#CDEB8B; 
}
