@charset "utf-8";
/* The template CSS file for the ESTI Consulting Services Inc. website template.
   Contains the styles for the Page Layout. */

body {
	/*background-color:#3A4265;*/
	background-color:#777777;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* PAGE LAYOUT */

#layout {
	width:930px;
	margin:auto;
	text-align:left;
}

#centering {
	position:absolute;
	top:0px;
	width:930px;
	background-color:#FFFFFF;
}

#header {
	width:930px;
	height:50px;
	background:url(../images/template/header.jpg) no-repeat top left;
	float:left;
}

#header .caption {
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:266px;
	height:33px;
	padding:16px 33px 0px 0px;
	background:url(../images/template/corporate_logo.gif) no-repeat right;
	cursor:pointer;	
}

#banner {
	width:930px;
	height:185px;
	background:url(../images/template/banner.jpg) no-repeat top left;
	float:left;
}

#navbar_extension {
	background:url(../images/template/navbar_extension.jpg) repeat-y top left;
	width:930px;
	float:right;
}

#navbar {
	width:225px;
	height:448px;
	float:left;
	background:url(../images/template/navbar.jpg) no-repeat top left;
	padding:22px 0px 0px 0px;
}

#page_content {
	width:705px;
	float:right;
	overflow:hidden;
}

#footer {
	width:930px;
	height:38px;
	background:url(../images/template/footer.jpg) no-repeat top left;
	float:left;
}

#footer .message {
	color:#333333;
	font-size:9px;
	float:left;
	margin:18px 0px 0px 10px;
}
/* MISC MENU */

#misc_menu {
	float:right;
	padding-right:5px;
}


/* SEARCH MENU */

#search_menu {
	float:right;
	padding-right:5px;
	margin:19px 10px 0px 0px;
}

#search_menu a {
    cursor:default;
}

#search_menu .link {
	color:#333333;
	cursor:pointer;
        text-decoration:none;
}

#search_menu .link:hover {
	color:#333333;
	cursor:pointer;
        text-decoration:underline;
}

#search_menu .item {
	cursor:pointer;
	float:left;
	margin:3px 0px 0px 0px;
}

#search_menu .item .caption{
	color:#333333;
	font-size:11px;
	margin:0px 0px 0px 0px;
}

#search_menu .item_icon {
	cursor:pointer;
	float:left;
        border:none;
	margin:2px 0px 0px 0px;
}

#search_menu .item_divider{
	width:0px;
	height:17px;
	float:left;
	border-left:#666666 solid 1px;
	margin:1px 10px 0px 10px;
}

#search_menu #searchForm {
float:left;
margin:0;
}
#search_menu #searchForm .gsc-input {
color:#333333;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
height:15px;
margin:0 5px 0 0;
padding:1px 0 1px 3px;
width:182px;
}
#search_menu #searchForm .gsc-search-button {
color:#666666;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
font-weight:bold;
height:20px;
padding:0 0 3px 1px;
width:75px;
}
#search_menu #searchForm .gsc-branding {
display:none;
}
