/***********************************************/
/* InfoLogix Partner Site styles               */
/***********************************************/ 



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color: #008FDC;
 margin: 0px;
 padding: 0px;
 vertical-align: text-top; 
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner{
	padding: 3px 0px 0px 15px;
	width: 778px;
	left: 50px
}

#videoPlayer{
	width: 360px;
	height: 199px;
	
	
}
#welcome{
	padding: 8px 8px 0px 8px;
	width: 340px;
	
	
}

#background{
	padding: 0px 0px 0px 0px;
	width: 797px;
	background-color: D9E5EB;
	position: absolute;
	height: 471px;
	top: 1px;
	left: 7px;
	z-index: -1;
	overflow: visible;
	background-image: url(images/background_img.jpg);
}

div.content {
position: absolute; 
margin: 267px 0px 0px 200px;
width: 749px;
z-index: 1;
}


#navBar{
	width: 134px;
	left: 100px;
	padding: 0px 0px 0px 0px;
	background-color: #eeeeee;
	border-right: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	height: 295px;
	position: absolute;
	left: 15px;
	top: 65px;
}

#headlines{
  float: right;
	width: 378px;
	padding-right: 5px;
	top: 0px;
	
}

#video_panel{
	width: 364px;
	padding: 5px 0px 5px 5px;
	background-color: #F6F6F6;
	border-right: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	height: 285px;
	z-index: 10;
	position: absolute;
	left: 152px;
	top: 65px;
	visibility: visible;
	overflow: visible;
}
#right_panel{
	width: 263px;
	height: 297px;
	z-index: 10;
	position: absolute;
	left: 524px;
	top: 65px;
	visibility: visible;
	
}
#panel_box_news{
	width: 267px;
	padding: 0px 0px 0px 0px;
	background-color: #F6F6F6;
	border-right: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	height: 146px;
	z-index: 10;
	left: 152px;
	top: 65px;
	visibility: visible;
	overflow: visible;
}

#panel_box_events{
	width: 267px;
	padding: 0px 0px 0px 0px;
	background-color: #F6F6F6;
	border-right: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	height: 146px;
	z-index: 10;
	left: 152px;
	top: 66px;
	visibility: visible;
	overflow: visible;
}
div.bottom_panel{
	width: 776px;
	height: 118px;
	padding: 0px 0px 0px 0px;
	background-color: #F6F6F6;
	border-right: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	z-index: 10;
	position: absolute;
	left: 15px;
	top: 363px;
	visibility: visible;
	
}

#panel_contact_us{
	width: 385px;
	padding: 5px 5px 5px 5px;
	height: 110px;
	z-index: 10;
	left: 15px;
	top: 363px;
	visibility: visible;
	overflow: visible;
}

#panel_lead{
	width: 385px;
	padding: 5px 5px 5px 5px;
	height: 110px;
	z-index: 10;
	left: 387px;
	top: 363px;
	visibility: visible;
	overflow: visible;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
}


/************** .story styles *****************/
.welcomeText{
	text-alight: top;
}


.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
