/* Stylesheet for website of Marissa Doyle - Author */
/* url: http://www.marissadoyle.com */
/* Created by: Justin Knupp - Stonecreek Media */
/* url: http://www.stonecreekmedia.com */
/* copyright 2005 Marissa Doyle */



/* ----------------- Redefine HTML elements -------------------- */


body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	background-position: left top;
	background-color: #FFFFFF;
	background-image: url(../images/background_grade.jpg);
	background-repeat: repeat;
}

p {
}

.background {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 800px;
	background-image: url(../images/background_grade_green.jpg);
	background-repeat: repeat;
	background-position: left top;
}

h5 {
	font-weight: normal;
	font-size: 14px;
}

/* ---------------- Define class items ------------------------- */

.page {
	padding: 0px;
	height: 100%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
}

.left {
	height: 100%;
	width: 297px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.leftTop {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 146px;
	width: 297px;
	float: left;
	background-image: url(../images/background_front_topleft.jpg);
}

.leftMiddle {
	height: 204px;
	width: 297px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	background-image: url(../images/background_front_name.jpg);
}

.leftBottom {
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 297px;
	float: left;
}

.leftBottomFiller {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 297px;
	background-color: #ebe0d1;
	background-repeat: repeat;
	background-position: left top;
}

.right {
	height: 100%;
	width: 503px;
	float: right;
	margin: 0px;
	padding: 0px;
}

.rightTopNav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 90px;
	width: 503px;
	background-image: url(../images/background_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.navContent {
	margin: 0px;
	padding: 0px;
	float: right;
}

.rightMiddle {
	background-image: url(../images/background_middle_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 497px;
}

.rightBottom {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 503px;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/background_front_tile.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}


.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	float: left;
	height: 100%;
	width: 415px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
}

.content a:link {
	color: #000000;
	font-weight: bold;
}

.content a:visited {
	color: #000000;
	font-weight: bold;
}

.content a:hover {
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}

.content p {
	font-weight: normal;
}

.content blockquote {
	text-indent: -3.5em;
}

.contentBook {
	font-style: italic;
}

.photoRight {
	float: right;
	border: thin solid #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.photoLeft {
	float: left;
	padding-right: 8px;
}

.photoCenter {
}


.formBox {
	margin: 0px;
	padding: 3px;
	height: 100%;
	width: 400px;
	text-align: left;
	float: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.footer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 10px;
	width: 800px;
}

.legal {
	float: left;
	height: 100%;
	width: 297px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-size: 1.35em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.legal a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.legal a:hover {
	color: #000000;
	text-decoration: none;
}

.bottomNav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000000;
}

.bottomNav a:link {
	color: #000000;
	text-decoration: none;
}

.bottomNav a:visited {
	color: #000000;
	text-decoration: none;
}

.bottomNav a:hover{
	color: #993333;
	text-decoration: underline;
}

/* --------------------------- Drop Menu items -------------------------- */

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color: #E8CAA4;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #6D714E;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

