/*
GENERAL STYLE
*/

body {
	font-size: 11px; margin: 0em auto; padding: 0em; background-color: #ffffff; font-family: verdana, arial, sans-serif;text-align:center;
}

html,body{
    height:100%;
    margin:0;
}

.preview {
	font-size: 11px; margin: 0em auto; padding: 0em; background-color: #ffffff; font-family: verdana, arial, sans-serif;text-align:center;
}

.div{
     margin:0px;
     padding:0px;
}

.span{
      margin:0px;
      padding:0px;
}

div.hr {background:#ffffff url(../images/hr.jpg) scroll center; width: 80%; height:1px;
       text-align:center;
       padding:0px;
       margin-top:5px;
       margin-bottom:5px;
       margin-left:auto;
       margin-right:auto;
       }

div.hr hr {display:none}





/*
  CONTENT
*/

.content a:link, .content a:visited{
	color:#B71A00;
	text-decoration: none;
}

.content a:hover{
	color:#939698;
	text-decoration: none;
}

.content ul {   list-style-position:outside;
}

.content ul li {
	list-style-image: url(../images/arrow_right.jpg);
 text-decoration:none;
 margin-left:-20px;
}

.content ul p{
	margin:0px;
	padding:0px;
}

.content ul li a:link, .content ul li a:visited {
	color: #B71A00; text-decoration:none; font-weight:none;
}

.content ul li a:hover {
	 color: #939698; text-decoration: none; font-weight:none;
}

.content{
	float: left;
	margin: 0 0 0 0;
	padding: 0 30px 0 30px;
	width: 570px;
	border-left: 0px solid #4E4E4E;
	border-right: 0px solid #4E4E4E;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
	color: #4E4E4E;
}

.content h1 {font-size:13px; color:#B71A00; margin: 0px;
padding-top: 25px;
padding-bottom: 12px;
}

.content h2 {font-size:11px; color:#B71A00; margin: 0px;
padding-top: 5px;
padding-bottom: 10px;
}

.content h3 {font-size:11px; color:#4E4E4E; margin: 0px;
padding-top:5px;
padding-bottom: 10px;
}

.content h4 {font-size:11px; color:#4E4E4E; margin: 0px;
padding-top:5px;
padding-bottom: 10px;
}

.content h5 {font-size:11px; color:#4E4E4E; margin: 0px;
padding-top:5px;
padding-bottom: 10px;
}

.content h6 {font-size:11px; color:#4E4E4E; margin: 0px;
padding-top:5px;
padding-bottom: 10px;
}

.content p {
padding-top:0px;
padding-bottom:10px;
margin:0px;
}

.content p.upper {
margin-top:-10px;
padding-bottom:10px;
}

.content table{
 border:0px solid #939698;
 margin-top:3px;
 margin-bottom:7px;
}

.content table tr th{
	border-color: #ffffff;
	border-style:solid;
  border-width:0px !important;
	border-width:inherit;
  background-color:#ede8d2;
	text-align:left;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
 color: #4E4E4E;
 padding-left:10px;
 padding-right:20px;
 padding-top:10px;
 padding-bottom:10px;


}


.content table tr td{
	border-color: #ffffff;
	border-style:solid;
	border-width:0px !important;
	border-width:inherit;
  background-color:#F5F2E5;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight:normal;
 color: #4e4e4e;
 padding-left:10px;
 padding-right:20px;
 padding-top:10px;
 padding-bottom:10px;
}

.content table ul {
  list-style-position:outside;
}

.content table ul li {
	list-style-image: url(../images/arrow_right_yellow.jpg);
 text-decoration:none;
 margin-left:-20px;
}






.content label{
	font-weight: bold;
	margin: 1px;
	display: block;
  white-space: nowrap;
}

.content textarea{
	margin: 5px;
}

.content input{
	margin: 5px;
}

.content select{
	margin: 5px;
}


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



/*
 PAGE HEADER ELEMENTS
*/



#page-container {
	width: 1000px; margin: 0px auto; padding: 0px; background-color: #ffffff;text-align:left;
	height:100%;
}

.page-header {width:1000px; height:99px; background:#ffffff url(../images/logowithoutmotto.jpg);}

.page-header a img {border:0px;}

.page-banner {width:1000px; height:179px; background:#ffffff url(../images/page-banner.jpg);vertical-align:middle;position:relative;}

.page-banner-img{
	width:1000px;
	height:179px;
}

.page-banner h1 {
	font-size:21px;
	color:#B71A00;
	display:inline;
	vertical-align:middle;
	padding-left:10px;
	font-weight:normal;
}

.page-banner img{
	margin:0px;
	padding:0px;
	display:inline;
	vertical-align:middle;
}




/*
 SECONDARY NAVIGATION
*/

.navigation{
	/*background:url(../images/navigation-title.jpg) no-repeat;*/
	background:url(../images/primary-navigation.jpg) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
}

.navigation h1 {font-size:13px; color:#ffffff; margin: 0px; padding-left: 20px;}

.navigation ul {
  list-style-position:outside;
}

.navigation ul li {
	list-style-image: url(../images/arrow_right.jpg);
  margin-left:-20px;
	position:relative;
}

.navigation ul li ul{
  list-style-position:outside;
}

.navigation ul li ul li{
    list-style-image: url(../images/dash.jpg);
    margin-left:-30px;
	position:relative;
}

.navigation a:link, .navigation a:visited {
	color: #4e4e4e; margin: 0px; height:13px; text-decoration:none; font-weight:normal;
}

.navigation a:hover {
	color: #939698; margin: 0px; height:13px; text-decoration:none; font-weight:normal;
}

.navigation a.selected:link, .navigation a.selected:visited {
	color: #B71A00; margin: 0px; height:13px; text-decoration:none; font-weight:bold;
}

.navigation a.selected:hover {
	color: #939698; margin: 0px; height:13px; text-decoration:none; font-weight:bold;
}

.navigation a.path:link, .navigation a.path:visited {
	color: #B71A00; margin: 0px; height:13px; text-decoration:none; font-weight:normal;
}

.navigation a.path:hover {
	color: #939698; margin: 0px; height:13px; text-decoration:none; font-weight:normal;
}




/*
RELATED ELEMENTS
*/


.related{
	width: 180px;
	float: right;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0px;
	text-align: center;
  	border-left: 1px solid #4E4E4E;
	color:#4E4E4E;
}

.related h1 {font-size:13px; color:#ffffff; margin: 0px; padding-left:10px;text-align:left;background-color:#666666}

.related h2 {font-size:11px; color:#B71A00; margin: 0px; padding-left:10px; padding-top:11px;text-align:left;}

.related h3 {font-size:11px; color:#B71A00; margin: 0px; padding-left:10px; padding-top:4px;text-align:left;}


.related ul {
  list-style-position:outside;
  text-align:left;
}

.related ul li {
	list-style-image: url(../images/arrow_right.jpg);
    margin-left:-20px;
	position:relative;
}

.related p{
    margin-top:0px;
    margin-bottom:0px;
    margin-right:0px;
	margin-left:10px;
	text-align:left;
}

.related ul p{
	margin:0px;
	padding:0px;

}

.related a:link, .related a:visited {
	color: #B71A00;text-decoration:none; font-weight:normal; text-align:left;
}

.related a:hover {
	color: #939698;text-decoration:none; font-weight:normal;  text-align:left;
}



/* SOCIAL LINKS TO FB, TWITTER, .... */
#social_div {
	display: none;
	width: 1000px;
	height: 16px;
	background:url(../images/social_div_bg.png) no-repeat;
/*
	background: #C9CBC8;
	-moz-linear-gradient(40% 0% 0deg,#B1B4BB, #C9CBC8);
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
*/
	padding: 7px 0 7px 0;
}

#share_container {
	display: none;
	border: 0px solid;
	float:left;
	width: 498px;
	text-align: left;
}
.addthis_toolbox {
	border: 0px solid;
	width: 190px;
	float: left;
	height: 16px;
	margin: 0 0 0 10px;
}
#share_text {
  border: 0px solid;
  width: 200px;
	height: 16px;
	float:left;
	font-size: 14px;
	color: #4E4E4E;
}


#follow_container {
	display: none;
	border: 0px solid;
	float:left;
	width: 498px;
	text-align:right;
}
#follow_buttons {
  border: 0px solid;
  width: 104px;
	height: 16px;
	float:right;
	margin: 0 10px 0 0;
}
#follow_text {
  border: 0px solid;
  width: 200px;
	height: 16px;
	float:right;
	font-size: 14px;
	color: #4E4E4E;
}

#follow_buttons img {
  border: none;
}
/* STOP: SOCIAL LINKS TO FB, TWITTER, .... */



/* FOOTER */

.footer{
	clear:both;
   width:1000px;
}

.gen-nav-2{
width:500px;
float:left;
color:#4E4E4E;
padding:0px;
font-size:9px;
background:url(../images/footer-line.jpg) repeat-x;

}

.gen-nav-2 ul {
padding-left:20px;margin:0;list-style-type:none;
}
.gen-nav-2 ul li.first {
float:left; position:relative;border-left:0px solid #939698;
font-size: 9px;
line-height:12px;
height:12px;
color:#4e4e4e;
background-color:#ffffff;
padding: 0px 10px 0px 10px;
}
.gen-nav-2 ul li.last-ones {
float:left; position:relative;border-left:1px solid #939698;
font-size: 9px;
line-height:12px;
height:12px;
color:#4e4e4e;
background-color:#ffffff;
padding: 0px 10px 0px 10px;
}

.gen-nav-2 ul li a{
	color:#4e4e4e;
	text-decoration:none;
}

.gen-nav-2 ul li a:hover{
	color:#939698;
  text-decoration:none;
}

.copyright{
width:500px;
float:left;
color:#4E4E4E;
padding:0px;
font-size:9px;
background:url(../images/footer-line.jpg) repeat-x;
}

.copyright ul {
padding-right:20px;margin:0;list-style-type:none;
}
.copyright ul li.first-ones {
float:right; position:relative;border-right:1px solid #939698;
font-size: 9px;
line-height:12px;
height:12px;
color:#4e4e4e;
background-color:#ffffff;
padding: 0px 10px 0px 10px;
}
.copyright ul li.last {
float:right; position:relative;border-right:0px solid #939698;
font-size: 9px;
line-height:12px;
height:12px;
color:#4e4e4e;
background-color:#ffffff;
padding: 0px 10px 0px 10px;
}









.spacer10{
	clear:both;
	height:10px;
}

.spacer20{
	clear:both;
	height:20px;
}


.spacer30{
	clear:both;
	height:30px;
}




/* JUST HOME PAGE ELEMENTS*/


.front-page-banner-ger-1 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_ger_1.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-ger-1 a img {border:0px;}
.front-page-banner-ger-1 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-ger-1 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-ger-1 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-ger-2 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_ger_2.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-ger-2 a img {border:0px;}
.front-page-banner-ger-2 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-ger-2 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-ger-2 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-ger-3 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_ger_3.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-ger-3 a img {border:0px;}
.front-page-banner-ger-3 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-ger-3 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-ger-3 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-ger-4 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_ger_4.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-ger-4 a img {border:0px;}
.front-page-banner-ger-4 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-ger-4 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-ger-4 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-ger-5 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_ger_5.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-ger-5 a img {border:0px;}
.front-page-banner-ger-5 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-ger-5 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-ger-5 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-ger-6 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_ger_6.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-ger-6 a img {border:0px;}
.front-page-banner-ger-6 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-ger-6 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-ger-6 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-ger-7 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_ger_7.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-ger-7 a img {border:0px;}
.front-page-banner-ger-7 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-ger-7 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-ger-7 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}


.front-page-banner-eng-1 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_eng_1.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-eng-1 a img {border:0px;}
.front-page-banner-eng-1 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-eng-1 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-eng-1 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-eng-2 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_eng_2.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-eng-2 a img {border:0px;}
.front-page-banner-eng-2 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-eng-2 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-eng-2 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-eng-3 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_eng_3.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-eng-3 a img {border:0px;}
.front-page-banner-eng-3 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-eng-3 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-eng-3 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-eng-4 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_eng_4.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-eng-4 a img {border:0px;}
.front-page-banner-eng-4 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-eng-4 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-eng-4 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-eng-5 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_eng_5.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-eng-5 a img {border:0px;}
.front-page-banner-eng-5 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-eng-5 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-eng-5 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-eng-6 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_eng_6.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-eng-6 a img {border:0px;}
.front-page-banner-eng-6 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-eng-6 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-eng-6 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}

.front-page-banner-eng-7 {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_eng_7.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-eng-7 a img {border:0px;}
.front-page-banner-eng-7 a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-eng-7 .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-eng-7 .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}


.front-page-banner-por {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_por.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-por a img {border:0px;}
.front-page-banner-por a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-por .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-por .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}


.front-page-banner-rum {width:1000px; height:315px; background:#ddd9d8 url(../images/homepage-banner_rum.jpg) no-repeat; border-top:1px solid #939698;position:relative;}
.front-page-banner-rum a img {border:0px;}
.front-page-banner-rum a img.home_page_logo{
	height:140px;
  width: 300px;
  position:relative;
 	left:85px;
	top:15px;
}
.front-page-banner-rum .mottos {position:absolute; bottom: 20px; left:50px;}
.front-page-banner-rum .mottos h3{display:inline; color: #B71A00; font-family: sans-serif; font-size:26px; font-weight:normal;}


.page_logo{
  position:absolute;
 	left:0px;
	top:0px;
	border:0px;
}





/*
	HOME PAGE BOXES
*/

.home_page_boxes{
	width:1000px;
	background:#ffffff;
}

.home_page_boxes table{
padding:0px;
margin:0px;
width:100%;
height:100%;
}

.home_page_boxes table tr{
padding:0px;
margin:0px;
height:100%;
}

.home_page_boxes table tr td{
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	margin:2px;
	background:#F5F2E5;
	padding-top:10px;
	padding-left:2px;
	padding-right:2px;
	width:250px;
	height:100%;
	min-height:300px;
	vertical-align:top;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height:17px;
	color: #4E4E4E;
}


.home_page_boxes table tr td.tag_cloud{
	background:#F7DABB;
	text-align:center;
}

.home_page_boxes table tr td.focus{
	background:#E2CBCA;
	border-style:none;
}

.home_page_boxes table tr td.focus1{
	background:#E2CBCA;
	border-style:none;
	width:66%;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

.home_page_boxes table tr td.focus2{
	background:#E2CBCA;
	border-style:none;
	width:34%;
	color:#B71A0A;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

.home_page_boxes table tr td.tag_cloud h2{
	text-align:left;
}


.home_page_boxes p a:link, .home_page_boxes p a:visited{
	color:#B71A00;
	text-decoration: none;
}

.home_page_boxes p a:hover{
	color:#939698;
	text-decoration: none;
}

ul#tagcloud{
	margin:auto;
	padding-left:1px;
	padding-right:1px;
	padding-top:0px;
	padding-bottom:0px;

}

ul#tagcloud li a{
	text-decoration:none;
	color:#808080;
}

ul#tagcloud li a:hover{
	color:#000000;
	text-decoration:underline;
}


.home_page_boxes h2{
	color:#b71a00;
	padding:0px;
	margin:0px;
	margin-left:5px;
}


.home_page_boxes p{
	padding:1px 5px;
}

.home_page_boxes table tbody tr td div{
	position:relative;
	height:100%;
	width:100%;
}

p.more{
	padding:1px 5px;
	position:absolute;
	bottom:5px;
	right:10px;
}


/* Tooltips*/

#tooltip{
	width:500px;
	text-align:left;
}

#tooltip h3{
	font-size:1em;
	font-weight:normal;
}


#form_popup{              
  position:absolute;
  top:150px;          
  left:400px;
  width:500px;
  height:40px; 
  visibility: hidden;
}

#static_form{              
  visibility: visible;
}

#form_popup_table_1{
  background:#E2CBCA;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-bottom: 0px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  width:100%;
  height:100%;
  padding: 0 0 0 0;
}
#form_popup_table_2{
  background:#E2CBCA;
  border-top: 0px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  width:100%;
  height:100%;
  padding: 0 0 5px 5px;
}


#form_popup_table{              
  background:#E2CBCA;
  width:100%;
  height:100%;
  border: 2px solid #FFFFFF;
}

#success_div{  
	background:#E2CBCA;
  color:#B71A00;
  font-size:20px;    
  position:absolute;
  top:150px;          
  left:400px;
  width:500px;
  height:100px; 
  visibility: hidden;  
}

#static_success_div{
  position: absolute;
  visibility: hidden;  
}

/*
  news
*/

.news-section{
  clear:both;
	width:1000px;
}

.box-news-right{
width:480px;
margin-right:0px;
left:0px;
float:left;
color:#4E4E4E;
padding:0px;
font-size:11px;
background:url(../images/news-line.gif) repeat-x;

}

.box-news-left{
width:480px;
margin-right:20px;
float:left;
color:#4E4E4E;
padding:0px;
font-size:11px;
background:url(../images/news-line.gif) repeat-x;
}

.news-section span{
	margin:0px;
	padding-left:13px;
	padding-right:10px;
	color:#4E4E4E;
	font-size:13px;
	font-weight:normal;
	background-color:#ffffff;
}

.news-section ul{
  list-style-position:outside;
	
}

.news-section ul li {
	list-style-image: url(../images/arrow_right.jpg);
	position:relative;
	margin-left:-10px;
	color:#b71a0a;
}

.news-section ul li i{
	color:#4e4e4e;
}


.news-section ul p{
	margin:0px;
	padding:0px;
	color:#4e4e4e;
}

.news-section a:link, .news-section a:visited {
	color: #b71a0a; margin: 0px; text-decoration:none; font-weight:normal;
}


.news-section a:hover {
	color: #939698; margin: 0px; text-decoration:none; font-weight:normal;
}

#twitter-widget{
width:220px;
height:80%;
padding:2px;
margin:0 0 10px 20px;
border:0px solid #4E4E4E;
background-color:#F5F2E5;
font-family:'Lucida Grande',sans-serif;
}

.twitter-widget-follow,.twitter-widget-follow a{
text-align:center;
font-family:'Lucida Grande',sans-serif;
color:#b71a00;
text-decoration:underline;
line-height:1.2em;
font-size:14px;
font-weight:bold;
}

.twitter-widget-get,.twitter-widget-get a{
text-align:right;
font-size:10px;
text-decoration:none;
cursor:pointer;
color:#CCCCCC;
font-family:'Lucida Grande',sans-serif;
}

#twitter_update_list{
padding:0;
margin:0;
list-style-type:none;
}

#twitter_update_list li {
padding:0;
margin:0;
padding:5px 0 5px 0;
border-bottom:1px solid #c0deed;
}

#twitter_update_list li span {
font-size:12px;
color:#4E4E4E;
font-family:'Lucida Grande',sans-serif;
background-color: #F5F2E5;
}

#twitter_update_list li span a {
font-size:12px;
color:#b71a00;
display:inline;
}

#twitter_update_list li a {
font-size:10px;
color:#b71a00;
display:block;
font-family:'Lucida Grande',sans-serif;
}  

