/* 
	Resets defualt browser settings
	reset.css

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:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
*/
/*
	Page style


body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(../img/background.png) repeat top center;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}*/

body {
	background:#ffffff;
}
a.noDisplay:link{
 outline:none;
 color:#ffffff;
}
h3{margin-bottom:4px;}
td{vertical-align:top;}
.home-page-bot td p{text-align:justify !important; }
.hideme{display:none}
.home-title h3{
	font-size:20px;
	font-weight:300 !important;
	height:30px;
	text-align:left;
	text-align:center;
	color: #2D3192;
}
.home-page-bot td .readmemore{color:#919296 !important}
.hometd{max-width:250px !important;}
.home-page-bot{padding-top:20px;}
td.withright{border-right:1px solid #e0e0e0}
td.andleft{
	padding-left:15px;
	color: #848484;
}
td.withright{padding-right:15px;}
#container {
	width:995px;
	height:422px;
	margin-left:2;
	position:relative;
	z-index:0;
}

#example {
	width:995px;
	height:422px;
	margin-left:0;
	position:relative;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
}
#textHeader
{
	font-size:11px;
	font-weight:2;
	text-align: center;
	color: #838384;
}

/*#text {
	position:absolute;
	top:-5px;
	z-index:500;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}


*/
/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
	height:422px;
}
#button {
	position:relative;
	width:1000px;
	
}

#testimonials
{
	position:relative;
	z-index:100;
	width:900px;
	
	/*border: 2px solid #4A4DA1;*/
}
/*Next and Prev */


/********End****/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1000px;
	height:422px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container div  p{
	font-size:14px;
}
.slides_container div, .slides_container img {
	font-size:14px;
	width:1000px;
	height:202px;
	display:block;
	margin:20px;  	
	
}	

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container img {
	width:1000px;
	height:422px;
	display:block;
}

/*
	Pagination
*/

.pagination {
	
	list-style:none;
}/*
.pagination li a {
	display:block;
	width:12px;
	height:5px;
	padding-top:12px;
	float:left;
	overflow:hidden;
}

.pagination li {
	float:left;
	margin:0 1px;
	;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#2A246E;
	text-decoration:none;
}

/***********SCROLL BAR BEGINS ***************/

#scrollbar_container {  
    position:relative;  
    width:1000px;  
} 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:250px;  
    width:10px;  
    background-color:transparent;  
    cursor:move;  
} 
 
#scrollbar_handle {  
    width:10px; 
	height:35px;
    background-color:#2D3192;  
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width:980px;  
    height:250px;  
}
/****** SCROLL BAR ENDS ********/
