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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a:link {
	color: #0A0A5B;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0A0A5B;
}
a:hover {
	text-decoration: none;
	color: #0A0A5B;
}
a:active {
	text-decoration: underline;
	color: #0A0A5B;
}
#box {
	width:1029px;
	overflow:hidden;
}
#box .middle{
	background-image:url(images/bg_center.png);
	background-repeat:repeat-y;	
}
#box .top{
	background-image:url(images/bg_top.png);
	width:1029px;
	height:39px;
	background-repeat:no-repeat;
}
#box .bottom{
	background-image:url(images/bg_bottom.png);
	background-repeat:no-repeat;
	height:50px;
	bottom:-50px;
}

#maintext {
	width:378px;
	text-align: justify;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:50px;
	color:#4D4D4D;
	font-size:15px;
	line-height:20px;
}
#maintext2 {
	width:580px;
	text-align: left;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:50px;
	color:#4D4D4D;
	font-size:15px;
	line-height:20px;
}
#nav {
	background:#478AC2;
	height:46px;
	width:948px;
}
#nav .buttonwidth{
	width:600px;
}
#nav .item {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	border-left:thin solid #FFF;
	border-right:thin solid #113976;
	width:84px;
	background-image:url(images/nav.jpg);
	background-repeat:repeat-x;
	text-align: center;
}
#nav .item:hover {
	background-image:url(images/nav_over.jpg);
	background-repeat:repeat-x;
}
#nav .on {
	background-image:url(images/nav_on.jpg);
	background-repeat:repeat-x;
}
#nav .item1line {
	height:31px;
	padding-top:15px;
}
#nav .item2line {
	height:37px;
	padding-top:9px;
}
#nav .item3line {
	height:43px;
	padding-top:3px;
}
#secondnav {
	margin-top:20px;
	width:245px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:thin solid #fff;
}
#secondnav .item {
	height:30px;
	width:224px;
	color:#FFF;
	text-decoration:none;
	background-color:#005BAA;
	border-top:thin solid #FFF;
	border-bottom:thin solid #113976;
	text-align:left;
	padding-left:20px;
	padding-top:12px;
}
#secondnav .on {
	background-color:#F05C25;
	text-decoration:none;
}
#secondnav .item:hover {
	background-color:#F05C25;
	text-decoration:none;
}

#innerboarder {
	width:948px;
	background-image:url(images/inner_boarder.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	margin-top:1px;
}
#headerbox {
	width:948px;
	height:124px;
}
#logobox {
	background-image:url(images/IES_Logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFF;
	width:245px;
	height:74px;
	padding-top:50px;
}
#titlebox {
	width:600px;
	height:124px;
	background-color:#4D4D4D;
}
#titlebox h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:27px;
	color:#fff;
	padding-left:20px;
	padding-top:20px;
	margin-top:0px;
	font-weight:normal;
}
#titlebox h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	color:#fff;
	padding-left:20px;
	font-weight:normal;
}
#ladybox{
	background-image:url(images/lady.png);
	background-repeat:no-repeat;
	z-index:1;
	top:-100px;
	left:400px;
	width:290px;
	height:690px;
	position:absolute;
}
#footer {
	background:#478AC2;
	height:47px;
	width:948px;
	margin-top:1px;
	color:#FFF;
	padding-top:15px;
}
#footer .item {
	color:#FFF;
}
#footer .item:hover {
	text-decoration:none;
	color:#D7E5F2;
}
#footer .copy {
	padding-top:5px;
	color:#D7E5F2;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.titleTXT{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:27px;
	color:#005BAA;
	font-weight:normal;
	line-height:30px;
}
.headerTXT{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F05C25;
	font-weight:normal;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:27px;
	color:#005BAA;
	font-weight:normal;
	line-height:30px;
	margin:0px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F05C25;
	font-weight:normal;
	margin:0px;
}
#button{
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	background-color:#FC0;
	padding:5px;
	font-size:15px;
	border:#000 thin solid;
}
