/***********************************************************************
	1 - UNIVERSAL STYLES
************************************************************************/
html > body * {
	outline:none;
}
body {
	margin:0;
	padding:0;
	background:#d1d1d1;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#d3d4d5;
	line-height:18px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
}
h1 {
	margin:0px;
	padding:0px 0 8px 0;
	color:#FFF;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/dashed.gif) left bottom repeat-x;
	margin-bottom:10px;
}
h1 span {
	color:#f4ca46
}
h2 {
	margin:0px;
	padding:0px 0px 20px 0px;
	color:#fff;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	margin:0px;
	padding:0px 0 0px 0;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.padnone {
	padding-bottom:0px;
}
.imgalign {
	vertical-align:middle
}
.fontsize {
	font-size:11px;
}
.link {
	color:#e2e2e2;
}
a.link {
	color:#e2e2e2;
	text-decoration:underline;
}
a:hover.link {
	color:#e2e2e2;
	text-decoration:none;
}
.readmore {
	color:#e7e7e7;
}
a.readmore {
	color:#e7e7e7;
	text-decoration:underline;
}
a:hover.readmore {
	color:#e7e7e7;
	text-decoration:none;
}
.continue {
	color:#12659b;
}
a.continue {
	color:#12659b;
	text-decoration:none;
}
a:hover.continue {
	color:#00416e;
	text-decoration:none;
}
.viewall {
	color:#fff;
}
a.viewall {
	color:#fff;
	text-decoration:none;
	display:block;
	background:none;
	width:80px;
}
a:hover.viewall {
	color:#fff;
	text-decoration:underline;
	background:none;
	width:80px;
}
/***********************************************************************
	2 - Structure/Layout
************************************************************************/
.page-wrapper {
	width:998px;
	margin:0px auto;
	position:relative;
}
/***********************************************************************
	3 - Header
************************************************************************/
#homebg {
	width:100%;
	float:left;
	/*background:url(../images/first-banner-image.jpg) center top no-repeat;*/
	height:143px;
	background:url(../images/header-bg.jpg) repeat-x;
}
#homepg-flash{
	width:100%;
	float:left;
	height:376px;
}
.header-box {
	width:100%;
	float:left;
	height:106px;
	margin-top:37px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='white-trans.png');
}
.header-box[class] {
	background-image:url(../white-trans.png);
}
#header {
	width:998px;
	float:left;
	height:106px;
}
#logo {
	float:left;
	padding:14px 0 0 4px;
}
/***********************************************************************
	4 - Navigation
************************************************************************/
#navigation {
	width:510px;
	float:right;
	padding-top:4px;
}
/***********************************************************************
	5 - Home Content
************************************************************************/
#home-container {
	width:100%;
	float:left;
	background:#004a80;
	padding:20px 0 15px 0;
}
#fourbox {
	width:998px;
	float:left;
}
#news-box {
	width:200px;
	float:left;
	background:url(../images/line.jpg) right 38px no-repeat;
	height:174px;
	padding-right:25px;
	color:#FFF;
}
#news-box h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:0 0 10px 0;
}
#event-box {
	width:220px;
	float:left;
	background:url(../images/line.jpg) right 38px no-repeat;
	padding:0 44px 0 41px;
	height:174px;
}
#event-box p {
	padding-bottom:20px;
}
#event-box p.last {
	padding-bottom:0px;
}
.event-tab {
	width:220px;
	float:left;
	padding-bottom:1px;
}
.event-content {
	width:196px;
	float:left;
	background:#0573a4;
	color:#e2e2e2;
	font-weight:bold;
	font-size:11px;
	border:1px solid #047fb7;
	padding:10px 12px 5px 10px;
}
#intelligence-hub-box {
	width:216px;
	float:left;
	background:url(../images/line.jpg) right 38px no-repeat;
	font-size:11px;
	color:#fff;
	padding-left:38px;
	height:174px;
}
#intelligence-hub-box p {
	line-height:14px;
	padding-bottom:50px;
}
#intelligence-hub-box p.last {
	padding-bottom:0px;
}
#partner-box {
	width:182px;
	float:left;
	padding-left:32px;
	height:174px;
}
#partnerbg {
	background:url(../images/patner-bg.jpg) left top no-repeat;
	border:1px solid #111111;
	width:180px;
	height:134px;
	text-align:center;
}
/***********************************************************************
	6 - Copyright-box
************************************************************************/
#copyright-box {
	width:100%;
	float:left;
	background:#004a80;
	height:40px;
	color:#fff;
	font-size:11px;
}
#copyright-box a {
	color:#fff;
	text-decoration:none;
}
#copyright-box a:hover {
	color:#afe1ff;
	text-decoration:none;
}
/***********************************************************************
	7 - Footer
************************************************************************/
#footer {
	width:100%;
	float:left;
	background:#d1d1d1 url(../images/footerbg.jpg) left top repeat-x;
	padding:19px 0px;
	color:#4e4e4e;
	font-weight:bold;
	font-size:11px;
}
#footer-content img {
	vertical-align:middle;
}
#footer-content {
	width:998px;
	float:left;
}
.footer-logo {
	width:100%;
	float:left;
}
.union {
	width:928px;
	float:right;
}
#width-outer {
	width:1254px;
	margin:0px auto;
	position:relative;
}
#width-border {
	width:1252px;
	border-left:1px solid #515151;
	border-right:1px solid #515151;
	border-bottom:1px solid #515151;
	float:left;
}
.footer2bg{
	margin:0px auto;
	padding:0px;
	float:right;
}

#reg {
	width:100%;
	float:left;
	background:url(../images/reg-top.jpg) center top no-repeat;
	height:143px;
}

#right-top2 {
	width:740px;
	overflow:hidden;
	border-bottom:1px solid #d8d8d8;
	height:40px;
	vertical-align:middle;
	margin-bottom:15px;	
}
.step {
	margin:0px;
	padding:0px;
	list-style-type:none;
	color:#404040;
	font-size:12px;
}
.step li {
	float:left;
	margin:0;
	padding:12px 80px 13px 0px;
}
.step li.last {
	float:left;
	margin:0;
	padding:12px 0px 13px 0px;
}
.step li.last.active {
	color:#404040;
	text-decoration:none;
	background:url(../images/step1.jpg) left bottom;
	background-repeat:no-repeat;
	padding:0px 0px 12px 5px;
}
.step li a {
	color:#404040;
	text-decoration:none;
}
.step li a.active {
	color:#404040;
	text-decoration:none;
	background:url(../images/step1.jpg) left bottom;
	background-repeat:no-repeat;
	padding:0px 0px 12px 0px;
}
.step li a.active2 {
	color:#404040;
	text-decoration:none;
	background:url(../images/step2.jpg) left bottom;
	background-repeat:no-repeat;
	padding:0px 0px 12px 0px;
}
.step li a:hover {
	color:#003366;
	text-decoration:none;
}
.reg-box{width:740px;
float:left;
margin-bottom:10px;
}
.reg-box2{width:700px;
margin-bottom:20px;
background-color:#F6F6F6;
border:#D2D2D2 solid 1px;
float:left;
padding-left:10px;
}
.reg-row{width:740px;
float:left;
padding:10px 0 10px 0;
}
.reg-lable{ width:170px;
float:left;
color:#515151;
font-size:12px;
}
.reg-input{width:300px;
float:left;
color:#333333;
}
.reg-input-text{width:300px;
height:18px;
border:1px solid #d8d8d8;
}
.reg-input-textarea{width:300px;
height:100px;
border:1px solid #d8d8d8;
}
.reg-select{width:300px;
height:20px;
border:1px solid #d8d8d8;
}
.reg-note{width:660px;
float:left;
margin:20px 0px 20px 0px;
padding:10px 38px 10px 40px;
border:#93C5E2 solid 1px;
background:#E4F5FF;
font-size:12px;
font-weight:bold;
color:#333333;
line-height:20px;
}
.reg-note a{
color:#333333;
text-decoration:none;
}
.reg-note a:hover{
color:#000000;
text-decoration:none;
}
.reg-check{width:30px;
float:left;
padding:8px 0 0 0;
}
.reg-check-txt{width:500px;
float:left;
margin:0px;
padding:8px 0 0 0;
}
.reg-save{width:110px;
float:left;
}
.reg-save2{width:150px;
float:left;
}
.reg-note2{width:740px;
float:left;
margin:20px 0px 20px 0px;
padding:10px 0px 10px 0px;
font-size:11px;
color:#333333;
line-height:20px;
}
.reg-note-txt{width:740px;
border-bottom:#CCCCCC solid 1px;
float:left;
margin:0px;
padding:8px 0 0 0;
}
.select {
width:300px;
border:1px solid #CCCCCC;
font-size:12px;
}
.submit3 {
background-image:url(../images/save_continue.jpg);
background-position:left top;
background-repeat:no-repeat;
width:124px;
height:21px;
border:0;
cursor:pointer;
}
.submit2 {
background-image:url(../images/save_exit.jpg);
background-position:center;
width:94px;
height:21px;
cursor:pointer;
background-repeat:no-repeat;
border:0px;
}
textarea {
border:1px solid #999999;
}

#footer2 {
	width:100%;
	float:left;
	background:#d1d1d1 url(../images/footerbg.jpg) left top repeat-x;
	padding:10px 0px;
	color:#4e4e4e;
	font-weight:bold;
	font-size:11px;
}
.footer-logo2 {
	width:70px;
	float:left;
	padding-top:20px;
}
#gif-banner3 {
	width:100%;
	float:left;
	padding:215px 0px 0px 0px;
}
.darkbluelink{
	z-index:101;
}
.social_network{
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}
.social_network li{
	margin:0 0 0 10px;
	float:left;
}
