/* CSS Document */
/* html tags */
body{
	font-family: Tahoma,Arial,sans-serif;
	font-size:12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
td{font-size:12px;

}

/******* hyperlink and anchor tag styles *******/

a:link {
	font-size:12px;
	color: #D30006;
	text-decoration:underline;
}

a:visited{color: #8B0105;	
	text-decoration:underline;
}

a:hover{
	color: #D30006;
	text-decoration: underline;
}

.link2:link
{
	font-size:12px;
    color:#ffffff;
	text-decoration:underline;
}

.link2:visited{color: #ffffff;	
	text-decoration:underline;
}

.link2:hover{
	color: #ffffff;
	text-decoration:none;
}

.link3:link
{
	text-decoration:none;
 font-size:12px;
 color: #9A0000;
text-transform: uppercase;
font-weight:bold;
line-height:18px;
}

.link3:visited{color: #333333;	
		text-decoration:none;
 font-size:12px;
 color: #9A0000;
text-transform: uppercase;
font-weight:bold;
line-height:18px;
}

.link3:hover{
		text-decoration:underline;
 font-size:12px;
 color: #333333;
text-transform: uppercase;
font-weight:bold;
line-height:18px;
}

.link4:link
{
	color:#000000; 
	text-decoration:none;
}

.link4:visited
{
	color:#000000; 
	text-decoration:none;
}

.link4:hover
{
	color:#000000; 
	text-decoration:underline;
}
/************** header tag styles **************/

h1{
 font: Tahoma,Arial,sans-serif;
 font-size:12px;
 color: #333333;
 margin: 0px;
 padding: 0px;
text-transform: uppercase;
}

h2{
 font: Tahoma, Arial,sans-serif;
 font-size:13px;
 color: #9A0000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: Tahoma,Arial,sans-serif;
 font-size:11px;
 color: #000000;
 margin: 0px;
 background-color: #F2F2F2;
 padding-bottom: 2px;
 padding-left: 2px;
 padding-right: 2px;
 padding-top: 2px;
 /*display:inline;*/
}



h2 div .link4:link
{
	color: #9A0000;
	text-decoration:none;
}

h2 div .link4:visited
{
	color: #9A0000;
	text-decoration:none;
}

h2 div .link4:hover
{
	color: #9A0000;
	text-decoration:underline;
}


/*************** list tag styles ***************/

ul{
 list-style-type:square;

}

ol{
}

ul ul{
 list-style-type:circle;
}

ul ul ul{
 list-style-type: none;
}
/*
menu {
list-style-type:none;
margin:0px;
 font: Tahoma,Arial,sans-serif;
 font-size:12px;
 color: #333333;
text-transform: uppercase;
font-weight:bold;
}

menu a:link{
list-style-type:none;
margin:0px;
 font: Tahoma,Arial,sans-serif;
 font-size:14px;
 color: #333333;
text-transform: uppercase;
font-weight:bold;
}

menu menu { 
padding-left:12px;
text-transform:none;
font-weight:normal;
}
*/

/***************** text styles *****************/
p{
	font-size:12px;
	color: #000000;
	padding-left:0px;
	padding-right:0px;
}

pinline{
	font-size:12px;
    color: #000000;
	padding-left:0px;
	padding-right:0px;
	display:inline;
}

.my_menu span, .newsdate {
	font-size:10px;
	color:#7D0F15;
	padding-left:0px;
	padding-right:0px;
}
.text
{
	font-size:12px;
    color: #ffffff;
	padding-left:0px;
	padding-right:0px;
}


/********* form and related tag styles *********/

form {

	margin: 0;
	padding: 0;
}

label{
 font: bold Tahoma,Arial,sans-serif;;
}
				
input{
font-family: Tahoma,Arial,sans-serif;;
}

/************TABLE*******************/ 
.table1
{
	vertical-align:top;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	padding:10px;
	text-align:center;
}

.table1 td
{
	vertical-align:top;
    border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.table1_heder
{
	background-color:#7D0F15; 
	font-weight:bold; 
	color:#FFFFFF;
}

/**/
.table2
{
	vertical-align:top;
	border-bottom: 1px solid #7D0F15;
	border-left: 1px solid #7D0F15;
	padding:10px;
	text-align:center;
}

.table2 td
{
	vertical-align:top;
    border-top: 1px solid #7D0F15;
	border-right: 1px solid #7D0F15;
}

.table2_heder
{
	background-color:#7D0F15; 
	font-weight:bold; 
	color:#ffffff;
}

.img {
	border: solid #e5e5e5 5px;
	margin-right: 5px;
}

.newsdate{
    color:#000;
}

.newsbrief
{
	margin-right: 7px;
}

.large_img_comments
{
	PADDING-RIGHT: 12px; 
	PADDING-LEFT: 12px; 
	FONT-WEIGHT: bold; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	BACKGROUND-COLOR: #f9f5ef;
	border-bottom: solid 7px #333;
	width:329px;
	!width:350px;
	cursor: pointer;
	cursor: hand;
	height:30px;
}

/* slides */
ul#portfolio, ul#portfolio ol {list-style:none;}
ul#portfolio li img {
	border:0px; 
/*	height:254px;*/
	max-width:320px;
	max-height:235px;
/*	width:expression(this.width > 300 && this.widththis.heigth ? "320px": "auto" );
	height:expression(this.height > 230 && this.width/this.heigth<340/230 ? "235px": "auto" );*/

      height: expression(this.height > this.width && 
                         this.height > 235 ? 235 : true);
      width: expression(this.height < this.width && 
                         this.width > 320 ? 320 : true);
}
#portfolio {
	padding:0px;
	margin:0px;
}

.nodisplay {
	display: none;
}

/*display center*/
    .wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 254px;
    }
    .just-for-IE {
    display: none;
    width: 1px;
   margin-left: -1px;
   }
   * html .just-for-IE, * html .valign-center {
   display: inline-block;
   vertical-align: middle;
   }
   * html .valign-center {
   width: 100%;
   }
   * html .just-for-IE {
   height: 100%;
   }
   * html .just-for-IE, * html .valign-center {
   display: inline;
   }

