/* ---------------------------
      reset
--------------------------- */

html { background-color: #FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
a:focus {outline: none;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
caption,th{text-align:left; }
pre,code{ font:115% monospace; }
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
img, fieldset, abbr, acronym { border:0px }

q:before{content:'\2018\2018';}
q:after{content:'\2019\2019';}
hr {display: none;}
br { margin-bottom: 1em;}
ol, ul {padding-left: 20px;}
/* em, strong{font-style:normal;font-weight:400;} */

/* ---------------------------
      typography
--------------------------- */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 81.35%;
	color: #333;
	/* background: url(../baseline-grids/13.gif); */
}
h1 {
	font-size:3em;
	line-height: 1.026em;
	padding: .51em 0 .52em 0;
}
h2 {
	font-size:1.4em;
	line-height: 1.1em;
}
h3 {
	font-size:1.25em;
	line-height: 1.23em; 
	padding-top: 1.23em;
}
h4, h5, h6 {
	font-size:1em;
	line-height: 1.54em;
	padding-top: 1.54em;
	font-weight: bold;
}
p, ul ,ol ,dl { 
	font-size:1em;
	line-height: 1.54em;
	padding-bottom: 1.54em;

}
#wrapper {
	margin: 0px auto;
	padding: 40px 20px;
    width:760px;
}

/* ---------------------------
      logo
--------------------------- */
.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #666;
}
.logo a {
	
}
.logo img {
	
}

/* ---------------------------
      content
--------------------------- */
#content {
	float: left;
	width:760px;
	margin-bottom: 1em;

}

/* ---------------------------
	  Generic Classes
--------------------------- */
.download {
	margin: .3em 0 .9em 0;
}
.download a {
	text-decoration: none;

	color: #40C4DC;
	font-size: 1em;
	padding: .5em;
	background-color: #333;
	font-weight: bold;
    /* background: #333 url(graphics/download.gif) center right no-repeat; */
}
.download a:hover {
	background-color: #666;
}

/* ---------------------------
      contact
--------------------------- */

.contact h2 {
	border-top: 1px solid #999;
	clear: both;
	padding-top: 1em;
}
.contact h2 span {
    display: none;
}


/* contact form */
.contact form {
	clear: both;
	overflow: hidden;
	margin-bottom: 2em;
}
.contact form br {
	display: none;
}
.contact form label {
	margin-bottom: 1em;
	display: block; 
}
.contact textarea {
	width:450px;
	height:25em;
}
.contact form label input {
	margin-bottom: .3em;
	display: block;
}
.contact form .fields {
	width:300px;
	float: left;
}
.contact form .message {
	width:300px;
	float: left;
}
.contact .required {
	padding-right: .5em;
	color: #0FF;
}
.contact form h3 {
	border-bottom: 1px solid #999;
	width:200px;
	margin-bottom: 1em;
	color: #999;
}
label input {
	width:200px;
}
.contact #city {
	width:120px;
}
.contact #state {
	width:29px;
}
.contact #zipcode {
	width:100px;
}
/* Vcard */
.vcard {
	width:400px;
	float: left;
	border-right: 1px solid #999;
	margin-bottom: 2em;
	color: #444;
	letter-spacing: .02em;
	font-size: .95em;
	line-height: 1.3em;
}
.vcard h3{
	font-weight: bold;
	font-size: 1.6em;
	padding-top: 1.6em;
}
.vcard strong, .vcard .type {
	font-size: .85em;
	color: #111;
}
.vcard div strong {
	width:175px;
	display: block;
	float: left;
}
.vcard email {
	float: right;
}
.vcard a.email {
    text-decoration: underline;
}
.vcard a {
	text-decoration: none;
	color: #222;
}
.vcard .fn {
	font-size: 1.1em;
	width:175px;
	color: #333;
}
.vcard .position {
	display: block;
	color: #666;
    margin-bottom: 1em;
	font-size: .9em;

}

/* adr */
.adr {
	overflow: hidden;
	margin-top: 1em;
}
.adr h4 {
	float: left;
	width:175px;
	padding-top: 0;
	font-weight: bold;
}
.adr div {
	float: left;
}
.adr div div {
	float: none;
}
.adr .street-address {
	float: none;
}
.tel {
	clear: left;
	line-height: 1.1em;
	margin-bottom: .4em;
}

/* hcard download */
#hcard {
	width:279px;
	padding-left: 20px;
	float: left;
	font-size: .9em;
}
#hcard h3 {
	color: #444;
	font-size: 1.2em;
    font-weight: bold;
}
/* ---------------------------
      footer
--------------------------- */
#footer {
	border-top: 1px solid #999;
	clear: both;
/* 	width:700px; */
	font-size:1em;
	line-height: 1.57em;
	overflow: hidden;

}
#footer .menu {
	
}
#footer .menu li {
	
}
.copyright {
	float: right;
	overflow: hidden;
}
/* ---------------------------
      sent
--------------------------- */
.contact .error {
    color: #F00;
    font-weight: bold;
    display: block;
}
.contact .sent h2 {
    border-top: 0px;
    color: #90C783;
    margin-bottom: 1em;
}
.contact .sent {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 2em;
    padding-left: 60px;
    padding-right: 60px;
}
.contact .sent p {
    font-style: italic;
}