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

.font{
 font-family:Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, sans-serif;
 font-size:11px;
 }

.top{
	background:url(images/top.jpg) no-repeat ;
	width:800px;
	height:84px;
		}
	
.bottom{
	background: url(images/bottom1.jpg);
	height:55px;
	width:800px;
	
	}
	
.box{
	background-image:url(images/home_outline.jpg);
	width:278px;
	height:145px; 	
	}
	
h1{
	font-family:Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
p{
	font-family:Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:25px;
	
	}
	
.table{
	border: solid thin #CCCCCC ;
	}
	
.bottomtext{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, sans-serif;;
	font-size:11px;
	}
	
	
a.text{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, sans-serif;

	font-size:11px;
	text-decoration:none;
	color: #000000;
	}
	
a.text:hover{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, sans-serif;;
	font-size:11px;
	text-decoration:underline;
	color:#999966;
	}
	
	
a.text1{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, sans-serif;

	font-size:12px;
	text-decoration:none;
	color: #999999;
	}
	
a.text1:hover{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, sans-serif;;
	font-size:12px;
	text-decoration:underline;
	color: #102449;
	}
	
#tleft { width:301px; padding:5px; float:left; border:solid 1px  #EDEDED;}
#tright { width:456px; height:145px; float:right; margin-right:5px}	
	
.subheading{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, sans-serif;;
	font-size:14px;
	}
	
	
#medi{
	border:solid #EDEDED 1px;
	width: 290px;
	height:142px;;

	text-align:justify;
	
	}
	
#contact{
	border:solid #EDEDED 1px;
	width:444px;
	
	height:325px;
	float:left;
	
	
	}
	
#contact1{
	border:solid #EDEDED 1px;
	width:304px;
	height:315px;
	margin-left:12px;
	float:left;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	
	
	
	}

#bww{
	border:solid #EDEDED 1px;
	width: 446px;
	height:202px;
	padding:4px;
	}
	
#head{
	height:33px;
	width:456px;
	margin-left:331px;
	margin-top:38px;
	}

/**************************menu*********************************/

#navcontainer
{
margin: 0px 0 0 0px;
padding: 0;
height: 23px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #012c56;
width: 91px;
height: 23px;
border-top: 0px solid #012c56;
border-left: 0px solid #012c56;
border-bottom: 0px solid #012c56;
border-right: 0px solid #012c56;
padding-top:5px;
padding-bottom:5px;
color: #ededed;
text-decoration: none;
display: block;
text-align: center;
font: normal 18px "Franklin Gothic BOOK", verdana, lucida, sans-serif;
font-weight:bold;
vertical-align:middle;
}

#navcontainer ul li a:hover
{
color: #000000;
background: #CBCBCB;
font-weight:bold;
}


#navcontainer li#active a
{
background: #CBCBCB;
border: 0px solid #c60;
color: #fff;
}

/****************** icon ***********************/


#nav
{

list-style-image: url(images/icon.jpg);

}

/****************** spry ***********************/


.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}
