/* CSS Document */

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #033568;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Verdana, Arial, Helvetica, sans-serif; /* for other IE versions */
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}
.footer {
	clear: both;
	text-align: center;
	font-size: 85%;
}

.copyright {
	text-align: center;
	font-size: 85%;
	color: #FFFFFF;
}

.testimonials {
	font-size: 85%;
	color: #FFCC33;
	/*font-style: italic;*/
}
#tblBorders {
	border-left-style: solid;
	border-left-color: #663366;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #663366;
	border-right-width: 1px;
}

#live {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

	#live h1 {
	font-size: 20px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
	
	#live h2 {
	font-size: 16px;
	margin-left: 20px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
	
	#live h3 {
	margin-left: 30px;
	margin-bottom: 4px;
	margin-top: 8px;
	color:#0C1C4D;
	}
	
	#live h4 {
	margin-left: 30px;
	margin-bottom: 4px;
	margin-top: 8px;
	color:#6A0248;
	}
	
	a.h4:link {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
	color:#6A0248;
	text-decoration:none;
	}
	
	a.h4:hover {
	color:#6A0248;
	text-decoration:underline;
	}
	
	#live p {
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	}
	
	#live ul li {
	margin-top:0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	}

/******* NAVIGATION CSS *********/


/* Horizontal Navigation*/
#nav, #nav ul {
	padding: 0;
	margin: 0px 5px 0px 5px;
	list-style: none;
	line-height: 1;
	font-size: 12px;
}

#nav a {
	display: block;
	color: white;
	border: 1px solid #666666;
	width: auto;
	background-color: #CCCCCC;
}

#nav a:hover {
	color: white;
}

#nav li { 
	float: left;
	width: auto; 
}

#nav li ul a {
	width: 11em;
}

#nav li a {
	text-align: left;
	margin-right: 3px;
	padding: 3px;
	padding-bottom: 3px;
	color: black;
	text-decoration: none;
}

#nav li ul { 
	position: absolute;
	width: 10em;
	left: -999em; 
}

#nav li ul ul { 
	margin: -2em 0 0 10em;
	width: 20em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul { 
	left: -999em;
} 

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { 
	left: auto; 
}
a.tnav:link,a.tnav:visited,a.tnav:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

a.tnav:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
.buildingBG {
	background-image: url(../images/building1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.buildingBG2 {
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.testimonials {
	font-size: 85%;
	color: #000000;
	/*font-style: italic;*/
}
#news {
padding-bottom: 12px;
padding-top: 8px;
padding-right: 8px;
padding-left: 8px;
}

	#news a {
	font-size: 80%;
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
	
	#news a:hover {
	text-decoration: underline;
	}
	
	#news a.more {
	font-size: 75%;
	color: #333333;
	line-height: 130%;
	}

	#news p {
	color: #FFFFFF;
	line-height: 130%;
	}
	
	#news h1 {
	color: #FFFFFF;
	}

