/*
Theme Name: harlandsgroup
Theme URI: http://www.harlandsgroup.co.uk/
Description: Master CSS file.
Version: 1.0
Author: Alex Stanhope
Author URI: http://www.247creative.co.uk/
*/

/*Global Reset
*********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1em;
	vertical-align:baseline;
	background:transparent;
	}
body{
	line-height:1;
	}
ol, ul{
	list-style:none;
	}
blockquote,
q{
	quotes:none;
	}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
	}			
:focus{
	outline:0;
	}			
ins{
	text-decoration:none;
	}
del{
	text-decoration:line-through;
	}			
table{
	border-collapse:collapse;
	border-spacing:0;
	}
input[type=hidden]{
	visibility:hidden;
	}
	
/* slightly enhanced, universal clearfix hack */
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
.clearfix{
	display:inline-block;
	}

/* start commented backslash hack \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* stop commented backslash hack */	

body{
	font:85%/150% Arial, Verdana, sans-serif;
	}
	
/*Control Bar Styles
*********************************************************/

#controlbar{
	width:100%;
	margin:0;
	padding:0;
	background:#f4f4f4 url(/template/theme/harlandsgroup/img/bg-controlbar.gif) repeat-x left bottom;
	border-top:1px solid #fff;
	text-align:left;
	z-index:1;
	color:#111 !important;
	}
	#control_bar ul{
		margin:0 0 0 5px;
		}
		#controlbar li{
		float:left;
		padding:6px 0 5px 24px;
		margin-left:20px;
		color:#111;
		font-family:Arial,Helvetica,sans-serif !important;
		font-size:0.8em;
		}
		#controlbar li.first{
			padding: 6px 10px 5px 0 !important;
			margin-left:10px;
			}
		#controlbar li.homelink{
			background:url(/template/theme/harlandsgroup/img/bullet-home.gif) no-repeat 0% 50%;
			}
		#controlbar li.edit{
			background:url(/template/theme/harlandsgroup/img/bullet-edit.gif) no-repeat 0% 50%;
			}
		#controlbar li.admin{
			background:url(/template/theme/harlandsgroup/img/bullet-admin.gif) no-repeat 0% 50%;
			}
		#controlbar li.logout{
			background:url(/template/theme/harlandsgroup/img/bullet-logout.gif) no-repeat 0% 50%;
			}
			#controlbar li a{
				color:#111;
				font-weight:bold;
				text-decoration:none !important;
				}
				#controlbar li a:hover{
				color:#3399cc !important;
				}
	
/*Header Styles
*********************************************************/

#header{	
	clear:both;
	margin:0;
	background:#0b1e3c url(/template/theme/harlandsgroup/img/bg-header.png) repeat-x left top;
	border-top:4px solid #fff;
	}
	#header a#logo{
		width:192px;
		height:106px;
		overflow:hidden;
		display:block;
		float:left;
		background:url(/template/theme/harlandsgroup/img/harlandsgroup-logo.gif) no-repeat 0 25px;
		}
		#header a#logo span, #header a#telephone span{
			display:none;
			}
	#header #topleft{
		float:right;
		width:272px;
		}
		#header a#telephone{
				float:right;
				margin-top:18px;
				width:255px;
				height:38px;
				overflow:hidden;
				display:block;
				background:url(/template/theme/harlandsgroup/img/bg-contact-numbers.gif) no-repeat 0 0 !important;
				}
		/*
		#header a#telephone{
				float:right;
				margin-top:27px;
				width:272px;
				height:16px;
				overflow:hidden;
				display:block;
				background:url(/template/theme/harlandsgroup/img/bg-contact.gif) no-repeat 0 0 !important;
				}
				*/
				#header .pad{
					margin-top:51px !important;
					}
		#header a#login{
			float:right;
			background:#fff url(/template/theme/harlandsgroup/img/bg-login.gif) no-repeat 0 bottom;
			color:#0b1e3c;
			font-size:0.9em;
			width:120px;
			padding:2px 0;
			margin:0;
			font-weight:bold;
			letter-spacing:0.1em;
			text-align:center;
			text-transform:uppercase;
			text-decoration:none;
			}
			#header a#login:hover{
				color:#3399cc;
				}
#nav{
	clear:both;
	margin:0;
	background:#0b1e3c url(/template/theme/harlandsgroup/img/bg-nav.png) repeat-x left top;
	border-bottom:1px solid #fff;
	}
	#nav ul{
		width:100%;
		}
		#nav li{
			display:inline;
			margin-right:30px;
			font-size:.9em;
			text-transform:uppercase;
			letter-spacing:1px;
			line-height:2.4em;
			}
			#nav li a{
				color:#fff;
				text-decoration:none;
				padding:0 0 8px 0;
				}
				#nav li a:hover, #nav li a.active{
					background:url(/template/theme/harlandsgroup/img/bg-active.png) no-repeat center bottom !important;
					}
					#nav li a:hover{
						color:#8abcd6;
						}
			#nav li ul{
				display:none;
				}

/*Content Styles
*********************************************************/

.container{
	width:940px;
	margin:0 auto;
	overflow:hidden;
	}
	.container:after{
		visibility:hidden;
		display:block;
		font-size:0;
		content:" ";
		clear:both;
		height:0;
		}
.intro{
	padding-top:40px;
	}
	.intro h1{
		font-size:2em;
		color:#0b1e3c;
		font-weight:normal;
		margin:0 0 15px 0;
		font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans;
		}
	.intro h2{
		font-size:1.2em;
		color:#3399cc;
		font-weight:normal;
		margin: 0 0 20px 0;
		}
#carousel{
	position:relative;
	overflow:hidden;
	width:940px;
	height:241px;
	}
	.carouselinner{
		position:absolute;
		left:0;
		top:0;
		}
		.panel{
			float:left;
			overflow:hidden;
			margin:0 !important;
			height:241px !important;
			width:940px;
			padding:40px 0 0 0;
			}
		.panel h3{
			font-size:2em;
			color:#fff;
			font-weight:normal;
			margin:0 0 25px 60px;
			font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans;
			text-shadow:1px 1px 1px #222;
			}
		.panel h4{
			font-size:1.2em;
			width:460px;
			color:#fff;
			line-height:1.6em;
			font-weight:normal;
			margin:0 0 15px 60px;
			font-family:Arial, Verdana, sans;
			text-shadow:1px 1px 1px #222;
			}
		.panel p{
			text-shadow:1px 1px 1px #222;
			color:#fff;
			padding:0 0 0 100px;
			}
		.panel a{
			text-decoration:none;
			color:#fff;
			}
			.panel a:hover{
			text-decoration:underline;
			}
#content{
	clear:both;
	background:#fff url(/template/theme/harlandsgroup/img/bg-content.png)	repeat-x 0 0;
	}
	.home{
		padding-bottom:25px;
		border-bottom:1px solid #e5e5e5;
		}
#homecontent{
	clear:both;
	background:#f4f4f4 url(/template/theme/harlandsgroup/img/bg-homecontent.png) repeat-x left bottom;
	border-top:1px solid #fff;
	}
	#homecontent .container{
		padding:25px 0;
		background:url(/template/theme/harlandsgroup/img/bg-homecontent-container.jpg) no-repeat left bottom;
		}
		#homecontent .box{
			float:left;
			width:360px;
			margin:0;
			}
			#homecontent .newshome, #newsinner{
				overflow:hidden;
				}
				#newsinner{
					height:200px;
					}
			#homecontent .newsletter{
				background:url(/template/theme/harlandsgroup/img/bg-newsletter.png) no-repeat 245px 50px;
				}
			#homecontent .knowmore{
				background:url(/template/theme/harlandsgroup/img/bg-know-more.png) no-repeat 136px 50px;
				}
			    #homecontent .newsletter fieldset{
			    	border:10px solid #ebebeb;
			    	padding:0;
			    	width:300px;
			    	}
			    	#homecontent fieldset.submit{
			    	margin-top:20px !important;
			    	width:320px;
			    	border:none;
			    	text-align:right;
			    	}
			     	#homecontent input.text{
			     		background:#fff url(/template/theme/harlandsgroup/img/bg-input-mail.png) no-repeat 5px 50%;
			    		border:3px solid #d7d7d7;
			    		width:260px;
			    		padding:5px 5px 5px 30px;
			    		margin:0;
			    	}
			    	#homecontent .submit p{
						float:left;
						text-align:left;
						margin-top:10px !important;
						background:url(/template/theme/harlandsgroup/img/bullet-arrow-orange.png) no-repeat 0 50%;
						padding:0 0 0 17px;
						width:180px !important;
			    		}
		#homecontent .boxsml{
			float:left;
			width:220px;
			}
			#homecontent .box h5, #homecontent .boxsml h5{
				font-size:1.1em;
				text-transform:uppercase;
				color:#3594ac;
				padding:0 0 10px 0;
				border-bottom:1px solid #d7d7d7;
				margin-bottom:20px;
				}
			#homecontent .box h6, #homecontent .boxsml h6{
				color:#303233;
				text-transform:uppercase;
				font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans;
				font-weight:normal;
				font-size:0.9em;
				line-height:1.5em;
				margin:0 0 15px 0;
				}
				#homecontent .boxsml h6{
					width:120px;
					}
				#homecontent .newsletter p{
					width:205px;
					margin-bottom:25px !important;
					}
			#homecontent .box p, #homecontent .boxsml p, #homecontent .box dd{
				color:#4d4d4d;
				font-size:0.9em !important;
				line-height:1.4em;
				margin:0 0 10px 0;
				}
			#homecontent .box li, #homecontent .boxsml li{
				font-size:0.9em;
				padding:0 0 0 17px;
				margin:0 0 2.5px 0;
				background:url(/template/theme/harlandsgroup/img/bullet-arrow-orange.png) no-repeat 0 50%;
				}
			#homecontent .box dl{
				width:320px;
				}
				#homecontent .box dt{
					color:#303233;
					text-transform:uppercase;
					font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans;
					font-weight:normal;
					font-size:0.9em;
					line-height:1.5em;
					margin:0 0 10px 0;
					padding:0 0 0 16px;
					background:url(/template/theme/harlandsgroup/img/bullet-arrow-orange.png) no-repeat 0 50%;
					}
				#homecontent .box dd{
					padding-bottom:10px;
					border-bottom:1px solid #d7d7d7;
					}
					#homecontent .box dd a{
						font-weight:normal;
						color:#4d4d4d;
						}
						#homecontent .box dd a:hover{
							color:#303233;
							}
			#homecontent .box a, #homecontent .boxsml a{
				text-decoration:none;
				font-weight:bold;
				color:#3594ac;
				}
				#homecontent .box a:hover, #homecontent .boxsml a:hover{
				color:#195e70;
				}
#secondarycontent{
	clear:both;
	padding-top:20px;
	background:url(/template/theme/harlandsgroup/img/bg-secondarycontent.jpg) repeat-x 0 0 !important;
	}
	#secondarycontent .container{
		background:url(/template/theme/harlandsgroup/img/bg-sidebar.png) no-repeat 212px 0% !important;
		}
		#sidebar{
			float:left;
			width:220px;
			padding-right:40px;
			}
			#sidebar .box{
				margin:20px 0;
				}
			#sidebar h3{
				color:#303233;
				text-transform:uppercase;
				font-weight:normal;
				padding-bottom:5px;
				border-bottom:1px solid #ddd;
				margin-bottom:10px;
				font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans;
				}
			#sidebar p{
				font-size:0.85em !important;
				color:#4d4d4d;
				margin:10px 0 !important;
				padding-right:20px;
				line-height:1.5em;
				}
				#sidebar p.more{
					margin:0 !important;
					height:100%;
					padding:0 0 0 15px;
					background:url(/template/theme/harlandsgroup/img/bullet-arrow-sml.gif) no-repeat 0% 50% !important;
					}
			#sidebar a{
				color:#3594ac;
				text-decoration:none;	
				}
				#sidebar a:hover{
					color:#195e70;
					}
		 	#sidebar fieldset.newsletter{
		    	border:5px solid #ebebeb;
		    	padding:0;
		    	width:190px;
		    	}
		    	#sidebar fieldset.sidebar-submit{
		    	margin-top:10px !important;
		    	width:200px;
		    	border:none;
		    	text-align:right;
		    	}
		     	#sidebar input.text{
		     		background:#fff url(/template/theme/harlandsgroup/img/bg-input-mail.png) no-repeat 5px 50%;
		    		border:3px solid #d7d7d7;
		    		width:150px;
		    		padding:5px 5px 5px 30px;
		    		margin:0;
		    		font-size:0.8em !important;
		    	}
			.subnav li{
				font-size:.9em;
				font-weight:bold;
				}
				.subnav li ul li{
					font-size:1em;
					font-weight:bold !important;
					}
					.subnav li ul li ul li{
						font-size:1em;
						font-weight:normal !important;
						padding-left:15px;
						background:url(/template/theme/harlandsgroup/img/bullet-arrow-sml.gif) no-repeat 0% 50% !important;
						}
			.widget dl{
					margin:0 0 5px;
					padding-right:20px;
					}
					.widget dt{
						font-size:0.8em;
						margin:0;
						color:#666;
						}
					.widget dd{
						font-size:0.85em;
						margin:0 0 7.5px;
						line-height:1.3em;
						}
			#sidebar img.alignright{
				padding:0 0 15px 15px;
				}
		#right{
			float:right;
			width:680px;
			padding-bottom:30px;
			}
			#right h1{
				font-size:1.7em;
				color:#0b1e3c;
				font-weight:normal;
				margin:0 0 15px 0;
				font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans;
				}
				#right h1.float{
					float:left;
					width: 85%;
					line-height:1.1em;
					}
				#right h1+h3{
					margin-top:20px;
					}
				#right h1+p{
					margin-top:20px;
					}
			#right h2{
				font-size:1.2em;
				color:#3399cc;
				font-weight:normal;
				margin: 0 0 20px 0;
				padding-right:140px;
				}
			#right h3{
				clear:both !important;
				font-size:1.1em;
				color:#4d4d4d;
				font-weight:normal;
				margin: 0 0 20px 0;
				padding-right:140px;
				line-height:1.7em;
				}
				#contact-left h3, #contact-right h3{
					font-size:.95em;
					font-weight:bold;
					padding-right:0 !important;
					margin-bottom:10px !important;
					}
			#right h4{
				font-size:1.2em;
				color:#333;
				font-weight:normal;
				margin: 0 0 10px 0;
				}
			#right h6{
				clear:both !important;
				margin:40px 0 0 0 !important;
				font-size:.8em;
				font-weight:normal !important;
				text-transform:uppercase;
				padding:0 0 0 20px;
				background:#fff url(/template/theme/harlandsgroup/img/bullet-arrow-top.png) no-repeat 0% 50% !important;
				}
				#right h6 a{
					font-weight:normal !important;
					color:#666;
					}
					#right h6 a:hover{
						color:#333;
						}
			#right p{
				font-size:0.9em;
				margin-bottom:20px;
				line-height:1.8em;
				color:#4d4d4d;
				padding-right:140px;
				}
				#contact-left p, #contact-right p{
					padding-right:0 !important;
					margin-bottom:0 !important;
					}
				p.backtonews{
					margin-top:40px !important;
					padding-left:20px;
					background:#fff url(/template/theme/harlandsgroup/img/bullet-arrow-sml-back.png) no-repeat left center !important;
					}
			#right blockquote{
				margin:30px 0;
				padding-left:130px;
				background:#fff url(/template/theme/harlandsgroup/img/bg-blockquote.png) no-repeat left top !important
				}
			#right p cite{
				width:100%;
				display:block;
				text-align:right;
				}
			#right img.alignright{
				padding:0 0 30px 30px;
				}
			#right img.alignleft{
				padding:0 30px 30px 0;
				}
			#right ul{
				margin-bottom:20px;
				}
				#right li{
					font-size: 0.9em;
					color:#4d4d4d;
					margin-bottom:10px;
					padding:0 140px 0 30px;
					background:url(/template/theme/harlandsgroup/img/bullet-tick.png) no-repeat 0 1px;
					}
				ul#breadcrumbs{
					margin-bottom:30px !important;
					}
					ul#breadcrumbs li{
						font-size: 0.9em;
						display:inline !important;
						background:none;
						}
						ul#breadcrumbs li.first{
							margin-left:0 !important;
							padding:0 2px 0 0!important;
							}
						ul#breadcrumbs li.link{
							margin-left:0 !important;
							padding:0 0 0 15px !important;
							background:url(/template/theme/harlandsgroup/img/bullet-breadcrumbs.gif) no-repeat 0 50% !important;
							}
						ul#breadcrumbs li a{
							font-weight:normal;
							}
							ul#breadcrumbs li.first a{
								color:#3594ac;
								}
							ul#breadcrumbs li.link a{
								color:#524f4e;
								}
								ul#breadcrumbs li.link a:hover{
									color:#3594ac;
									}
				ul.snap li strong{
					color:#ec148a;
					}
				ul#sitemap{
					font-size:1em;
					margin:30px 0 !important;
					}
					ul#sitemap li{
						margin:10px 0 0 0;
						font-weight:bold;
						background:url(/template/theme/harlandsgroup/img/bullet-sitemap.gif) no-repeat 0px 3px;
						padding:2.5px 0px 5px 30px;
						font-size:.9em !important;
						}
						ul#sitemap li ul li{
							font-size:.9em;
							font-weight:normal;
							}
						#sitemap li ul{
							margin-top:0 !important;
							margin-bottom:-10px !important;
							}
							#sitemap li ul li ul{
								font-weight:normal !important;
								margin-top:0 !important;
								}
								#sitemap li ul li ul li{
									font-size:1em !important;
									}
				ul#rss li{
					background:url(/template/theme/harlandsgroup/img/bullet-rss.png) no-repeat 0 50%;
					}
				dl.newsletterarchive{
					margin:20px 0;	
					}
					dl.newsletterarchive dt{
						font-size:.9em;
						padding-left:35px;
						padding-bottom:5px;
						background:#fff url(/template/theme/harlandsgroup/img/bullet-newsletter-archive.gif) no-repeat 0% 0%;
						}
					dl.newsletterarchive dd{
						font-size:.9em;
						color:#4d4d4d;
						padding-left:35px;
						margin-bottom:20px;
						}
			#right .filescontainer{
				margin-top:40px !important;
				border:1px solid #ddd;
				padding: 10px 10px 0 10px;
				}
				#right .filescontainer ul{
					margin:0 !important;
					}
					#right .filescontainer li{
						float:left;
						clear:both;
						width:94.5%;
						padding:7.5px 0 0 30px !important;
						border-top:1px solid #ddd;
						margin:0 0 5px 0 !important;
						}
						#right .filescontainer li a{
							width:60%;
							float:left;
							}
						#right .filescontainer small{
							float:right;
							text-align:right;
							background:none;
							margin-top:-1px !important;
							color:#4d4d4d;
							}
			#contact-left, #contact-right{
				width:310px;
				padding:10px;
				background:#f4f4f4;
				border:1px solid #ccc;
				margin-bottom:30px;
				}
				#contact-left{
					float:left;
					}
				#contact-right{
					float:right;
					}
			#googlemap{
				clear:both;
				width:674px;
				height:200px;
				border:3px solid #ccc;
				}
			.boxmid{
				margin-bottom:15px;
				position:relative;
				border:1px solid #ccc;
				margin:0 0 20px;
				}
				.boxmid .content p{
					padding:10px 10px 0;
					}
					.highlight{
						color:#333 !important;
						background:#f4f4f4;
						padding:2px;
						}
			.top{
				background:#eee url(/template/theme/harlandsgroup/img/bg-boxtop.png) repeat-x left bottom;
				padding:5px 10px;
				border-bottom:1px solid #ccc;		
				}
				.top h2{
					float:left !important;
					margin:2px 0 0 0 !important;
					font-size:1em !important;
					padding:0 !important;
					}
					.top a{
						background:none !important;
						}
				.top small, #right small{
					float:right;
					margin-top:2px !important;
					font-size:.8em !important;
					color:#333 !important;
					padding:0 0 0 25px;
					background:url(/template/theme/harlandsgroup/img/bullet-date.gif) no-repeat 0px 50%;
					}
			.newsdivider{
				float:left;
				clear:both;
				width:100%;
				background:url(/template/theme/harlandsgroup/img/divider-dots.png) repeat-x left top !important;
				margin:0 !important;
				padding:30px 0 0 0 !important;
				}
			#right a{
					text-decoration:none;
					font-weight:bold;
					color:#3594ac;
					}
					#right a:hover{
					color:#195e70;
					}
			#spacer{
				clear:both;
				background:url(/template/theme/harlandsgroup/img/bg-spacer.png) repeat-x left bottom;
				}
				#spacer .container{
					padding:0 0 25px 0;
					background:url(/template/theme/harlandsgroup/img/bg-spacer-container.png) no-repeat left bottom;
					}
				
/*Info Styles
*********************************************************/

#directdebit{
	clear:both;
	background:#f4f4f4 url(/template/theme/harlandsgroup/img/bg-direct-debit.png) repeat-x left top;
	border-bottom:1px solid #fff;
	}
	#directdebit .container{
		padding:20px 0;
		text-align:right;
		}
		#directdebit ul{
			float:right;
			width:360px;
			height:31px;
			background:url(/template/theme/harlandsgroup/img/bg-logos.png) no-repeat top left;
			}
			#directdebit li{
				float:left;
				}
				#directdebit li, #directdebit li a{
					height:31px;
					display:block;
					}
					li.bacsapproved{
						margin:0 !important; 
						width:105px !important;
						}
					li.dd{
						margin:0 !important; 
						width:120px !important;
						}
					li.bacstel{
						margin:0 !important; 
						width:135px !important;
						}
						li.bacsapproved a:hover {
							background:url(/template/theme/harlandsgroup/img/bg-logos.png) no-repeat -360px 0px;
							}
						li.dd a:hover {
							background:url(/template/theme/harlandsgroup/img/bg-logos.png) no-repeat -465px 0px;
							}
						li.bacstel a:hover {
							background:url(/template/theme/harlandsgroup/img/bg-logos.png) no-repeat -585px 0px;
							}
				#directdebit li span{
					display:none;
					}
#info{
	clear:both;
	margin:0;
	background:#ebebeb url(/template/theme/harlandsgroup/img/bg-info.png) repeat-x left top;
	border-bottom:1px solid #fff;
	font-size:0.8em;
	}
	#info .container{
		background:url(/template/theme/harlandsgroup/img/bg-info-container.jpg) no-repeat left top;
		padding:30px 0 25px 0;
		}
		#info .box{
			float:left;
			width:180px;
			padding-left:60px;
			color:#303233;
			}
			#info .details{
				background:url(/template/theme/harlandsgroup/img/icon-info.gif) no-repeat left 5px;
				}
			#info .address{
				background:url(/template/theme/harlandsgroup/img/icon-address.gif) no-repeat left 5px;
				}
			#info .box address{
				font-style:normal;
				}
		#info ul{
			float:right;
			width:240px;
			}
			#info ul li{
				text-transform:uppercase;
				float:left;
				width:120px;
				text-align:right;
				line-height:2.2em;
				}
				#info ul li a, #info a{
					text-decoration:none;
					color:#333;
					}
					#info li a:hover, #info a:hover{
						color:#111;
						}
	
/*Footer Styles
*********************************************************/

#footer{	
	clear:both;
	margin:0;
	background:#0b1e3c url(/template/theme/harlandsgroup/img/bg-footer.png) repeat-x left top;
	border-top:1px solid #08162c;
	color:#8abcd6;
	font-family:Arial, sans;
	font-size:0.8em;
	}
	#footer p{
		line-height:3.4em;
		}
		#footer p.left{
			float:left;
			}
		#footer p.right{
			float:right;
			text-align:right;
			}
	#footer a{
		text-decoration:none;
		color:#8abcd6;
		}
		#footer a:hover{
			color:#ddd;
			}

/*Pagination Styles
*********************************************************/

.pagination{
	margin:20px 0 20px 0 !important;
	text-align:center;
	padding:20px 0;
	}
	.pagination a{
		padding:5px 10px;
		border:1px solid #bbb;
		background:#fff;
		color:#3594ac !important;
		text-decoration:none;
		}
		.pagination a.next,
		.pagination a.previous{
			border:1px solid #ccc;
			color:#3594ac !important;
			}
		.pagination a:hover{
			background:#fff url(/template/theme/harlandsgroup/img/bg-bar-silver.jpg) repeat-x;	
			border:1px solid #666;
			color:#195e70 !important;
			}
	.pagination span{		
		padding:5px 10px;
		}	
		.pagination span.next,
		.pagination span.previous{
			background:#fff;
			border:1px solid #ddd;
			color:#bbb;
			}
		.pagination span.current{
			background:#195e70;	
			border:1px solid #195e70;
			color:#fff;
			font-weight:bold;
			}
			
/*Form Element Styles
*********************************************************/

#right form{
	float:left;
	position:relative;
	margin:10px 0 15px;
	width:100%;
	}
	#right form.contact{
		float:right !important;
		}
	#right fieldset{
		background:#f4f4f4;
		border:1px solid #ccc;
		padding:18px;
		display:block;
		}
		#setup fieldset fieldset, #belmont fieldset fieldset{
			border:none !important;
			padding:0 !important;
			}
			#setup fieldset fieldset legend, #belmont fieldset fieldset legend{
				font-size:.95em !important;
				font-style:normal !important;
				text-transform:uppercase !important;
				position:relative !important;
				float:left !important;
				clear:both;
				line-height:45px;
				padding-left:160px !important;
				}
		#right legend{
			font-size:1.4em;
			color:#444;
			font-style:italic;
			font-weight:bold;
			width:auto;
			}
		#right form p{
			clear:both;	
			width:100%;
			}
			#right form p.info{
				padding-left:160px !important;
				}
		#right .text label, #right .submit label{
			float:left;
			padding:0 5px;
			display:block;
			text-align:right;
			width:150px;
			line-height:25px;
			}
			.belmont .text label, .belmont .submit label{
				width:200px !important;
				text-align:left !important;
				line-height:18px !important;
				padding:3px 0 !important;
				}
		#right .select label{
			float:left;
			padding:5px;
			display:block;
			text-align:right;
			width:150px;
			line-height:30px;
			}
			.belmont .select label{
				text-align:left !important;
				width:200px !important;
				line-height:18px !important;
				padding:10px 0 !important;
				}
			#right .forgot{
				display:block;
				float:right;
				width:auto;
				font-size:.95em;
				color:#666;
				margin:-3px 15px 12px 0;
				}
			#right .check input{
				display:block;
				clear:both;
				float:left;
				margin:0 5px 15px 160px;
				}
			#right .check label{
				display:block;
				float:left;
				margin:-3px 0 0 0;
				}
			#right .submit input{
				display:block;
				float:left;
				padding:5px 0;
				}
		#right .text input,
		#right .text textarea{
			display:block;
			float:left;
			width:380px;
			padding:3px 5px;
			font-size:1em;
			margin:0 0 15px 0;
			background:#fff;
			border:1px solid #ddd;
			}
		#right select{
			width:auto;
			float:left;
			margin:10px 0;
			font-size:1em;
			background:#fff;
			border:1px solid #ddd;
			}
		#homecontent #ccoptin #submit, #ccoptin #sidebar-submit{
			width:110px;
			height:33px;
			display:block;
			border:none;
			cursor:pointer;
			color:transparent !important;
			}
			#homecontent #ccoptin #submit{
				background:url(/template/theme/harlandsgroup/img/btn-newsletter-signup.gif) no-repeat left top !important;
				}
			#ccoptin #sidebar-submit{
				float:right;
				background:url(/template/theme/harlandsgroup/img/btn-newsletter-signup-sidebar.gif) no-repeat left top !important;
				}
				#homecontent #ccoptin #submit:hover{
					background:url(/template/theme/harlandsgroup/img/btn-newsletter-signup-hover.gif) no-repeat left top !important;
						}
				#ccoptin #sidebar-submit:hover{
					background:url(/template/theme/harlandsgroup/img/btn-newsletter-signup-sidebar-hover.gif) no-repeat left top !important;
						}
.error{
	background:#eee url(/template/theme/harlandsgroup/img/bullet-error.gif) no-repeat 10px 50%;
	padding:10px 35px;
	border:1px solid #ff0000;
	color:#ff0000 !important;
	}
.required{
	color:#ff0000;
	font-weight:bold;
	font-size:1.1em;
	padding-right:5px;
	}