/*************/
/* css reset */
/*************/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

@font-face {
    font-family: 'TuffyBold';
    src: url('fonts/tuffy-bold-webfont.eot');
    src: url('fonts/tuffy-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tuffy-bold-webfont.woff') format('woff'),
         url('fonts/tuffy-bold-webfont.ttf') format('truetype'),
         url('fonts/tuffy-bold-webfont.svg#TuffyBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Tuffy';
    src: url('fonts/tuffy-regular-webfont.eot');
    src: url('fonts/tuffy-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tuffy-regular-webfont.woff') format('woff'),
         url('fonts/tuffy-regular-webfont.ttf') format('truetype'),
         url('fonts/tuffy-regular-webfont.svg#TuffyRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*******************/
/* layout elements */
/*******************/
body {
	border-top: 2px solid #fff;
}

.container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#top {
	border-bottom: 2px solid #fff;
	height: 121px;
}


#top img {
	float: left;
}

#content {
	border-top: 2px solid #225a6a;
	clear: both;
	overflow: hidden;
	background: url(images/gif/watermark2.gif) no-repeat right -20px;
}

#left {
	width: 290px;
	float: left;
	overflow: hidden;
}

.block {
	border-top: 2px solid #fff;
	width: 240px;
	padding: 15px;
	overflow: hidden;
	background: #48b94b;
}

.photo {
	border-top: 2px solid #fff;
	background: url(images/jpeg/temp.jpg) repeat-x;
	width: 270px;
	height: 224px;
}

.hands {
	border-top: 2px solid #fff;
	background: url(images/gif/s1.gif) no-repeat;
	width: 270px;
	height: 225px;
	border-bottom: 2px solid #fff;
}

#right {
	width: 644px;
	padding: 20px 16px 16px 10px;
	float: right;
	overflow: hidden;
	
}

#footer {
	border-top: 2px solid #225a6a;
	padding: 15px 10px;
	overflow: hidden;
	clear: both;
}
/*************************/
/* links and navigations */
/*************************/
#nav {
	margin: 0;
	float: right;
	padding: 0;
	list-style: none;
	display: block;
}

#nav li {
	margin: 0;
	padding: 0 15px;
	display: block;
	float: left;
	list-style: none;
}

#nav a {
	color: #494949;
	font-family: Tuffy, arial, sans-serif;
	text-decoration: none;
	height: 121px;
	display: block;
	line-height: 122px;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 13px;
}


#nav a:hover {
	text-decoration: underline;
	color: #111;
}

.home #nav-home a,
.how #nav-how a,
.why #nav-why  a,
.jane #nav-jane a,
.contact #nav-contact a {
	background: #31859c;
	color: #fff;
}

a {
	color: #008000;
}

a:hover {
	color: #000;
}

#footer a {
	color: #333;
}

#footer a:hover {
	color: #000;
}

/********/
/* text */
/********/
h1 {
	font-size: 34px;
	font-family: Tuffy, arial, sans-serif;
	font-weight: normal;
	line-height: 38px;
	padding: 0 0 4px;
	margin: 0;
	color: #008000;
}

.block h1 {
	padding: 0 0 50px;
	color: #fff;
	line-height: 44px;
	font-size: 36px;
}

p {
	font-size: 14px;
	color: #111;
	font-family: arial, sans-serif;
	margin: 0 0 20px;
	line-height: 18px;
	padding: 0;
}

.block p {
	color: #fff;
	margin: 0;
}

h2 {
	color: #2d7a8f;
	font-family: TuffyBold, arial, sans-serif;
	padding: 0 0 1px;
	margin: 0;
	line-height: 22px;
	font-size: 18px;
}

h3 {
	color: #0f5711;
	font-family: Tuffy, arial, sans-serif;
	padding: 0 0 1px;
	margin: 0;
	line-height: 20px;
	font-size: 16px;
}

#footer p {
	color: #333;
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/*****************/
/* website forms */
/*****************/

div.formrow {
	overflow: hidden;
	clear: both;
	margin: 0;
	height: 39px;
}

div.formrow2 {
	overflow: hidden;
	clear: both;
	margin: 0;
	height: 136px;
}

label {
	display: block;
	float: left;
	padding: 5px 0 0 5px;
	font-family: arial, sans-serif;
	color: #333;
	font-size: 13px;
	width: 65px;
}

div.formrow input {
	border: 1px solid #a7a7a7;
	background: #fff;
	padding: 2px;
	margin: 0;
	font-family: sans-serif;
	color: #333;
	font-size: 13px;
	width: 320px;
	float: left;
	height: 23px;
}

textarea {
	border: 1px solid #a7a7a7;
	background: #fff;
	padding: 2px;
	margin: 0;
	font-family: sans-serif;
	color: #333;
	resize: none;
	font-size: 13px;
	height: 120px;
	float: left;
	width: 320px;
	max-width: 320px;
	max-height: 300px;
}

input[type=text]:focus, textarea:focus {
	border-color: #000;
}

#submit {
	height: auto;
	border: 0;
	padding: 10px 14px;
	float: left;
	margin-left: 70px;
	background: #0f5711;
	color: #fff;
	cursor: pointer;
	font-family: Tuffy, 'arial narrow', arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

#submit:hover {
	background: #000;
}

p.errormessage {
	color: #f00;
	font-weight: bold;

}



/********/
/* misc */
/********/
.left {
	float: left;
}

.right {
	float: right;
}

ul {
	padding: 0;
	margin: 0 0 15px 15px;
	display: block;
	list-style: circle;
	font-size: 14px;
}

ul li {
	
	line-height: 18px;
	color: #111;
	font-family: arial, sans-serif;
	
	padding: 0 0 18px 0;
	margin: 0 0 0 10px;
}

ul li ul {
	padding-top: 15px;
	list-style: disc;
}

ul li ul li {
	padding: 0 0 8px;
}

hr {
	border: 0;
	border-bottom: 1px dotted #bbb;
	height: 0;
	width: 90%;
	clear: both;
	overflow: hidden;
	margin: 30px auto;
}

table {
	width: 100%;
}