@charset "utf-8";
/* CSS Global :: Doc Structure */
body{
	background:#f6f6f6;
}
#wrapper{
	/* width: expression( document.body.clientWidth < 1120 ? "1191px" : "auto" ); set min-width for IE */
	overflow:hidden;
	min-width:1190px;
	width: 100% !important;
	width:1190px;
	margin:0 auto;
}


/* NAVs */
/*
.mainNav{
	width:99%;
	background: url(../images/bg-main-nav-under.gif) top repeat-x;
	display:block;
}
.mainNav li{
	float:left;
	width:13%;
	text-align:center;
	list-style:none;
	font-size:1.2em;
	line-height:30px;
}
.mainNav li a{
	color:#FFF;
	display:block;
	text-decoration:none;
	background: url(../images/bg-main-nav-under.gif) top repeat-x;
}

.mainNav li a:hover, .mainNav li a:active{
	background:url(../images/bg-main-nav-under-hover.gif) top repeat-x;
}
*/
/* 2nd Menu */
/*
ul.secNav{
	background:none;
}
.secNav li, .secNav li a{
	background:#4e4d4f;
	display:block;
	width:100%;
}
.secNav li a:hover{
	background:#6d6d6e;
	margin:0 auto;
}
*/
/*.mainNav li:hover ul{
	display:block;
	background:transparent;
}
.mainNav li:hover li{
	float: left;
	width:100%;
	background:transparent;
}
.mainNav li:hover li a{
	width:100%;
	background: black;
	height:33px;
	border: 1px solid #D0CBB5;
	color: #8b0705;
	font-weight: normal;
	text-transform:none;
	font-size: 11px !important;
	z-index: 2000 !important;
	background:red;
}*/




/* RIGHT */
div#rightContent{	
	/*border:1px dotted blue;*/
	float:left;
	width:100%;
	overflow:hidden;
}
div#rightMainContent{ /* TEXT and other elements - MAIN content excludes right and left panels*/
	/*border:1px dotted blue;*/
	float:left;
	width:71%;
	padding:0 10px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
div#rightSecContent{
	/*border:1px dotted blue;*/
	float:left;
	width:24%;		
}















#container3{
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	/* background:#f6f6f6  url(../images/shadow-right.gif) 96.5% repeat-y; column 4 blue */
}
	html>body #container3 { /*every B but IE*/
		/* background:#f6f6f6; column 4 blue */
	} 
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:5%;
	background:#FFF url(/images/shadow-right.gif) right repeat-y; /* column green */
	
}
#container1 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:90%;
	background:#f6f6f6  url(/images/shadow-left.gif) right repeat-y; /* column 1 yellow */
}

#col1 {
	float:left;
	width:5%;
	position:relative;
	left:95%;
	overflow:hidden;

}
#col2 {
	float:left;
	width:90%;
	/*min-width:1024px;*/
	position:relative;
	left:95%;
	overflow:hidden;
	/*background:#2f333a; DEV : dark bg so that 1% bw right and left doesn not show blank TEMP
	min-width: 1067px;
	width:expression(document.body.clientWidth < 1067? "1067px": "auto" ); */
	/* 
	width: expression((document.body.clientWidth < 1068)? "1069px" : "auto"); 
	min-width: 1068px; 
	*/
}
#col3 {
	float:left;
	width:4.7%;
	position:relative;
	left:95%;
	overflow:hidden;
}
	html>body #col3 { /*every B but IE*/
		width:4.9%;
	} 





div#leftSection{
	float:left;
	position:relative;
	width:25%;
	/*max-width:250px;*/
	/*background:#B4E792;*/
	margin:0; padding:0; border:none;
}
div#rightSection{
	float:left;
	width:75%;
	position:relative;
	/*background:#9BEEE1;*/
	margin:0; padding:0; border:none;
}
	html>body div#rightSection{ /*every B but IE*/
		width:74.99%;
	} 
	
	
	
div#footer{
	/*height:50px;background:#2E2E2E;*/
	background:#464858;
	width:100%;
	overflow:hidden;
	float:left;
	
	font-size:0.7em;
	letter-spacing:0.05em;
	padding:10px 0;
	height:50px;
	
	/*position:absolute;
	bottom:0px;
	gum:stick;*/
}
	#footer #flash_footer{width:25%; float:left;}
	#footer #txt_footer{width:45%; float:left;}
	#footer #flash_footer object{padding-left:35%;}
	#footer #txt_footer p{text-align:center;}

/* SHORT FORM */
form#contact_form label{
	font-size:10px;
	line-height:20px;
	padding:0;
}
form#contact_form p{	clear:both;}
form#contact_form label.formtitle {
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	width:25%;
}
form#contact_form input[type="text"], form#sh_contect_form textarea {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#333399;
	display:block;
	padding:2px 5px 2px 0;
	float:left;
	width:70%;
}



#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:384px;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContact .formt{
	color:#6FA5FD;
	font-size:22px;
	font-weight:bold;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
#button{
	text-align:center;
	margin:100px;
}
#popupContactClose{
	cursor:pointer;
}
