* {
	margin: 0; padding: 0;
}
body {
 
	text-align: center;
	font: 12px  tahoma;
	color: #808080;
	 background: #ffffff url(images/bg.gif) repeat; 
}
a {
	text-decoration: underline;
	color: #243749;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 100%;
	margin: auto auto;
	background-color: white;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height:100%;
	background: url(images/bgh.png) repeat-x;

}
	#header .pages {
		list-style-type: none;
		float: left;
	}
		#header .pages li {
			 text-align: center
			 
			text-transform: uppercase;
			padding: 10px 20px 0 0;
		}
		#header .pages li a {
			color: #0000;
			text-decoration: none;
		}
	#header .rss {
		float: right;
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding: 10px 0 0 24px;
		background: url(images/rss.gif) no-repeat 0 8px;
	}
 
		#header h1 a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 329px; height: 24px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	#header .ad {
		float: left;
		padding-top: 25px;
		padding-bottom: 10px;
		z-index:1;
	}
	#header .categories {
		clear: both;
		list-style-type: none;
		background-color: #E2E6E9;
		padding: 12px 0;
		height: 12px;
	}
		#header .categories li {
			float: left;
			text-transform: uppercase;
			font-size: 1.2em;
			padding: 0 10px;
			background: url(images/divider.gif) no-repeat center right;
		}
		#header .categories li a {
			color: #006699;
			text-decoration: none;
		}
		#header .categories li a:hover {
			color: red;
			text-decoration: none;
		}
/** END header **/

/** BEGIN left sidebar **/
#lsidebar {
	clear: both;
	width: 165px;
	float: left;
	margin: 10px 5px 10px 0;
	padding: 5px;
	background-color: #E2E6E9;
}
	#lsidebar .box {
		background: #ffffff url(images/header.gif) repeat-x 0 0;
		border-width: 0 1px;
		border-style: solid;
		border-color: #D9D9D9;
	}
		#lsidebar .box h2 {
			color: #000000;
			text-transform: uppercase;
			font-size: 1em;
			padding: 6px 7px 10px;
		}
		#lsidebar .box ul {
			list-style-type: none;
			padding: 2px 2px 10px;
		}
			#lsidebar .box ul li {
				font-weight: bold;
				border-bottom: 1px solid #DDDDDD;
				padding: 5px;
			}
			#lsidebar .box ul li a {
				color: #808080;
				text-decoration: none;
			}
			#lsidebar .box ul li a:hover {
				color: #243749;
			}
/** END left sidebar **/

/** BEGIN content **/
#content {
	width: 55%;
	float: left;
	margin: 10px 0;.

	 
}
 	#content .box {
		background-color: #E2E6E9;
		padding: 5px;
		margin-bottom: 5px;
	}
		#content .box .buffer {
			background: #ffffff url(images/header.gif) repeat-x 0 0;
			border-width: 0 1px;
			border-style: solid;
			border-color: #D9D9D9;
			padding: 1px;
		}

#content .box .buffer1 {
			background: #ffffff url(images/h.gif) repeat-x 0 0;
			border-width: 0 1px;
			border-style: solid;
			border-color: #D9D9D9;
			padding: 1px;
			color:#000
		}
#content .box .buffer2 {
			background: #ffffff url(images/h1.gif) repeat-x 0 0;
			border-width: 0 1px;
			border-style: solid;
			border-color: #D9D9D9;
			padding: 1px;
			color:#000
		}
#content .box .buffer3 {
			background: #ffffff url(images/h2.gif) repeat-x 0 0;
			border-width: 0 1px;
			border-style: solid;
			border-color: #D9D9D9;
			padding: 1px;
			color: #fff;
		}
 #content .box .buffer4 {
			background: #ffffff url(images/h3.gif) repeat-x 0 0;
			border-width: 0 1px;
			border-style: solid;
			border-color: #D9D9D9;
			padding: 1px;
			color: #fff;
		}




		#content .box h2 {
			
			text-transform: uppercase;
			font-size: 1em;
			padding: 6px 7px 10px;
		}
	#content .homelist {
		list-style-type: none;
		background-color: #ffffff;
		padding: 3px 10px 25px;
	}
		#content .homelist li {
			clear: both;
			padding-top: 7px;
		}
		#content .homelist li img {
			float: left;
			margin: 5px 5px 5px 0;
			width: 100px;
		}
		#content .homelist li a.title {
			color: #243749;
			font-size: 1.3em;
			font-weight: bold;
			text-decoration: none;
		}
		#content .homelist li p {
			line-height: 1.3em;
			margin: 2px 0;
		}
		#content .homelist li .more {
			display: block;
			background: url(images/more.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
			width: 45px; height: 11px;
			float: left;
		}
	#content .postnav {
		background-color: #ffffff;
		padding: 5px 10px 10px;
		font-weight: bold;
	}
		#content .postnav a {
			text-decoration: none;
		}
	#content .content {
		padding: 10px;
	}
		#content .content p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content .content ul, #content .content ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .content li {
			line-height: 1.4em;
			padding: 2px 0;
		}
		#content .content blockqoute {
			padding: 10px 10px 5px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin-bottom: 10px;
		}
		#content .content h3, h4, h5, h6 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
	#content .featured {
		padding: 5px;
	}
/** END content **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 27%;
	float: right;
	margin: 10px 0;
}
	#rsidebar .box {
		background-color: #E2E6E9;
		padding: 5px;
		margin-bottom: 5px;
	}
		#rsidebar .box .buffer {
			background: #ffffff url(images/header1.gif) repeat-x 0 0;
			border-width: 0 1px;
			border-style: solid;
			border-color: #D9D9D9;
			padding-bottom: 3px;
		}
		#rsidebar .box h2 {
			color: #243749;
			text-transform: uppercase;
			font-size: 1em;
			padding: 6px 7px 10px;
		}
		#rsidebar .box ul {
			list-style-type: none;
		}
			#rsidebar .box ul li {
				border-bottom: 1px solid #DDDDDD;
				padding: 5px;
				font-size: 1.2em;
			}
		/*	#rsidebar .box ul li a {
				color: #808080;
				text-decoration: none;
			}
			#rsidebar .box ul li a:hover {
				color: #243749;
			}*/
		#rsidebar .box .flickr {
			text-align: center;
		}
			#rsidebar .box .flickr img {
				margin: 5px;
			}
		#rsidebar .box .video {
			padding: 3px 3px 0;
		}
		#rsidebar .box .tags {
			padding: 10px;
		}
		 #rsidebar .box .ImgSocail {
			padding: 10px;
		}
/** END right sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #27323C;
	color: #ffffff;
	height: 20px;
	padding: 20px 0;
}
	#footer .buffer {
		width: 970px;
		margin: 0 auto;
		text-align: left;
	}
	#footer p {
		line-height: 1.6em;
		margin-bottom: 5px;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
/** END footer **/

 .listtop a:link  {
 color:#306294;
text-decoration: none;

}
 .listtop a:visited  {
 color:#306294;
text-decoration: none;

}

.listtop a:hover {
	color: red;
	text-decoration: none;
	background-color: #C3FF6A;
}
.Img {
padding-left: 5px
}

    


/** END wordpress 2.7 comments **/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #FFFF00;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFFF00;
}

.shadetabs li a:hover{
 
color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
 }

.shadetabs li a.selected{ /*selected main tab style */
background: white url(images/shade1.gif) top left repeat-x; 
border-bottom-color: #778;
color:red
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;

}
.tabcontent a {
text-decoration: none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#BoxNews {
border-bottom: 1px dashed #DFDFDF;
 
padding:5px; 
float:left;
width:95%;
 
 }
 #BoxNews .News ul{
 list-style: none;
 }
 #BoxNews .News  li{
color:red;
 }
 #BoxNews  img {
 padding:5px;
 float:left;
}
 
 
  .News a:link {
  color:#228FD0;
  text-decoration: none;
  font-weight: bold
 }
 .News a:hover {
  color:#FF0000;
  text-decoration: none
   font-size:16px

 }
  .News a:visited {
  color:#228FD0;
  text-decoration: none;
  font-weight: bold
 }
  .News a:active {
  color:red;
  text-decoration: none;
  font-weight: bold
 }


 #BoxNews:hover{
 background-color: #FFFFE1;
 border: 1px solid #4D9E25;
 color:red;
 
 font-size:16px
 }
 #content .box .Hread {
	background-color: #51AAFF;
}
 #content .box .Hread ul{
		clear: both;
		list-style-type: none;
	
		padding: 12px 0;
		height: 12px;
 }
 #content .box .Hread li {
 			color: #FFF;
 			float: left;
			text-transform: uppercase;
			font-size: 1.2em;
			font-weight: bold;
			padding: 0 10px;
			background: url(images/divider.gif) no-repeat center right;
			 

  }
   #content .box .Hread li a{
 			color: Yellow;
			text-decoration: none;
 
  }
     #content .box .Hread li a:hover{
	color: #2D587D;
	text-decoration: none;
	background-color:#ffffff;
	padding: 5px;
}
  
  .box .Aread {
  background-color: white;
  padding-left:5px  ;
  
  }
  .box .Aread span{
	font-size: 1.8em;
	color:#000;
	padding:5px
  
  }
  #content .box .TagDownload {
	background-color: #FFF;
	height: 60px
}
#content .box .TagDownload ul{
		clear: both;
		list-style-type: none;
		padding: 12px 0;
		height: 12px;
 }
 #content .box .TagDownload li{
 			float: left;
			color: Yellow;
			text-transform: uppercase;
			font-size: 1.0em;
			padding: 0 10px;
  }
#content .box .TagDownload li h2 {width:50px; height:50px; margin:0; padding:0; overflow:hidden;}
#content .box .TagDownload li h2 span {background:url(images/pdf.gif) no-repeat left top;
display:block; width: 100%; height: 100%
 }
 #comment {
 	
	padding: 5px;
	background-color: #F5F5DC;
	border: 1px solid #6699CC;
	margin-bottom: 5px;
	font-size: 1.1em;
}
#comment .Hcom {
	border-bottom: 1px dashed #006400;
	padding: 3px;
	color: #DB0079;
}
#comment .Bcom {
	border: 1px solid #DCDCDC;
	padding: 3px;
	color: #008401;
	background-color: #E6E6FA;
}
#comment .Dcom {
	padding:5px
}
.top {
	 float:right;
	 padding: 5px;
	 margin-bottom: 5px;
}
.CatMenu {
font-size: 1.0em;
}
.CatMenu a:link  {
color:#990000;
}
.l1 {
background-color: #FFFFCC;
color:#000;
padding-left:5px;
height:24px
}
.l2 {
background-color: #B5EDFD;color:#000;padding:5px;height:24px
}
.Tb {
text-align: center
}
.TB {
padding:5px;
width:100%;
background-color: #FFF;


}
.Txt {
width:50%;
border: 1px solid #000;
padding-left: 2px;
}
.TxtH {
width:90%;
border: 1px solid #000;
padding-left: 2px;
}
.TxtA {
width:550px;
border:1px solid #000;
overflow:hidden; 
padding-left: 2px;
	}
	.Bt {
		background: #ffffff url(images/header1.gif) repeat-x 0 0;
		height:26px;
		text-align:center;
		color:#000;
		border:1px solid #F2F2F2 ;
		padding: 5px;
	
	}
	#MsgBox {
	padding:5px;
	background-color: #FFCCCC;
	border:1px solid red;
	color:red
 	}
	#MsgBoxCom {
	padding:5px;
	background-color: #C4EAA2;
	border:1px solid red;
	color:red
 	}
 