/* CSS Document */
h1, h2, h3, h4 {
 padding:0;
 margin:0;
}
.clear {
 clear: both;
}

body {
 font-family: arial;
 font-size: 12px;
 color: #333333;
 margin:0 auto;
 background-color:#cecfd0;
}

table tr td {
 font-family: arial;
 font-size: 12px;
 color: #333333;
}

p {
 line-height: 1.5;
 text-align:justify;
}

h1 {
 font-size: 18px;
 background-image:url(images/heading_bg.jpg);
 background-repeat:repeat-x;
 height:30px;
 color:#fff;
 padding:2px 0 0;
 text-align:center;
 margin:0;
}

h2 a {
 font-size: 24px;
 color:#9d2e33;
 padding:4px 0 8px 0;
 margin:0;
 text-decoration:none;
}

h2{
 font-size: 24px;
 color:#9d2e33;
 padding:4px 0 8px 0;
 margin:0;
 text-decoration:none;
}

img {
 border:none;
}

#main_container {
 width: 998px;
 background:#000910 url(images/bg.jpg) 0 0 repeat-y;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0px;
 padding: 0px;
 line-height:20px;
}

#container {
 width:976px;
 position: relative;
 margin:0 auto;
}

#header {
 background:#037bb9 url(images/header_bg.jpg) 0 0 repeat-x;
 height: 120px;
 margin:0 auto;
 clear: both;
}

#logo {
 padding-left:60px;
 padding-top:10px;
}

#banner {
 border-top:4px #ebf6fd solid;
 border-bottom:4px #ebf6fd solid;
}

#its_logo {
 margin:56px 0 0 242px;
}

#lu_logo {
 position:absolute;
 top:0;
 left:25px;
}

#its {
 position:absolute;
 top:0;
 right:286px;
}

#main_content {
 background-color:#fff;
 min-height:350px;
}

#left_column {
 float: left;
 width: 195px;
 position: relative;
 /*background-color:#00FF99;*/
 padding:15px;
}

#left_column p {
 padding-right: 50px;
 padding-left: 50px;
 padding-bottom: 1em;
 text-align: justify;
}

#right_column {
 float: left;
 width: 721px;
 /*background-color:#666666;*/
 padding:15px;
}

#footer {
 background-color: #035e8a;
 padding-top:12px 0 12px 0;
 clear: both;
 color: #ffffff;
 font-size: 12px;
}

#left_footer {
 width: 420px;
 float: left;
 padding-left: 20px;
}

#right_footer {
 width: 420px;
 float: right;
 padding-right: 20px;
 text-align: right;
}

.box {
 border:1px #76a3c1 solid;
 margin-bottom:5px;
 min-height:160px;
}

.box ul li {
 margin-bottom:10px;
}

.box input[type=text]{
 float:left;
 width:100px;
}

.box .wpcf7-form {
 margin:0 !important;
 padding:0 !important;
}


.list_of{	
 font-size:20px;
 font-weight:bold;
}
			
.extra{	font-family:"Times New Roman", Times, serif;
		font-size:14px;
		font-weight:normal;
		}
		
.extra span{	font-size:14px;
				font-weight:bold;
				}	
								
.list{	
		font-size:14px;
		font-weight:normal;
		border-top:#000000 1px solid;
		border-right:#000000 1px solid;
		}
		
.list span{	font-weight:bold;
			}		
		
.list tr td{	border-left:#000000 1px solid;
				border-bottom:#000000 1px solid;
				padding:5px;
				}

a {
 text-decoration:none;
 color:#000;
}

a:hover {
 text-decoration:none;
 color:#000;
}

#footer a {
 text-decoration:none;
 color:#fff;
 font-size:12px;
}

#footer a:hover {
 text-decoration:underline;
 color:#fff;
 font-size:12px;
}

.blink {
 text-decoration:blink;
 padding-left:6px;
 color:#FF0000;
 font-weight:bold;
}

/* menu Class */

.jqueryslidemenu{
font: bold 12px Verdana;
background: #9ebed2;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #9ebed2; /*background of tabs (default state)*/
color: black;
padding: 8px 10px;
/*border-right: 1px solid #778;*/
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: black;
}

.jqueryslidemenu ul li a:hover{
background: #ebf6fd; /*tab link background during hover state*/
color: black;
font-weight:bold;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 200px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
background: #ebf6fd;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #9ebed2 !important;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

