/* Javascript-enabled layout styles for eScription
-------------- 
	Following are styles which, for users with Javascript enabled, 
	will adjust the layout to their browser window.
-------------- */

body {
	font-size: 10px; /* Sets base font-size for browsers that resize text correctly */
	line-height: 1.5; /* Sets base leading for lines of text */
	background-color: #fff;
	font-family: xCalibri, "Bitstream Vera Sans", "Lucida Grande", "xLucida Sans", Arial, sans-serif;
	height: 100%; /* Footer-stick */
	background: #fff;
	text-align: left;
}

#container {
	width: 100%;
	background: #fff url(../img/ctr_bg_800.gif) -800px 0 repeat-y; /* x-position overwritten by JS */
	font-size: 1.2em; /* 12px (based on value from body) */
	text-align: left; /* Normalize alignment; unfix all browsers from fix in IE stylesheet */
	position: relative; /* Footer-stick */
	height: auto !important; /* Footer-stick */
	height: 100%; /* Footer-stick */
	min-height: 100%; /* Footer-stick */
	margin: 0;
}

#content-main {
	float: left;
	display: inline;
	width: 664px; /* Dev value based on 1024 */
	min-width: 540px;
	background: transparent;
	border-top: solid 7px #DBDFE7;
	padding-bottom: 2em;
}

#content-secondary {
	background: #b6b6b6;
	border-right: solid 1px #3670B3;
	float: left;
	display: inline;
	width: 335px; /* Dev value based on 1024 */
	text-align: right;
	min-width: 200px;
	padding-bottom: 1em;
}
