a.noShow
{
	display:none;
}

a.subMenu
{
	padding: 0px 0px 1px 0px;
	display: block;
	width: 100%;
	font-weight:bold;
	text-decoration: none;
	text-align: right;
    color:	#122323;
	background-color: #97b5d2;
	cursor: pointer;
}

a.mainMenu
{
	padding: 0px 0px 1px 0px;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fffff8;
	background-color: #17232F;
	cursor: pointer;
}

a:hover.subMenu, li.subMenuSelected
{
	padding: 0px 0px 1px 0px;
	display: block;
	width: 100%;
	font-weight:bold;
	text-decoration: none;
	text-align: right;
	color: #122323;
	background-color: #e1eaf2;
}

a:hover.mainMenu, li.mainMenuSelected
{
	padding: 0px 0px 1px 0px;
	display: block;
	width: 100%;
	text-decoration: none;
	text-align: left;
	color: #fffff8;
	background-color: transparent;
}

a#homeAnchor
{
	background-image: url(Graphics/HomeBtn.bmp);
}

a:hover#homeAnchor, li#homeBtnSelected
{
	background-image: url(Graphics/HomeBtnHover.bmp);
}

a#whoWeAreAnchor
{
	background-image: url(Graphics/WhoWeAreBtn.bmp);
}

a:hover#whoWeAreAnchor, li#whoWeAreBtnSelected
{
	background-image: url(Graphics/WhoWeAreBtnHover.bmp);
}

a#peopleAnchor
{
	background-image: url(Graphics/PeopleBtn.bmp);
}

a:hover#peopleAnchor, li#peopleBtnSelected
{
	background-image: url(Graphics/PeopleBtnHover.bmp);
}

a#whyAnchor
{
	background-image: url(Graphics/WhyBtn.bmp);
}

a:hover#whyAnchor, li#whyBtnSelected
{
	background-image: url(Graphics/WhyBtnHover.bmp);
}

a#GBCServicesAnchor
{
	background-image: url(Graphics/GBCServicesBtn.bmp);
}

a:hover#GBCServicesAnchor, li#GBCServicesBtnSelected
{
	background-image: url(Graphics/GBCServicesBtnHover.bmp);
}

a#NMCServicesAnchor
{
	background-image: url(Graphics/NMCServicesBtn.bmp);
}

a:hover#NMCServicesAnchor, li#NMCServicesBtnSelected
{
	background-image: url(Graphics/NMCServicesBtnHover.bmp);
}

a#contactAnchor
{
	background-image: url(Graphics/ContactBtn.bmp);
}

a:hover#contactAnchor, li#contactBtnSelected
{
	background-image: url(Graphics/ContactBtnHover.bmp);
}

a#supportAnchor
{
	background-image: url(Graphics/SupportBtn.bmp);
}

a:hover#supportAnchor, li#supportBtnSelected
{
	background-image: url(Graphics/SupportBtnHover.bmp);
}

body
{
	text-align: center; /* for IE to center the "wrapper" div */
	background-color: #3C648C;
}

div.banner
{
	background-color:Transparent;
	background-image: url(Graphics/GBCNMCbanner.png);
	width: 980px;
	height: 95px;
	color: #ff8000; 
	cursor: default;
}

div.content
{
	float: left;
	width: 800px;
	padding:  0px 10px 10px 20px;
	background-color: Transparent;
	background-image: url(Graphics/contents.bmp);
	text-align: left;
	font-size: 11pt;
	font-family: Georgia, Arial, Sans-Serif;
	cursor: default;	
}

div.footer
{
	background-color:Transparent;
	background-image: url(Graphics/footer.bmp);
	clear: both;
	padding-top: 10px;
	width: 980px;
	color: #97b5d2;
	border-top: solid 1px #a6d2d2;
	border-top: solid 1px #97b5d2;
	text-align: center;
	font-family: Arial, Verdana, Sans-Serif;
	font-size:  x-small;
	cursor: default;
}

div.mainMenu
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: small;
	width: 150px; 
	float:left;
	text-align: left;
	cursor: default;	
}

img
{
	position: relative;
	top: -20px;
	float: right;
	margin-right: -10px;
	margin-bottom: 10px;
}

img.imgLeft
{
	float: left;
	margin: 0px 0px 10px 0px;
	position: relative;
	top: -20px;
}

INPUT.StdText
{
	font-size: 11pt;
	font-family: Georgia, Arial, Sans-Serif;
}

li.mainMenu
{
    padding: 0px;
    border-width: 0px;
    margin: 0px;
	color: #fffff8;
	background-color:#17232F;
}

li.noShow
{
	display: none;
}

li.selected
{
    padding: 0px 0px 0px 0px;
}

li.subMenu
{
    padding: 0px;
    margin: 0px;
	font-size: small;
	cursor: pointer;
	text-align: right;
}

table.inttable
{ 
	margin-left: 50px;
	text-align:center
}

ul.mainMenu
{
	list-style-type: none;
    padding: 0px;
    border-width: 0px;
    margin: 0px;
}

ul.people
{
	color: Black;
	cursor: pointer;
	font-family: Georgia, Arial, Sans-Serif;
	font-size: large;
	font-weight: bold;
	list-style-type: none;
	margin: 20px 0px 50px 0px;
	padding: 0px;
}

ul.people li
{
    padding:  15px 0px 0px 0px;
}

ul.subMenu
{
	list-style-type: none;
    padding: 0px;
    border-width: 0px;
    margin: 0px;
}

#aboutUs
{
	background-image: url(Graphics/AboutUs.bmp);
}

#lblError
{
	color: Red;
}

#newsbutton
{
	 text-decoration: underline;
}

#products
{
	background-image: url(Graphics/Products.bmp);
}

#wrapper /* rule for the div that centers everything on the page */
{
	display: block;
	text-align: left;
	width: 980px;
/*	border-style: solid;
	border-width: 1px;
	border-color: #97b5d2;*/
	background-color:  #4675a4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#supportwrapper 
{
	display: block;
	text-align: left;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.emphasis
{
	color: #3C648C;
	font-weight: bolder;
}

.TextBox
{
	font-size: 11pt;
	font-family: Georgia, Arial, Sans-Serif;
}

