/*-----------------current page------------------*/

img		{
	border: 0;
	display: block;
	}
	
body
{
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #D7DADE;
	color: #807A73;
	font-family: Verdana, sans-serif;
	font-size: 100.01%;
	min-width: 800px;
}

/*-----------------header------------------*/
#headwrap {
	width: 800px;
	height: 227px;
	padding: 0;
	border: 0;
	margin: 0;
	}

div#header
{
	text-align: left;
	vertical-align: middle;
	margin: 0px auto 20px auto;
	padding: 0px;
	height: 227px;
	width: 800px;
	background-color: transparent;
	cursor: pointer;
}

div#header h1
{
	background: transparent url(http://www.joicemarie.com/images/header.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	padding-top: 227px;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:227px; /* for pre 6.0 IE Win */	
}



/*-----------------content------------------*/
#wrapper
{
	vertical-align: middle;
	margin: auto;
	padding: 0px;
	width: 800px;
	position: relative;
	/* important to position it relatively */
	border-width: 0;
	border-style: none;
	text-align: left;
	/* Realigns the text to the left after the IE hack in the body rule */
}

#box
{
	text-align: left;
	vertical-align: middle;
	margin: 20px auto;
	padding: 0px;
	width: 800px;
	color: #807A73;
	background-color: #fff;
}

a:link
{
	color: #002F73;
	text-decoration: none;
}

a:visited
{
	color: #737880;
	text-decoration: none;
}

a:hover
{
	background: transparent;
	text-decoration: underline;
	color: #004FBF;
}

a:active
{
	color: #004FBF;
	text-decoration: underline;
}

/*-----------------current page------------------*/
a#current
{
	color: #995400;
	/*-- was #532F1F --*/
	text-decoration: none;
	background-color: inherit;
	font-weight: 500;
}

p, pre, h1, h2, h3, h4, h5, h6
{
	margin: 10px 20px;
	padding: 5px 10px;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.33em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }

#box h2
{
	color: #995400;
	background-color: #fff;
	padding-top: 20px;
}

p
{
	line-height: 140%;
	text-align: left;
}

p img
{
	float: left;
	vertical-align: middle;
	padding-right: 20px;
}

p.nav
{
	margin: 20px auto;
	padding: 0;
	text-align: center;
	font-size: 120%;
	line-height: 100%;
}

p.footer
{
	font: small/150% "Bitstream Vera Mono", "Andale Mono", Courier, "Courier New", monospace;
	margin-top: 8px;
	text-align: left;
}

p.indent { text-indent: 3em; }

p.lead-para:first-letter
{
	font-size: 133%;
	font-weight: bold;
}

p.contact
{
	font-size: 90%;
	margin: 10px auto 20px 20px;
	padding: 5px 10px;
}

p.quote
{
	color: #444444;
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: -10px;
}

blockquote
{
	line-height: 100%;
	margin: auto 20px auto 0px;
	text-align: left;
}

pre
{
	color: #564b47;
	font-size: 120%;
	background-color: transparent;
	font-family: Courier, Monaco, Monospace;
}

/*----------------- List definitions ----------------- */
ul.enlarge  li
{
	line-height: 150%;
	list-style-image: url("../images/icon-click-to-enlarge-1.gif");
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-top: 0px;
	padding: 0px;
}

ul.arrowpro  li
{
	line-height: 150%;
	list-style-image: url("../images/arrow2.gif");
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px 0px 0px 1px;
}

ul.arrowtext  li, ul.arrowlinks  li
{
	line-height: 150%;
	list-style-image: url("../images/arrow1.gif");
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px 0px 0px 1px;
}

ul.bullet  li
{
	line-height: 150%;
	list-style-image: url("../images/blackdot.gif");
	list-style-position: outside;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px 0px 0px 1px;
}

ul.circle  li
{
	line-height: 120%;
	list-style: circle;
	list-style-image: url("../images/red_dit.gif");
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px;
}

ul.decimal  li
{
	line-height: 120%;
	list-style: decimal;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px;
}

ul.leftist  li
{
	line-height: 150%;
	list-style: none;
	margin-bottom: 5px;
	margin-left: -40px;
	margin-top: 0px;
	padding: 0px;
}

ul.none li
{
	line-height: 150%;
	list-style: none;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px 0px 0px 1px;
}

ul.square  li
{
	line-height: 120%;
	list-style: square;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 0px;
}

/*begin laying out the footer div*/
#footer
{
	width: 740px;
	/*provide a width - not strictly necessary just belt and braces from my point of view*/
	background-color: transparent;
	/*set a background colour*/
	font-size: 70%;
	/*scale the font size off the body element*/
	text-align: right;
	/*align the footer text to the right*/
	margin: 20px 30px 0px 30px;
	/*sets margin for the footer*/
}

#footer ul
{
	padding: 2px 0 4px 0;
	/*sets the padding on the ul gives a little space around the li elements*/
	margin: 20px auto;
	/*set the margins*/
}

#footer p
{
	padding: 3px;
	/*sets the padding around the company text in the footer*/
	margin: 0;
	/*zeroes off the margins*/
	color: #564b47;
	/*changes the default colour*/
	background-color: #C6C8CC;
	/*sets the background colour d7d1cf for p elements in the footer div*/
	border-top: 1px solid #999;
	/*sets a defining edge on the top of the footer*/
	border-bottom: 1px solid #999;
	/*sets a border between the company info text and the links below it */
}

#footer ul li
{
	padding: 4px;
	/*2px 4px 2px 2px; sets the padding values*/
	margin: 0;
	/*zeroes off the margins */
	display: inline;
	/*sets the list to display inline*/
}

#footer a
{
	/* Styles the links within the footer */
	color: #666;
	/*sets the text to white*/
	text-decoration: underline;
	/*keeps the underline*/
}

#footer a:hover, #footer a:focus
{
	text-decoration: none;
	/*removes the underline*/
}

/*-----------------  192 px thumbnails --------------------*/
.floatimg
{
	float: left;
	text-align: center;
	font-size: small;
	width: 192px;
	border: none;
	margin: 0 16px 24px 30px;
	padding: 8px;
}

.floatimg img
{
	display: block;
	border: 1px inset #999;
	margin: 0 0 8px 0;
}

.floatimg img.borderless
{
	display: block;
	border: none;
	margin: 0 0 8px 0;
}

/*-----------------  192 px thumbnails --------------------*/
.floathome
{
	float: left;
	text-align: center;
	font-size: small;
	width: 192px;
	border: none;
	margin: 15px auto 5px 30px;
	padding: 8px;
}

.floathome img
{
	display: block;
	border: 1px inset #999;
	margin: 0 0 8px 0;
}

.floathome img.borderless
{
	display: block;
	border: none;
	margin: 0 0 8px 0;
}

/*-----------------  304 px thumbnails --------------------*/
.twoimg
{
	float: left;
	text-align: center;
	font-size: small;
	width: 304px;
	border: none;
	margin: 0 16px 24px 30px;
	padding: 8px;
}

.twoimg img
{
	display: block;
	border: 1px inset #999;
	margin: 0 0 8px 0;
}

.twoimg img.borderless
{
	display: block;
	border: none;
	margin: 0 0 8px 0;
}

/*-----------------  696 px thumbnails --------------------*/
.wideimg
{
	float: left;
	text-align: center;
	font-size: small;
	width: 696px;
	border: none;
	margin: 0 0 24px 30px;
	padding: 8px;
}

.wideimg img
{
	display: block;
	border: 1px inset #999;
	margin: 0 0 8px 0;
}

.wideimg img.borderless
{
	display: block;
	border: none;
	margin: 0 0 8px 0;
}

/*-----------------  400 px thumbnail --------------------*/
.midimg
{
	float: left;
	text-align: center;
	font-size: small;
	width: 400px;
	border: none;
	margin: 0 auto 24px 160px;
	padding: 8px;
}

.midimg img
{
	display: block;
	border: 1px inset #999;
	margin: 0 0 8px 0;
}

.midimg img.borderless
{
	display: block;
	border: none;
	margin: 0 0 8px 0;
}

/*-----------------  various classes --------------------*/
.clearboth { clear: both; }
.inset { border: 1px inset #999; }
.outset { border: 1px outset #999; }



.main /*-----------------  readable width--------------------*/
{
	font-size: small;
	width: 90%;
	border: none;
}

.more
{
	float: right;
	font: 16px "Courier New", Courier, monospace;
}

.mono { font: 16px "Courier New", Courier, monospace; }

/* colors
http://www.wellstyled.com/tools/colorscheme2/index-en.html?mono;50;0;232;0.03153153153153155;0.8705882352941177;0.03153153153153155;0.6094117647058823;0.007882882882882887;1;0.015765765765765775;1;0.03153153153153155;0.8705882352941177;0.03153153153153155;0.6094117647058823;0.007882882882882887;1;0.015765765765765775;1;0.03153153153153155;0.8705882352941177;0.03153153153153155;0.6094117647058823;0.007882882882882887;1;0.015765765765765775;1;0.03153153153153155;0.8705882352941177;0.03153153153153155;0.6094117647058823;0.007882882882882887;1;0.015765765765765775;1;0 */