
html {
}

/* permanent vertical scrollbar */
html {
	overflow-y: scroll;
}

html, body {
	padding: 0;
	margin: 0;
	border: 0;
}

/* begin mozilla kill dotted borders hack */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
/* end hack */

body {
	height: 100%;
	background-color: #fff;
	border-top: 3px solid #cecece;
	font-family: 'Lucida Sans', Tahoma, Arial;
	font-size: 13px;
	color: #292929;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #282a73;
}

a.SamePage {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}

a.Top {
	font-size: 12px;
	color: blue;
	text-transform: lowercase;
}

p {
	font-size: 13px;	
}

h1 {
	padding-top: 0;
	margin-top: 0;
	font-size: 15px;
	color: #282a73;
}

h2 {
	padding-top: 0;
	margin-top: 0;
	font-size: 13px;
	color: #282a73;
	font-weight: bold;
}

h3 {
	padding-top: 0;
	margin-top: 0;
	font-size: 13px;
	color: #282a73;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1em;
}

a img {
	border: none;		
}

div {
	background-repeat: no-repeat;	
}

p {
	/*
	padding-top: 0;
	margin-top: 0;
	*/	
}

ul {
	list-style-type: none;	
}

li {
	list-style-image: url('BlueDot.gif');	
}

br {
	clear: both;	
}

/* hack */
form {
	height: 100%;
	width: 100%;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;	
}

label {
	width: 120px;	
}

fieldset label, input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

fieldset input.inputError {
	border: 2px solid red;	
}






div#IslLightContainer {
	margin-top: 25px;	
	text-align: left;
}

div#IslLightContainer img {
	-moz-opacity: 0.75;	
}

div#IslLightContainer img:hover {
	-moz-opacity: 1;	
}

div.CenteredLayout {
	left: -398px;
	width: 796px;
	margin-left: 50%;
	position: relative;
}


div#Header {
	height: 172px;
	width: 794px;
	position: relative;
}

div#Logo {
	margin-top: 15px;
	height: 100px;
	width: 300px;
	position: absolute;
	background-image: url('FreebyteNewLogo.gif');
	background-repeat: no-repeat;
}

div#HeaderPicture {
	height: 92px;
	width: 794px;
	margin-top: 80px;
	position: absolute;
	background-image: url('HeaderPicture.jpg');
}

div#ContentArea {
	min-height: 400px;
	width: 560px;
	top: 15px;
	left: 202px;
	margin-bottom: 50px;
	position: relative;
}

div#NavigationContainer {
	height: 500px;
	width: 164px;
	margin-top: 17px;
	margin-left: 10px;
	position: absolute;
}


div#NavigationContainer ul {
	left: 0px;
	position: relative;
	border: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#NavigationContainer ul li {
	height: 20px;
	width: 156px;
	padding: 0;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url('NavItemBg.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	list-style-image: none;
}

div#NavigationContainer ul li a {
	padding: 0;
	margin: 0;
	font-family: 'Lucida Sans', 'Tahoma', 'Arial', 'Times New Roman';
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #292929;
}

div#NavigationContainer ul li a:hover {
	color: #282a73;
	text-decoration: underline;
}


div#Footer {
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	color: #a0a0a0;
	position: relative;
	text-align: center;
}

ul.Listing {
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	list-style-type: none;	
	border-top: 1px solid #e0e0e0;
	
}

ul.Listing li {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
	background-image: url('BlueDot.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	list-style-image: none;
}

ul.Listing li div.Preview {
	color: SteelBlue;
}


div.InfoBox {
	width: 100%;
	margin-bottom: 30px;
}

div.InfoBox div.Title h2 {
	height: 20px;
	padding-top: 0px;
	padding-left: 8px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 15px;
}

div.InfoBox div.Content {
	padding-left: 8px;
	font-size: 15px;
}

div.InfoBox div.TopLink {
	margin-left: 534px;	
	position: relative;
	margin-bottom: 3px;
}



a.LinkPDF {
	height: 27px;
	display: block;
	padding-top: 10px;
	padding-left: 50px;
	background-image: url('icon_pdf_small.gif');
	background-repeat: no-repeat;	
}

	