@charset "UTF-8";
/* CSS Document */
@import url('/css/home.css');
@import url('/css/blog.css');
@import url('/css/services.css');
@import url('/css/about.css');
@import url('/css/footer.css');
@import url('/css/contact.css');
@import url('/css/nav.css');
@import url('/css/newsletter.css');
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,p,ul,ol,li,fieldset,blockquote,caption,table,tr,dl,dt,dd { margin: 0; padding: 0; }

html,body {
	height:100%; /* needed for container min-height */
}
body{
	font-family:Helvetica, Arial, sans-serif;
	border-top: solid #ECECCD 6px;
}

a {text-decoration:underline; color:#F3D46E}

img {border:0;}

h1 {
	font-size:55px;
	color:#5D637C;
	font-weight:normal;
}
h2 {
	font-size:26px;
	color:#509fd5;
	font-weight:normal;
	text-decoration: none;
	line-height:32px;
}
h3 {
	font-size:24px;
	color:#333;
	font-weight:normal;
	text-decoration: none;
}

p {line-height:25px; color:#777;}

.clear {clear:both}

hr { border-left:none; border-right:none; }

#wrapper_top, #mid_wrapper, #content_wrapper, #wrapper{
	width:918px;
	margin:0 auto;
	padding:0px;
	display:block;
	position:relative;
}

#wrapper_top { margin-top:-6px; height:164px; width:918px; }

#content_wrapper { padding-top:25px; }

#mid1 { background:url(/images/p3.jpg) repeat-x; height:250px;}
#mid2 { background:url(/images/p1.jpg) repeat-x  top left; height:100px;}
#mid1 h1, #mid2 h1 {font-family:Georgia, "Times New Roman", Times, serif; padding-top:20px;}

#logo {margin-top:6px; position:absolute; z-index:-100;}
#spacer {position:absolute; z-index:1;} /* Logo Link to Homepage */