
/**********************************************Styles for the home page******************************/

body {
	background-image: url("../images/back.jpg");
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333753;
	margin: 0px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#5a2626;
}

p a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#5a2626;
	text-decoration: none;
}

p a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#a51616;
	text-decoration: underline;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #235e64;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333753;
	line-height: 24px;
}

/********************** Header *********************/

#header {
	background-image: url("../images/head.gif");
	background-repeat: repeat-x;
	width: 1024px;
	height: 100%;
}

#header .top {
	background-image: url("../images/GJ_logo.jpg");
	background-repeat: no-repeat;
	background-position: left;
	height: 56px;
}

#header .logo_box{
	padding-left: 20px;
	background-position: left;
	height: 63px;
	font-size: 10px;
}


#header .about {
	position:r elative;
	z-index: 3;
	left: 760px;
	top: -4px;
	width: 154px;
	height: 15px;
	background-position: left top;
}

div.headlogo{
	position: absolute;
	z-index: 3;
	background:url("../images/NIE_logo.gif");
	background-repeat: no-repeat;
	top: 0px;
	left: 650px;
	width: 163px;
	height: 161px;
}
div.headright{
	position: absolute;
	z-index: 2;
	background-image: url("../images/top_right.gif");
	background-repeat: repeat-x;
	top: 59px;
	left: 813px;
	height: 102px;
	width: 211px;
}

/********************** Header *********************/



/*************** About NIE link****************/
#aboutmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 156px;
	position: relative;
	z-index: 100;
	left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 760px;
	padding-top: 0px;
}
#aboutmenu a{
	display: block;
	float:left;
	text-decoration: none;
	color: #590d00;
	line-height: 14px;
	font-size: 15px;
	font-weight: bold;
	width: 95px;
	height: 21px;
	padding-left: 0px;
	padding-top: 4px;
}

/*#aboutmenu :hover a,*/
#aboutmenu a:hover{
	font-size: 16px;
	text-decoration: underline;
}

/*************** About NIE link END****************/


/******** Footer ********/

#footer {
	background-image: url("../images/base.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1f1f1f;
	top: 15px;
	height: 100px;
	width: 1024px;

}

#footer .links_td {
	position: relative;
	padding-top: 13px;
}

#footer a:link {
	color: #5a2626;
	text-decoration: none;
}

#footer a:visited {
	color: #763737;
	text-decoration: none;
}

#footer a:hover {
	color: #ac1fe1;
	text-decoration: underline;
}

#footer a:active {
	color: #763737;
	text-decoration: none;
}

#footer .bottom_row {
	text-align: left;
	vertical-align: bottom;
	height: 38px;
}

#footer .address {
	width: 380px;
	padding-left: 20px;
}

#footer .copyright {
	width: 218px;
}

/************** Footer END ********************/
