/* CSS Document */

html,body{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#53BEF0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
}
a img{
	border:0px;
}

#completewrap{
	width:1024px;
	background-color:#53BEF0;
	padding-bottom:40px;
	margin:0px auto;
	position:relative;
}

#menu{
	height:44px;
	width:1000px;
	margin:0px auto;
}
#submenu{
	height:103px;
	width:980px;
	margin-left:31px;
	background-color:#ffffff;
	position:relative;
}

.submenu{
 	width:850px;
	height:19px;
	position:absolute;
	bottom:9px;
	left:20px;
}

#submenu .perfore{
	position:absolute;
	bottom:0px;
	left:20px;
	background:url(/layout/submenu_perfore.gif) bottom repeat-x;
	width:940px;
	height:1px;
	line-height:0px;
	font-size:0px;
}
#paging{
	position:absolute;
	right:20px;
	bottom:9px;
}
#content{
	position:relative;
	margin-left:31px;
	
	min-height:414px;
  	height:auto !important;
  	height:414px;
  
	width:980px;
	background-color:#ffffff;
}
#related{
	height:181px;
	width:980px;
	background-color:#E1F3FC;
	margin-left:31px;
	overflow:auto;
	padding-top:20px;
}
#related.image{
	padding:0px;
	overflow:hidden;
	}
#related .section{
	float:left;
	width:210px;
	margin-left:20px;
	color:#6D6E71;
	display:inline;/*to correct IE double margin bug*/
}
#related ul, #realted ul li{
	padding:0px;
	list-style:none;
	margin-left:0px;
}
#related a{color:#6D6E71;}
#related a:hover{color:#53BEF0;}
#footer{
	height:29px;
	width:980px;
	background-color:#000000;
	margin-left:31px;
}
#footer .copyright{
	margin-left:10px;
	margin-top:2px;
	float:left;
}
#footer a.designpark{
	float:right;
	margin-top:5px;
	margin-right:3px;
}
#footer a.tool{
	float:right;
	margin-top:5px;
	margin-right:3px;
}
form{
	padding:0px;
	margin:0px;
}
.static{
	padding:20px 20px 40px 20px;
	color:#666666;
}

.static a{
	color:#53BEF0;
	text-decoration:underline;
}

/* PAGING STYLES*/
#paging{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#6D6E71;
}

#paging a{
	color:#53BEF0;
	text-decoration:none;
	padding:0px 2px;
}

#paging a:hover{
	color:#6D6E71;
}
#paging span{padding:0px 3px;}

.pageheading{
	padding-top:8px;
}

.smallprint{
	font-style:italic;
	font-size:10px;
	font-weight:normal;
}
