@charset "utf-8";
/*This is the template for css global reset--avoid cross broswer padding and margin issue. By Tony Xia*/
/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}



/* Global reset-RESET */

/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }


/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/*Some userful style*/
.floatLeft{
	float:left;
	margin:0 10px 10px 0;
}

.floatRight{
	float:right;
	margin:0 0px 10px 10px;
}



/*Basic style*/
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#282828;
	font-size:12px;
	line-height:1.7;
}

#wrapper{
	width:800px;
	margin:0 auto;
}

#header{
	width:100%;
	height:290px;
}

#nav2 {padding-top:15px;
			margin:0 0 0 160px;
 }


		 
	#logoImage{
		margin:10px 0 0 0;
		float:right;
	}
	
	#banner{
			width:100%;
			height:208px;
			margin:10px 0 0 0;
			float:left;
	} 

#container{
	width:100%;
	margin:10px 0 0 0;
}

	.colMain{
		width:555px;
		float:left;
		border-top:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		padding: 10px 15px 0 0;
	}
	
	.colMain ul{
		margin:0 0 10px 0;
	}
	
	.colMain ul li{
		background:url(images/bullet.gif) 0 0 no-repeat;
		padding:0 0 0 20px;
		margin:0 0 10px 0;
	}
	
	.colSide{
		width:205px;
		height:100%;
		float:right;
		border-top:1px solid #CCCCCC;
		border-left:1px solid #CCCCCC;
		padding: 10px 0 20px 15px;
	}
	
	.colSide .imgBox{
		border:1px solid #CDCDCD;
		padding:10px;
		margin:0 0 10px 25px;
	}
	
	.colSide a img.imgBox:hover{
		border:1px solid #0A8BC9;
	}
	
	.colSide h2{
		margin: 0 0 10px 0px;
	}

	.colSide #sideNav{
		margin:0 0 10px 0px;
	}
	
	.colSide #sideNav li a{
		display:block;
		width:115px;
		height:23px;
		background:url(images/sideNav_bg.jpg) 0 0;
		padding:12px 10px 10px 60px;
		color:#FCFCFC;
		text-decoration:none;
		margin:0 0 2px 0;
	}
	
	.colSide #sideNav li a#sideNavHighlight{
		background-position:0 45px;
	}
	
	.colSide #sideNav li a:hover{
		background-position:0 45px;
	}
	
#cleaner{
	height:10px;
	clear:both;
}

#footer{
	width:100%;
	height:100px;
	border-top:1px solid #CCCCCC;
	margin:60px 0 20px 0;
	padding:20px 0 0 0;
}

	#footerLogo{
		width:95px;
		height:50px;
		float:left;
	}
	
	#footerText{
		width:624px;
		padding:10px;
		float:left;
	}
	
	#footerTextRadLogo{
		width:60px;
		height:50px;
		float:right;
	}
	
	#footerText p{
		color:#7F7F7F;
	}
/*typographic*/
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#003C5C;
	margin:0 0 10px 0;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:100;
	color:#006582;
	margin:0 0 10px 0;
	line-height:1.6;
}

h2.weare{
	font-size:19px;
	font-weight:normal;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:100;
	color:#006582;
	margin:0 0 5px 0;
	line-height:1.6;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:100;
	color:#00A3D2;
	margin:0 0 5px 0;
	line-height:1.6;
	font-variant:small-caps;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#282828;
	font-size:12px;
	line-height:1.7;
	margin:0 0 10px 0;
}

span.firstLetter{
	font-size:23px;
	margin:0 0px 0px 0;
}

em{
	font-style:italic;
	letter-spacing:1px;
	color:#666666;
}

a{
	color:#006582;
	letter-spacing:1;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#282828;
}


/*according style*/
.basic {
//	width:540px;
//	overflow: hidden;
}

.basic a{
	display:block;
	width:540px;
	height:26px;
	background:url(images/acc_bg.jpg) 0 0 no-repeat;
	color:#FFFFFF;
	padding:5px 0 0 105px;
	margin:0 0 2px 0;
	font-weight:500;
	cursor:pointer;
//	display: inline-block;
}

.basic a:hover{
	background-position:0 -31px;
	text-decoration:none;
}

.basic ul li{
	text-transform:capitalize; display:list-item;
}







	#nav{
	width:100%;
	height:50px;
	float:left;
	background:url(images/hr-inc-logo.gif) no-repeat top left;
	font-size:15px;
	background-color:#FFFFFF;
	padding-bottom:10px;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left:0px;
	}
	

		#nav li a{
			font-family:Arial, Helvetica, sans-serif;
			color: #003C5C;
			text-decoration:none;
		}
		
		#nav li a:hover{
			text-decoration:underline;
		}
		
		#nav li a#highlight{
			text-decoration:underline;
			color:#003C5C;
		}
		 


	#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-color:#FFFFFF;
	
}

	#nav li { /* all list items */
	float: left;
	position: relative;
	padding-right:15px;
	line-height: 2em;
	padding-left:15px;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	width:180px;
	padding-top:8px;
	top: 24px;
	left: -16px;
	font-size:15px;
	background-color:#FFFFFF;
	/*border-top-width: 1px;*/
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	/*border-top-style: solid;*/
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	/*border-top-color: #CCC;*/
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	z-index: 10;
}


#nav li ul li { /* second-level lists */
  float: none;
  display: inline-block;
	white-space: nowrap;
	padding-left: 30px;
	
	border-bottom-width: 1px;
		
	border-bottom-style: solid;
	
	border-bottom-color: #CCC;
	
	width: 136px;	
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block !important;
}


#content {
	clear: left;
}