/* adamdawes.com css v1.0 */

/* Basic Styles */

body {
	margin: 0px;
	padding: 0px;
	margin-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #444444;
	background: url('images/background.gif') repeat-x;
	
	border-left: 40px solid white;
	border-right: 40px solid white;
/*
	margin-left: 19px;
	margin-right: 19px;*/
}

p {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #444444;
	margin: 10px 0px;
}

h1 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #4b6868;
	margin: 18px 0px 6px 0px;
}

h1 A:hover
{
	text-decoration: underline;
	color: #4b68c0;
}

h2 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
	color: #1b3838;
	margin: 18px 0px 6px 0px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #1b3838;
	margin: 18px 0px 6px 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #444444;
}

DT
{
	font-weight: bold;
}
A {
	color: #8888ff;
}

A:visited {
	color: #4b68c0;
}

A:active {
	color: #ff0000;
}

A:hover {
	color: #bb2277;
}

form {
	margin: 0px;
}


/* Layout */

#copyright
{
	padding-left: 20px;
	text-align: right;
	padding:6px;
	padding-top: 7px;
	background-image:url(images/copyright.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#layoutTable {
	margin-top: 3px;
	border-collapse: collapse;
	width: 100%;
}

		#layoutTable .topRow
		{
			text-align: center;
		}
		#layoutTable .topRow .logo
		{
			margin-left: 15px;
			margin-top: 12px;
			margin-bottom: 3px;
			background-image: url(images/logo.gif);
			width: 460px;
			height: 76px;
			float: left;
			text-decoration: none;
		}
		#layoutTable .topRow .logo:hover
		{
			background-image: url(images/logo-glow.gif);
		}
		#layoutTable .topRow .logo-preload
		{
			background-image: url(images/logo-glow.gif);
			width: 0px;
			height: 0px;
		}

	#layoutTable .leftColumn {
		width: 150px;
		padding-top: 20px;
		padding-left: 10px;
		vertical-align: top;
		background-color: #009bc2;
		background-image: url("images/background-leftmenu.gif");
		background-repeat: repeat-x;
	}

	#layoutTable .rightColumn {
		vertical-align: top;
		padding-top: 0px;
		min-height: 500px;
		background-image: url("images/background-mainpanel.gif");
		background-repeat: repeat-x;

	border: 1px solid #666;
	border-top: none;
	background-color: #FFEBCD;

	}
	
#contentFrame {
	margin: 0px;
	padding: 0px;
}
#content {
	padding: 25px;
	height: 100%;
	min-height: 600px;
}
* html #content {height:600px}


#breadcrumbs {
	position: absolute;
	left: 40px;
	right: 0px;
	top: 90px;
/*	width: 100%;*/
	height: 18px;
	float: left;
	margin-top: 13px;
	margin-right: 40px;
	padding-top: 2px;
	text-indent: 10px;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
	color: #ffffff;
	background-image: url("images/background-breadcrumbs.gif");
	background-repeat: repeat-x;
}
	
	#breadcrumbs A {
		color: #cbc8f0;
		text-decoration: none;
		background-image: url("images/arrow.gif");
		background-position: right;
		background-repeat: no-repeat;
		padding-right: 20px;
	}
	
	#breadcrumbs A:hover {
		text-decoration: underline;
	}
	


#topNavigation {
	height: 36px;
	margin-top: 14px;
	margin-bottom: 8px;
	margin-right: 25px;
	white-space: nowrap;
	vertical-align: bottom;
	text-align: right;
}
	
#utilityLinks {
}

	#utilityLinks .home
	{
		position: absolute;
		top: 28px;
		right: 85px;
		background-image: url(images/b-home.gif);
		width: 39px;
		height: 36px;
/*		float: right;*/
		text-decoration: none;
	}
	#utilityLinks .home:hover
	{
		background-image: url(images/b-home-on.gif);
	}
	#utilityLinks .home-preload
	{
		background-image: url(images/b-home-on.gif);
		width: 0px;
		height: 0px;
		text-decoration: none;
	}

	#utilityLinks .contact
	{
		position: absolute;
		top: 28px;
		right: 45px;
		background-image: url(images/b-email.gif);
		width: 39px;
		height: 36px;
/*		float: right;*/
		text-decoration: none;
	}
	#utilityLinks .contact:hover
	{
		background-image: url(images/b-email-on.gif);
	}
	#utilityLinks .contact-preload
	{
		background-image: url(images/b-email-on.gif);
		width: 0px;
		height: 0px;
		text-decoration: none;
	}

	
	.DownloadBlock
	{
		float: right;
		border: 1px outset black;
		padding: 0px 10px 0px 10px;
		background-color: #EFDBBD;
	}
	
/* Navigation */

.navBox {
	width: 182px;
	margin-left: 15px;
	margin-bottom: 7px;
	text-align: right;

}

.linkArrow {
	float: right;
	margin-left: 8px;
	margin-top: 4px;
	border: 0px;
	vertical-align: middle;
}


A
{
	text-decoration: none;
}

A.imgLink, A.imgLink:visited, A.imgLink:active {
	padding: 3px;
	display: table-cell;
	vertical-align: middle;
}

A.imgLink:hover {
	background: #a5b3df;
}

A.h1, A.h1:visited, A.h1:active {
	text-decoration: none;
}
A.h1:hover {
	text-decoration: underline;
}

A IMG
{
	border: none;
}

#minilogo {
	text-align: center;
	margin-top: 30px;
	background-image: url(images/ad-minilogo.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 24px;
}


.leftColumn h3{
	text-align: center;
	margin-right: 10px;
}

.leftColumn A {
	display: block;
	width: 140px;
	height: 23px;
	background-image: url(images/button.gif);
	text-align: center;
	padding-top: 5px;
	color: white;
	margin-bottom: 2px;
}

.leftColumn A:hover {
	display: block;
	width: 140px;
	height: 23px;
	background-image: url(images/button-on.gif);
	text-align: center;
	padding-top: 5px
	color: white;
}


/* Content */



#highlights
{
	margin-top: 20px;
	border-collapse: collapse;
}


.headline
{
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: baseline;
}

.headlinedate
{
	font-size: 0.8em;
	vertical-align: baseline;
	margin-left: 1em;
}

/*
#contentHeader
{
	height: 10px;
	background-color: #fff;
	border: none;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
#contentHeaderLeft
{
	float: left;
	background-image: url(images/corner-topleft.gif);
	width: 10px;
	height: 10px;
}
#contentHeaderMid
{
	border-top: 1px solid #666;
}
#contentHeaderRight
{
	float: right;
	background-image: url(images/corner-topright.gif);
	width: 10px;
	height: 10px;
	margin-top: -1px;
}
*/

Table .InfoTable
{
	background-color: #EFDBBD;
	width: 100%;
}
Table .InfoTable TH
{
	text-align: left;
	background-color: #8F7B5D;
	color: black;
}

.bookmarks
{
	float: right;
}