/******************************************************************************

  Author: Rob Layton
  File Name: default.css
  Date: 12/11/2009

  Revision History
  Date			Author			Reason for Change
  -----------------------------------------------------------------------------
  12/11/2009	Rob Layton		establish for the uniqueness of default.htm
  -----------------------------------------------------------------------------
  
******************************************************************************/

/* Left Info */
#info_left {
	width: 220px;
	vertical-align: top;
	list-style-type: none;
	padding-right: 2px;
}

#info_left div {
	padding-top: 5px;
	padding-left: 48px;
	padding-right: 2px;
	display: block;
}


/* Right Info */
#info_right {
	width: 222px;
	vertical-align: top;
	list-style-type: none;
}

#info_right div {
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 2px;
	display: block;
}

#info_right a {
	color:#3366FF;
}

/* Left Sites */
#sites_left {
	width: 220px;
	vertical-align: top;
	list-style-type: none;
}

#sites_left div {
	padding-top: 12px;
	padding-left: 50px;
	vertical-align:top;
}

#sites_left li {
	display: block;
}

#sites_left li a {
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
	color:#FF0000;
}

#sites_left li a:hover {
	color:#000000;
}

/* Right Sites */
#sites_right {
	width: 222px;
	vertical-align: top;
	list-style-type: none;
}

#sites_right div {
	padding-top: 12px;
	padding-left: 12px;
	vertical-align:top;
}

#sites_right li {
	display: block;
}

#sites_right li a {
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
	color:#3366FF;
}

#sites_right li a:hover {
	color:#000000;
}


/* Divider - Default */
#divider_default {
	height: 9px;
	width: 762px;
	vertical-align: top;
	position: inherit;
	z-index: -1;
	background: url(../images/row_divider_default.gif);
}


/* Links */
.main a {
	color:#000000;
	text-decoration:none;
}

.main a:hover {
	font-weight:bold;
	text-decoration:underline;
}
