body {
color:#333;
background-color:#fff;
font-family:"Arial", "Helvetica", sans-serif;
font-size:.75em;
text-align:center;
background-image:url(../images/bg.gif);
margin:0;
padding:0;
}

p {
line-height:1.3em;
margin:0 0 1em;
}

.altcolour {
color:#00AEEF;
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
}

h1 {
font-size:1.8em;
line-height:1.2;
color:#00AEEF;
margin:0 0 0.5em;
}

h2 {
font-size:1.5em;
line-height:1.4;
color:#0075A7;
margin:1.2em 0 0;
}

h3 {
font-weight:700;
font-size:1.2em;
margin:0.5em 0 0;
}

/** MAIN CONTAINERS **/
div#container {
width:800px;
text-align:left;
background-image:url(../images/bg_content.gif);
background-repeat:repeat-y;
margin:0 auto;
padding:0;
}

div#header {
height:95px;
background-image:url(../images/bg_header.gif);
background-repeat:no-repeat;
background-position:center bottom;
margin-bottom:10px;
}

div#header h1 {
font-size:1.7em;
line-height:1.2;
color:#FFF;
padding-top:60px;
padding-left:325px;
}

div#header h2 {
font-size:1.7em;
line-height:1.2;
color:#FFF;
padding-top:60px;
padding-left:310px;
}


div#center {
margin-top:0;
margin-bottom:0;
margin-left:185px;
width:440px;

}

div#center_one {
margin-top:0;
margin-bottom:0;
margin-left:185px;
width:589px;

}

div#blink {
margin-top:380px;
margin-bottom:0;
margin-left:10px;

width:589px;

}

div#left {
float:left;
width:150px;
/*background-color:#636467;*/
background-color:#00788B;
margin-left:23px;
padding-left:0;
color:#FFF;
font-size:0.9em;
display:inline;
}

div#left1 
{
	
float:left;
background-color:#00788B;
color:#FFF;

width:150px;
height:76px;
margin-left:23px;
margin-top:17px;

display:inline;
clear:left;
}

div#right {
float:right;
width:166px;
clear:right;
}

div#menu {
float:right;
/*width:580px;*/
width:741px;
background-color:#00788B;
margin-right:26px;
margin-bottom:10px;
display:inline;
padding:5px;
}

div#footer {
clear:both;
background-image:url(../images/bg_footer.gif);
background-repeat:no-repeat;
height:40px;
}

div#footer p {
font-size:1.2em;
color:#FFF;
text-align:right;
padding-right:28px;
padding-top:6px;
}


/*** Added by Bhavesh Patankar for Left Menu ***/
/*** Left MENU **/
#navl, #navl ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navl a {
	color:#fff;
	text-decoration:none;
	display: block;
	padding:0px 0px;
	width: 8em; 	
	text-align:left;
	
}

#navl a:hover,#navl a.current {
color:#fff;
background-color:#002B5C;
text-decoration:none;
}

#navl li { /* all list items */
	float: left;
	width: 8em; /* width needed for Opera */
}

#navl li ul { /* second-level lists */
	position:relative;
	/*background: #646568;*/
	background-color:#00788B;
	width: 8em;	
}

#navl li:hover ul, #navl li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navl li:hover ul,#navl li.sfhover ul {
left:auto;
}

/*** Addition Over ***/


/*** MAIN MENU **/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	color:#fff;
	text-decoration:none;
	display: block;
	padding:4px 0px;
	width: 8em; 
	text-align:center;
	
}

#nav a:hover,#nav a.current {
color:#fff;
background-color:#002B5C;
text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed for Opera */
}


#nav li ul { /* second-level lists */
	position: absolute;
	/*background: #646568;*/
	background-color:#00788B;
	width: 8em;
	left: -999em; 
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul,#nav li.sfhover ul {
left:auto;
}
/*** BANNERS **/
.banner{
padding-bottom:15px;
}

div#banner{
width:129px;
padding:5px;
margin-bottom:15px;
color:#FFFFFF;
text-align:center;
}

.bannergray
{
background-color:#636467;
}
.bannergray h2
{
color:#01AEF0;
}
.bannerblue h2
{
color:#FFFFFF;
}

.bannerblue{
background-color:#0690A2;
}
.bannerblue2{
background-color:#023667;
}
/*** LEFT MENU **/
div#left ul {
list-style:none;
margin-left:0;
padding:10px;
}

div#left ul li {
padding-top:5px;
padding-bottom:5px;
}

*,form,ul,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,div#content {
margin:0;
padding:0;
}