@charset "utf-8";
/* CSS Document */

ul.nav, ul.nav ul {
	list-style-image:none;
	list-style-type:none;
}
ul.nav {
	margin:0;
	padding:0;
}
ul.nav li {
	background:none repeat scroll 0 0 transparent;
	display:inline;
	margin:0;
	padding:0;
}
ul.nav li a {
	border-bottom:medium none;
	font-weight:normal;
}


ul.nav li {
	background:none repeat scroll 0 0 transparent;
	display:inline;
	margin:0;
	padding:0;
}

ul li {
	background-image:url("../images/icon/imgBulletDefault.png");
	background-position:0 0.2em;
	background-repeat:no-repeat;
	padding-left:20px;
}

div.row {
	clear:both;
	float:left;
	margin:0 0 10px 0;
	width:100%;
}

div.row div.col {
	float:left;
	margin-left:1%;
	width:99%;
}

div.row div.first {
	margin-left:0;
	width:100%;
}

div.num-col-3 div.col {
	width:32.65%;
}

div.num-col-2 div.col {
	width:31.5%;
}

div.num-col-2 div.first {
	padding-right:1%;
}

div.num-col-2 div.last {
	padding-left:1%;
}

div.num-col-4 div.col {
	width:24.2%;
}

p.highlight {
	border-bottom:1px dashed #CCCCCC;
	border-top:1px dashed #CCCCCC;
	padding:8px 0;
}

p.front_highlight{
	font-size:36px;
	color:#0a6c64;
	font-weight:bold;
	text-shadow:2px 2px 2px #333333;
}


ul.listing, ol.listing {
	clear				: both;
	float				: left;
	list-style			: none;
	list-style-type		: none;
	margin				: 0 0 10px 0;
	padding				: 0;
	width				: 100%;
}

ul.listing li.listing, ol.listing li.listing {
	background-image	: none;
	clear				: both;
	display				: inline;
	float				: left;
	list-style			: none;
	list-style-type		: none;
	margin				: 0;
	padding				: 0;
	width				: 100%;
}

ul.listing li.listing {
	padding				: 6px 0 8px 0;
	border-bottom		: 1px dashed #ccc;
}

ul.listing li.first {
	border-top			: 1px dashed #ccc;
}

ul.listing li.last {
	padding				: 6px 0 8px 0;
}

/**
 *
 */
ul.list {
	margin-left			: 0;
	margin-right		: 0;
}

ul.list li {
	background-image	: none;
	margin-left			: 0;
	margin-right		: 0;
	padding-left		: 0;
	padding-right		: 0;
	clear				: both;
}
a.lnkBtnSecondary {
	background:url("../images/imgBtnBGDefault.jpg") repeat-x scroll 0 0 #EFEFEF;
	border:1px solid #D9DADB;
	color:#4B5454;
	float:left;
	font-size:1.4em;
	padding:6px 5px 6px 8px;
	position:relative;
	text-decoration:none;
}
a.lnkBtnSecondary span.text {
	background-image:url("../images/navigation/imgBtnArrowDefault.png");
	background-position:100% 50%;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding:1px 25px 1px 0;
}
img.frontpageImage{
	border:1px solid #D9DADB;
}