@charset "UTF-8";
/* body, html, #contentContainer {height: 100%; width: 100%; } */
/* ie hack \*/
/* * html, * html body, * html body #contentContainer {overflow: auto; } */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #497690; /* #38647d */
	margin: 0;
}
#mainContainer {
	width: 960px;
	margin: 0 auto;
}
#headerContainer {
	text-align: right;
}
#contentContainer {
	width: 960px;
	position:relative;
	background: #fff;
	height: 600px;
}
#leftContainer {
	width: 208px;
	float: left;
	height: 460px;
	padding-top: 140px;
	padding-left: 15px;
	background-image: url(/nova/images/bg_leftcol.png);
	background-repeat: no-repeat;
	position:absolute;
	z-index:101;
}
#rightContainer {
	width: 810px;
	float: left;
	height: 600px;
	background-color:#FFF;
	/*background-color: #38647d;*/
	margin-left: 150px;
	position:absolute;
	z-index:10;
	
}
#rightContainerWithContent {
		width: 657px;
	float: left;
	height: 520px;
	background-color:#FFF;
	margin-left: 223px;
	position:absolute;
	z-index:10;
	padding: 40px;
}
#footerContainer {
	text-align: right;
	clear: both;
}
#btmNav02TypeA {
	width: 560px;
	height: 33px;
	margin-top:534px;
	position:absolute;
	z-index:98;	
	margin-left:150px;
	padding-left:250px;
}
#btmNav02TypeB {
	width: 478px;
	height: 33px;
	margin-top:534px;
	position:absolute;
	z-index:98;	
	margin-left:150px;
	padding-left:332px;
}
#btmNav02TypeC {
	width: 395px;
	height: 33px;
	margin-top:534px;
	position:absolute;
	z-index:98;	
	margin-left:150px;
	padding-left:415px;
}
#btmNav02SemiD {
	width: 422px;
	height: 33px;
	margin-top:534px;
	position:absolute;
	z-index:98;	
	margin-left:150px;
	padding-left:388px;
}
#btmNav01 {
	width: 770px;
	height: 33px;
	background-color: #38647d;
	position: absolute;
	z-index:99;
	margin-top:567px;
	margin-left:150px;
	padding-left:40px;
}
#planOptionBox {
	width:810px;
	height:273px;
	background: #fff;
	background: rgba(255,255,255,.8);
	opacity: 0.8;
	/* opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	*/			
	position: absolute;
	z-index:90;
	/*margin-top:294px;*/
	margin-top:294px;
	margin-left:150px;
}
#planOptionG {
	width: 481px;
	height: 116px;
	margin-top: 91px;
	margin-left: 219px;
	position: absolute;
	z-index:91;
}
#planOption1 {
	width: 481px;
	height: 116px;
	margin-top: 61px;
	margin-left: 219px;
	position: absolute;
	z-index:92;
}
#planOption2 {
	width: 481px;
	height: 116px;
	margin-top: 31px;
	margin-left: 219px;
	position: absolute;
	z-index:93;
}
.galleryTbl {
	width: 640px;
	margin-top: 80px;
}
.galleryTbl td {
	padding: 10px 0 ;
	width: 92px;
	text-align:center;
}
.galleryTbl img {
	padding: 2px;
	border: 1px solid #eee;
}
.alignRight {
	text-align: right;
}

/* IMAGES */
img {
	border: none;
}





.specs3col {
	width:600px;
}
.specs3col th {
	background:#111;
	padding: 5px 10px;
	text-align:left;
}

.specs3col .alt {
	background:#333;
}
.specs3col td {
	padding: 3px 10px;
}
/* form validation */
form.cmxform label.error {
	display: none;
	background: #f00;
	color: #fff;
	margin-left:5px;
	padding:1px 2px;
	font-size:10px;
	float: left;
}
p.formSent { 
	padding:10px;
	display: none;
	color:#38647d;
	margin-top: 180px;
	font-size:15px;
	text-align: center;
} 
.txtRed {
	color: #F00;
}
.btn { 
	padding-left: 20px;
	padding-right: 20px;
	background: #eee;
	border: 1px solid #ccc;
}
.btn:hover { 
	color: #fff;
	background: #497690;
	border: 1px solid #ccc;
	cursor: pointer;
} 
.txtField {
	width:250px;
	height: 20px;
	border: 1px solid #8a8a8a;
	background:#eee;
	float: left;
}
.txtField2 {
	width:250px;
	height: 20px;
	border: 1px solid #8a8a8a;
	background:#fff;
	color: #999;
	float: left;
}
.txtArea {
	width:250px;
	height: 80px;
	border: 1px solid #8a8a8a;
	background:#eee;
	float: left;
}
.txtArea2 {
	width:250px;
	height: 80px;
	border: 1px solid #8a8a8a;
	background:#fff;
	color: #999;
	float: left;
}
#formBox {
	margin-top: 120px;
	margin-left:60px;
}
.detailSml {
	color: #ccc;
	font-size:10px;
}
