/* CSS Document */

body {
	background:#fff;
	margin:0px;
}
body a{
 text-decoration: none;
 }
#Container {
	width:974px;
	margin:0px auto;
	background:#fff;
	overflow: hidden;
}

#Header {
	width:100%;
	height:147px;
	background:url(images/headert.jpg);
	overflow: hidden;
}

#Search-Form {
	padding-top:80px;
	padding-right:25px;
	text-align:right;
	font:bold 75% Tahoma;
	letter-spacing:0.085em;
	color:#fff;
	height:24px;
	line-height:0px;
}



#Menu {
	width:100%;
	height:38px;
	background:url(images/Menu-bg.gif) repeat-x;
	font:bold 75% Tahoma, Arial, sans-serif;
	letter-spacing:0.15em; 
	position:relative;
	display:block;
	overflow: hidden;
}

#Menu ul {
	margin:0;
	padding:0;
	list-style-type: none;
	width:auto; 
}

#Menu ul li{
	display:block;
	float:left;
	margin:0;
}

#Menu ul li.Divider{
	background:url(images/Menu-Separator.gif);
	width:1px;
	height:38px;
	margin:0px;
	font-size:0px;
	line-height:0px;
}

#Menu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:11px 17px 0 16px;
	height:28px;
}

#Menu ul li a:hover, #Menu ul li a.current {
	color:#f2c600;
}

#Content {
	width:974px;
	background:url(images/Content-bg.gif);
	
}
#Content1 {
	width:952px;
	padding: 20px 13px 0 9px;
	background: url(images/Content-Left-bg.jpg) left top repeat-x;
}
#Content-Left{
	width:714px;
	background:url(images/Content-Left-bg.jpg) repeat-x;
	float:left;
	overflow: hidden;
}
#Content-Left1{
	width:714px;
	background:#ffffff;
	float:left;
	overflow: hidden;
}

#Content-Right {
	width:259px;
	background:url(images/Content-Right-bg.jpg) repeat-x;
	float:right;
}

p.Headings {
	font:bold 85% Helvetica;
	margin:0px;
	letter-spacing:0.01em;
	line-height:150%;
	color:#333333;
}

#Subs-Form{
	margin:30px 20px 0px 20px;
}

.Subs-Form-Row {
	width:200px;
	height:23px;
	margin-top:12px;
}

.Subs-Form-Left{
	width:50px;
	float:left;
	line-height:150%;
	font:bold 70% Tahoma;
	letter-spacing:0.01em;
	color:#999999;
	padding-top:5px;
}

.Subs-Form-Right{
	width:150px;
	float:right;
	line-height:150%;
	font:bold 85% Tahoma;
	letter-spacing:0.01em;
	
}

input {
	border:0.05em solid #b5b5b5;
	width:142px;
	height:17px;
	font:normal 85% Tahoma;
	letter-spacing:0.01em;
	color:#999999;
	padding:2px 3px;
}

input.TxtSearch {
	background:url(images/TxtSearch-bg.gif);
	border:0.05em solid #006699;
	width:142px;
	height:17px;
	font:normal 100% Tahoma;
	letter-spacing:0.01em;
	color:#006699;
	padding:2px 3px; 
}

input.Submit {
	border:0.05em solid #b5b5b5;
	background:url(images/Send-bg.jpg);
	width:97px;
	height:22px;
	font:bold 85% Helvetica;
	letter-spacing:0.01em;
	color:#666666;
	padding:2px 3px;
}

input.Go {
	border:0.05em solid #004161;
	background:#005782;
	width:34px;
	height:22px;
	font:bold 100% Tahoma;
	letter-spacing:0.01em;
	color:#fff;
	padding:2px 3px;
	margin-top:0px;
}


#Latest-News ul {
	margin:5px 30px;
	padding:0px 10px 0px 0px;
	list-style-type:disc;
}

* html #Latest-News ul {
	margin:0px 30px;
}

#Latest-News ul li {
	line-height:160%;
	font:bold 70% Tahoma;
	letter-spacing:0.01em;
	color:#999999;
	padding-top:7px;
}

* html #Latest-News ul li {
	padding-top:5px;
}

#Latest-News ul li a{
	color:#007caa;
	text-decoration:none;
}

#Latest-News ul li a:hover{
	color:#000;
	text-decoration:none;
}

#Weather-Forecast{
	margin:15px;
	margin-bottom:0px;
	padding:10px;
	background:#d4d4d4;
}

#Weather-Forecast p {
	font:normal 70% Tahoma;
	letter-spacing:0.01em;
	color:#333333;
	line-height:140%;
	margin:0px;
}

div.Clear {
	clear:both;
}

#Content-Right-Footer {
	margin:0px;
	padding:15px;
}

#Content-Right-Footer p {
	font:normal 70% Tahoma;
	letter-spacing:0.01em;
	color:#333333;
	line-height:140%;
	margin:0px;
}

#Content-Right-Footer p a {
	color:#007caa;
	text-decoration:none;
}

#Content-Right-Footer p a:hover {
	color:#000;
	text-decoration:none;
}

div.Content-Left-Row {
	margin:30px 0px 0px 20px;
	
}

div.Content-Left-Row div {
	width:155px;
	margin-right:55px;
	float:left;
	margin-bottom:120px;
}

* html div.Content-Left-Row div {
	margin-bottom:0px;
}

p.Content-Text {
	font:normal 70% Tahoma;
	letter-spacing:0.005em;
	color:#8d8c8c;
	line-height:115%;
	margin:0px;
}

p.Content-Text img {
	margin:5px 0px;
}

p.Content-Text a {
	color:#333333;
	text-decoration:underline;
}

p.Content-Text a:hover {
	color:#007caa;
	text-decoration:underline;
}

#Content-Left-Footer {
	margin:0px;
	padding:15px;
	clear: both;
}



