/* CSS Document */

/*----------------clear browser 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,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/*----------------END - clear browser styles -------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
	background-color: #666666;
	}
body, td, pre, input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	}
a:visited {
	font-weight: bold;
	color: #000066;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #CC6600;
	}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	}
p, li, pre {
	line-height: 1.5em;
	}

h1 {
	color: #000066;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.5em;
	margin-bottom: 15px;
	}
	
h2 {
	color: #0099FF;
	font-size: 20px;
	font-weight:bold;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
h3 {
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.5em;
	}
	
h4 {
	color: #333333;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
blockquote {
	margin-top: 20px;
	border-bottom: thin #0099FF solid;
	}
		
/* Mother div -------------------------------------------------------------------*/

#mother {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 20px;
	}
	
#mother2 {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 20px;
	}
	
/* navigation div ----------------------------------------------------------------*/

#navcontainer {
	width: 240px;
	float: left;
	margin-top:20px;
	margin-bottom: 20px;
	font-size: 14px;
	}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#navcontainer a {
	display: block;
	padding: 10px;
	width: 240px;
	background-color: #ccc;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
	}

#navcontainer a:link, #navlist a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	}

#navcontainer a:hover {
	background-color: #0099FF;
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
	text-indent: 20px;
	}
	

/* other divs ----------------------------------------------------------------*/


#banner {
	display: none;
	}
	
#header1 {
	height: 450px;
	width: 760px;
	}
	
#header {
	height: 250px;
	width: 760px;
	text-indent: -9999px;
	}
	
#header-new {
	height: 170px;
	width: 760px;
	text-indent: -9999px;
	}
	
#pic1 {
	height:179px;
	width: 155px;
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	}

#imagecaption1 {
	padding-top: 20px;
	}
	
#box1 {
	background-image: url(../images/box1.gif);
	background-repeat: no-repeat;
	height: 180px;
	margin-top: 20px;
	}
	
#box1 ul {
	display: none;
	list-style-type: none;
	}
	
#box2 {
	float: left;
	margin-top: 10px;
	width: 455px;
	margin-left: 40px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	line-height: 10px;
	}
	
#box2 p {
	margin-bottom: 20px;
	}
	
#box2 li {
	list-style-type:square;
	line-height: 1.5em;
	margin-left: 20px;
	}
	
#footer {
	clear: left;
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 20px;
	word-spacing: 5px;
	padding: 2px;
	text-decoration: none;
	}
	
#footer a:link {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	}
#footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666666
	}
#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
	}
#footer a:active {
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
	}
	
#valid {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: center;
	}
	
/*------Mayhew--------------------------------------------------*/

#pain {
	border: #0099FF solid 1px;
	background-color: #E6E6E6;
	margin-top: 20px;
	padding: 20px;
	}
	
#sidenote {
	margin-bottom: 20px;
	border: #0099FF solid 1px;
	background-color: #CBEFFF;
	padding: 10px 10px 5px 10px;
	}
	
#pic-typical {
	margin-top: 15px;
	}
#chrissy {
	float: left;
	text-align:right;
	margin-right: 15px;
	}