/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*custom*/

#outer{
	float: left;
    position: relative;
    width: 100%;
}

#wrapper{
	width:940px;
	margin:0 auto;
}

html, body {
	
}
body {
	background:url(images/body.jpg) repeat-x 0 0 #fff;
	margin:0;
	padding:0;
	font-family: 'PT Serif', sans-serif;
	font-size:14px;
	line-height:18px;
}

h2,p.subtitle,label{
	font-family: 'PT Serif', sans-serif;
}
a:link{
	text-decoration:none;
	color:#fff;
}
a:visited{
	text-decoration:none;
	color:#fff;
}
a:hover{
	text-decoration:underline;
	color:#fff;
}

#ribbon{
	width:100%;
	height:25px;
	text-align:right;
	padding-top:5px;
	text-transform:uppercase;
}
#header{
	position:relative;
	height:180px;
}
	a#logo{
		display:block;
		background:url(images/logo.png) no-repeat top center transparent;
		position:absolute;
		width:286px;
		height:232px;
		z-index:11;
	}
	#header #heading{
		display:block;
		width:640px;
		height:auto;
		position:absolute;
		left:300px;
		top:40px;
	}
		#header #heading span{
			float:left;
			margin-right:75px;
			font-family: 'PT Serif', sans-serif;
		}
			#header #heading span p.title{
				font-size: 26px;
				line-height: 32px;
				font-weight:bold;
				color:#3b4d59;
				margin-top:5px;
			}
			#header #heading span p.subtitle{
				font-size:16px;
				line-height: 18px;
				font-weight: bold;
				margin-top:10px;
				color:#3b4d59;
			}
		#header #heading #newsletter{
			float:left;
			padding: 0 0 0 20px;
			background:url(images/separator.png) no-repeat center left transparent;
		}
			#header #heading #newsletter p.subtitle{
				font-weight:bold;
				color:#3b4d59;
				font-size:18px;
			}
			#header #heading #newsletter label{
				font-size:12px;
				/*display:block;*/
				display:inline;
				color:#3b4d59;
				font-weight:bold;
				margin-right:5px;
			}
			#header #heading #newsletter form p{
				margin-top:10px;
			}
			#header #heading #newsletter form input#subscribe {
				background:#3b4d59;
				border:none;
				color:#fff;
				padding:2px;
				width:65px;
				margin-left:10px;
				font-family: 'PT Serif',Sans Serif;
			}
	
#main{
	float:left;
	width:100%;
	position:relative;
	z-index:10;
	margin-top:50px;
}
	#slider-wrapper{
		width:100%;
		height:auto;
		float:left;
		position:relative;
		z-index:11;
	}
	.nivoSlider{
		width:940px;
		height:380px;
	}
		.nivo-caption {
			opacity:0.6 !important;
			left:0 !important;
			padding:10px !important;
			width:920px !important;
		}
			.nivo-caption  p{
				font-style:italic !important;
				font-size:16px !important;
				text-transform:capitalize !important;
			}
	
	#content{
		background:url(images/tile.png) repeat 0 0 transparent;
		width:100%;
		height:auto;
		margin-top:20px;
		padding: 30px 0;
		margin-bottom:30px;
		float:left;
		color:#333;
	}
		.column{
			float:left;
		}
		.column.sixty{
			margin-right: 20px;
			padding: 0 10px;
			width: 620px;
		}
			
			#content .column.sixty ul{
				list-style:disc inside;
				padding:0;
				margin-top:10px;
			}
			#content .column.sixty ol{
				list-style:decimal inside;
				padding:0;
				margin-top:10px;
			}
			#content .column.sixty ol ol{
				list-style:lower-alpha inside;	
			}
			#content .column.sixty ul li,#content .column.sixty ol li{
				padding-left:20px;
			}
			#content .column.sixty ul li li,#content .column.sixty ol li li{
				padding-left:30px;
			}
			#content .column.sixty li p{
				display:inline;
				text-align:justify;
			}
		#content .column.forty{
			width:270px;
			*margin-right:-100px;/*IE fix*/
			*position:relative;/*IE fix*/

		}
			#content .column.forty #profile{
				padding:10px;
				background:#aec6d7;
			}
				#content .column.forty #profile p.subtitle{
					margin-top:10px;
					font-size:16px;
					font-weight:bold;
					color:#3b4d59;
				}
				#content .column.forty #profile p{
					margin-bottom:10px;
					color:#3B4D59;
				}
			#content .column.forty #form{
				margin-top:30px;
				padding:10px;
				background:#80a6c0;
				color:#fff;
			}
				#content .column.forty #form h2,#content .column.forty #form form p{
					margin-bottom:10px;
				}
				#content .column.forty #form p{
					margin-bottom:20px;
				}
				#content .column.forty #form form input{
					padding:5px;
				}
				#content .column.forty #form form input[type="submit"] {
					background:#3b4d59;
					border:none;
					color:#fff;
					margin-left:50px;
					margin-top:5px;
					width:80px;
					font-family: 'PT Serif',Sans Serif;
					font-size:16px;
				}
				#content .column.forty #form form p.checkbox{
					margin-top: 30px;
				}
					#content .column.forty #form form p.checkbox input#serv,#content .column.forty #form form p.checkbox label{
						vertical-align: top;
					}
					
		#content .full-width{
			float:left;
			margin: 0 15px;
			width: 100%;
		}
			
	#footer{
		background:url(images/city1.jpg) no-repeat 0 0 transparent;
		width:100%;
		height:671px;
		float:left;
		position:relative;
		color:#fff;
	}
		#footer a{
			color:#fff;
		}
		#footer .footer-menu{
			position:absolute;
			width:600px;
			margin:20px 20px 10px;
		}
		#footer .search{
			position:absolute;
			width:610px;
			height:43px;
			margin:60px 15px 10px;
			background:url(images/search.png) no-repeat 0 0 transparent;
		}
			#footer .search input[type="text"]{
				height:30px;
				margin:5px 10px;
				border:none;
				background:none;
			}
			#footer .search input[type="submit"]{
				width:50px;
				border:none;
				background:none;
				text-indent:-9999px;
			}
		#footer .testimonial{
			width:600px;
			height:auto;
			float:left;
			color:#3b4d59;
			margin:20px;
		}
			#footer .testimonial h2,#content .column.sixty h2{
				margin-bottom:20px;
				font-size:22px;
				font-weight:bold;
				color:#3B4D59;
			}
			#footer .testimonial p,#content .column.sixty p,#content .column.sixty ul li,#content .column.sixty ol li{
				margin-bottom:5px;
				font-size:14px;
				line-height:24px;
				text-align:justify;
			}
			#footer .testimonial p{
				font-style:italic;
			}
			#footer .testimonial p.subtitle{
				margin-bottom:10px;
				font-weight:bold;
				font-style:normal;
			}
		#footer .foot-area{
			width:100%;
			position:absolute;
			bottom:120px;
			left:0;
		}
			#footer .foot-area .column.forty{
				width:250px;
				margin-right:50px;
			}
				.foot-area p.subtitle{
					font-weight:bold;
					font-size:22px;
					margin-bottom:5px;
				}
			#footer .foot-area .column.forty:first-child{
				margin-left:10px;
			}
			#footer .foot-area .column.forty:last-child{
				margin-right:0;
				margin-left:355px;
			}
			p.phone-number{
				color:#3b4d59;
				font-weight:bold;
			}
	
	#below{
		width:100%;
		height:249px;
		position:absolute;
		bottom:0;
		_bottom:-1px;
		background:url(images/footer.jpg) repeat-x 0 0 transparent;
	}

.formError .formErrorContent,.formError .formErrorArrow div{
	background:none repeat scroll 0 0 #3B4D59 !important;
}