/* layout and positioning */
#wrapper 
{
	background:#fff;
	margin:0 auto;
	
}

#tools
{
	float	: right;
	padding-right : 50px;
}

/* The wrapper element that displays gray colored gradient on the top and this wraps whole content */
#innerwrapper {
	border:3px solid #f1f1f1;
	background:url(../images/header-bg.jpg) top repeat-x;
	background-color	: #fff;
	padding:20px;
	float	: left;
	margin		:1px;
	margin-bottom	: 20px !important;
	margin-bottom	: 10px;
}


/* this is set for any input elements that comes under header */
/* This affects Search box on the top right */
#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#searchBar {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:250% Arial;
	color:#333;
	padding:5px 20px 5px 5px;
	border-right:1px solid #ccc;
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h1 a:hover {
	color:#111;
	border-bottom:2px solid #79B5D6;
}


/* Slogan thing, icon module position */
#header #divH2 {
	font:150% Arial;
	color:#666;
	padding:16px 0 0 0;
	border:none;
	margin	: 0;
}

#header #divH2 a {
	color:#444;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header #divH2 a:hover {
	border-bottom:2px solid #79B5D6;
}

/* menu bar */
#header #menubar {
	clear:both;
	background:url(../images/menu-bar-bg.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding-bottom	: 28px !important;
	padding-bottom	: 30px;
}


#leftBar {
	background:#333;
	width:200px;
	padding:10px 20px 20px 20px;
	float:left;
	color:#666;
	border-top:2px solid #000;
	border-bottom:10px solid #000;
}

#rightBar {
	width:170px;
	float:right;
	padding:10px 0 0 20px;
	background:url(../images/rightbar.jpg) top left no-repeat;
}

#content {
	margin:0 210px 0 240px;
	padding:20px 0 0 20px;
}

/* Please do not edit these "noLeftBar" things, unless you know what you are doing */
#contentNoLeftBar {
	margin:0 215px 0 0 ;
	padding:20px 0 0 0px;
}

#contentNoRightBar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}

#contentNoBars {
	margin:0 0 0 0;
	padding:20px 0 0 0;
}

/* =================== */

#pathWay
{
	padding-bottom	: 3px;
	
}

#bottomModWrapper
{
	clear:both;
	padding-top	: 5px;
	
}

#footer
{
	background	: url(../images/footer-bg.gif) repeat-x;
	margin-top	: 3px;
	text-align	: center;
	padding-bottom	: 10px;
	padding-top	: 10px;
}

a.copyRightLink:link,
a.copyRightLink:visited
{
	font-size	: 9px;
	color		: #fff;
}