@charset "utf-8";
/* CSS Document */

/*----------TAG----------*/

html{
	height:101%;
}
body{
	margin:0 auto;
	background:url(http://www.s2679142.com/qca_siteMedia/images/backgroundTile2_6x1.jpg) center top repeat #f7f7f8;
	text-align:center;
	font-family:'Lucida Grande', Tahoma, Verdana, Geneva, sans-serif;
}
div{
	display:block;
	position:relative;
}
a{
	color:#1C60a4;
	text-decoration:none;
}
a:hover{color:#3d96ef;}
a:active{color:#0080ff;}
a:visited{color:#001f3e;}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	font-size:inherit;
	font-weight:inherit;
}
p{
	margin:0 0 0.5em 0;
	line-height:125%;
}

/*----------ID----------*/
/*----------Template----------*/

#dPageHolder{
	width:1000px;
	margin: 45px auto 0px;
	background:#0f0;
	text-align:left;
	z-index:100;
}
#dHeader{
	width:1000px;
	height:150px;
	background:#305370;
}
#dSubHeader{
	height:30px;
	width:1000px;
	line-height:30px;
	background:#ececec;
}
#dTorso{
	width:1000px;
	height:300px;
	background:#fffffa;
}
	#dLeft{
		width:190px;
		height:300px;
		background:#8dabb0;
		float:right
	}
	#dMiddle{
		width:600px;
		height:300px;
		margin:0 10px;
		background:#fffffa;
		float:right;
	}
	#dRight{
		width:190px;
		height:300px;
		background:#8dabb0;
		float:right
	}
#dFooter{
	height:30px;
	line-height:30px;
	background:#ececec;
}
#dSubFooter{
	height:50px;
	background:#305370;
}
#dLeftWing{
	position:absolute;
	width:200px;
	height:400px;
	background:#497394;
	top:0px;
	left:-200px;
}
#dRightWing{
	position:absolute;
	width:200px;
	height:400px;
	background:#497394;
	top:0px;
	left:1000px;
}
#dLockTop{
	position:fixed;
	width:100%;
	height:45px;
	top:0px;
	left:0px;
	background:#1f7494;
	color:#ffffff;
	text-align:center;
}
	#dLockTop{
		text-}
/*----------End Template----------*/

/*-----Start PopBox-----*/
#dPopBoxHolder{
	position:fixed;
	display:none;
	visibility:visible;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index:300;
}
	#dPopBoxOpacity{
		position:absolute;
		color:#fffffe;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		cursor:pointer;
		background:#000;
		z-index:305;
	}
	#dPopBox{
		position:relative;
		width:180px;
		height:120px;
		top:100px;
		margin:0 auto;
		overflow:hidden;
		background:#ececec;
		text-align:center;
		z-index:310;
	}
		#dPopBoxTitle{
			position:absolute;
			top:5px;
			right:0px;
			width:22px;
			height:22px;
			margin-right:5px;
			background:teal;
			border:5px solid #ececec;
			color:#fffffa;
			text-align:center;
			z-index:315;
		}
			#dPopBoxTitle a{
				color:#ececec;
			}
			#dPopBoxTitle:hover{
				background:#0CC;
				cursor:pointer;
			}
		#dPopBoxInfo{
			width:auto;
			height:auto;
			margin:10px 10px 0px;
			background:#ececec;
			color:#404044;
			border:0px solid #ececec;
			text-align:center
		}
		#imgPopLoader{
			width:128px;
			height:15px;
			margin:0px auto 20px;
		}
		#dPopBoxFooter{
			display:none;
		}
/*-----End PopBox-----*/

#dBackground{
	position:fixed; top:0px; left:0px; width:100%; height:900px; background:url(http://img1.strawberrynetmedia.com/images/common/BG.jpg) top left repeat;
}

/*----------CLASS----------*/
.cItalic{
	font-style:italic;
}
.cStrong{
	font-weight:bold;
}
.cW1000{
	width:1000px;
	margin:0px auto;
	text-align:left;
}