html {
	background: #eef7ff;
}

body {
	margin:22px;
	padding:0;
	width:100%;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	line-height:19px; 
	color: #333333;
}

#container { 
	width : 929px;
	margin : 0 auto;
}

#header {
	width:100%;
	margin:0;
	height: 121px;
	background: #ffffff;
}

#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}

#header h1  {
	padding:.2em 15px;
	margin:0;
}

#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}

#siteLogo {
	display: block;
	top: 5px;
	position: absolute;
	border: 0 !important;
}
#siteLogo img {
border: 0 !important;
}

#wrapper {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	min-width:929px;
	width:expression(document.body.clientWidth < 800? "929px": "100%" );
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
}

#middle {
	float:left;
	width:200%;
	position:relative;
	left:295px;				/* Left column wide */
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-473px;		/* Left+Right column wide */
	background:#fff;    	/* Right column background colour */
}
#col-m-wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col-m-pad {
	margin:0 25px 0 498px; 	/* Left+Right column wide + desired padding */
	overflow:hidden;
}
#middle-col {
	width:100%;
	overflow:hidden;
}
#left-col {
	float:left;
	width:295px;				/* Left column size */
	position:relative;
	margin-left:-50%;
	left:175px;
	overflow:hidden;
}
#right-col {
	float:left;
	width:178px;			/* Rigth column size */
	position:relative;
	left:0px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0 0 10px 0;
/*	background: url(images/bg_footer.png) left bottom no-repeat; */
}
#footer p {
	padding:.5em 15px;
	color:#FFF;
	font:10px 'Arial','Helvetica',sans-serif;
	text-transform:uppercase;
	text-align: center;
}

#footer img {border: 0; vertical-align: middle; padding : 5px;}
/* JQuery*/

.demoHeaders { margin-top: 2em; }
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}



/*Menu Navigation*/
#menu {
	float: right;
	clear: right;
	background: #0F67A1 url(images/menu_left.png) left top no-repeat;
	margin: 50px 50px 0 0;
}

#menu ul {
	float: left;
	background: url(images/menu_right.png) right top no-repeat;
	padding: 0 0 0 8px;
	margin: 0;
}

#menu ul li {
	float: left;
	list-style: none;
	border-right: 1px solid #606060;
	border-left: 1px solid #1175AE;
	height: 34px;
	margin: 0;
	background: none;
	padding: 0;
}

#menu ul li.first {	border-left: none; }
#menu ul li.last  { border-right: none; padding-right: 10px}
#menu ul li.active a { color: #fff;}

#menu li a {
	float: left;
	padding: 0 12px;
	font-size: 1.3em;
	color: #000;
	text-decoration: none;
	line-height: 34px;
	position: relative;
}

#menu li a span {
	position: relative;
	top: 0;
	left: 0;
}


#menu li a:hover {
	color: #fff;
}
