
/*This Style Sheet control all of main design stuctures in the site.*/

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
h1 {
	text-align: left;
	font-size: 25px;
	margin: 20px 0px 5px 18px;
	padding: 0px;
	color:#0d6d00;
}
h2 {
	font-size: 35px;
	color: #0d6d00;
	margin: 30px 0px 5px 18px;
	border: 0px solid orange;
}
h3 {
	font-size: 30px;
	color:#0d6d00;
	margin: 15px 0px 5px 18px;
}
h4 {
	font-size: 17px;
	color: #e20608;
	margin: 20px 0px 5px 18px;
}
h5 {
	font-size: 25px;
	color: #0d6d00;
	margin: 0px 0px 5px 18px;
}

h6 {
	font-size: 15px;
	color: #0d6d00;
	margin: 5px 0px 5px 15px;
}
h7 {
	font-size: 20px;
	color: #E20608;
	margin: 5px 0px 5px 15px;
	border: 1px solid red;
}
/*--------------------------------------------------------------------------*/

img {border: 0px; margin: 0px; padding: 0px;}
form {margin: 0px;}
.clear {clear: both;}


body {
	margin : 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background-image:url(/images/bg_body.gif);
	background-repeat: repeat-y;
	background-color: #DFDFDF;
}

/*Div*/
#logo {
	width: 760px;
	height: 107px;
	margin : 0px;
	padding: 0px;
	border:0px solid yellow;
}
/*#topmenu {
	width: 759px;
	height: 26px;
	margin : 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	background-image:url(/images/bg_menu.gif);
	background-repeat: repeat-x;
	border:0px solid white;
	text-align: center;
}*/
#container-home {
	width: 760px;
	border: 0px solid green;
	margin: 0px;
	padding: 0px;
	/*background-image:url(/images/bg_content.jpg);
	background-repeat: no-repeat;*/
	background-color: #ffffff;
}
#container {
	width: 760px;
	/*height: 685px;*/
	border: 0px solid green;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#footer {
	clear: both;
	width: 759px;
	margin: 0px;
	padding: 0px;
	border: 0px solid gray;
	text-align: center;
	background-color: #e20608;
}
#footer p.copyr {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #ffffff;
	margin: 0px;
	padding: 8px 0px;
	text-align: center;
	background-color: #E20608;
	background-image:url(/images/bg_footer.jpg);
	}

.h-dotline {
	clear: both;
	/*width:725px;*/
	height: 12px;
	margin: 0px 1px 0px 18px;
	padding: 0px;
	background-image:url(/images/dtln_hori.gif);
	background-repeat: repeat-x;
	border: 0px solid black;
}
.h-dotline2 {   /* General Use */
	clear: both;
	height: 2px;
	margin: 10px 15px 0px 18px;
	padding: 0px;
	background-image:url(/images/dtln_hori.gif);
	background-repeat: repeat-x;
	border: 0px solid blue;
	background-position: bottom;
}

/*Input*/

input.shdw {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	border-top:1px solid #CCCCCC; 
	border-left:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC;
	background-image: url(/images/bg_inpt_shdw.gif);
}
input.norml {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
}
select {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
}


/* Links*/

a {color: #333; text-decoration: underline ; font-weight: normal; font-size: 11px; }
a:link {color: #333; text-decoration: underline ; font-weight: normal; font-size: 11px;}
a:visited {color: #333; text-decoration: underline ; font-weight: normal; font-size: 11px; }
a:active {color: #333; text-decoration: underline ; font-weight: normal; font-size: 11px; }
a:hover {color: #000000; text-decoration: none ; font-weight: normal; font-size: 11px;}


a.linkfooter {color: #fff; text-decoration: none; font-weight: normal; font-size: 11px; }
a.linkfooter:link {color: #fff; text-decoration: none; font-weight: normal; font-size: 11px;}
a.linkfooter:visited {color: #fff; text-decoration: none; font-weight: normal; font-size: 11px; }
a.linkfooter:active {color: #fff; text-decoration: none; font-weight: normal; font-size: 11px; }
a.linkfooter:hover {color: #8a8989; text-decoration: none; font-weight: normal; font-size: 11px;}


a.yllw {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffcc00; text-decoration: underline ; font-weight: normal;}
a.yllw:link {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffcc00; text-decoration: underline ; font-weight: normal;}
a.yllw:visited {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffcc00; text-decoration: underline ; font-weight: normal;}
a.yllw:active {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffcc00; text-decoration: underline ; font-weight: normal;}
a.yllw:hover {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none ; font-weight: normal;}

a.wh {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none ; font-weight: normal;}
a.wh:link {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none ; font-weight: normal;}
a.wh:visited {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none ; font-weight: normal;}
a.wh:active {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none ; font-weight: normal;}
a.wh:hover {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: underline; font-weight: normal;}

a.bk {color: #000000; text-decoration: underline ; font-weight: normal;}
a.bk:link {color: #000000; text-decoration: underline ; font-weight: normal;}
a.bk:visited {color: #000000; text-decoration: underline ; font-weight: normal;}
a.bk:active {color: #000000; text-decoration: underline ; font-weight: normal;}
a.bk:hover {color: #e20608; text-decoration: none ; font-weight: normal;}

a.bkB {color: #000000; text-decoration: none ; font-weight: normal;}
a.bkB:link {color: #000000; text-decoration: none ; font-weight: normal;}
a.bkB:visited {color: #000000; text-decoration: none ; font-weight: normal;}
a.bkB:active {color: #000000; text-decoration: none ; font-weight: normal;}
a.bkB:hover {color: #000000; text-decoration: underline ; font-weight: normal;}

a.red {color: #e20608; text-decoration: underline ; font-weight: normal;}
a.red:link {color: #e20608; text-decoration: underline ; font-weight: normal;}
a.red:visited {color: #e20608; text-decoration: underline ; font-weight: normal;}
a.red:active {color: #e20608; text-decoration: underline ; font-weight: normal;}
a.red:hover {color: #000000; text-decoration: none ; font-weight: normal;}

a.green {color: #0d6d00; text-decoration: underline ; font-weight: normal;}
a.green:link {color: #0d6d00; text-decoration: underline ; font-weight: normal;}
a.green:visited {color: #0d6d00; text-decoration: underline ; font-weight: normal;}
a.green:active {color: #0d6d00; text-decoration: underline ; font-weight: normal;}
a.green:hover {color: #000000; text-decoration: none ; font-weight: normal;}

a.greenB {color: #0d6d00; text-decoration: underline ; font-weight: bold;}
a.greenB:link {color: #0d6d00; text-decoration: underline ; font-weight: bold;}
a.greenB:visited {color: #0d6d00; text-decoration: underline ; font-weight: bold;}
a.greenB:active {color: #0d6d00; text-decoration: underline ; font-weight: bold;}
a.greenB:hover {color: #108000; text-decoration: none ; font-weight: bold;}

a.greenC {color: #0d6d00; text-decoration: underline ; font-weight: normal; font-size: 11px; }
a.greenC:link {color: #0d6d00; text-decoration: underline ; font-weight: normal; font-size: 11px;}
a.greenC:visited {color: #0d6d00; text-decoration: underline ; font-weight: normal; font-size: 11px; }
a.greenC:active {color: #0d6d00; text-decoration: underline ; font-weight: normal; font-size: 11px; }
a.greenC:hover {color: #000000; text-decoration: none ; font-weight: normal; font-size: 11px;}

span.tell {padding: 0px 0px 0px 80px; display:block;font-weight:bold;}

a.footer {font-family : Tahoma, Arial, Helvetica, sans-serif;color: #FED8D8; text-decoration: underline ; font-weight: normal; font-size: 11px; }
a.footer:link {font-family : Tahoma, Arial, Helvetica, sans-serif;color: #FED8D8; text-decoration: underline ; font-weight: normal; font-size: 11px;}
a.footer:visited {font-family : Tahoma, Arial, Helvetica, sans-serif;color: #FED8D8; text-decoration: underline ; font-weight: normal; font-size: 11px; }
a.footer:active {font-family : Tahoma, Arial, Helvetica, sans-serif;color: #FED8D8; text-decoration: underline ; font-weight: normal; font-size: 11px; }
a.footer:hover {font-family : Tahoma, Arial, Helvetica, sans-serif;color: #ffffff; text-decoration: underline ; font-weight: normal; font-size: 11px;}



#pressbox {width: 700px; padding: 10px 0 20px 10px;}
#presscontentwrap p {text-align: justify;}
#presscontentwrap p.pictxt {font: 11px Helvetica, Arial, sans-serif; text-align: center;}
#presscontentwrap p.morenews {text-align: right;}

.imglft {float: left; padding: 0 10px 10px 0;}
.floatlft {margin-left: 10px!important; padding: 0px!important; float: left;}
.floatrt {margin-right: 10px!important; padding: 0px!important; float: right;}


.CloseButton {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #0d6d00; text-decoration: none ; font-weight: bold; }

ul.callCity{font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	list-style-type:none;
	border: 0px solid red;
	padding: 0px;
	margin:0px;
	float:left;
	padding: 0px 0px 10px 0px;}
ul.callCity li{
	
	padding: 5px 0px 0px 20px;}
ul.callCity li.cleft{
	padding: 5px 0px 0px 20px;
	float:left;
	border: 0px solid orange;
	width: 85px;}
ul.callCity li.cright{
	color: #000;
	padding: 5px 0px 0px 10px;
	float:left;
	width: 120px;
	border: 0px solid blue;}
	
select.CallSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	width: 220px;
	}
	
/* Header*/
.HeaderBig {
	paddding: 20px 0px 0px 0px;
	margin: 20px 0px 5px 0px
	}
.subHead {
	paddding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	}
	
/* New */
.txtDateNew {
	paddding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 20px;
	float: left;
	}
.txtNewDetail {
	paddding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 20px;
	width: 500px;
	}