/*
 * Link Group Home stylesheet 
 * Copyright 2006 ITbyUs.com
 * Author David Dale
 */
 

* {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
}

a:hover {
	color: #000;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
}

h1, .heading1 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, p, ul, ol {
	margin: 0 0 .6em 0;
}

h2, .heading2 {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
}

h3, .heading3 {
	font-size: 120%;
	font-weight: bold;
}

h4, .heading4, h5 {
	font-size: 100%;
	font-weight: bold;
}

li {
	margin: 0 0 0 .8em;
}

select {
	font-size: 100%;
	min-width: 40px;
}

table, td, th {
	font-size: 100%;
	text-align: left;
}

ul {
	list-style: square;
}

ul, ol {
	margin: 1em 0 .8em 1.2em;
}

ul ul {
	list-style: disc;
	margin: 0 auto;
}

ul ul ul {
	list-style: circle;
	margin-bottom: 0;
}

.body {
	background-color: #dededf;
	background-image: url(../images/body-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

.BoxBorderRed {
	background-image: url(../images/icon_edit.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #FF0000;
	cursor: hand;
	cursor: pointer;
	font-weight: normal;
	padding: 0 10px 18px 0;
	text-decoration: none;
}

.linkhomecontent {
	display: none;
	height: auto !important;
	height: 272px;
	min-height: 272px;
	padding: 20px;
	visibility: hidden;
}

.logos {
	padding: 20px;
}

.news {
	background-color: #f5f5f5;
	border-left: 1px solid #ccc;
	padding: 10px;
	width: 160px;
}

.news h2 {
	color: #000;
	font-size: 16px;
}

.news li {
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

.news li a {
	color: #000;
	font-size: 12px;
}

.news li a:hover {
	color: #666;
}

.news ul {
	margin: 0;
	padding: 0;
}

.tablelayout {
	background-image: url(../images/link-home-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
}

.tablelayout table {
	border: 1px solid #ccc;
	border-width: 1px 0;
}

.tablelayout table td {
	padding: 10px 0;
}

#footer {
	color: #666666;
	font-size: 10px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 760px;
}

#footer a {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer .admin {
	float: right;
}

#wrapper {
	background-image: url(../images/wrapper-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
}