html { overflow-Y: scroll; }

html, body { height: 100%; margin: 0; padding: 0; }

body {  
  color:#1a2b3d; background: #6f6d68;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px auto;
  padding: 0;
  text-align: left;

 
}  

*, * focus { outline: none; }

img { border: none;}

h1  { margin: 15px 0 0 0; padding: 0;   font-size: 12.5pt; font-weight: bold; color:#283962; }

h2  { margin: 0; padding: 15px 0 0 0;  font-size: 10.25pt; font-weight: 600; color:#283962; }

h3  { margin: 0; padding: 15px 0 0 0;  font-size: 10.5pt; font-weight: normal; color:#283962; }

h4  { margin: 0; padding: 15px 0 0 0; font-size: 14pt; font-weight: bold; color:#283962; }

.bold-color {color:#283962; font-weight:bold;}

#wrapper {
	width: 1150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headerWrapper
{
	width:1150px;
	margin: 0px auto;  
}
#header {	
  height: 99px;
  min-width:1150px;
  max-height: 99px;
 
  background-image: url(../images/headerBackground.jpg);
}

#left {	
  position: relative; top: 15px; 
  float:left;
  width: auto;
  padding-left:100px;
}

#right {
  position: relative; top: 0; 
  float:right;  
  width: 440px;
  height: 99px;
  display:block;
  margin: 0;
  padding-right: 0px;
 margin-right:160px;
  background: url(../images/people.png) no-repeat bottom right;   
  
}

.clear { clear: both; }

/* Small Nav */

ul#small-nav {
	position: relative; top: 5px; left:0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#small-nav li {
	display: inline;
	color: #FFF; background: #1a2b3d;
	font: 10px arial;
}

ul#small-nav li a {
	color: #FFF; background: #1a2b3d;
	text-decoration: none;
}

ul#small-nav li a:hover {
	text-decoration: underline;
}

ul#small-nav li .pipe {
	margin: 0 8px;
}

.right-input {position:relative; top:20px;}

#right input.custom {
	width:191px;
	border:solid 1px #999;
	font: 7pt arial;
	overflow: auto;
	color: #999;
	margin: 0;
	padding: 0;
  	height: 20px;
}

#right .go {
	background:#FFFFFF url(../images/right/go-btn.jpg) no-repeat;
	height: 16px;
	width: 21px;
	border: 0px;
	position: absolute;
	top: 5px;
	left: 169px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

/*Container */

#home-container {
	position: relative;
	height: 608px;
	min-height: 608px;
	height: auto !important;
	height: 608px;
	background: url(../images/home-bg.jpg) no-repeat #283962;
}

#container {
	position: relative;
	height: 608px;
	width:1088px;
	min-height: 608px;
	height: auto !important;
	height: 608px;
	background-color: #283962;
	margin-left:20px;
	border: solid 1px #1a2b3d;
	border-top:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#content-left { 
  	float:left;
  	width: 754px; 
	margin: 10px 0 0 0;
	padding: 0;
}

#content-left p a:link, #content-left p a:visited, #content-left p a:active, #content-left ul a:link, #content-left ul a:visited, #content-left ul a:active, a.link:link, a.link:visited, a.link:active{ color: #005696; background: #fff; text-decoration:none }
#content-left p a:hover, #content-left ul a:hover, a.link:hover { color: #005696; background: #fff; text-decoration:underline }

#content-right {
	float:right;
	width: 300px;
	margin: 0;
	padding: 0;
}

#content-right p  {
	margin: 0; padding: 2px 25px 0 0;
	font: arial;
  	font-size: 9.5pt;
	line-height: 1.5em;
  	color:#FFF;
}

/* Content Area */

#content-left .t {
	width:754px;
	height:117px;
}

#content-left .m {
	background-image:url(../images/content.png);
	background-position:0px 0px;
	height: 411px;
	height: auto !important;
	width:754px;
	min-height: 411px;
}

#content-left .title {
	margin: 0; padding:0;
	position:absolute; left: 20px; top:60px;
}

#content-left .m-content  {
	margin: 0 auto; padding:10px 20px;
}

#content-left .b {
	background-image:url(../images/b-content.png);
	width:754px;
	height:34px;
	/*To align any image to bottom part */
	margin: 0;
	position: relative;
}

#b-img-pub {
	position: absolute;
	bottom: 0px;
	right: 35px;
}



#ad {
	float:left;
  	width: 1000px; 
	margin: 0;
	padding: 10px 0;
    padding-left:20px;
	}

/*footer */

#footer {
  padding: 0;
  margin: 0;
  color: #000; background: #FBFAFA;
  border-top: 1px solid #f9f8f6;
  width: 1000px;
}  

#footer p {
  margin: 0;
  padding: 0 10px 0 0;
  line-height: 175%;
  text-align: right;
  font-size: 85%;
  color:#625044; background:none;
}

#footer p a:link {
  color: #A28A66; background: #FBFAFA;
}
#footer p a:visited {
  color: #A28A66; background: #FBFAFA;
}
#footer p a:hover {
  color: #4D1A00; background: #FBFAFA;
}
#footer p a:active {
  color: #5E635C; background: #FBFAFA;
}



