@charset "utf-8";
body {

	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 754px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 0px;
	padding: 0;

} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}
#footer {
	background:#FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	border: 1px solid #000000;
	margin-right: 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in thffe footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.NewUpdatesBKG {
	background-image: url(../jpg/B&W/Building_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#submenuContent p {
	margin: 0px;
	padding: 0px;
}


#subMenus {
	background-color: #FFFFFF;
	width: 182px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	height: auto;
	padding: 0px;
}
#titleBKG {
	background-image: url(../jpg/blueBKG.jpg);
	width: auto;
	padding-top: 6px;
	padding-left: 35px;
	margin-top: 0px;
	height: 18px;
	font-size: 11px;
	color: #333333;
}
#submenuContent {
	border-left-color:#666666;
	border-bottom-color:#666666;
	border-right-color:#666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #6699FF;
	background-color: #FFFFFF;
	padding: 5px;
}
#contentBKG {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #21598C;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: auto;
}
#fotoBKG {
	background-color: #FFFFFF;
	border: 1px solid #29597B;
	height: 86px;
	width: 86px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#updateTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	background-color: #F5F5F5;
	padding: 2px;
	border: 1px solid #666666;
	margin: 2px;
	width: auto;
}
#updateTitleBKG {
	background-color: #FFFFFF;
	background-image: url(../jpg/titleBKG.jpg);
	height: auto;
	width: auto;
	border: 1px solid #21598C;
	padding-top: 1px;
	padding-left: 1px;
	font-size: 11px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#updateBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F7F7F7;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	width: auto;
	margin: 0px;
	padding: 2px;
}
#moreLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #005CB9;
	text-align: right;
	padding: 1px;
}
#flashDiv {
	padding: 0px;
	width: auto;
	border: 1px solid #636563;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#updateBodyText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#submenuContent {
	padding: 5px;
	height: auto;
}
#rightColSubmenuContent p {
	margin: 0px;
	padding: 0px;
}
#rightColSubmenuContent {
	padding: 5px;
	width: auto;
}
#rightColSubmenuContent hr {
	margin: 0px;
	padding: 0px;
}
.aboutUsBKG {
	background-image: url(../jpg/contentAssets/submenuBKGs/laptopNblue.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#rightColSubmenuContent P {
	margin-bottom: 10px;
}
.contactUsBKGImage {
	background-image: url(../jpg/B&W/IMG_0748.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.AboutUsContentBKG {
	background-image: url(../jpg/B&W/aboutContentBKG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
