/********************************************************/
/* Stylesheet for PoLA dynamic landing pages 			*/
/* Copyright 2006-7 by MSO.net			 				*/
/* By Daniel Dabner										*/
/* 					 									*/
/* File Created on 27th October 2006					*/
/* Last Edited on 26th January 2007						*/
/********************************************************/


div#NavSectionColumn {
	float						: left;
	width						: 340px;
}

div#NavSectionItem {
	margin-bottom				: 5px;
}
div#NavSectionItemDetail {
	background-color			: #e6f1f9;
	padding						: 8px 12px 8px 12px;
	font-size					: 100%;
	font-weight					: normal;
	color						: #8898b1;
}
div#NavSectionItemDetail h2 {
}

div#NavSectionItemDetail h2 a, div#NavSectionItemDetail h2 a:visited, div#NavSectionItemDetail h2 a:active {
	font-size					: 120%;
	font-weight					: normal;
	color						: #4c9fdd;
	text-decoration				: none;
}

div#NavSectionItemDetail h2 a:hover {
	text-decoration				: underline;
}

div#NavSectionItemLink {
	background-color			: #528fbe;
	padding						: 1px 5px 1px 0px;
	text-align					: right;
}
div#NavSectionItemLink a, div#NavSectionItemLink a:visited {
	color						: #FFFFFF;
	font-size					: 100%;
	text-decoration				: none;
}
div#NavSectionItemLink a:hover {
	color						: #FFFFFF;
	text-decoration				: underline;
}

.NavSectionItemFeature {
	padding-top					: 10px;
}
.NavSectionItemFeature a, .NavSectionItemFeature a:visited, .NavSectionItemFeature a:active  {
	color						: #4c9fdd;
	text-decoration				: underline;
}
.NavSectionItemFeature a:hover {
	color						: #4c9fdd;
	text-decoration				: none;
}

div.dyn_HeaderPage {
	font-size					: 100%;
	font-weight					: normal;
	color						: #48536f;
	margin						: 0 0 1em 0;
}

div.dyn_HeaderPage * {
	font-weight					: normal;
}



hr.dyn_dottedHR {
	width						: 100%;
	height						: 0px;
	color						: black;
	border						: 0;
	border-top					: 1px dotted black;
	margin						: 0 0 .5em 0;
	padding						: 0 0 0 0;
}