* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	min-width: 1000px;
	width:expression(document.getElementById("mainBg").clientWidth > 670? "100%" :"1000px");
	margin: 0 auto;
	overflow: visible;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 140px;
	background: url(/pdf/images/top-bg.png) no-repeat center;
}

#global_nav {
	float: right;
	margin-top: 24px;
}

#global_nav a {
	color: #0064a5;
	float: right;
	margin-left: 66px;
	font-size: 14px;
}

#phone {
	float: right;
	color: #8daed9;
	font-size: 18px;
	clear: both;
	margin-top: 44px;
	width: 300px;
	text-align: right;
}

#logo {
	margin-top: 40px;
	margin-left: 33px;
	float: left;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 309px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 289px;
	margin-left: -100%;
	position: relative;
}

#viz100 {
	margin-top: 10px;
	margin-left: 37px;
}

#sidebar {
	min-height: 537px;
	height:auto !important;
	height:537px;
	margin-left: 37px;
	width: 241px;
	background: #e9f1cb url(/pdf/images/fields_bg.png) no-repeat;
	background-position: bottom;
	padding: 0;
}

#sidebar_header {
	margin-left: -1px;
	border: none;
	width: 243px;
	height: 29px;
	background: url(/pdf/images/fields_top.png);
}

#sidebar_links {
	margin-left: 50px;
}

#sidebar_links a{
	color: #19649e;
	font-size: 16px;
}

#add_field_button {
	cursor: pointer;
	width: 217px;
	height: 31px;
	background: url(/pdf/images/user_buttons/add_field.png) no-repeat;
	margin-left: 12px;
	margin-top: 20px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #BFF08E;
}
