/* CSS Document */

body,td,th {
	color: #000000;
}
body {
	background-color: #e5e5e5;
	margin: 0px;
	background-image:url(images/body_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color: #111111;
}
a:visited {
	color: #111111;
}
a:hover {
	color: #666666;
}
a:active {
	color: #111111;
}

input.submit {
	font-weight: bold;
	border: none;
	background: #A21622;
	padding: 3px;
	color: #ffffff;
	vertical-align:bottom;
}
input.field {
	border: 1px solid #ccc;
	background-color: #ffffff;
	width: 100px;
	color: #000;
}
input.field:hover {
	border: 1px solid #eee;
	background: #ccc;
	color: #000;
}
input.text {
	margin: 0;
	width: 130px;
	border: 1px solid #ccc;
	background: #ffffff;
	color: #000000;
	height:18px;
}


h1 {
	color:#eeeeee;
	font-size:13px;
	font-weight:bold;
	margin: 0;
	padding:0;
}
.h2_side {
	background-color: inherit;
	border-bottom:dotted 1px #555555;
	color:#333333;
	font-size:12px;
	margin: 10px 0 10px 0;
	padding:0;
	font-weight: bold;
}
h2 {
	background-color: inherit;
	border-bottom:dotted 1px #555555;
	color:#000000;
	font-size:120%;
	font-weight:bold;
	margin: 10px 0 10px 0;
}

.container {
	text-align:center;
	margin:0 auto;
}

/*start header */
	.header_container {
		height:100px;
		background-image:url(images/top_bg.jpg);
		background-repeat:repeat-x;
		margin:0 auto;
		color:#eeeeee;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	.header_cent {
		width:900px;
		height:80px;
		text-align:center;
		margin:0 auto;
		background-image:url(images/header_divline.jpg);
		background-repeat:no-repeat;
		
	}
	
	.header {
		text-align:left;
	}
	
	.header_left {
		float:left;
		margin-top:30px;
	}
	
	
	.header_right {
	float:right;
	font-size:10px;
	margin-top: 30px;
	width: 300px;
	}
/* end header */


/*menu*/
.headerbackgroundcolor {
	background-color:#1e1f21;
}

.topmenu {
	background: #1E1F21;
	height: 26px;
	font-size: 90%;
	padding: 0;
	color: #888;
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}

.topmenu .right_ {
	float: right;
	text-align: right;
	margin: 0;
	padding: 5px 0 0 0;
	color: #888;
	border: 0px;
}
.topmenu a {
	color: #888;
}
.topmenu a:hover {
	color: #aaa;
}
.topmenu .date_ {
	float: left;
	color: #888;
	padding: 5px 0 0 5px;
}

#wmfg {
	clear: both;
	float: left;
}
ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	width: 400px;
	background-color:#1E1F21;
}
ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown li.rtl ul {
	right: 0;
	left: auto;
}
ul.dropdown li.rtl ul ul {
	top: 1px;
	right: 99%;
	left: auto;
}
ul.dropdown {
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
ul.dropdown li {
	padding: 7px;
	color: #fff;
	line-height: normal;
}
ul.dropdown li.hover, ul.dropdown li:hover {
}
ul.dropdown a:link, ul.dropdown a:visited {
	color: #fff;
	text-decoration: none;
}
ul.dropdown a:hover {
	color: #f00;
	text-decoration: none;
}
ul.dropdown a:active {
	color: #fff;
	text-decoration: none;
}
ul.dropdown ul {
	width: 170px;
	background-color: #333;
	color: #fff;
	font-size: 11px;
	text-transform: none;
	opacity:0.9;
	filter:alpha(opacity=90);
}
ul.dropdown ul li {
	background-color: transparent;
	color: #000;
}
ul.dropdown ul li.hover, ul.dropdown ul li:hover {
	background-color: transparent;
}
ul.dropdown ul a:link, ul.dropdown ul a:visited {
	color: #fff;
}
ul.dropdown ul a:hover {
	color: #fff;
	text-decoration: none;
}
ul.dropdown ul a:active {
	color: #fff;
}
ul.dropdown *.dir {
	padding-right: 12px;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
ul.dropdown li a {
	display: block;
	padding: 7px 14px;
}
/* ------------- Override default */

	ul.dropdown li {
	padding: 0;
}
/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	padding: 7px 20px 7px 14px;
}
ul.dropdown ul li.dir {
	padding-right: 15px;
}
/* ------------- Custom */

	ul.dropdown li {
}
ul.dropdown ul a {
	padding: 4px 5px 4px 14px;
	width: 151px; /* Especially for IE */
}
ul.dropdown ul a:hover {
	background-color: #f00;
}
ul.dropdown a.open {
	background-color: #2e2e2e;
	color: #f00;
}
ul.dropdown ul a.open {
	background-color: #f00;
	color: #fff;
}
/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	background-color: #2e2e2e;
	color: #f00;
}
ul.dropdown ul li:hover > a.dir {
	background-color: #f00;
	color: #fff;
}
/*end menu*/




/*body start */
.bridge {
	height: 268px;
}

/* ----- CAROUSSEL --?*/
#news_carousel a {
	color: #f30;
	text-decoration:none;
	background:none;
}
#news_carousel a:hover {
	color: #ccc;
	text-decoration:none;
	background:none;
}
#news_carousel {
	width: 766px;
	height: 260px;
	margin: 0;
	padding: 0;
	overflow: hidden;  /* this will make only show 1 li */
	position:relative;
	float:left;
}
#news_carousel ul.news {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#news_carousel ul li {
	margin: 0;
	padding: 0;
	position: relative; /* so that we can do absolute positioning of the paragraph inside of it */
	float: left; /* align one next to the other */
}
#news_carousel ul.news li p {
	position: absolute;
	bottom: 2px;
	left: 0;
	margin: 5px;
}
#news_carousel ul.news li p strong {
	display: block;
	padding: 8px;
	margin: 0;
	font-size: 20px;
	width:740px;
	color:#AEB9CC;
	background: transparent url(images/fade.png);
	opacity:0.9;
	filter:alpha(opacity=90);
}
#news_carousel ul.news li p span {
	padding: 0px 8px 10px 8px;
	color: #ccc;
	display: block;
	width:740px;
	background: transparent url(images/fade.png);
	opacity:0.9;
	filter:alpha(opacity=90);
}
#news_carousel ul.controls {
	position: absolute;
	top: 0px;
	right: 10px;
	list-style-type: none;
}
#news_carousel ul.controls li a {
	float: left;
	font-size: 15px;
	margin: 5px;
	padding: 2px 7px;
	background: #000;
	text-decoration: none;
	outline: none;
}
#news_carousel ul.controls li a.active {
	border: 2px solid #ccc;
}

.sub {
	width:1025px;
	text-align:center;
	margin:0 auto;
	background-color:#202020;
	height:257px;
	border:2px solid #eeeeee;
}

.sub_adsense {
	float:right;
	height:250px;
	width:250px;
	margin-top:3px;
	margin-right:3px;
}

.sub_caroussel {
	float:left;
	text-align:left;
}

.main {
	width:900px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.left {
	width:650px;
	float:left;
	text-align:left;
}

.right {
	width:215px;
	float:right;
	text-align:left;
}

.floatleft {
	margin-right:5px;
	float:left;
	margin-top: -1px;
}

.clear {
	clear:both;
}

/* cutenews */
.post {
	border:#dadada solid 1px;
	width:650px;
}



.post_header {
	width:650px;
	height:72px;
	background:url(images/post_bg.jpg);
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	
}

.post_header_title {
	padding-top:22px;
	margin-left:50px;
	margin-right:15px;
	margin-top: 1px;
}

.post_header_title a:link,a:visited,a:active {
	color:#eeeeee;
}

.post_header_title a:hover {
	color:#ffffff;
}

.post_header_date {
	font-size:10px;
}

.post_footer {
	background-color:#dfdfdf;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:5px;
	font-size:10px;
}

.post_green {
	background-color:#009700;
	height:20px;
}




/* footer */
.footer_container {
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	color:#eeeeee;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
}

.footer {
	text-align:right;
	margin:0 auto;
	width:900px;
	height:88px;
	margin-top:5px;
}



.footer_left {
	text-align:left;
	float:left;
	margin-top:30px;
	width: 300px;
}

.footer_left a:link,a:visited,a:active {
	color:#eeeeee;
}

.footer_left a:hover {
	color:#777777;
}


.footer_right {
	float:right;
	margin-top:30px;
}

.footer_right a:link,a:visited,a:active {
	color:#eeeeee;
	text-decoration:none;
}


#socialwrapper {
	font-size:90%;
	margin: 2px auto;
	padding:3px;
	float:left;
	margin-top:10px;
	margin-left:8px;
	width:98%;
}

#social {
	width:100%;
	margin: 0 auto;
	padding-top:5px;
}
#social ul {
	margin:2px;
	list-style: none;
	float:left;
}
#social li {
	margin:2px;
	list-style:none;
	float:left;
	width:115px;
}
#social img {
	padding:0 3px;
}



/* styling of the container. */ 
a.myPlayer {
	display:block;
	width: 350px;
	height:243px;
	text-align:center;
	margin:0 15px 15px 0;
	border:1px solid #999;
}
/* play button */ 
a.myPlayer img {
	margin-top:70px;
	border:0px;
}
/* when container is hovered we alter the border color */ 
a.myPlayer:hover {
	border:1px solid #000;
}


.galleryborder {
	border:2px #a21622 solid;
}
.galleryborder:hover {
	border:2px #009700 solid;
}


.red {
	color:#ff0000;
}

.divider {
	border-bottom:1px solid #cecece;
	margin:15px 0;
	clear:both;
}
.icon_warning {
	background:transparent url(../images/exclamation.png) left no-repeat;
	padding:4px;
	padding-left:20px;
}


.post_body {
	background-color:#ffffff;
	padding:15px;
	color:#111111;
}

.post_body a:link,a:visited,a:active {
	color:#444444;
}

.post_body a:hover {
	color:#999999;
}