﻿/* ============================================================ */
/*    Copyright : (C) Surround Technologies, LLC 1999 - 2009    */
/*                    650 Bloomfield Ave, Suite 211             */
/*                    Bloomfield, NJ 07003                      */
/*                    (973) 743-1277                            */
/*                    http://www.surroundtech.com               */
/*                                                              */
/* ============================================================ */
/* Style Sheet...: i4vl.css                                    */
/* Description...: Web Content Style Sheet                      */
/*                                                              */
/* Created by ...: Surround Technologies                        */
/*                                                              */
/* ============================================================ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/template/background_page_upfade.gif);
	background-repeat: repeat-x;
	background-color: #B7BCC3;
}

/* ************************************************************ */
/* Top Navigation Bar                                           */
/* ************************************************************ */
#navigation a{color:#7b7b7b; display:block; height:29px; background:transparent url(../images/navbar/liright.gif) center right no-repeat;}
#navigation a:hover{text-decoration:none;}

#navigation ul {margin:0; padding:0; color:#7b7b7b;  height:29px; line-height:29px; font-size:small;}

#navigation li{list-style:none; float:left; width:25%; text-align:center;  background:transparent url(../images/navbar/navbg.gif) top left repeat-x; position:relative;}
#navigation li:hover{background:transparent url(../images/navbar/navbg2.gif) top repeat-x;}
#navigation li:hover ul{display:block;}
#navigation li ul{position:absolute; top:29px; left:30px; display:none;}
#navigation li ul li{display:block; width:200px; background:#fbfbfa; border:1px solid #ebeae9;}
#navigation li ul li a:hover{background-color:#eae7e3;}

/* ************************************************************ */
/* Page Layout styles                                                   */
/* ************************************************************ */
#container {
	width: 800px;
	margin: 0px auto;
}
#header {
	margin: 10px 0 0 0;
	height: 213px;
	width: 800px;
	background: url(../images/template/header.gif) no-repeat top ;
}
#pagecontent {
	background-repeat: repeat-y;
	background-image: url(../images/template/background_body.gif);
	overflow:hidden;
}

/* ************************************************************ */
/* Sidebar styles                                               */
/* ************************************************************ */
#sidebar {
	float: left;
	width: 200px;
	margin: 0 auto;
	padding: 0;
}
.sidebartop {
	height: 220px;
	text-align:center;
	background: url("../images/template/sidebar_fade_01.jpg") no-repeat;
	overflow:hidden;
}

.sidebarlower {height: 220px;
	text-align:center;
	background: url("../images/template/sidebar_fade_02.jpg") no-repeat;
}

/* ************************************************************ */
/* Content styles                                               */
/* ************************************************************ */
#content {
	margin-left:245px;
	margin-top:50px;
	margin-bottom:25px;
	margin-right:45px;
	font-size: small;
	color: #666666;
}

#content h1{
	margin-bottom: 20px;
	font-size: x-large;
	font-weight: bold;
	color: #CC3300;
}

#content h2{
	font-size: large;
	color: #0699BF;
}

#content h3{
	font-size: medium;
	color:black;
	margin-bottom:0px;
}

.contentfeatureicon {margin: 40px 0px;}
.contentfeatureicon img {margin-left: 10px;}
.contentfeatureicon p, .contentfeatureicon h2 {margin-left: 100px;}
.contentfeatureicon h2 {margin-bottom: 10px;}
.contentfeatureicon p {margin-top: 10px;}

.headline {
	margin-bottom: 20px;
	font-size: large;
	font-weight: bold;
	color: #000000;
}

#contentwide {
	clear:both; 
	margin-left:0px;
	margin-right:0px;
	font-size: small;
	color: #666666;
}

/* ************************************************************ */
/* Footer styles                                               */
/* ************************************************************ */
#footer {
	clear:both; 
	background: url("../images/template/footer.gif") no-repeat;
	height:103px;
	overflow:hidden;
}

#footer p {
	margin-left:640px;
	margin-bottom:0px;
	margin-top:0px;
	font-size: x-small;
}

.footerinfo {
	font-size: x-small;
}

/* ************************************************************ */
/* Site styles                                               */
/* ************************************************************ */
a:link {
	color: #0E98BE;
	text-decoration: none;
}
a:visited {
	color: #0E98BE;
	text-decoration: none;
}
a:hover {
	color: #003333;
	text-decoration: underline;
}
a:active {
	color: #0E98BE;
	text-decoration: none;
}

.teal {
	color: #0E98BE;
}

/* Old Content Styles */
textbluesmall {
	font-size: small;
	font-weight: bold;
	color: #0699BF;
}
textsmallblue {
	font-size: small;
	font-weight: bold;
	color: #0699BF;
}
.textboldbluesmall {
	font-size: small;
	font-weight: bold;
	color: #0699BF;
}
.EntryRequiredValue {
	font-size: 11px;
	color: #FF0000;
}
.EntryConditionalValue {
	font-size: 11px;
	color: #550000;
}
.headlinebig {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

