/* CSS Document */

*{
	margin:0;
	padding:0;
}

.wrapper{
	width:967px;
	margin:0 auto;
}

body{
	margin:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383838;
	background:url(images/bg.gif);
	line-height:15px;
	color:#336;
}

.body-bg{
	background:url(images/body-bg.jpg) no-repeat top left;
}

.left-table{
	border-right:#DDDADC solid 1px;
}

.navigation
{ width:100%; height:204px; background:#FF0000;
	
}



/*.navigation ul{
	list-style-type:none;
	line-height:24px;
}

.navigation li a{
	font-weight:bold;
	padding:0 0 0 15px;
	color:#383838;
	border-bottom:#FFF solid 1px;
	display:block;
	width:189px;
	text-decoration:none;
	background:url(images/btn-bg.gif) repeat-x;
}

.navigation li a:hover, .navigation li a.active{
	background:url(images/btn-bg-over.gif) repeat-x;
	color:#FFF;
}
*/
.flash-header{
	height:180px;

	border-bottom:#B7B7B7 solid 3px;
}

.founder-hd{
	margin:1px 0 0 0;
	display:block;
	width:150px;
	height:30px;
	background:url(images/our-fouder.gif) no-repeat;
}

.founder-cont{
	text-align:center;
	color:#726753;
	font-weight:bold;
}

.founder-cont img{
	border:2px solid #726753;
	margin:10px;
}

.content-pad{
	padding:10px;
}

.heading{
	display:block;
	font-family:"Trebuchet MS", Tahoma;
	font-size:16px;
	font-weight:bold;
	height:25px;
	background:url(images/heading-border..gif) repeat-x bottom left;
	color:#1751A3;
}
.headtxt{ font-size:14px; font-weight:bold; color:#1751A3; font-family:"Trebuchet MS", Tahoma;}

.home-cont{
	padding:10px 0 0 0;
}

p{
	text-align:justify;
	padding:10px 0 0 0;
}

.footer{
	border-top:#4378BC solid 3px;
	text-align:center;
	height:45px;
	padding:10px 0 10px 100px;
	color:#4378BC;
	background:url(images/footer-bg.gif) left center no-repeat;
}

.footer a{
	font-weight:bold;
	color:#4378BC;
	text-decoration:none;
	padding:0 8px;
}

.footer a:hover{
	text-decoration:underline;
}

.left-cont{
	background:url(images/left-bg.jpg) no-repeat bottom center #F5FAFF;
	border-right:1px solid #93C9FF;
}

.table td{
	border-bottom:1px solid #FF9307;
	padding:5px;
}

.table{
	border-top:1px solid #FF9307;
	border-left:1px solid #FF9307;
	border-right:1px solid #FF9307;
}

.tr1{
	background:#C4E1FF;
}

.tr2{
	background:#DFEFFF;
}

ul.points{
	list-style:decimal;
	padding:0 0 0 20px;
}