
.cap {
	font-family : Tahoma, Verdana, Arial ; 
	font-size : 14px; 
	color : #1b58b3; 
	font-weight :bold ;
	background-color : White  ;
}
.capHeading {
	font-family : Tahoma, Verdana, Arial ; 
	font-size : 14px; 
	font-weight :bold ;	
	color : #1b58b3; 
	padding-top : 20px; 
	padding-left : 15px; 
	text-align : left  ; 
} 
.bodyText 
{
	font-family : Tahoma, Verdana, Arial ; 
	font-size : 11pt; 
} 

.date {
	font-weight : bold; 
	font-size : 10px; 
	color : #1a459e; 
	background-color : White  ;
} 
.HeaderDiv {
	position : relative; 
	top : 0; 
	left : 0; 
} 

.FlashHeaderDiv
{
	position : absolute; 
	top : 0; 
	left : 0; 
	width : 752px;
	height : 298px;
}
 
.HeaderNav {
	position : relative; 
	top : 13px; 
	left : 0; 
} 
.NameDiv {
	position : absolute; 
	top : 49px; 
	left : 0; 
} 
.curveDiv {
	position : absolute; 
	top : 49px; 
	left : 385px; 
} 
.endCurveDiv {
	height : 152px; 
	width : 367px; 
	position : absolute; 
	top : 146px; 
	left : 385px; 
	background : url(http://www.spotlightIT.com/beta/images/welcome.jpg) no-repeat; 
} 
.endCurveText 
{
	font-family : Tahoma, Verdana, Arial ; 
	font-size : 10px; 	
	padding-right : 183px; 
	padding-left : 20px; 
	padding-top : 60px; 
} 
.loginDiv {
	position : absolute; 
	top : 49px; 
	left : 487px; 
	width : 265px; 
	height : 97px; 
	background : url(http://www.spotlightIT.com/beta/images/area.jpg) no-repeat; 
	padding-left : 75px; 
	padding-top : 35px; 
} 
.loginTextBox {
	width : 95px; 
	height : 15px; 
} 
.newsHeader 
{
	position : absolute; 
	left : 0; 
} 
.newsSection 
{
	position : absolute; 
	top : 140 ; 
	height : 100%; 
} 


.newsItemHeader {
	font-weight : bold; 
	font-size : 10px; 
	color : #1a459e; 
	display : inline; 
} 
.newsItemContent {
	padding-top : 5px; 
	padding-right : 10px; 
	padding-left : 0px; 
	
} 

.clientSectionLinkSelected 
{
	background-color : #73CB21 ;
} 

.clientSectionLink 
{
}

.ProductContent 
{
	position : absolute; 
	top : 298px; 
	left : 20px; 
	height : 100%; 
	width : 100%;
}
	
.mainSection 
{
	height : 100%; 
} 
.mainSep 
{
	padding-top : 10px; 
	padding-left : 15px; 
	padding-right : 15px;
	padding-bottom : 10px
} 
.mainItem {

} 
.footerSectionMain {
	color : #ffffff; 
	padding-top : 3px; 
} 
a.footerLink {
	color : #ffffff; 
	text-decoration : none; 
} 

.inlinePicLeft 
{
	left : 15px;
	position : relative  ;
	padding-top : 5px; 
	padding-right : 20px;
	border : 0 none ; 
	float: left;
	width:180px;
} 
.inlinePicRight 
{
	right : 15px ;
	position : relative  ;
	padding-top : 5px; 
	padding-left : 20px;
	border : 0 none ; 
	float: right;
	width:180px;
} 

a img {
	border : 0 none ; 
} 

#blogcontent
{
	position: absolute ;
	top : 298px;
	width : 100%;

}

		/*** The Essential Code 
			
			LC Width = 210px, padding 10px, LC FullWidth = 220px
			RC Width = 200px, padding 10px, RC Fullwidth = 210px
			CC padding 30px
		***/

		body {
			min-width: 680px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
			font-family : Tahoma, Verdana, Arial ; 
			font-size : 10px; 
		}

		#container 
		{
			padding-left: 210px;      /* LC fullwidth */
			padding-right: 240px;     /* RC fullwidth + CC padding */
		}
		
		#container .column {
			position: relative;
			float: left;
		}
		
		#center 
		{
			position : absolute ;
			padding: 10px 20px;       /* CC padding */
			width: 100%;
		}
		
		#left {
			width: 200px;             /* LC width */
			padding: 0 20px;          /* LC padding */
			right: 250px;             /* LC fullwidth + CC padding */
			margin-left: -100%;
			background : url(http://www.spotlightIT.com/beta/images/bgleft.jpg) repeat-y; 
		}
		
		#right {
			width: 200px;             /* RC width */
			padding: 0 10px;          /* RC padding */
			margin-right: -100%;
			/* background : url(images/rightmargin2.jpg) repeat-y; 	*/
		}
		
		#footer {
			clear: both;
			background : url(http://www.spotlightIT.com/beta/images/footer.jpg) repeat; 			
		}
		
		/*** IE Fix ***/
		* html #left {
			left: 200px;              /* RC fullwidth */
		}

		/*** Equal-height Columns ***/

		#container {
			overflow: hidden;
		}

		#container .column {
			padding-bottom: 1001em;     /* X + padding-bottom */
			margin-bottom: -1000em;     /* X */
		}

		/*** Footer Fix ***/

		* html body {
			overflow: hidden;
		}
		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10010px;
			margin-bottom: -10000px;
			background: #FFF;         /*** Same as body background ***/
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			background: #FFF;
		}

		#footer 
		{
			font-family : Tahoma, Verdana, Arial ; 
			font-size : 11pt; 
			text-align: center;
			padding: 0.3em 0;
		}
		
		#header
		{
			font-family : Tahoma, Verdana, Arial ; 
			font-size : 11pt; 
			text-align: left;
			/* background: #FFF; */
			background : url(http://www.spotlightIT.com/beta/images/navBG2.jpg) repeat-x ; 			
		}
		

		#container .column {
			/* padding-top: 1em; */
			text-align: justify;
		}
		
		