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

/*
THEME NAME: Business Website Services Custom Design
THEME URI: http://www.businesswebsiteservices.com/affordable-small-business-website-design/
AUTHOR: Matthew Brown
AUTHOR URI: http://www.BusinessWebsiteServices.com
*/


#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
	
	#top {
		width: 1000px;
		height: 50px;
		margin-bottom: 10px;
	}
		#logo {
			width: 140px;
			height: 50px;
			float: left;
			background-image: url('images/logo.jpg');
			border-right-color: #999;
			border-right-style: solid;
			border-right-width: 1px;
		}
		
		#headline {
			width: 350px;
			height: 50px;
			float: left;
			margin-left: 10px;
		}
		
			#headline h1 a {
				font-family: arial;
				font-weight: bold;
				font-size: 25px;
				color: #000;
				line-height: 25px;
				margin-top: 0px;
				margin-bottom: 0px;
				text-decoration: none;
			}
			
		#topnav {
			width: 400px;
			height: 50px;
			float: right;
			line-height: 25px;
			text-align: right;
		}
		
			#topnav a {
				font-family: arial;
				font-weight: normal;
				font-size: 12px;
				color: #000;
				text-decoration: none;
				margin-left: 20px;
			}
			
				#topnav a:hover {
					text-decoration: underline;
				}
	
	#banner {
		width: 1000px;
		height: 300px;
	}
	
		#bannerleft {
			width: 499px;
			height: 300px;
			float: left;
			background-color: #32708C;
			background-image: url('images/bannerleft.jpg');
                        background-repeat: no-repeat;
		}
		
			#bannerleftbutton {
				width: 150px;
				height: 50px;
				float: right;
				margin-right: 20px;
				margin-top: 240px;
			}
		
		#bannerright {
			width: 499px;
			height: 300px;
			float: right;
			background-color: #32708C;
		}
		
			#slideshow {
				width: 397px;
				height: 207px;
                                padding: 5px;
				margin-top: 20px;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 0px;
				background-color: #FFF;
			}
				
				#slideshowinner {
					width: 397px;
					height: 207px;
				}
			
			#featured {
				width: 407px;
				height: 50px;
				margin-left: auto;
				margin-right: auto;
				background-image: url('images/featuredbg.jpg');
			}
			
				#featurebutton {
					width: 120px;
					height: 50px;
					float: right;
					margin-right: 50px;
				}
	
	#hnav {
		width: 1000px;
		height: 74px;
		border-bottom-color: #666666;
		border-bottom-width: 2px;
		border-bottom-style: solid;
	}
	
		.hnavbutton {
			width: 165px;
			height: 70px;
			float: left;
			margin-right: 2px;
			text-align: center;
			margin-top: 2px;
			margin-bottom: 2px;
		}
		
			#hnav a {
				font-family: arial;
				font-weight: bold;
				font-size: 15px;
				color: #FFF;
				text-decoration: none;
				display: block;
				width: 165px;
				height: 70px;
				background-color: #666666;
			}
			
				#hnav a span {
					font-size: 20px;
				}
				
				#hnav a:hover {
					background-color: #999;
				}
		
		.hnavbuttonlast {
			width: 165px;
			height: 70px;
			float: left;
			text-align: center;
			margin-top: 2px;
			margin-bottom: 2px;
		}
		
#container {
	width: 1000px;
	margin-top: -20px;
}

#post {
	width: 633px;
}

#content {
	width: 633px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

	#content h2, #content h2 a {
		font-family: arial;
		font-weight: bold;
		font-size: 30px;
		color: #333;
		line-height: 35px;
		margin-bottom: 10px;
		text-decoration: none;
	}
	
	#content p {
		font-family: arial;
		font-weight: normal;
		font-size: 12px;
		color: #333;
		line-height: 15px;
	}
	
	#content ul li {
		font-family: arial;
		font-weight: normal;
		font-size: 12px;
		color: #333;
	}
		
/* SIDEBAR */

.sidebar {
	width: 312px;
	padding-left: 20px;
	float: right;
	clear: right;
	margin-top: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCC;
}

	.tabbed h3, .sidebar h3, .slide-out-div h3 {
		font-family: arial;
		font-weight: normal;
		font-size: 20px;
		color: #000;
		line-height: 30px;
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
		width: 290px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
	}
	
		.tabbed h3 span, .sidebar h3 span, .slide-out-div h3 span {
			font-weight: bold;
			color: #32708C;
		}
		




/* END SIDEBAR*/
		
		
		
#footerwrapper {
	min-width: 1010px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
	
	#footer {
		width: 1000px;
		min-height: 350px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		border-top-style: solid;
		border-top-width: 2px;
		border-top-color: #32708C;
	}
	
		#footer p {
			font-family: arial;
			font-weight: normal;
			font-size: 11px;
			color: #000;
		}
		
		#footertop {
			width: 1000px;
			min-height: 150px;
			border-bottom-color: #32708c;
			border-bottom-style: solid;
			border-bottom-width: 2px;
			text-align: left;
			padding-bottom: 10px;
		}
	
		#footer1 {
			width: 303px;
			padding-left: 10px;
			padding-right: 20px;
			margin-top: 10px;
			margin-bottom: 10px;
			float: left;
			text-align: left;
		}
		
			#footer h4 {
				font-family: arial;
				font-weight: normal;
				font-size: 20px;
				color: #32708C;
				line-height: 20px;
				margin-top: 10px;
				margin-bottom: 10px;
			}
			
			#footer h4 span {
				font-weight: bold;
				color: #98B7C5;
			}
		
		#footer2 {
			width: 302px;
			padding-right: 20px;
			padding-left: 10px;
			float: left;
			text-align: left;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
			#footer2 ul {
				list-style: none;
				list-style-image: none;
				text-indent: -40px;
			}
			
			#footer2 ul li a, #footer2 ul li, #footer3 ul li {
				font-family: arial;
				font-size: 11px;
				font-weight: normal;
				color: #000;
				text-decoration: none;
				margin-bottom: 10px;
			}
			
			#footer3 ul li ul li, #footer2 ul li ul li {
				text-indent: -75px;
			}
			
			#footer3 ul li ul, #footer2 ul li ul {
				margin-top: 5px;
			}
			
			#footer2 ul li a:hover {
				text-decoration: underline;
				color: #32708C;
			}
		
		#footer3 {
			width: 313px;
			padding-right: 10px;
			padding-left: 10px;
			float: left;
			text-align: left;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
			#footer1 a {
				font-family: arial;
				font-size: 11px;
				font-weight: bold;
				color: #000;
				text-decoration: none;
				margin-bottom: 5px;
			}
			
			#footer1 a:hover {
				color: #32708C;
				text-decoration: underline;
			}
		
		#footer3 ul, #news2 ul {
				list-style: none;
				list-style-image: none;
				text-indent: -40px;
				margin-bottom: 20px;
			}
			
			#footer3 ul li a, #news2 ul li a {
				font-family: arial;
				font-size: 11px;
				font-weight: normal;
				color: #000;
				text-decoration: none;
				margin-bottom: 10px;
			}
			
			#footer3 ul li a:hover, #news2 ul li a:hover {
				text-decoration: underline;
				color: #32708C;
			}
		
		#footerbottom {
			width: 980px;
			padding-top: 20px;
			padding-left: 10px;
			padding-right: 10px;
            padding-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			clear: both;
			background-color: #32708C;
		}
		
			#footerbottom p {
				font-family: arial;
				font-weight: normal;
				font-size: 11px;
				color: #FFF;
			}
			
			#footerbottom p a {
				font-family: arial;
				font-weight: normal;
				font-size: 11px;
				color: #FFF;
				text-decoration: none;
			}
			
			#footerbottom p a:hover {
				color: #98B7C5;
				text-decoration: underline;
			}

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

div.left {
	width: 293px;
	min-height: 200px;
	float: left;
	padding: 10px;
	margin-bottom: 3px;
	background-color: #F6F6F6;
	border-color: #666;
	border-style: dashed;
	border-width: 1px;
	clear: both;
}

div.right {
	width: 293px;
	min-height: 200px;
	float: left;
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 10px;
	background-color: #F6F6F6;
	border-color: #666;
	border-style: dashed;
	border-width: 1px;
}

div.left h6, div.left h6 a, div.right h6, div.right h6 a {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
        margin-top: 0px;
        margin-bottom: 10px;
}

div.left img, div.right img {
	margin-bottom: 10px;
}

div.left ul li a, div.right ul li a {
display: block;
margin-bottom: 5px;
text-decoration: none;
color: #000000;
font-size: 12px;
}

div.left ul li a:hover, div.right ul li a:hover {
color: #32708C;
}

.left p a, .right p a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	float: right;
	color: #FFF;
	width: 100px;
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #32708C;
	text-decoration: none;
}

a.learnmore:hover {
         background-color: #666;
}

div.wide {
	width: 611px;
	float: left;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #f6f6f6;
	border-color: #32708c;
	border-style: dashed;
	border-width: 1px;
	clear: both;
}

div.wide h6, div.wide h6 a {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

div.wide img {
	margin-bottom: 10px;
}

div.wide span a, a.learnmore {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	float: right;
	color: #FFF;
	width: 100px;
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #32708C;
	text-decoration: none;
}

.triple1 {
	width: 193px;
	min-height: 300px;
	float: left;
	padding: 5px;
	margin-bottom: 20px;
	border-style: dashed;
	border-color: #32708c;
	border-width: 1px;
	background-color: #f6f6f6;
}

	.triple1 p, .triple1 table {
		font-family: arial;
		font-size: 11px;
		font-weight: normal;
	}
	
	.triple1 p span {
		font-weight: bold;
	}

.triple2 {
	width: 193px;
	min-height: 300px;
	float: left;
	margin-left: 9px;
	padding: 5px;
	margin-bottom: 20px;
	border-style: dashed;
	border-color: #32708c;
	border-width: 1px;
	background-color: #f6f6f6;
}

	.triple2 p, .triple2 table {
		font-family: arial;
		font-size: 11px;
		font-weight: normal;
	}
	
	.triple2 p span {
		font-weight: bold;
	}

.triple3 {
	width: 193px;
	min-height: 300px;
	float: right;
	padding: 5px;
	margin-bottom: 20px;
	border-style: dashed;
	border-color: #32708c;
	border-width: 1px;
	background-color: #f6f6f6;
}

	.triple3 p, .triple3 table {
		font-family: arial;
		font-size: 11px;
		font-weight: normal;
	}
	
	.triple3 p span {
		font-weight: bold;
	}
      
.slide-out-div {
	padding: 20px;
	width: 300px;
	min-height: 390px;
	background: #fff;
	border: 1px solid #29216d;
	z-index: 1000;
}

	.slide-out-div p {
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
	}
	
	.slide-out-div textarea {
		width: 250px;
		height: 75px;
	}
	
	.slide-out-div input {
		width: 250px;
	}

.slide-out-div-1 {
	padding: 20px;
	width: 300px;
	min-height: 390px;
	background: #fff;
	border: 1px solid #29216d;
}

.feedpost {
	width: 250px;
}

.sidebar .servicebox {
	width: 290px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	background-color: #f6f6f6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

	.sidebar .servicebox p {
		font-family: arial;
		font-size: 11px;
		font-weight: normal;
		color: #000;
		line-height: 20px;
	}
	
		.sidebar .servicebox p span {
			font-size: 11px;
			font-weight: normal;
			font-style: italic;
		}
	
	.sidebar .servicebox p a {
		font-size: 15px;
		color: #000;
		text-decoration: none;
		font-style: normal;
	}
	
	.sidebar .servicebox p a:hover {
		color: #32708c;
		font-weight: bold;
	}
	
	.sidebar .servicebox ul {
		margin-top: -10px;
		margin-bottom: 10px;
	}
	
	.sidebar .servicebox ul li {
		font-size: 11px;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 15px;
	}
	
	.sidebar .servicebox ul li a {
		font-family: arial;
		font-size: 11px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
		line-height: 15px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.sidebar .servicebox ul li a:hover {
		color: #32708c;
		text-decoration: underline;
	}