@charset "UTF-8";

/*-------------------------------------------------------------------

Designed and created by Ryan Holdaway - Headboxed Media
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------

Global resets

-------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

img, fieldset {
	border: none;
}

img, div, a, input { behavior: url(../js/iepngfix.htc) }

/*-------------------------------------------------------------------

Global settings

-------------------------------------------------------------------*/

h6 {
	text-indent: -9999px;
}

.clear {
	clear: both;
}

.push {
	clear: both;
	height: 130px;
}

a {
	text-decoration: none;
	outline: none;
}

.break {
	height: 10px;
}

a:link, a:active, a:visited {
	color: #7ab446;
}

a:hover {
	color: #9dcb66;
}

textarea {
	resize: none;
}

/*-------------------------------------------------------------------

Layout

-------------------------------------------------------------------*/

body {
	background: url(../images/bg.jpg) top center no-repeat #101010;
	font-size: 10px;
	font-family: "Lucida Grande", "Verdana", "Meiryo", Sans-Serif;
	color: #3b332b;
}

#wrap {
	width: 900px;
	margin: auto;
}

#navBar {
	position: relative;
	height: 91px;
}

#slogan {
	float: left;
	background: transparent url(../images/slogan.png) top center no-repeat;
	width: 299px;
	height: 90px;
}

#slogan h1, #slogan h2 {
	text-indent: -9999px;
}

#nav ul {
	float: right;
	line-height: 91px;
	margin-right: 45px;
	font-family: Verdana, Geneva, sans-serif;
}

#nav ul li {
	float: left;
	margin: 0px 10px;
	font-size: 1.5em;
}

#nav a.active {
	cursor: default;
	font-weight: bold;
	border-bottom: 3px solid #79166c;
	padding-bottom: 8px;
}

#nav a.active:hover {
	color:  #7ab446;
}

 #nav a:hover {
	 padding-bottom: 8px;
	 border-bottom: 3px solid #79166c;
 }

#header {
	position: relative;
	margin: 30px 0px;
	height: 257px;
}

#sliderPlace {
	float: left;
	background: transparent url(../images/sliderBG.png) top center no-repeat;
	width: 420px;
	height: 257px;
}

#logo {
	float: right;
	background: transparent url(../images/pal.png) top center no-repeat;
	width: 407px;
	height: 237px;
}

#logo h2 {
	text-indent: -9999px;
}

#content {
	position: relative;
	background: transparent url(../images/contentBG.png) top center no-repeat;
	width: 900px;
	height: 555px;
	line-height: 1.4em;
}

#content h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}

#leftBlock {
	position: relative;
	float: left;
	width: 390px;
	padding: 30px;
	overflow: hidden;
}

#rightBlock {
	position: relative;
	float: right;
	width: 390px;
	padding: 30px;
	overflow: hidden;
}

#businessCard {
	position: absolute;
	top: -1px;
	left: 30px;
	background: transparent url(../images/bc.png) top center no-repeat;
	width: 189px;
	height: 145px;
}

#businessCard p {
	text-indent: -9999px;
}

#contactForm table {
	margin: 30px auto;
	width: 390px;
}

#contactForm table tr {
	height: 4em;	
}

#rightBlock ul li {
	list-style: inside circle;
}

#rightBlock img, #gallery img {
	padding: 4px;
	border: 2px dashed #666;
}

#rightBlock table tr {
	height: 1.7em;	
}

#rightBlock table td {
	width: 180px;	
}

#rightBlock .cert {
	border: hidden;
	margin-left: 30px;
}

#gallery {
	width: 800px;
	margin: auto;
}

#footer {
	position: relative;
	margin: 20px 0px;
}

#phone {
	float: left;
}

#phone img {
	margin-left: 50px;
}

#postIt {
	float: right;
}

#postIt img {
	margin: 80px 165px 0px 0px;
}
	

