@font-face {
    font-family: 'FuturaStdBook';
    src: url('../font/futura_lt_book-webfont.eot');
    src: url('../font/futura_lt_book-webfont.eot?iefix') format('eot'),
         url('../font/futura_lt_book-webfont.woff') format('woff'),
         url('../font/futura_lt_book-webfont.ttf') format('truetype'),
         url('../font/futura_lt_book-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationRegular2';
    src: url('../font/sansation_regular-webfont.eot');
    src: url('../font/sansation_regular-webfont.eot?iefix') format('eot'),
         url('../font/sansation_regular-webfont.woff') format('woff'),
         url('../font/sansation_regular-webfont.ttf') format('truetype'),
         url('../font/sansation_regular-webfont.svg#webfontFSQm7iLM') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	
	font-family: 'MyriadProRegular';
	
	src: url('../font/myriadpro-regular-webfont.eot');
	
	url('../font/myriadpro-regular-webfont.woff') format('woff'), 
	url('../font/myriadpro-regular-webfont.ttf') format('truetype'), 
	url('../font/myriadpro-regular-webfont.svg#webfontsJrDbrdZ') format('svg');
	
	font-weight: normal;
	
	font-style: normal;

}




/* Generic Selectors */

body {
	margin: 0 0 0 0;
	font-family: serif, Arial, Tahoma, Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #191919;
	height:100%;
	background-color: #ffffff;
	background: url('../img/bg.jpg') repeat-x top left;
	margin: auto auto auto auto;
	
}

body a {

	text-decoration: none;
	color: #002e6d;
	margin: 0;
	padding: 0;

}


body a:hover {
	color: red;



}

img {
	border: 0px;
	text-decotation: none;

}




h1 {

	font-size: 16px;
	color: #000000;
	font-family: 'MyriadProRegular', Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	background: url('../img/h1_bg.png') no-repeat top left;
	padding: 8px;
	padding-left: 20px;
	padding-top: 10px;
	width: auto;
	
	
}

h2 {

	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../img/h2_bg.png') no-repeat top left;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #ffffff;
	padding: 8px;
	padding-left: 14px;

}

h3, h5 {

	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../img/h3_bg.png') no-repeat top left;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #ffffff;
	padding: 8px;
	padding-left: 24px;

}

h5 {

	background: url('../img/h5_bg.png') no-repeat top left;


}



h4 {

	color: #3a74b1;
	font-weight: bold;

}

p {

	clear: both;
}


/**************************class**************************/




.float_left {

	float: left;
	margin-right: 20px;
	margin-bottom: 20px;


}

.thumb1 {

	float: left;
	margin-right: 8px;
	margin-bottom: 12px;
}









.more {

	background: url('../img/readmore_bg.jpg') no-repeat top right;
	background-color: #2d5593;
	width: auto;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 18px;
	font-size: 12px;
	border-bottom: 0px solid #2d5593;
	padding-top:2px;
	padding-bottom: 5px;


	
	

}

.tb1 {

	background: url('../img/tb_bg2.jpg') repeat top left;

}



.tb1 tr td {

	padding: 5px;
	border: 1px dotted #000000;
	border-left: 0;
	border-bottom: 0;
}
.tb1 {

	border: 1px solid #000000;
}

.tb1 .tb1top td {

	background-color: #3a74b1;
	color: #ffffff;
}





.tb2 tr td {

	padding: 5px;
	border: 1px dotted #000000;
	border-left: 0;
	border-bottom: 0;
	vertical-align: top;
}

.tb2 tr td a {

	font-weight: bold;
}

.tb2 {

	border: 1px dotted #333333;
	border-top: 0;
	border-right: 0;
}

.tb2 .tb1top td {

	background-color: #efefef;
	color: #004aa5;
	font-size: 14px;
	font-weight: bold;
}

.tb2 tr td ul {

	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.t2 {
	font-family: Arial, Helvetica;
	font-weight:bold;
	font-size: 12px;
	color: #666666;
}
.textbox1{
	font-family: 'HelveticaNeueLT55RomanRegular', Arial, Helvetica;
	font-size: 12px;
	border: 1px solid #7f9db9;
	width: 99%;


}
.textbox2{
	font-family: 'HelveticaNeueLT55RomanRegular', Arial, Helvetica;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #7f9db9;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 16px;
	padding-top: 2px;
	background: url('../img/field_bg.jpg') no-repeat top left;

}

.f12red{
	color: red;
	font-size: 15px;
}

.checkform {
	visibility:hidden;
	height: 1px;
}



.container {

	background: url('../img/flash_bg.png') no-repeat top center;
	width: 960px;
	height: 505px;
	margin: auto;
	margin-top: 90px;
	padding-top: 12px;


}

.center {
	padding: 0;
	margin: 0;
	margin: auto;

}

.footer_icon {

	float: left;
	margin-top: -5px;
	margin-right: -8px;
}

.index_column, .index_column2 {

	width: 32%; 
	height: auto;
	float: left; 
	margin-right: 15px; 
	padding: 0;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;


}

.index_column2 {

	margin-right: 0px;

}

.tagline {
	background: url('../img/tagline.png') no-repeat left top;
	width: 181px;
	height: 27px;
	position: absolute;
	top: 95px;
	margin-left: 180px;
	z-index: 108;
	clear: both;
	
}

.link {

	background: url('../img/bullet.jpg') no-repeat left top;
	padding-left: 15px;
	font-weight: bold;
	font-size:13px;
}

.left {

	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/*************************  ID's *************************/

#centerdoc {

	width: 960px;
	height: auto;
	margin: auto auto auto auto;
	display: table;
	background: url('../img/top_bg.jpg') no-repeat top center;
	position: relative;

	

}




#logo {


	float: left;
	background: url('../img/logo.png') no-repeat top right;
	width: 150px;
	height: 108px;
	position: absolute;
	top: 20px;
	margin-left: 10px;
	z-index: 108;
	clear: both;

}

a #logo:hover {

	cursor: pointer;


}







#top_right {
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	top: 25px;
	right: 0;
	float: right;
	margin-right: 10px;

}

#top_right ul li {
	display: inline;
	margin-top: 0px;
	border-bottom: 0;
	font-family: 'FuturaStdBook', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 12px 0 11px;
	border-right: 1px solid #92959c;
	padding-top: 0px;



}

#top_right ul li a {

	color: #ffffff;
}



#top_right ul .last {
	border-right: 0px;
	padding-right: 0px;

}




#top_right2 {
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	margin-right: 10px;
	top: 30px;
	
	right: 0;
	background: url('../img/top_right2_bg.png') repeat left top;

	
	
}

#top_right2 ul {

	margin-left: 0px;
	padding-left: 10px;
	padding-right: 15px;
	height: 20px;
	
}

#top_right2 ul li {
	display: inline;
	margin-top: 0px;
	border-bottom: 0;
	font-family: 'FuturaStdBook', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px 0 15px;
	border-right: 1px solid #92959c;
	padding-top: 0px;
	height: 20px;



}

#top_right2 ul li a {

	color: #ffffff;

}




#top_right2 ul .last {
	border-right: 0px;
	padding-right: 10px;

}





#txt {

	width: 936px;
	height: auto;
	padding: 0;
	font-size: 12px;
	margin: auto;
	margin-top: -13px;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 0px;
	padding: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: inline-table;

}







#footer {
	
	padding: 0
	margin: 0;
	position: relative;
	width: 100%;
	clear: left;
	display: table;
	background: url('../img/footer_bg.jpg') repeat-x left 13px;
	margin-top: 20px;
	height: 50px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	

}

#footer_left {
	margin: 0;
	padding: 0;
	clear: right;
	width: 936px;
	margin: auto;
	
	height: 50px;
	
	
	
}

#footer_left ul {
	padding-left: 0px;
	margin-left: -8px;

}

#footer_left ul li {
	display: inline;
	margin-top: 0px;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 0 8px 0 8px;
	border-right: 1px solid #999999;



}



#footer_left ul .last {

	border-right: 0px;



}

#footer_left ul li a, #design a {

	color: #666666;

}

#footer_left ul li a:hover, #design a:hover {

	color: #000000;

}

#copyright {

	padding-left: 6px;
}

#copyright, #design {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#top_right2 ul li a:hover, #top_right ul li a:hover, #column2_2 ul li a:hover, .more:hover {

	color: #baddff;
	text-decoration: none;

}

#design {
	margin-right: 2px;
	float: right;
	margin-top: -50px;
	width: auto;

}


#jsddm {	

}

#jsddm li {	
	float: left;
	height: 30px;
	
	
}



#jsddm li a {
	display: block;
	padding: 0 0px 0 0px;
	text-decoration: none;
	border-right: 0px solid white;
	
	color: #EAFFED;
	white-space: nowrap;
}

#jsddm li ul:hover {
	border: 0px;
	
}
		
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 0px solid white;
	padding-top: 10px;
	margin-left: -9px;
	margin-top: -11px;
	
	
	

}
#jsddm li ul li {

	border-bottom: 1px solid #555555;
	height: 10px;
	padding-top: 5px;
	padding-bottom: 12px;
	font-size: 13px;
	
	background: url('../img/top_right2_bg3.png') repeat left top;

}

#jsddm li ul li:hover {

	background-color: #000000;
	
	cursor: pointer;


}


#jsddm li ul li a:hover {

	cursor: pointer;
}

#jsddm li ul li a {
	margin: 0px;
	font-size: 13px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 120px;

	
}

#jsddm .drop1 ul li a {

	width: 165px;

}

#jsddm .drop1 ul li ul li a {
	width: 120px;
	

}

#jsddm li ul li, #jsddm li ul li ul li {

	border-right: 0;

}



#jsddm li ul li ul {

	margin-top: 0px;
}

