@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding: 0;
	background-color: #666666;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.03, rgb(34,34,34)),
		color-stop(0.56, rgb(255,255,255)),
		color-stop(0.92, rgb(102,102,102))
		);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(34,34,34) 3%,
		rgb(255,255,255) 56%,
		rgb(102,102,102) 92%
	);
	height: 100%;
}
.thrColFixHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/inn_headerback.png);
	background-repeat: repeat-x;
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	background-image: url(images/innernetlogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 115px;
	margin-left: 115px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 766px;
} 
.thrColFixHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/inn_footerback.png);
	background-repeat: repeat-x;
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


ul#sliding-navigation  
{
	list-style: none;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}  
  
 
ul#sliding-navigation li.sliding-element h3  
{  
    display: block;  
    width: 130px;  
    padding: 5px 15px;  
    margin: 0;  
    margin-bottom: 5px;  
	
    color: #fff;  
    background: #333;  
    border: 1px solid #1a1a1a;  
    font-weight: normal;  
}  
  
ul#sliding-navigation li.sliding-element a  
{
	display: block;
	width: 130px;
	padding: 5px 15px;
	margin: 0;
	margin-bottom: 5px;
	color: #CCCCCC;
	background: #222;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}  

ul#sliding-navigation li.sliding-element a:hover { color: #ffff66; }

#clientlogin {
	background-color: #666666;
	width: 140px;
	margin-left: 0px;
	margin-top: 3em;
	border: medium inset #222222;
	padding:7px;
}

#clientlogin h3 {
	margin: 0px;
	width: 100%;
	background-color: #222222;
	color: #CCCCCC;
}
#loginvalue {
	width: 95%;
}

#loginsubmit {
	margin-top: 5px;
	margin-left: 90px;
}
#clientlogin:hover { border: medium solid #ffff66; }
