a:link{
color:#3280ac;
}
a:hover{
color:#3280ac;
}
a:visited{
color: #3280ac;
}
a { outline:0; }

.nom p {
	padding: 0px;
	margin: 0px;

}

.nom h1 {
	padding: 0px;
	margin: 0px 0px 15px 0px;

}

.nom h2 {
	padding: 0px;
	margin: 0px;

}

.subnav a,.subnav a:hover,.subnav a:active,.subnav a:active:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:16px;
	padding: 17px 10px 18px 10px;
	text-decoration:none;
	height: 61px;
	background: none;
}
a.subnavon,a.subnavon:hover,a.subnavon:active,a.subnavon:visited{
	background: url('/i/subNavArrow.jpg') no-repeat top center;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color:#6fa0be;
	font-size:24px;
	font-weight:bold;
	margin: 0px 0px -10px 0px;
	text-transform:uppercase;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	color:#4c4c4c;
	font-size:14px;
	font-weight:bold;
	margin: 15px 0px -10px 0px;
	text-transform:uppercase;
}
.checkbox{
	border: 0;
}
input,textarea,select{
	border: 1px solid #d9d9d9;
	padding: 0px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4c4c4c;
	margin:0 10px;
}
.SMtxt{
	font-size: 8px;
}

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#4c4c4c;
}

.applist{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#4c4c4c;
	line-height:21px;
}

.whiteTxt{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#ffffff;
	padding:0px 20px 0px 20px;
}

.whiteTxt a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#ffffff;
	padding:0px 20px 0px 20px;
}

td img{
	display: block;
}

.main{
	background: #000;
}
.footer{
	position: absolute;
	background: #000;
	text-align: center;
	top: 620px;
	width: 100%;
	color: #6b6b6b;
	padding: 5px 0 0 0;
	border-top: 1px solid #333;
}

.footer a{
color:#3e5a6b;
}

.headerContainer{
	background: #000;
	overflow: hidden;
}
.header{
	margin: 20px auto 0px auto;
	background: url('/i/logo.jpg') no-repeat 0 0;
	height: 76px;width: 955px;
	cursor: pointer;
}
.header a{
	height: 76px;width: 955px;
	display: block;
}
.container{
	background: #fff url('/i/bg_content.gif') repeat-x;
	height: 450px;
	width: 100%;
	display:none;
	color: #000;
	padding: 0px;margin: 0px;
}
.subContainerOverlay{
	background: #000;
	position: absolute;
	left: 0px;
	margin-top: 97px;
	width: 100%;
	height: 343px;
	display: none;
}
.containerOverlay{
	background: #000;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 450px;
	display: none;
}
.navigation a,.navigation a:hover,.navigation a:active,.navigation a:active:visited{
	color: #fff;
}
/* Sub Pages */
.subContainer{
	margin: 0 auto;
	width: 955px;
	height: 450px;
}
.dot{
	background: url('/i/dot.png') no-repeat;
	height: 11px;
	width: 11px;
	margin: 5px;
	position: absolute;
	margin: 415px 0 0 430px;
}
.dot.one{ margin-left: 451px;}
.dot.two{ margin-left: 472px;}
.dot.three{ margin-left: 493px;}
.dot.four{ margin-left: 514px;}
.dot.five{ margin-left: 535px;}
.dot.active{
	background: url('/i/dot_on.png') no-repeat;
}

/* */
.thumbnail{
	height: 90px;
	width: 120px;
	display: block;
	float: left;
	margin: 5px;
	background: #222;
	overflow: visible;
	cursor: pointer;
}
.thumbnail img{
	filter: alpha(opacity=70);
	opacity: .7;
	position:absolute;
}

/* Slides */
.slides{
	width: 100%;
}
.slides .wide{
	width: 9999px;
}
.slide{
	width: 700px;
	height: 282px;
	float: left;
	padding: 0px 10px;
	cursor: pointer;
}

/* Controls */
.arrow_left,.arrow_right{
	position: absolute;
	display: none;
	height: 39px;width: 39px;
	cursor: pointer;
}
.arrow_left{
	background: url('/i/arrow_left.png') no-repeat;
}
.arrow_right{
	background: url('/i/arrow_right.png') no-repeat;
}
.arrow_left_sub,.arrow_right_sub{
	position: absolute;
	display: none;
	height: 39px;width: 39px;
	cursor: pointer;
}
.arrow_left_sub{
	background: url('/i/arrow_left_sub.png') no-repeat;
}
.arrow_right_sub{
	background: url('/i/arrow_right_sub.png') no-repeat;
}
.disabled{
	filter: alpha(opacity=15);
	opacity: .15;
}

/* Navigation */
.cursor{
	margin: 0 0 0 -89px;
	background: url('/i/cursor.png') no-repeat;
	width: 89px;
	height: 13px;
}
.navigationContainer{
	background: #141414;
	padding: 10px 0 0 0;
	text-align: center;
}
.navigation{
	margin: 0 auto;
	height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.navigation .number{
	float: right;
	color: #fff;
}
.navigation ul{
	margin: 0px;padding: 0px;
	list-style: none;
	
}
.navigation ul li{
	display: inline;
	padding: 10px 20px 10px 20px;
}
.navigation a{
	text-decoration: none;
}

#important_fields {
	display:none;
	}
