
@import url(reset.css);
@import url(type.css);

html, body {height: 100%;}

body {background: #000 url(css-img/body-bg.png) repeat-x center top;}

/*universal classes +++++++++++++++++++++++++++++++++*/

.clear {
	clear: both;
}
.left {
	float: left;
}
.left25 {
	float: left; margin-left:25px
}
.right {
	float: right;
}
.right25 {
	float: right; 
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.hidden {
	display: none;
}

.noPad {
	padding: 0;
}

.pad10 {
	padding: 10px;
}

.pad-left-10 {
	padding-left: 10px;
}

.pad20 {
	padding: 20px;
}

.pad-sides-24 /*mimic a paragraph*/ {
	padding: 0 24px;
}

.pad1em{
	padding: 1em;
}

.cell {padding: 12px 10px 0;}
/*display classes____________________________________*/

#wrap
{
	margin: 0 auto;
 min-width:1000px; max-width:1052px; width: auto;
 background: #000 url(css-img/body-bg2.png) repeat-x center top;
}

/*layout blocks _____________________________________*/
#main-wrap {
	margin: 0 auto;
	width: 1000px;

}

#header {
	background: url(css-img/header_bg.jpg) no-repeat 0 0;
	height: 190px;
	position: relative;
	width: 1000px;
}

	#logo {
		/*background: url(css-img/header_h1.png) no-repeat 0 0;*/
		height: 123px;
		left: 22px;
		position: absolute;
		top: 27px;
		width: 150px;
	}
	
		a.logo:link, a.logo:visited {
			display: block;
			height: 123px;
			overflow: hidden;
			text-indent: -9999px;
			width: 150px;
			position: relative;
			z-index: 1;
		}
		 a.logo:hover {
		    background: url(css-img/logo_on.png) no-repeat 0 0;
			display: block;
			height: 123px;
			overflow: hidden;
			text-indent: -9999px;
			width: 150px;
			position: relative;
			z-index: 5;
		}
		

    #header h1 {
		color: #fff;position: absolute; width:980px;
		font-family: Arial;
		font-size: 35px;
		font-weight:bold;
		text-align: right;
		padding-top: 134px; line-height:35px;
	}
	
	#header h2 {
		color: #fff;position: absolute; width:950px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: right;
	    line-height:20px;
		padding-top: 36px;
	}

	#header #versions {
		width: 194px;
		margin-left:820px;
		text-align:center;
		padding-top: 172px;
	}
	    #header #versions a{
	         margin:0 3px 0 3px;
	    }
		
	#h3google {
		/*background: url(css-img/header_h3.gif) no-repeat 0 0;*/
		left: 250px;
		position: absolute;
		top: 28px;
		margin: 0;
	}
	
		
		#google span {
		background: url(css-img/header_h3-hover.gif) no-repeat 0 0;
		height: 40px;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 180px;
		z-index: 1;
	}
		
	#header-nav {
		background: transparent;
		bottom: 0px;
		height: 62px;
		position: absolute;
		right: 0;
		width: 790px;
		margin: 0;
		font-size: 30px;
		
		color:#fff;
		
	}
	
		.repeat-nav li {
			border-right: 3px solid #fff;
			display: inline; height:24px;
			float: left; 
			
		}
			.repeat-nav li.last {
				border-right: none;
			}
			
		
			.repeat-nav li a {
				display: block;
				padding: 4px 6px 3px 6px; margin:0 5px 1px 5px;
				font-weight:normal;
				color: #fff; text-decoration:none;
		        font-size:24px;  
				}	 
				
				.repeat-nav li a:hover, .repeat-nav li a:active, .repeat-nav a.current{
					 background-color: #3d5bb1; text-decoration:none; border-bottom: solid 2px #fff;
				}
				



	#content-wrap {
		margin-left: -25em;
		width: 100%;
		float: right;
		background: url(css-img/content-wrap-bg.png) repeat-y 0 0;

	}
		#content {
			float: none;
			width: 780px;
			margin-left: 181px;
			padding-bottom: 0px;
			min-height: 750px;
		}
		
 	#sidebar {
		float: left;		
		width: 180px; margin-left:10px;
		/*background: transparent url(css-img/sidebar-bg.gif) no-repeat center top;*/
	}
	
	
		a.nzbutton { padding:5px 5px 5px 5px; display:block; text-align:center; width:170px; height:17px; color: #fff; font-size:13px; font-weight:normal; text-decoration:none;  background-color:#444; border-bottom: solid 1px #fff;}
		a.nzbutton:hover { padding:5px 5px 5px 5px; display:block; text-align:center; width:170px; height:17px; color: #fff; font-size:13px; font-weight:normal; text-decoration:none;background-color:#000; }
	    a.nzbutton-last { padding:5px 5px 9px 5px; display:block; text-align:center; width:170px; height:17px; color: #fff; font-size:13px; font-weight:normal; text-decoration:none;  background-color:#444; border-bottom: none;}
		a.nzbutton-last:hover  { padding:5px 5px 9px 5px; display:block; text-align:center; width:170px; height:17px; color: #fff; font-size:13px; font-weight:normal; text-decoration:none;  background-color:#000; border-bottom: none;}
		
		#sidebar-nav {
			/*background: #c5b491 url(css-img/sidebar-bg.gif) repeat-y 0 0;*/
			padding: 10px 10px 20px 20px;
			/*border-top: 1px solid #ebedee;*/
			margin: 0;
			
		}
		
			#sidebar-nav li {
				margin-bottom: 12px;
				line-height: 13px;
			}
			
				#sidebar-nav li.last {
					margin-top: 40px;
					}
					
			#sidebar-nav li a:link, #sidebar-nav li a:visited {
				color: #666;
				}
				
			#sidebar-nav li a:hover, #sidebar-nav li a:active, #sidebar-nav li a.current {
				color: #d1202e;
				}
				
			#sidebar img{
			margin: 12px auto;
			}


#logo2top {
	clear: both;
	display: block;
	height: 13px;
	width: 1000px;
	position: relative;  background-color:#fff; 
	margin: 0 auto 20px auto;
}
#logo2line{
	clear: both;
	display: block;
	height: 11px;
	width: 980px;
	border-top:solid 1px #666;
	margin: 0 auto;
}
		
#footer {
	background: #000; 
	clear: both;
	display: block;
	height: 130px;
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
#footer-wrap {
	display: block;
	width:600px; 
	position: relative;
}


	#footer-nav {
		color:#fd2633;
		top: 5px;
		position: absolute;
		left: 0;
		margin: 0;
		font-size: 13px; text-align:left;
		
	}	
	#footer-nav a {
		color:#fd2633; letter-spacing:2px;  font-weight:normal; text-decoration:none;
		font-size: 13px; 
		
	}	
	
	#footer .contact  {
		position: absolute;
		top: 40px;
		color: #666;
		text-align: left;
		padding: 0;
		margin: 0;
		font-size:13px;
		line-height:20px;
	}
	
		#footer .contact p {
			margin: 0; 
		}
		#footer .contact a:link, #footer .contact a:visited
		{color:#ffffff; font-weight:normal; text-decoration:none; font-size:13px;clear:left;}
		
		    #footer .contact a:hover {color:#fd2633;}


			
/* horizontal page menu (navigation) */

ul.horizontalPageMenu { font-size:14px; margin:5px 24px 8px 22px; border-bottom: solid 1px #dddddd; padding-bottom:1px;
}

ul.horizontalPageMenu li {font-size:14px;
	display: inline;
	
}

	ul.horizontalPageMenu li a, 
	ul.horizontalPageMenu li a:visited, 
	ul.horizontalPageMenu li a:link  {
		padding:  3px 5px 1px 5px; color:#0d2632; font-weight:bold; 
	}
	ul.horizontalPageMenu li a:hover  {
		padding: 3px 4px 2px 4px; color:#000; text-decoration:none; background: #f5f5f5;  border: solid 1px #dddddd;
	}


	ul.horizontalPageMenu li.active a{
		padding: 3px 5px 2px 5px;
		background: #dddddd;
		color: #000;border: solid 1px #dddddd;
	}
		

		
ul.vPageMenu { padding:1px; margin:10px 5px 10px 0px; 
}

ul.vPageMenu li {
	display:block;
	padding:4px;
	
}

	ul.vPageMenu li a {
		padding: 6px 20px;
	    background: #fff url(css-img/ul-leaf.png) no-repeat 1px 6px;
		color: #444;
	}
	
    ul.vPageMenu li a:link, ul.vPageMenu li a:visited {
				color: #444; font-size:12px; font-family: Arial, sans-serif;
				}
				
	ul.vPageMenu li a:hover {
				color: #d1202e;
				}

	ul.vPageMenu li.active a{
		background: #d1202e;
		color: #fff;
	}	




.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}

	ul.footer li a {
		 color:#0d2632; text-decoration:none; font-size:10px;
		 
	}
	ul.footer li a:hover  {
		padding: 3px 3px 1px 2px; color:#4d91b1; text-decoration:underline; font-size:10px;
	}
		
a.nowrap{white-space:nowrap; font-size:10px; padding: 3px 4px 1px 0px; color:#0d2632; text-decoration:underline;}

.sitesteady {
	background: url(css-img/site_steady.jpg) no-repeat 0 0;
	height: 47px; padding-left:45px; 
	margin-left:175px;
	position: relative;
	width: 200px;
}
.siteup {
	background: url(css-img/site_up.jpg) no-repeat 0 0;
	height: 47px; padding-left:45px; 
	margin-left:175px;
	position: relative;
	width: 200px;
}
.sitedown { vertical-align:text-top;
	background: url(css-img/site_down.jpg) no-repeat 0 0;
	height: 47px; padding-left:45px; 
	margin-left:175px;
	position: relative;
	width: 200px;
}
.sitenone {
	height: 0px;  
	position: relative;
	width: 200px;
}

/*Modal Popup*/
.modalBackground {background-color:Gray; filter:alpha(opacity=70); opacity:0.7; }
.modalPopup { background-color:#ffffff; border-width:3px; border-style:solid; border-color:Gray; padding:3px;  }


#f_div{width:160px; height:120px; margin:0 auto; overflow:hidden;}
#f_imgDiv{width:160px; height:120px; overflow:hidden;}
#f_img{filter:progid:DXImageTransform.Microsoft.Fade(Overlap=1.00); border:0;}	
#f_infoDiv{width:100%;top:-16px !important;top:-18px; position:relative;}
		#f_buttonDiv{width:100%; margin-right:1px; height:17px; overflow:hidden; text-align:left;}	
		#f_line{width:100%;height:1px;background:#fff; overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(startX=0, startY=0, finishX=50, finishY=100,style=1,opacity=0,finishOpacity=100)}
		#f_buttonDiv div{width:1px;height:17px; background:#fff; float:right;}
		#f_buttonDiv .bg{width:21px; height:17px; background:#c3cdd0; float:right; filter:Alpha(Opacity=50);}
		#f_buttonDiv a{width:21px;height:17px !important;height:17px;float:right;padding-bottom:1px;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:10px;text-align:center;display:block;overflow:hidden;text-decoration:none;position:absolute;}	
	    #f_buttonDiv a:link,#f_buttonDiv a:visited,#f_buttonDiv a:active{color:#000;}
		#f_buttonDiv a:hover{background:#c3cdd0;color:#fff;}
		#f_buttonDiv a.on:link,#f_buttonDiv a.on:visited,#f_buttonDiv a.on:active,#f_buttonDiv a.on:hover{background:#333333;color:#fff;}
		#f_buttonDiv a.on:hover{background:#c3cdd0;}
		#f_text{height:16px; line-height:16px; font-family:Arial; overflow:hidden;text-align:center;font-size:10px; background-color:#eee; margin-top:1px; border-top:1px solid #ccc;}
		#f_text a:link,#f_text a:visited,#f_text a:active{color:#251d5c;text-decoration: none; font-size:10px;}
		#f_text a:hover{color:#8e221b;text-decoration:none;font-size:10px;}
		
		

.box300 { width: 250px;  border:3px solid #dddddd; padding:9px; margin:0 20px 15px 24px;}
.boxRoot { width: 410px; float:right; padding:9px; margin:0 10px 15px 10px; border:3px solid #dddddd;}
.boxPC { width: 360px; float:left; border:3px solid #eee; padding:9px; margin:0 20px 15px 20px;}
.box { width: 270px; float:left; border:3px solid #dddddd; padding:8px; margin:0 20px 15px 20px;}
.boxListAZ { text-align:center; width: 712px; border:3px solid #dddddd; padding:8px; margin:0 20px 15px 24px;}
.textNowrap {white-space:nowrap;}
.ifcontact{ font-size:12px; font-style:italic;margin:15PX 0 15PX 25PX;;color:#666; clear:both; }
.wright{ width:170px;}
.picBorder{border: 1px solid #666; width:164px; text-align:center; padding:1px}
#divPager{width: 532px; margin-top: 15px;margin-bottom: 15px; border:1px solid #dddddd; padding:3px;}

#divExchange{margin: 15px 10px 15px 25px;}


a.main:link, a.main:visited {
	color: #d1202e;
	font-size:13px;
	font-weight:bold;
	text-decoration: underline;
}

	a.main:hover, a.main:active{
	color: #990d18;
	font-weight: bold;
	text-decoration:underline;
}


a.linkAZ:link, a.linkAZ:visited {
	color: #d1202e;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

	a.linkAZ:hover, a.linkAZ:active{
	color: #990d18;
	font-weight:bold;
	text-decoration: underline;
}

.mainText{ font-size:12px;}
.mainBoxWrap{overflow: hidden; width: 95%; margin-left:23px; margin-bottom:1px;}


.lbTitle { padding:8px; font-weight:bold;  font-size:14px;}

.url, a.url:link, a.url:visited {
	color: #999;
	font-size:10px;
	font-weight: normal;
	text-decoration: none;
}

	a.url:hover, a.url:active{
	color: #d1202e;
	font-weight: normal;
	text-decoration: underline;
}

table.standard {
	border-collapse: collapse;
	width: 96%; /*expands to container*/
	}

table.standard {
	border: 1px solid #dadada; margin-left: 25px;
}

table.standard td {
	padding: 8px;
	border: 1px solid #dadada;
}

table.standard tr.header td {
	font-weight: bold;
	background: #fafafa;
}