/* Basic Elements */

body {
	background-color:#006;
	color:#424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	font-style:normal;
	line-height:1.5;
	}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	padding: 0px 7px 0px 2px;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;	
}

ul.nav>li{
	display: table-cell;
	width: 140px;
	text-align:center;
	border: 1px solid;
	position:relative;
	padding: 7px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position:absolute;
	border: 1px solid #ccc;
	margin-left: -7px;
	margin-top: 7px;
	
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display: block;
}

ul.nav li{
	background-color:#FFF;
	color:#4b92ca;

}

ul.nav li>ul #about{
	width:103px;
}

ul.nav li>ul #chambers{
	width:110px;
}

ul.nav li>ul #service{
	width:104px;
}

ul.nav li>ul #referb{
	width:118px;
}

ul.nav li>ul #news{
	width:110px;
}

.nav ul li a{
	/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 3px 3px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #fff;
	color: #003;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #fff;
	color: #036;
}

.nav a{
	text-decoration: none;
}

/*Original CSS layout*/

a:link, a:visited {
	text-decoration:none;
	background-color:#fff;
	color:#4b92ca;
	}
	
a:hover, a:active {
	text-decoration:none;
	background-color:#fff;
	color:#003;
	}
	
h1, h2, h3 {
	background-color:#fff;
	color:#4b92ca;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px 0 5px 0;
	border-bottom:1px solid #ccc;
	}
	
h1 {
	font-size:130%;
	font-weight:bold;
	}
	
h2 {
	font-size:110%;
	font-weight:bold;
	}	
	
h3 {
	font-size:100%;
	font-weight:bold;
	border-bottom:0;
	}	

td, th {
	text-align:center;
}

p.light {
	background-color:#fff;
	color:#999;
	}
	
/* ----------DIVS FOR LAYOUT--------------------------------- */


#Wrapper {
	width:740px;
	position:relative;
	background:url(../AppData/Local/Temp/gfx/bg.gif) repeat #fff;
	color:#424242;
	border:3px double #ccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}

#Top {
	background:url(gfx/banner.jpg) center no-repeat #fff;
	color:#424242;
	height:100px;
	margin:0 auto;
	padding:5px;
	border:1px solid #ccc;
	}

#ContentLeft {
	float:left;
	width:720px;
	margin:20px 0px 10px 0px;
	padding:0px 10px 20px 10px;
	background-color:#fff;
	color:#424242;
	text-align:justify;
	
	}
	
#Navigation {
	float:left;
	width:749px;
	background-color:#fff;
	color:#424242;
	
	}
	
#Footer {
	clear:both;
	width:auto;
	background-color:#fff;
	color:#666;
	text-align:center;
	border:1px solid #ccc;
	}

#ienav {
	display:none;
}
/*----------extra divs -------------------------------------------------------*/

#Pix {
	width:auto;
	text-align:center;
	}
	
#Pix img {
	margin:30px 10px;
	padding:5px;
	border:1px solid #ccc;
	}
	
#validation {
	background-color:#fff;
	color:#ccc;
	margin:10px 0 10px 0;
	text-align:center;
	border:1px solid #ccc;
	}
	
#validation p {
	margin:3px;
	font-size:90%;
	}
	
#validation img {
	border:none;
	vertical-align:middle;
	}
	

/* -------------NAVIGATION---------------------------------------------- */

ul#nav {
	display:block;
	list-style-type:none;
	}
	
ul#nav li {
	padding:0.5em;
	margin:0.5em;
	}
	
/*-----------Images------------------------------------------------------*/

img.newsImg {
	padding:3px;
	border:1px solid #ccc;
	}
	
table.standard td, table.standard th {
	border:1px solid #ccc;
	}
table.standard td {
	text-align:center;
	width:auto;
	font-size:9px;
