/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
	outline:0px;
	vertical-align:top;
	list-style:none;
	font-family:Tahoma;
	font-size:12px;
	}
html
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
	background:url(../images/bg_pattern.jpg) repeat;
	
}
a{
	font-family:Tahoma;
	}
body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
	font-family:Tahoma;
	font-size:12px;
	background:url(../images/white_bg.png) repeat-y center top;
	}
.clr
{
	clear:both;
	width:25px;
	height:1px;
	overflow:hidden;
	
}
#outer_container{
	margin:auto;
	width:928px;
	}
/*top container*/
#top_wrapper{
	width:100%;
	padding:39px 0 34px 0;
	background:#FFFFFF;
	}
.top_lft{
	width:323px;
	float:left;
	}
.top_rght{
	width:244px;
	float:right;
	}	
/*menu container*/
#menu_wrapper{
	width:100%;
	background:#FFFFFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	}
.menu_lft_border{
	background:url(../images/menu_lft_border.jpg) top no-repeat;
	width:4px;
	height:32px;
	float:left;
	}		
.menu_middle_border{
	width:920px;
	float:left;
	background:url(../images/menu_middle_border.jpg) top repeat-x;
	height:32px;
	}
.menu_middle_border ul{
	float:left;
	margin:0;
	padding:0;
	}	

.menu_middle_border ul li{
	float:left;
	padding:0px 0px 0px 0px;
	}	
.menu_middle_border ul li a{
	float:left;
	/*background:url(../images/menu_separator.jpg) no-repeat right;*/
	height:20px;
	/*text-align:center;
	padding:11px 25px 0px 25px;*/
	}	
	
.menu_rght_border{
	background:url(../images/menu_rght_border.jpg) no-repeat;
	width:4px;
	height:32px;
	float:left;
	}
ul.topnav {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	width: 920px;
	position:absolute;
	z-index:1;
	/*background: #222;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;*/
}
ul.topnav li {
	float: left;
	margin: 0;
	padding:0px 0px 0px 0px;
	/*padding: 0 15px 0 0;*/
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li.separator {
	float: left;
	margin:0;
	padding:6px 0px 0px 0px;
}
ul.topnav li a{
	/*padding: 10px 5px;
	color: #fff;*/
	display: block;
	text-decoration: none;
	float: left;
	margin:1px 0px 0px 0px;
	padding:11px 21px 0px 21px;
}
ul.topnav li a:hover,li#menu-act a{
	background: url(../images/hover_img.jpg) repeat-x center top;
	display:block;
	margin:1px 0px 0px 0px;
	padding:11px 21px 0px 21px;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width:105px;
	height:11px;
	float: left;
	text-align:center;
	display:block;
	padding:0 0px 0px 20px;
	margin:13px 0px 0px -125px;
	position:relative;
	z-index:0;
	background:url(../images/blank.gif) no-repeat left top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top:30px;
	background:#012c2c;
	margin:0;
	padding: 0;
	display: none;
	float: left;
	width:150px;
	border: 1px solid #69acac;
	z-index:1;
}
ul.topnav li ul.subnav li{
	margin:0 0 0 0;
	padding:0 0 0px 0;
	/*border: 1px solid #252525; --Create bevel effect--*/
	/*border-bottom: 1px solid #444; --Create bevel effect--*/
	text-align:left;
	background:url(../images/sub_dropdown_border_img.jpg) no-repeat left bottom;
	}
html ul.topnav li ul.subnav li a {
	float:left;
	width:122px;
	text-align:left;
	color:#c5ecec;
	font-family:Tahoma;
	padding:8px 0px 0px 25px;
	margin:0px 0 0 0;
	font-size:11px;
	background:url(../images/squere_box.jpg) no-repeat 10px;
}
html ul.topnav li ul.subnav li a.pdt_bttm,html ul.topnav li ul.subnav li a:hover.pdt_bttm{
	padding-bottom:12px;
	}
html ul.topnav li ul.subnav li.brd_nne{
	background:none;
	}	
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	float:left;
	width:122px;
	text-align:left;
	color:#00b0ff;
	font-family:Tahoma;
	padding:8px 0px 0px 25px;
	margin:0px;
	font-size:11px;
	background:url(../images/squere_box.jpg) no-repeat 10px;
}
/*#header img {
	margin: 20px 0 10px;}*/
	
	
/*banner container*/
#banner_wrapper{
	width:928px;
	padding:0 0 30px 0;
	background:url(../images/flash_bg.jpg) no-repeat;
	margin-top:12px;
	}	
	
.welcome_txt{
	width:450px;
	float:left;
	}
.welcome_img{
	width:349px;
	float:left;
	padding:43px 0 70px 30px;

	}		
.flash_banner{
	float:right;
	width:450px;
	margin-top:45px;
	padding-top:7px;
	padding-left:9px;
	background:url(../images/video-bg.png) left top no-repeat;
	height:291px;
	}	
.welcome_txt p{
	float:left;
	width:428px;
	font-family:Tahoma;
	font-size:12px;
	line-height:20px;
	color:#4b4b4b;
	padding:0 0 19px 23px;
	}	
h6{
	padding-left:23px;
	background:url(../images/blue_arrow_icon.jpg) no-repeat right bottom;
	width:130px;
	}	
h6 a{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#4d5c8c;
	text-decoration:none;
	}	
h6 a:hover{
	text-decoration:underline;
	}
/*line container*/
.line_img{
	background:url(../images/line_img.jpg) repeat-x top;
	width:100%;
	height:8px;
	overflow:hidden;
	}	
/*content container*/
#content_wrapper{
	width:100%;
	background:#f0f2fa url(../images/content_bg_img.jpg) repeat-x bottom left;
	}
.content_lft{
	width:471px;
	background:url(../images/border_img.png) no-repeat right bottom;
	float:left;
	}		
.inner_wrapper{
	background:#FFFFFF;
	width:460px;
	}	
h5{
	padding:26px 0 0 26px;
	}
.box_1{
	width:180px;
	float:left;
	padding-bottom:0px;
	}
.box_1 a:hover{
text-decoration:underline;
	}	
.box_1 ul{
	padding:25px 0 0 26px;
	}		
.box_1 ul li{
	line-height:20px;
	color:#4b4b4b;
	padding-left:10px;
	font-weight:bold;
	background:url(../images/arrow_icon.jpg) no-repeat left center;
	}	
.line_img_2{
	background:url(../images/line_img_1.jpg) repeat-x;
	width:396px;
	height:3px;
	margin:0  0 0 23px;
	_margin:0  0 0 13px;
	float:left;
	overflow:hidden;
	padding:0px;
	}	
h4{
	padding:26px 0 26px 23px;
	}
.content_lft p{
	font-family:Georgia;
	font-size:16px;
	line-height:20px;
	color:#7f7e7e;
	width:400px;
	padding-bottom:10px;
	padding-left:23px;
	font-style:italic;
	}	
.author-txt{
	float:left;
	width:420px;
	padding-bottom:25px;
	text-align:right;
	}		
.brn_clor{
	color:#80561c;
	}	
.content_rght{
	width:450px;
	float:right;
	padding-top:25px;
	}
.lft_img{
	float:left;
	width:170px;
	}	
.rght_txt{
	float:left;
	}		
h3{
	font-family:Tahoma;
	font-size:12px;
	background:url(../images/blue_arrow_icon.jpg) no-repeat right bottom;
	font-weight:bold;
	width:160px;
	float:left;
	padding:0px 0px 0px 0px;
	color:#306060;
	}	
.rght_txt p{
	width:250px;
	line-height:20px;
	padding-top:10px;
	color:#4b4b4b;
	}		
.green_wrapper{
	width:450px;
	padding:35px 0 0 0px;
	}	
/*footer container*/
#footer_img{
	background:#255555;
	width:1000px;
	margin:auto;
	}		
h2{
	float:left;
	padding-bottom:20px;
	}	
.box_2{
	width:200px;
	float:left;
	position:relative;
	}		
.header{
	color:#306060;
	font-weight:bold;
	}	
.box_2 p{
	line-height:20px;
	padding-top:7px;
	}
.r_img{
	width:52px;
	height:53px;
	position:absolute;
	top:0;
	margin:-30px 0px 0px 150px;
	}		
.line_separator{
	float:left;
	width:20px;
	background:url(../images/line_separator.jpg) no-repeat center center;
	height:90px;
	}	
.view_all{
	background:url(../images/blue_arrow_icon.jpg) no-repeat right bottom;
	width:140px;
	padding-top:8px;
	}	
.view_all a{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#4d5c8c;
	text-decoration:none;
	}	
.view_all a:hover{
	text-decoration:underline;
	}		
.wdt_351{
	width:250px;
	float:left;
	padding-right:20px;
	color:#FFFFFF;
	}	
.wdt_928{
	width:928px;
	margin:auto;
	padding-top:22px;
	}	
.footer_line{
	background:url(../images/footer_line.jpg) repeat-x;
	width:225px;
	height:3px;
	margin:5px 0 0 0;
	overflow:hidden;
	}	
.footer_link{
	width:120px;
	float:left;
	}	
.footer_link ul{
	float:left;
	}	
.footer_link ul li{
	color:#FFFFFF;
	}	
.footer_link ul li a{
	color:#FFFFFF;
	text-decoration:none;
	line-height:23px;
	font-size:12px;
	}	
.footer_link ul li a:hover{
	text-decoration:underline;
	}			
.footer_link ul.inner_link{
	color:#FFFFFF;
	padding:2px 0 0 12px;
	}	
.footer_link ul.inner_link li a{
	color:#4fc1e1;
	line-height:23px;
	font-size:11px;
	padding:0px 0px 0px 10px;
	background:url(../images/squere_box.jpg) no-repeat left center;
	}				
.footer_link ul.inner_link li a:hover{
	text-decoration:underline;
	}	
.ble_txt{
	color:#4fc1e1;
	text-align:left;
	padding-left:1px;
	}	
.lin_hgt{
	line-height:23px;
	color:#FFFFFF;
	width:220px;
	float:left;
	}	
.lin_hgt a{
	color:#FFFFFF;
	text-decoration:none;
	}	
.lin_hgt a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	width:209px;
	}		
.copy_right{
	float:left;
	line-height:23px;
	color:#4fc1e1;
	padding-top:18px;
	font-size:11px;
	width:435px;
	}	


/*inner page*/

/*banner container*/
#banner_wrapper_inner{
	width:928px;
	background:url(../images/flash_bg.jpg) no-repeat;
	padding:0 0 15px 0;
	margin-top:12px;
	}	
	
	
	
.welcome_txt_inner{
	width:200px;
	float:left;
	}
.service_img{
	width:200px;
	padding:87px 0px 0px 56px;
	}	
	
.flash_banner_inner{
	float:right;
	width:455px;
	padding-top:43px;
	padding-right:0;
	}
.line_img_2_inner{
	background:url(../images/line_img_1.jpg) repeat-x;
	height:3px;
	width:100%;
	float:left;
	overflow:hidden;
	padding:0px;
	}	
.bred_crum{
	float:left;
	color:#4d5c8c;
	width:400px;
	padding:87px 0px 0px 0px;
	}			
.bred_crum a{
	font-size:12px;
	text-decoration:none;
	color:#4d5c8c;
	}			
	
.ble{
	color:#4fc1e1;
	}	
.inner_box_top{
	width:100%;
	}	
.lft_brd{
	background:url(../images/inner_lft_top_border.jpg) no-repeat;
	height:64px;
	width:13px;
	float:left;
	}	
.rght_brd{
	float:left;
	width:13px;
	background:url(../images/inner_rght_border.jpg) no-repeat;
	height:64px;
	}					
.mide{
	float:left;
	background:url(../images/inner_middle_border.jpg) repeat-x left;
	width:902px;
	height:64px;
	}				
#content_wrapper_inner{
	width:100%;
	}	
.mide p{
	color:#4b4b4b;
	font-size:12px;
	line-height:20px;
	padding-top:10px;
	}	
.inner_wrapper_content{
	background:url(../images/inner_container_bg_img.jpg) repeat-y;
	width:928px;
	}	
.inner_lft{
	width:650px;
	float:left;
	}	
.heading{
	padding:17px 0px 27px 26px;
	}	
.txt_box{
	width:100%;
	}	
.arrow_icon{
	float:left;
	width:20px;
	padding-top:8px;
	padding-left:30px;
	}
.lst_txt{
	float:left;
	width:580px;
	line-height:20px;
	padding-bottom:10px;
	}		
.inner_rght{
	width:240px;
	float:right;
	}	
h2.inner{
	padding-top:17px;
	}	
.line_img_3{
	background:url(../images/line_img_1.jpg) repeat-x;
	width:221px;
	height:3px;
	float:left;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	}	
.inner_testi p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7f7e7e;
	font-size:16px;
	font-style:italic;
	width:200px;
	padding:16px 0px 0px 0px;
	}	
.inner_test_heading{
	float:left;
	padding:16px 0px 0px 0px;
	}	
.inner_author{
	float:right;
	text-align:right;
	padding:10px 25px 0 0;
	}	
.pdt_btm{
	padding-bottom:35px;
	}
	
/************** 17.02.10 ***************/

.thelanguage p{
font:12px Tahoma;
color:#000000;
line-height:20px;
padding-left:30px;
margin-bottom:15px;
margin-right:10px;
}	
.technology{
margin-right:20px;
background:url(../images/blue_arrow_icon.jpg) no-repeat right 4px;
margin-bottom:20px;
}
.technology a{
margin-bottom:20px;
margin-right:20px;
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#4d5c8c;
text-decoration:none;
}
.technology a:hover{
text-decoration:underline;
}
.txt-idnt{
margin-left:30px;
}

/************** 18.02.10 ****************/

.sub-heading{
font: bold 12px Tahoma;
color:#000000;
padding-left:30px;
margin-bottom:15px;
}
p.lst_txt{
margin-top:0;
background: url(../images/arrow_icon.jpg) no-repeat 20px 7px;
padding-left:40px;
margin-bottom:0;
}
.lst_txt a{
color:#000000;
text-decoration:underline;
}
.lst_txt a:hover{
text-decoration:none;
}
.lst-txt-left{
width:385px;
float:left;
padding-left:0;
padding-right:30px;
}
.lst-txt-right{
width:100px;
float:right;
}
.contact-cont{
width:600px;
margin-left:30px;
float:left;
}
.cont-top{
width:560px;
float:left;
padding-left: 10px;
color:#ff0000;
margin-top:10px;
margin-bottom:15px;
margin-left:10px;
margin-right:10px;
line-height:20px;
}
.cont-mid{
width:560px;
float:left;
padding-left: 20px;
}
.cont-mid-left{
width:150px;
float:left;
}
.cont-mid-right{
width:410px;
float:left;
}
.cont-mid-right input{
width:340px;
border:1px solid #033333;
height:16px;
margin-bottom:5px;
}
.cont-mid-right textarea{
width:340px;
border:1px solid #033333;
height:100px;
margin-bottom:5px;
}
.error-code{
width:400px;
margin:auto;
}
.error-code input{
margin-top:13px;
}
.small-text{
font-size:10px;
}
.small-text input{
width:100px;
border:1px solid #033333;
background:none;
margin-right:20px;
margin-bottom:20px;
height:25px;
}
#addr{
font-size:12px;
margin-top:20px;
font-weight:normal;
line-height:20px;
color:#000000;
margin-bottom:10px;
width:230px;
padding-left:0;
margin-left:0;
}
.btm-mgn p{
margin-bottom:0;
}
.box_1 a{
color:#4b4b4b;
text-decoration:none;
	}	
h3 a
{
color:#306060;
text-decoration:none;
}	
h3 a:hover
{
color:#306060;
text-decoration:underline;
}	
/************ 19.02.10 ***********/

.head-clr{
color:#4d5c8c;
font-size:15px;
}
#nina,#tara,#sports,#cali,#staff{
color:#4d5c8c;
font-size:15px;
border-top:1px solid #d8d8d8;
padding-top:15px;
}
#last-para{
margin-top:0;
font-weight:normal;
color:#000000;
font-size:12px;
}
.bg-input input{
background: url(../images/hover_img.jpg) repeat-x center top;
width:90px;
height:25px;
margin-right:20px;
margin-top:20px;
color:#ffffff;
border:none;
}
#head,#head1,#head2,#head3,#head4,#head5,#head6,#head7{
margin-left:30px;
padding-left:0;
color:#4d5c8c;
font-size:15px;
border-top:1px solid #d8d8d8;
padding-top:15px;
}
#addr a
{
text-decoration:none;
}
#addr a:hover
{
text-decoration:underline;
}
.flash_outer{
	width:928px;
	position:relative;
	z-index:1;
	margin:0 0 0 0;
}
.video_oouter{
	width:928px;
	position:absolute;
	z-index:99999;
	margin:0 0 0 0;
	}
#addr h5{
color:#4d5c8c;
font-size:15px;
margin:0;
padding:0;
}

/************** 20.02.10 *************/

.copy-text{
width:920px;
color:#ffffff;
margin:10px 0 0 0;
line-height:16px;
padding-bottom:15px;
font-size:11px;
}

/************ 22.02.10 *****************/

.bg-none{
background:none;
color:#4d5c8c;
font-weight:bold;
}
.inner_author a,.author-txt a
{
color:#4b4b4b;
text-decoration:none;
}

/************* 23.02.10 **************/

.lft-sce img{
padding-left:0;
}

