body {
	font-family: Arial, sans-serif;
	color: #4a576d;
	font-size: 12px;
	line-height: 1.6;
}
a, a:link, a:visited {
	text-decoration: underline;
	cursor: pointer;
	color: #4d7cc1;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
ul, ol {
	margin-left:30px;
}
ul, ol, p {
	margin-bottom:16px;
}
h1 {
	font:					18px Arial, Helvetica, sans-serif;
	font-weight:			bold;
	color:#093382;
	min-height:				33px;
	overflow:				hidden;
}
h2 {
	font:					16px Arial, Helvetica, sans-serif;
	font-weight:			bold;
	color:#093382;
	min-height:				20px;
	overflow:				hidden;
}
h3 {
	font:					bold 14px/18px Arial, sans-serif;
	color:#093382;
	font-weight: 			normal;
	padding: 				15px 0 10px;
}
h4 {
	font:					bold 12px/18px Arial, sans-serif;
	color:#093382;
}
#header {
	float:left;
	width:100%;
	background-image: url(/website/assets/images/header_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top:16px;
	padding-bottom:16px;
}
#header p, #header h1 {
	margin:0;
	padding:0;
}
.keyphrase {
	font-size: 1.55em;
	color: #093382;
	margin-bottom:0px;
	line-height:1em;
	padding-top:10px;
}
/* Search box */
fieldset.search {
	width: 257px;
	float:right;
}
.search input {
	float: left;
}
.search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 1.2em;
	width: 190px;
	height: 19px;
	margin-right: 5px;
}
.search input.box:focus {
	outline: none;
}
.search button.btn {
	width: 56px;
	height: 25px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/website/assets/images/search.png) no-repeat top right;
}

/* Navigation top */
#navigation_top {
	width: 100%;
	overflow: hidden;
	float:left;
	background-image: url(/website/assets/images/nav_bg.png);
	background-repeat: repeat-x;
}
#navigation_top ul {
	list-style-type: none;
	margin-left:0px;
	margin-bottom:0px;
}
#navigation_top ul {
	width: 100%;
	overflow: hidden;
	float: left;
}
#navigation_top li {
	float: left;
}
#navigation_top li.current {
	background: url(/website/assets/images/menu.gif) 0 0 no-repeat;
	padding-left: 1px;
}
#navigation_top ul a, #navigation_top ul a:link, #navigation_top ul a:visited {
	display: block;
	padding: 10px 18px 12px 17px;
	background: url(/website/assets/images/menu.gif) 100% 0 no-repeat;
	text-decoration: none;
	color: #fff;
}
#navigation_top ul a:hover {
	text-decoration: none;
	background: #113986 url(/website/assets/images/menu.gif) 100% 0 no-repeat;
}
#navigation_top ul a.active, #navigation_top ul a.active:link, #navigation_top ul a.active:visited, #navigation_top ul a.active:hover {
	background: url(/website/assets/images/menu2.gif) 0 4px repeat-x;
	text-decoration: none;
	padding: 10px 17px 13px 17px;
	color: #113986;
	font-weight: bold;
}
#breadcrumbs {
	float:left;
	width:100%;
	background-image: url(/website/assets/images/breadcrumbs_bg.png);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	font-size:11px;
}
#breadcrumbsempty {
	float:left;
	width:100%;
	background-image: url(/website/assets/images/breadcrumbs_bg.png);
	background-repeat: repeat-x;
	height:42px;
}
#breadcrumbs p {
	margin: 				0px;
	padding: 				0;
}
#breadcrumbs a {
	color: 					#666;
	text-decoration: 		underline;
}
#breadcrumbs a:hover {
	text-decoration: 		none;
}
#page {
	float:left;
	width:100%;
}
.widget {
	padding-bottom:20px;
}
.widget h4 {
	font:					18px Arial, Helvetica, sans-serif;
	font-weight:			bold;
	color: #4a576d;
	min-height:				33px;
	overflow:				hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadfeb;
	margin-bottom:10px
}
.widget h5 {
	background: 			#94bae0;
	font: 					bold 12px Arial, sans-serif;
	color: 					#fff;
	padding: 				8px 10px;
	border-bottom: 			1px solid #fafafa;
}
.widget h5 a, .widget h5 a:link, .widget h5 a:visited {
	color: 					#fff;
}
.widget h5 a:hover {
	color: 					#fff;
	text-decoration: 		none;
}
.widget ul {
	margin-left:0px;
	margin-bottom:0px;
}
.widget ul.blog {
	margin: 				0px 0px 30px 0px;
	list-style-image: none;
	list-style-type: square;
}
.widget ul.blog li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 20px;
}
.widget ul.leftmenu {
	list-style: 			none;
	margin: 				0px 0px 30px 0px;
}
.widget ul.leftmenu li {
	width: 					100%;
	height: 				auto;
	overflow: 				hidden;
}
.widget ul.leftmenu li a {
	display: 				block;
	background-color:		#fafafa;
	border-top: 			1px solid #fff;
	border-bottom: 			1px solid #e5e5e5;
	padding: 				8px 10px;
	font: 					bold 11px Arial, sans-serif;
	color: 					#666;
	text-decoration:		none;
	height: 				12px;
	margin: 				0;
}
.widget ul.leftmenu li a:hover, .widget ul.leftmenu li a.active {
	border-top: 			0;
	border-bottom: 			1px solid #e5e5e5;
	border-left: 			2px solid #94bae0;
	padding: 				9px 10px 8px 8px;
	background-position: 	208px 13px;
	background-color:		#f2f2f2;
	text-decoration:		none;
	background-position: 	208px 14px;
}
.widget ul.leftmenu li ul {
	list-style:				none;
	z-index: 				2;
}
.widget ul.leftmenu li ul li a {
	background-image: 		none !important;
	background: 			#fefefe;
	color: 					#9a9a9a;
	font-weight: 			normal;
	border-top: 			0;
	margin-left:8px;
}
.widget ul.leftmenu li ul li a:hover {
	background: 			#fdfdfd;
	text-decoration: 		underline;
	border-top: 			0;
	padding-top: 			8px;
}
.widget ul.leftmenu li ul li ul li a {
	background-image: 		none !important;
	background: 			#fff;
	color: 					#9a9a9a;
	font-weight: 			normal;
	border-top: 			0;
	margin-left:16px;
	font-style: italic;
}
.widget ul.leftmenu li ul li ul li a:hover {
	background: 			#fefefe;
	text-decoration: 		underline;
	border-top: 			0;
	padding-top: 			8px;
}

/* tag cloud
----------------------------------------------- */
/*remove the list style and make it just a normal list of items*/  
.widget ul.tagcloud   
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align: center;
}   
 
/*this lines each of the li's up next to one another and spaces them out nicely*/  
.widget ul.tagcloud li   
{   
    display:inline !important;
	padding:0px;
    margin:0px 8px 0px 0px;   
    line-height:2em;   
}   
  
.widget ul.tagcloud li a   
{   
    display:inline;   
}   

.widget ul.tagcloud li.cloud-1 a   
{   
    font-size:1em;   
}   
  
.widget ul.tagcloud li.cloud-2 a   
{   
    font-size:1.1em;   
}   
  
.widget ul.tagcloud li.cloud-3 a   
{   
    font-size:1.2em;   
}
.widget ul.tagcloud li.cloud-4 a   
{   
    font-size:1.3em;   
}   
  
.widget ul.tagcloud li.cloud-5 a   
{
    font-size:1.4em;   
}
.widget ul.tagcloud li.cloud-6 a   
{   
    font-size:1.5em;   
}

#banner {
	padding-bottom:20px;
}
#banner #navigation_dots {
	position: relative;
	bottom: 20px;
	width: 100%;
	z-index: 9999;
}
#banner #navigation_dots #dots {
	width: 120px;
	margin: 0 auto;
}
#banner #navigation_dots #dots a {
	display: block;
	float: left;
	background: url(/website/assets/images/banner_dot.png) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	text-indent: -9999px;
	background-position: 0 -10px;
}
#banner #navigation_dots #dots a.selected {
	background-position: 0 -10px;
}

/* Listings
----------------------------------------------- */
.fixed, .clear {
	clear:both;
}
.listing01 h1 {
	display:block;
	margin-top:10px;

	border-bottom:1px solid #CCC;
	padding:0 5px 3px;
	padding-bottom:0px;
	font-size:16px;
	font-family:Verdana, "BitStream vera Sans";
}
.listing01 h2 {
	display:block;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding:0 5px 3px;
	font-size:16px;
	font-family:Verdana, "BitStream vera Sans";
}
.listing01 h2 a.title, .listing01 h2 a.title:visited {
	text-decoration:none;
	color:#4C4C4C;
}
.listing01 h2 a.title:hover {
	color:#2970A6;
}
.listing01 .info {
	margin:5px;
}
.listing01 .info span.first {
	margin-left:0;
}
.listing01 .date, .listing01 .tags, .listing01 .categories, .listing01 .editpost, .listing01 .readingblinds, .listing01 .comments, .listing01 .addcomment, .listing01 .editlinks {
	background:url(/website/assets/images/icons/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}
.listing01 .act {
	height:16px;
	float:right;
}
.listing01 .act span {
	float:left;
	margin-left:15px;
}
.listing01 .tags {
	background-position:0 -16px;
}
.listing01 .categories {
	background-position:0 -32px;
}
.listing01 .date {
	background-position:0 -48px;
	float:left;
}
.listing01 .editpost {
	background-position:0 -64px;
}
.listing01 .readingblinds {
	background-position:0 -80px;
}
.listing01 .comments {
	background-position:0 -96px;
}
.listing01 .addcomment {
	background-position:0 -112px;
}
.listing01 .editlinks {
	background-position:0 -192px;
}
.listing01 .content {
	padding:5px 0 5px 5px;
	line-height:145%;
	overflow:hidden;
}
.listing01 .content p {
	margin-bottom:10px;
}
.listing01 .content .under {
	height:16px;
	line-height:16px;
	font-style: italic;
}
.listing01 .content .under span {
	float:left;
	margin-right:15px;
}
.listing01 .content h4 {
	color:#080;
	margin-bottom:10px;
}
.listing01 .content img {
	max-width:600px;
}
.listing01 .content ul, .listing01 .content ol {
	padding-bottom:10px;
}
.listing01 .content ul li, .listing01 .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.listing01 .content table {
	background:#FFF;
	border:1px solid #CCC;
	margin:5px 0 10px;
}
.listing01 .content table tr td {
	border-top:1px solid #CCC;
	padding:2px 10px;
}
.listing01 .content table tr th {
	padding:1px 10px;
	background:#EDEFF0;
	text-align:left;
}
.listing01 .content .boxcaption {
	background-image:url(img/postbox.gif);
	border-bottom:1px solid #CCC;
}
.listing01 .content .box {
	background-image:url(img/postbox.gif);
}



/* table
----------------------------------------------- */
#calendarlisting .box table {
  width:100%;
  border:1px solid #bbb;
  margin-bottom:10px;
  margin-top:10px;
}
#calendarlisting .box col.colA {

}
#calendarlisting .box col.colB {

}
#calendarlisting .box col.colC {

}
#calendarlisting .box col.colD {

}
#calendarlisting .box th, #calendarlisting .box td {
  padding:.2em 1em;
  text-align:left;
}
#calendarlisting .box thead th {
  border-bottom:2px solid #888;
  background:#bbb;
  padding:.4em 1em .2em;
}
#calendarlisting .box thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
#calendarlisting .box tbody th,
#calendarlisting .box tbody td {
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  background:#eee;
}
#calendarlisting .box tbody tr.odd th,
#calendarlisting .box tbody tr.odd td {
  background:#fff;
}
#calendarlisting .box tfoot th,
#calendarlisting .box tfoot td {
  border-top:2px solid #666;
  background:#eee;
}
#calendarlisting .box tfoot tr.total th,
#calendarlisting .box tfoot tr.total td {
  border-top:6px double #666;
}
#calendarlisting .box tfoot tr.total th {
  text-transform:uppercase;
}
#calendarlisting .box th.currency,
#calendarlisting .box td.currency {
  text-align:right;
}

/* calendars
----------------------------------------------- */
.calendars {
  padding:0;
}
.calendars h2 {
  margin:0;
}
#calendars {
  padding-top:0;
}
.calendar {
  border-top:1px solid #666;
  padding-top:.5em;
}
.box .calendar {
  border-top:3px solid #fff;
  padding:13px 10px 0 10px;
}
.calendar h3 {
  margin-bottom:.2em;
  font-size:1.6em;
}
.box .first {
  border-top:none;
}
.calendar h1 {
	padding-bottom:5px;
	border-bottom:1px dotted #999;
}
.calendar h4 {
  font-size:1.2em;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.calendar a.image {
  float:left; 
  margin:3px 10px 3px 0; 
  padding:4px;
  border:1px solid #bbb;
  background:#fff;
}
.calendar a.image:hover {
  border:1px solid #666;
}
.calendar a.image img {
  float:left; 
}
.calendar p.meta {
  color:#666;
  border-bottom:1px dotted #999;
  padding:.3em 0;
  margin-bottom:.1em;
}
.calendar p.moredates {
	font-size:90%;
	padding:.3em 0;
	margin-bottom:.9em;
	float:left;
	width:30%;
	text-align:left;
}
.calendar p.moredates a{
	padding:.3em 0 0 20px;
	background:url(/website/assets/images/icons/silk/calendar_view_day.png) no-repeat 0 50%;
}
.calendar p.download {
	font-size:90%;
	padding:.3em 0;
	margin-bottom:.9em;
	float:right;
	width:70%;
	text-align:right;
}
.calendar p.download a{
	padding:.3em 0 0 20px;
	background:url(/website/assets/images/icons/silk/calendar_add.png) no-repeat 0 50%;
}

/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}
fieldset {


  position:relative;

  margin-bottom:10px;
}
legend {
	font-size:1.2em;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	font-weight: bold;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset.calendarregistration p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset p label {
  width:98%;
}
fieldset p input[type="text"] {
  width:98%;
}
fieldset p input[type="checkbox"] {
}

fieldset p textarea {
  width:98%;
}
fieldset p select {
  width:99%;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.calendarregistration p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:left;
  width:32%;
}
fieldset.login p input {
  width:60%;
}
fieldset.calendarregistration p input {
  width:60%;
}
fieldset.login input.button {
  margin-left:35%;
}
fieldset.calendarregistration input.button {
}
form p.notice {
  font-weight:bold;
}
input.search.text {
  width:66%;
}
input.search.button {
  width:28%;
  margin-left:2%;
}


/* blogcomments
----------------------------------------------- */
.blogcomments {
  padding:0;
}
.blogcomments h2 {
  margin:0;
}
#blogcomments {
  padding-top:0;
}
.blogcomment {
  padding:.5em;
  background-color:#EFEFEF;
  margin-top:10px;
}
.box .blogcomment {
  border-top:3px solid #fff;
  padding:13px 10px 10px 10px;
  background-color:#efefef;
}
.blogcomment h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.blogcomment h3 {
  margin-bottom:.2em;
  font-size:1.6em;
}
.box .first {
  border-top:none;
}
.blogcomment h4 {
  font-size:1.2em;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.blogcomment a.image {
  float:left; 
  margin:3px 10px 3px 0; 
  padding:4px;
  border:1px solid #bbb;
  background:#fff;
}
.blogcomment a.image:hover {
  border:1px solid #666;
}
.blogcomment a.image img {
  float:left; 
}
.blogcomment .saysinfo {
	float:left; 
	width:100%; 
	border-bottom:1px dotted #999; 
	padding-bottom:0px; 
	margin-bottom:5px;
}
.blogcomment .text {
	overflow:hidden;
}
.blogcomment p.says {
	width:50%;
	padding:.2em 0;
	float:left;
	font-size:120%;
}
.blogcomment p.datetime {
	font-size:90%;
	padding:.2em 0;
}
.blogcomment p.comment {
	width:50%;
	padding:.3em 0;
	margin-bottom:.9em;
	float:right;
	text-align:right;
}


#footer {
	float:left;
	width:100%;
	background-color:#edf1f9;
	background-image: url(/website/assets/images/footer.gif);
	background-repeat: repeat-x;
	padding-top:40px;
}
#footer h2 {
	color:#093382;
	margin-bottom:10px;
}
#navigationbottom {
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadfeb;
}
#navigationbottom ul {
	list-style:				none;
	width:					100%;
	margin-left:0px;
}
#navigationbottom ul li {
	float:					left;
}
#navigationbottom ul li a {
	text-decoration:		none;
	border-right: 			1px solid #ccc;
	padding:				0 12px;
}
#navigationbottom ul li a.left {
	padding-left:			0;
}
#navigationbottom ul li a.right {
	border-right:			none;
}
#navigationbottom ul li a:hover {
	text-decoration:		underline;
}





/* -------------------------------------------- */
/* ------------- Pagination: Clean ------------ */
/* -------------------------------------------- */
.pagination-clean ul { margin:0; padding:0;}
.pagination-clean li          { border:0; margin:0; padding:0; font-size:12px; list-style:none; /* savers */ float:left; }
/* savers .pagination-clean li,*/
.pagination-clean a           { border-right:solid 1px #DEDEDE; margin-right:2px; }
.pagination-clean .previous-off,
.pagination-clean .next-off   { color:#888888; display:block; float:left; font-weight:bold; padding:3px 4px; }	
.pagination-clean .next a,
.pagination-clean previous a  { border:none; font-weight:bold; }	
.pagination-clean .active     { color:#000000; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ border-right:solid 1px #DEDEDE; }
.pagination-clean a:link,
.pagination-clean a:visited   { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:underline; }
.pagination-clean a:hover     { text-decoration:none; }

/* -------------------------------------------- */
/* ----------- Pagination: Digg Style --------- */
/* -------------------------------------------- */
.pagination-digg ul { margin:0; padding:0;}
.pagination-digg li          { border:0; margin:0; padding:0; font-size:12px; list-style:none; /* savers */ float:left; }
.pagination-digg a           { border:solid 1px #999; margin-right:2px; }
.pagination-digg .previous-off,
.pagination-digg .next-off   { border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
.pagination-digg .next a,
.pagination-digg .previous a { font-weight:bold; }	
.pagination-digg .active     { background:#333; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; }
.pagination-digg a:link, 
.pagination-digg a:visited   { color:#666; display:block; float:left; padding:3px 6px; text-decoration:none; }
.pagination-digg a:hover     { border:solid 1px #333; }

/* -------------------------------------------- */
/* ----------- Pagination: digg_original Style --------- */
/* -------------------------------------------- */
.pagination-digg_original ul { margin:0; padding:0;}
.pagination-digg_original li          { border:0; margin:0; padding:0; font-size:12px; list-style:none; /* savers */ float:left; }
.pagination-digg_original a           { border:solid 1px #9aafe5; margin-right:2px; }
.pagination-digg_original .previous-off,
.pagination-digg_original .next-off   { border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
.pagination-digg_original .next a,
.pagination-digg_original .previous a { font-weight:bold; }	
.pagination-digg_original .active     { background:#2e6ab1; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; }
.pagination-digg_original a:link, 
.pagination-digg_original a:visited   { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:none; }
.pagination-digg_original a:hover     { border:solid 1px #0e509e; }

/* -------------------------------------------- */
/* ------------- Pagination: Flickr -----------	*/
/* -------------------------------------------- */
.pagination-flickr ul { margin:0; padding:0;}	
.pagination-flickr li          { border:0; margin:0; padding:0; font-size:12px; list-style:none; /* savers */ float:left; }
.pagination-flickr a           { border:solid 1px #DDDDDD; margin-right:2px; }
.pagination-flickr .previous-off,
.pagination-flickr .next-off   { color:#666666; display:block; float:left; font-weight:bold; padding:3px 4px; }
.pagination-flickr .next a,
.pagination-flickr .previous a { font-weight:bold; border:solid 1px #FFFFFF; }	
.pagination-flickr .active     { color:#ff0084; font-weight:bold; display:block; float:left; padding:4px 6px; }
.pagination-flickr a:link, 
.pagination-flickr a:visited   { color:#0063e3; display:block; float:left; padding:3px 6px; text-decoration:none; }
.pagination-flickr a:hover     { border:solid 1px #666666; }


.control {

}
.controlerror {
    color: #333333;
    background-color: #ffffdd;
    border: 1px solid #AA0000;
}
.error {
    color: #AA0000;
}