/*
 *  Draft Jane Kidd
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
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{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

html {
	background: #f8f6f3;
	color: #0b3166;
	}

body {
	font-size: 87.5%;  /* Set base size to 14px */
	line-height: 1.57em;  /* Set line-height to 22px */
	}

body, input, textarea, select, label {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
code {
	font-family: Consolas, "Courier New", Courier, mono;
	}
	
p {
    padding-bottom: 1.57em;
	}
	
a:link, a:visited {
    color: #0b3166;
    text-decoration: none;
    border-bottom: 1px solid #0b3166;
	}	
a:focus, a:hover, a:active {
    color: #0b3166;
    text-decoration: none;
    border-bottom: 2px solid #0b3166;
	}

h1 {
    font-size: 1.57em;
	}
	
h2 {
    font-size: 1.29em;
	}

em {
	color: #083e8c;
	}

label {
	font-size: 1em;
	}

input, textarea, select {
	padding: 2px 5px;
	font-size: 1.14em;
	background: #cdd3dc;
	color: #0b3166;
	border: none;
	}

input.button {
    padding: 0;
	}

img {
	-ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */
	}

/* End text */ 


/* Begin page styles */
	
#wrapper {
	width: 740px;
	margin: 0 auto;
	border: solid #6b83a6;
	border-width: 0 2px 2px 0;
	}
#wrapper:after {
/* auto clear the section */
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#wrapper {display: inline-table;}
/* Hide from IE Mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE Mac */

/* End page */


/* Begin header styles */

#header {
    padding: 30px 0;
    }

#logo a {
	display: block;
    width: 400px;
    height: 128px;
    background: url(../images/title.png) no-repeat;
    text-indent: -9999px;
    border: none;
	}

/* End header */


/* Begin body styles */

#content {
    min-height: 282px;
	padding: 0 180px 18px 20px;
	background: url(../images/photo.jpg) no-repeat right bottom;
	}

form input {
	float: left;
	width: 210px;
	margin: 0 20px 20px 0;
	}
form input.button {
	float: none;
	width: auto;
	margin: 0 0 11px 160px;
	text-align: center;
	}

#homeLearnMore {
	width: 460px;
	text-align: center;
	font-size: 1.29em;
	}
#homeLearnMore p {
	padding-bottom: 0.61em;
	}
#homeLearnMore em {
	color: #6b83a6;
	}
	
/* End body */


/* Begin footer styles */

#footer {
	padding: 30px 0;
    text-align: center;
    font-size: 0.79em;
    line-height: 1.64em;
    color: #6b83a6;
	}

#footer p {
	padding: 0;
	}
	
/* End footer */