body {
  text-align:center;
  font-family:"tahoma";
  font-size:12px;
}

#bodyContainer {
  width:800px;
  margin:0 auto;
  text-align:left;
}

/* HEADER */

#header {
  height:151px;
  background-repeat:no-repeat;
  background-position:right;
}

.home_FI {
  background-image:url('../images/home/featuredImage.jpg');
}

.about_FI {
  background-image:url('../images/about/featuredImage-2.jpg');
}

.services_FI {
  background-image:url('../images/services/featuredImage.jpg');
}

.placeOrder_FI {
  background-image:url('../images/placeOrder/featuredImage-1.jpg');
}

.openAccount_FI {
	background-image:url('../images/openAccount/featuredImage-1.jpg');
}

.contact_FI {
  background-image:url('../images/contact/featuredImage-2.jpg');
}

#logo {
  width:188px;
  height:151px;
  background:url('../images/global/logo.gif');
}

/*  END HEADER */

/*  NAVIGATION */

#navigationBar {
  height:31px;
  background:#bc101a;
  border-top:solid 1px #beccfa;
  border-bottom:solid 1px #beccfa;
  border-left:1px red solid;
  border-right:1px red solid;
}

#nav {
  margin-left:10px;
  list-style:none;
  margin:0px;
  padding:0px;  
  line-height:31px;
  
}

#nav li {
  float:left; 
  height:31px;
  line-height:31px;
  padding-left:25px;
  padding-right:25px;
  border-right:#ffffff solid 1px;
}

#nav li.first {
  padding-left:75px;
}

#nav li.last {
  border-right:none;
}

#nav a {
  color:#ffffff;
  text-decoration:none;
  font-weight:;
}

#nav a:hover {
  text-decoration:underline;
}

/* END NAVIGATION */


#contentArea {
  background-color:#fafbff;
  
  background-image:url('../images/global/contentBg.gif');
  background-repeat:repeat-x;
  border:1px red solid;
  border-top:none;
  border-bottom:none;
  padding:20px;
}

/* FOOTER NAVIGATION */

#footer {
  height:31px;
  background-image:url('../images/global/footerBg.gif');
  overflow:hidden;
}

#footerNav {
  margin-left:10px;
  list-style:none;
  margin:0px;
  padding:0px;  
  line-height:31px;
  
}

#footerNav li {
  float:left; 
  height:24px;
  line-height:24px;
  padding-left:9px;
  padding-right:9px;

}

#footerNav a, #copyright {
  font-size:10px;
  color:#ffffff;
  text-decoration:none;
  line-height:24px;
  
}

#copyright {
  margin-top:1px;
  float:right;
  padding-right:9px;
}

#footerNav a:hover {
  text-decoration:underline;
}

/* END FOOTER */

.floatLeft {
  float:left;
}

.floatRight {
  float:right;
}

.clear {
  clear:both;
  overflow:hidden;
}

#scrolldiv {
	border: 1px solid black;
	background : #ffffff;
	color : #000000;
	width : 375px;
	height : 150px; 
	overflow : auto;
	padding-left:5px;
	padding-right:5px;
}

