@charset "UTF-8";

   /**
   	* spireMinds css 
	* Version 1.0 
	* @author Jayaram Sreevalsan
	* 
	* Colour Descr
	* Steel  :  #666666
   	*/
body  {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #D8DCE0;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#page {
	width: 960px;
	margin: auto;
	text-align: left;
}

.page-holder{
	width:100%;
	background: url("images/body-bg.png") repeat-x scroll 0 0;
}

.page-wrapper{
	margin:0 -40px;
	width:1040px;
}


.top-shadow {
	background: url("images/shadow-top.png") no-repeat top;
	height: 80px;
	/* margin-top: 14px;*/
	float: left;
	width: 100%;
}

.container-shadow {
	background: url("images/container-shadow.png") repeat-y;
	float: left;
	width: 100%;
	margin: 0; 
	padding: 0;
}

.bottom-shadow {
	background: url("images/shadow-bottom.png") no-repeat bottom;
	height: 80px;
	float: left;
	width: 100%;
	margin-bottom: -50px;
}

.container {
	background: #FFFFFF;
	margin: 0 40px; 
	margin-top: -44px;
	margin-bottom: -30px;
	float: left;
	display: inline;
	width: 960px;
}
a {
	text-decoration: none;
	color: #4f7ba4;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #0B2A4C;
	outline: none;
}

img {
	border: none;
}

div, p {
	font-size: 1em;
	color: #2c2c2c;
}

p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

h1 {
	color: #4f7ba4;
	margin-bottom: .1em;
 }
 
p {
	margin-bottom: 1em;
}

/*-------- Header [BEGIN] --------*/
.header {
	border-bottom: 2px solid #95989B;
}


.header .logo {
	padding: 17px 0pt 5px 26px;
}

.header ul.menu {
	float: right;
	padding: 10px 24px 0px 0px;
	margin: 25px;
	list-style: none;
	border-width: 5px;
	-webkit-border-image: url(images/bg-inlay.jpg) 10 10 10 10 round round;
	-moz-border-image: url(images/bg-inlay.jpg) 10 10 10 10 round round;
	-o-border-image: url(images/bg-inlay.jpg) 10 10 10 10 round round;
	border-image: url(images/bg-inlay.jpg) 10 10 10 10 round round;
	
	
}

.header ul.menu li {
	float: left;
	color: #454545;
	padding: 0 9px 0 9px;
	/* padding: 0 11px 0 10px; */
	border-right: 1px solid #E0E0E0;
	font-size: .9em;
}

.header ul.menu li.last {
	border-right: none;
	padding-right: 0;
}
.header ul.menu li:last-child {
	border-right: none;
	padding-right: 0;
}

.header ul.menu li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0B2A4C;
}

.header ul.menu li A:HOVER {
	color: #2F5F93;
}



/* 
.header UL.menu LI SPAN{ margin:0 9px; }
*/

/*-------- Header [END] --------*/


/*-------- Footer [BEGIN] --------*/

.footer {
	text-align: center;
	font-size: 0.85em;
	padding: 30px 0 50px 0;
	color: #FFFFFF;
	float: left;
	width: 100%;
}

.footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer p,
.footer a:hover {
	color: #9bc7f4;
}

.footer ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}

.footer ul li {
	display: inline;
	padding: 0 11px 0 10px;
	border-right: 1px solid #8397b1;
}

.footer ul li:last-child {
	border-right: none;
	padding: 0 0 0 10px;
}

#footerInfo {
	text-align: center;
	color: #FFFFFF;
	margin: 7px auto;
	font-size: 0.85em;
}

#footerInfo a:link,
#footerInfo a:active,
#footerInfo a:visited {
	color: #FFF;
	text-decoration: underline;
	margin-top: 7px;
}

#footerInfo a:hover {
	color: #9bc7f4;
	text-decoration: underline;
}

/*-------- Footer [END] --------*/

.vis-clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/*-------- Slider [BEGIN] --------*/

#s3slider {
   width: 958px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   margin-left: -38px; /* important */	
   width: 958px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 2px; /* important */
   
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=20); /* here you can set the opacity of box with text */
   -moz-opacity: 0.2;         /* here you can set the opacity of box with text */
   -khtml-opacity: 0.2;       /* here you can set the opacity of box with text */
   opacity: 0.2;              /* here you can set the opacity of box with text */
   color: #fff;
   display: none;             /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

/*-------- Slider [END] --------*/


/*-------- Featured Area [BEGIN] --------*/

.featured-area-shadow-top {
	background: #FFFFFF url(images/feature-area-shadow-top.png) top repeat-x;
}

.featured-area-shad-bottom {
	background: url(images/feature-area-shad-bottom.png) bottom repeat-x;
	padding: 37px 0 0;
	/* min-height: 212px;*/
	 min-height: 342px;
}

ul.featured-area {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

ul.featured-area li {
	float: left;
	text-align: center;
	font-size: .95em;
}

ul.featured-area li.left {
	width: 300px;
	padding-left: 11px;
}
ul.featured-area li.full {
	width: 960px;
}

ul.featured-area li.left a,
ul.featured-area li.full a,
ul.featured-area li.center a,
ul.featured-area li.right a {
	padding-bottom: 5px;
}

ul.featured-area li.center {
	width: 335px;
	padding-right: 3px
}

ul.featured-area li.right {
	width: 287px;
}

ul.featured-area li.icon {
	padding-top: 5px;
}


ul.featured-area li.separator {
	border-left: 2px solid #5391B5;
	height: 124px;
	margin-top: 21px;
	width: 0px;
}

ul.featured-area li a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	display: block;
}

ul.featured-area li a:hover {
	text-decoration: underline;
}

ul.featured-area li span {
	font-size: 1.5em;
	margin-top: 7px;
	margin-bottom: 2px;
	font-weight: bold;
}

ul.featured-area li span, .content h2 {
	font-family: Helvetica, sans-serif;
}

ul.featured-toparea {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#topFeatureHome {
	background: #FFF;
	border-top: 2px solid #95989B;
	border-bottom: 2px solid #95989B;
	/* height: 149px; */
	height: auto;
	padding: 0;
	margin: 0;
}

#topFeature {
	background: #FFF;
	border-top: 2px solid #95989B;
	border-bottom: 4px solid #95989B;
	height: 149px;
	padding: 0;
	margin: 0 0 20px 0;
}

div.featured-area {
	height: 149px;
	padding: 0;
	margin: 0;
}

div.top-title{
	font-size: 16px;
	font-family: , "Zapf Chancery", "Comic Sans MS", cursive;
	padding: 9px;	
}


/*-------- Left nav [BEGIN] --------*/

#leftmenu {
	width: 190px;
	float:left;
}

#leftmenu ul.menu {
	float: left;
	padding: 25px 20px 0px 25px;
	margin: 0px;
	list-style: none;
}

#leftmenu ul.menu li ul {
	float: left;
	padding: 5px 0 0 15px;
	margin: 0px;
	list-style: none;
}


#leftmenu ul.menu li {
	padding: 10px 0px;
}

#leftmenu ul.menu li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #0B2A4C;
}

#leftmenu ul.menu li a:hover {
	color: #2F5F93;
}
#leftmenu ul.menu li.current span {
	/* font-weight:bold; ---TODO: Active menu item
	padding: 0 5px;
	text-transform: uppercase;  */
}


/*-------- Left nav [END] --------*/

/*-------- Content [BEGIN] --------*/

#mainContentArea {
	width: 700px;
	float: right;
	margin: 25px 25px 0 0;
}

#mainContentAreaHome {
	width: 100%;
	float: left;
	margin: 25px 0 0 0;
	/* padding-left: 25px; */
}

.content {
	padding-bottom: 30px;
	/* padding-top: 20px; */
	float: left;
	width: 100%;
}

.inlay
{
	clear: left;
	border-width: 6px;
	padding: 3px 0;
	-webkit-border-image: url(images/bg-inlay-full.png) 10 10 10 10 ;
	-moz-border-image: url(images/bg-inlay-full.png) 10 10 10 10 ;
	-o-border-image: url(images/bg-inlay-full.png) 10 10 10 10 ;
	border-image: url(images/bg-inlay-full.png)  10 10 10 10 ;
}

.neutral{
	width: 40%;
}

.neutral_1{
	width: 40%;
}
.neutral_2{
	width: 600px;
	height: 190px;
}