html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	font-size: 12px;
	line-height: 1.4em;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
}
body.live {
	background: #6B6969 url(/images/layout/bg.gif) repeat-x;
}
td {
	font-size: inherit;
	color: inherit;
	font-family: inherit; 
	vertical-align: top;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1.2em;
}
p, .txt {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit; 
}
.small {
	font-size: 11px;
}
.footnote { 
  	color: #666666;
	font-size: 11px;
}
a, a:visited, a:active {
	font-size: inherit;
	font-weight: inherit;
	color: #942431;
	text-decoration: underline;
}
a:hover {
  	color: #800000;
}
a img { border: 0;}
ul {
	margin: 0 0 0 1em;
	padding: 0;
}
ul li {
	margin: 0 0 0 1em;
	padding: 3px;
}
.error {
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
}
div.error {
  	background: #ffcc99;
	border: 1px dashed #cc0000;
	line-height: 1.4em;
	padding: 5px;
	margin-top: 5px; margin-bottom: 5px;
}
div.error ul {
  	margin: 5px 0 5px 30px;
}
#message, div.message {
	padding: 5px;
	margin: 10px 0 20px 0;
	border: 1px dashed #003399;
  	background: #ccccff;
	line-height: 1.4em;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
.note {
	padding: 1px;
	margin: 2px 0;
	color: #0033ff;
	background: #ffffcc;
	font-size: 11px; 
}

.clearer {
  	clear: both; 
	height: 0px;
	overflow: hidden;
} 
div.shitIE {
 	font-size: 0.01em;
}


/*  ************************************************************************ 
 *   LAYOUT ELEMENTS      
 *  ************************************************************************ */
/**
 * wrapper: 896px frame + 6px blending right 
 */
#wrapper {
	width: 902px;
	margin: 0 auto;
	background: url(/images/layout/frame_blend_right.png) right top repeat-y;     
}
#frame {
  	width: 896px;
  	margin-right: 6px;
	background: #383636;
	text-align: left;
}
 
/* HEADER */
#header {
	position: relative;
	height: 117px;
	background: #000000;
}
#sideNav {
	position: absolute;
	top: 5px;
	left: 20px;
	height: 35px;
}
#header .contact {
	position: absolute;
	top: 5px;
	left: 790px;
}
#header .logo { 
	position: absolute;
	left: 497px; /* 896 - 399 */
	height: 117px;
}
#header .bottom {
	position: absolute;
	width: 497px;
	height: 36px;
	top: 81px; /* 117 - 36 */ 
	background: url(/images/layout10/head_bottom_bg.jpg);
}

#mainNav {
	/*position: relative;*/
	height: 26px;
	padding-left: 20px;
	background: url(/images/layout/mainnav_bg.gif) repeat-x;
}
.ly-line {
	height: 3px;
	overflow: hidden;
	background: url(/images/layout/line900.jpg) repeat-y;
}


/*  ************************************************************************ 
 *   MAIN AREA    
 *  ************************************************************************ */
#mainArea { 
	/*padding-bottom: 15px;*/
}
#leftCol {
	float: left;
	width: 155px;
	padding-bottom: 20px;
	margin-right: 15px;
}
#leftCol div.minHeight {
	float: left;
	height: 280px;
	width: 0;
	overflow: hidden;
}
#mainCol {
	float: left;
	width: 726px;
	overflow: hidden;
	/*background: #339999;*/ 
}
#mainCol .mainGrey {
	padding: 15px 0;
	background: #E6E6E6;
	color: #000000;
}
#mainCol .mainGrey .bgBox {
	margin:  0 15px 0 15px;
	background: url(/images/layout/mainGrey_bg.gif) repeat-y;
}
#mainCol .subMain, #subBox, #mainCol .subLeft, #mainCol .subRight,
#mainCol .detailsLeft, #mainCol .detailsRight  {
	float: left;
}
#mainCol .subMain { width: 500px; margin-right: 11px; }
#subBox { width: 172px; margin-left: 13px; }
#mainCol .subLeft { width: 363px; }
#mainCol .subRight { width: 363px; }
#mainCol .detailsLeft { 
	width: 285px; 
	background: #ffffff; 
	margin: 0 11px 15px 15px;
	padding: 10px 0;
}
#mainCol .detailsRight { width: 400px; margin-right: 15px;/* background: #ff3399;*/ }



/*  ************************************************************************ 
 *   NAVIGATION ELEMENTS   
 *  ************************************************************************ */
#breadcrumb {
	padding: 10px 0;
	color: #CFCFCF;
} 
#breadcrumb a, #breadcrumb a:visited {
	color: #CFCFCF;
	text-decoration: none;
} 
#breadcrumb a:hover {
	text-decoration: underline;
} 

/**
 * mainNav - horizontal main navigation bar top of the page 
 * Styles only in use without Javascript activated !!!
 */ 
#mainNav ul {
	margin: 0; 
	padding: 4px 0 0 0;
	list-style: none;
}
#mainNav li {
	float: left;
	font-weight: inherit;
	font-size: inherit;
}
#mainNav a, #mainNav a:visited {
	display: block;
	padding: 2px;
	margin-right: 20px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	text-align: center;	
	color: #FFFFFF;
}
#mainNav a:hover {
	color: #FFFFFF;
}

/**
 * subNav - the vertical main navigation left of the page 
 */
#subNav {  
	width: 155px;
	overflow: hidden;
	padding-top: 10px;
	background: url(/images/layout/leftNav_bg.jpg) left bottom repeat-x;
}
#subNav h3 {
	padding: 0 0 3px 0;
	margin: 20px 5px 5px 19px;
	color: #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	font-size: 12px;
	font-weight: normal;
}
#subNav .bottom {
	height: 6px;
	overflow: hidden;
	background: url(/images/layout/leftNav_bottom.gif) no-repeat;
}
#subNav ul {
	margin: 0; 
	padding: 0;
	overflow: hidden;
	list-style: url(/images/nav/subNav_bullet.gif);
}
#subNav ul li {
	padding: 3px 0; 
	margin: 0 0 0 19px; /*1.5em*/ 
	font-size: 12px;
	line-height: 1.1em;
}
#subNav a, #subNav a:visited {
	display: block;
	padding: 0 1px;
	text-decoration: none;
	color: #FFFFFF;
}
#subNav a:hover {
	text-decoration: underline;
}


#sideNav ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}
#sideNav ul li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	font-size: 12px;
}
#sideNav a {
	display: block;
	padding: 2px 3px;
	margin: 0 3px;
	text-align: center;
	text-decoration: none;
	color: #B7B7B7;
}
#sideNav a:hover {
	text-decoration: underline;
}

/*  ************************************************************************ 
 *   FOOTER    
 *  ************************************************************************ */
#footer {
	height: 52px;
	width: 902px;
	margin: 0 auto;
	padding: 0 20px 6px 10px;
	color: #C7C7C7;
	background: url(/images/layout/footer_bg.png) left bottom no-repeat;
	font-size: 12px;
	line-height: 1em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 872px;
	height: 46px; 
}
html>body #footer {       
	width: 872px;
	height: 46px; 
}
#footer table {
	height: 46px;
}
#footer table tr td { 
	width: 395px;
	vertical-align: middle;
	padding: 0;
}
#footer table tr td.ico { 
	width: 82px;
	text-align: right;
}
#footer a, #footer a:visited, #footer a:active {
  	color: #FFFFFF;
	font-size: inherit;
	text-decoration: none;
}
#footer a:hover {
  	text-decoration: underline;
}


/*  ************************************************************************ 
 *   FORMS  
 *  ************************************************************************ */
#mainForm {
		font-family: Arial, Verdana, Helvetica, sans-serif;
}
#mainForm h3 {
  color: #ff9900;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #ff9900;
}
#mainForm table {
  width: 100%;
	border: 0;
}
#mainForm .formFieldM {
		margin-top: 3px;
		margin-right: 3px; 
    color: #000000;
		font-size: 12px;
		font-weight: bold;
}
#mainForm .formFieldO {
		margin-top: 3px;
		margin-right: 3px; 
    color: #333333;
		font-size: 12px;
		font-weight: normal;
}
#mainForm .formInputText, #mainForm .formInputSelect, #mainForm textarea {
    color: #000000;
		padding: 2px;
		margin-top: 3px;
		/*border: 1px solid #FFD68C;*/
		font-size: 12px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}
#mainForm .formInputText, #mainForm textarea {
  width: 320px;
	voice-family: "\"}\""; 
	voice-family: inherit;
  width: 314px;
}
html>body #mainForm .formInputText, html>body #mainForm textarea {
  width: 314px;
}
#mainForm div.half {
  display: inline;
}
#mainForm div.half .formInputText {
  width: 157px;
	voice-family: "\"}\""; 
	voice-family: inherit;
  width: 151px;
}
html>body #mainForm div.half .formInputText {
  width: 151px;
}
#mainForm div.full textarea {
  width: 500px;
	voice-family: "\"}\""; 
	voice-family: inherit;
  width: 494px;
}
html>body #mainForm div.full textarea {
  width: 494px;
}
#mainForm input.formInputSubmit, #mainForm input.formInputReset  {
    color: #000000;
		font-size: 12px;
		font-weight: bold;
}
#mainForm input.formInputReset {
    color: #ff9933;
}
#mainForm .formOutputText {
    color: #000000;
		padding: 3px;
		border: none;
		font-size: 8pt;
		cursor: default;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}
#mainForm .formOutputError {
    color: #ff0000;
		padding: 0px;
		border: none;
		font-size: 8pt;
		font-weight: bold;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}



#debug {
	width: 460px;
	margin: 30px auto;
	text-align: left;
	font-size: 11px;
	color: #ffffff;
}
