/* CSS Document */
.wrapper {
	width:960px;
	margin:0 auto;
}
ul#normalGroup{
	padding-left:20px;
}

#normalGroup li{
	list-style:disc;
	list-style-position:outside;
}

#normalGroup li a{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

#normalGroup li a:hover{
	text-decoration:underline;
}
.listGroup {
	padding-bottom:15px;}

.content {
	padding:0 10px;
}

.content ul, .content ol{
	padding-left:20px;
}
.content li{
	list-style:disc;
	list-style-position:outside;
}

.contentsPage p strong{
	text-decoration:underline;
}
.contTitle {
	font:2.5em Segoe UI, Verdana, Geneva, sans-serif;
	color:#9FC500;
	padding-bottom:5px;
}
#contentsPage{
}

#cmsGallery img{
	border:0;
	padding:0;
	margin:0;
}

.listRow{
	margin-bottom:20px;
}

.listRow img{
	margin:0;
	padding:0;
}
.listTitle{
	font-size:1.1em;
	color:#000;	
	margin-bottom:5px;
	font-weight:bold;
	letter-spacing:1px;
}
.listTitle a{
	color:#0B6D9E;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}

.listTitle a:hover{
	text-decoration:none;
}
.listDate{
	font-size:10px;
	float:right;
	color:#69ab25;
	/*font-family:Verdana, Geneva, sans-serif;*/
}

#breadcrumb{
	margin-bottom:7px;
	color:#751;	
}

#paging{
	font: 11px Verdana, Geneva, sans-serif;
	background-color:#F2F2F2;
	padding:5px;
	margin-top:5px;
	color:#606060;
}

#paging .selected{
	font-weight:bold;
}

#sitemap{
	color:#ec7d7d;
	padding-left:20px;
}

#sitemap li{
	list-style:disc;
}

a.paging, .attach a, #breadcrumb a, #sitemap a, #testimonials a{
	font-size:11px;
	color:#606060;
	text-decoration:none;
}
#testimonials a{
	font-size:14px;
	color:#faac18;
	text-decoration:none;
	font-style:italic;
}
a.paging:hover, .attach a:hover, #breadcrumb a:hover, #sitemap a:hover, #testimonials a:hover{
	text-decoration:underline;
	color:#2B92FF;
}

#feedback, #testimonials{
/*	font: 12px Verdana, Geneva, sans-serif;
	color:#933614;	*/
}

#feedback input[type=text], #feedback textarea, #testimonials input[type=text], #testimonials textarea{
	width:250px;
	margin:2px 0;
	/*color:#933614;	*/
}
#feedback textarea,  #testimonials textarea{
	width:400px;
	height:80px;
}
#feedback th{
	text-align:left;
}
#feedback .btn, #testimonials .btn{
	padding:2px 10px;
	width:auto;
	background-color:#027c9b;
	border:1px solid #73e1fd;
	cursor:pointer;
	font-size:12px;
	color:#FFF;
}

.red{
	color:#F00;
	font-size:11px;
}

#feedback input[type=text].securitycode, #testimonials input[type=text].securitycode{
	width:110px;
}

.test{
	background:#EEE;
	padding:14px;
	border-bottom:1px dashed #262626;
	font-size:12px;
}
.testlist{
	padding-bottom:10px;
	font-size:13px;
}
.testlist span{
	font-style:italic;
	color:#026f8a;
}
.testlist span.date{
	float:right;
	font-size:12px;
}
