/* CSS Document */
/* Design - Mark Abrams 9/2008 */

html {
	padding: 0px;
}
body {
	background-color: #FEF8F1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
/* Page Layout - float center  */

#header{
	padding: 0px;
	height: 200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/headerTemplate.gif);
	background-repeat: no-repeat;
	background-position: center;
	left: 0px;
	display: none;
	}
	
#content {
	width:575px;
	z-index: 2;
	height: auto;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	line-height: 1.4em;
	top: 50px;
	float: none;
	margin-right: auto;
	margin-left: auto;

}

 






#content #form1 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: thin groove #630063;
	padding: 25px;
}
#navbar {
	position: relative;
	left:50%;
	width:200px;
	z-index: 3;
	margin-left: -395px;
	visibility: visible;
	height: 550px;
	background-image: none;
	background-repeat: no-repeat;
	top: 25px;
	display: none;
}
#navbar ul {
	font-size: x-small;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
.menulable {
	font-style: italic;
	font-weight: 500;
}

 #footer {
	text-align: center;
	position: static;
	width: 550px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}


h1	{
	font-family: Papyrus;
	font-size: x-large;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	clear: both;
	background-image: url(../images/layout/title-horizontal-break.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 1.5em;
	margin-bottom: 2em;
	color: #00FF66;
	}
	
h2	{
	font-weight: bold;
	background-image: url(../images/layout/page-horizontal-break.gif);
	font-variant: normal;
	line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: -1em;
	padding: 0px;
	font-size: 100%;
	}
	
h3	{
	font-size: small;
	font-weight: 900;
	font-style: italic;
	text-indent: 1em;
	margin-bottom: -1em;
	padding: 0px;
	}
h3 + p{
	margin-left: 1.5em;
}

h4	{
	font-size: small;
	font-weight: 900;
	color: #9C9A31;
	font-style: italic;
	text-indent: 1em;
	}
strong {
	font-weight: 400;
}

#content ul li {
	list-style-type: circle;
	margin-bottom: .5em;
}

blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
}
.run-in {
	font-weight: bold;
	margin-bottom: -1em;
}


cite {
	width: 55px;
}
/*  Controls SEO Div visability and position  */	
#splash {
	position: absolute;
	z-index: 2;
	width: 640px;
	height: 360px;
	margin-left: -320px;
	left: 50%;
	top: 15%;
	visibility: visible;
	background-color: #FFF3D6;
}



.img_left {
	padding-right: 10px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
}
.img_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	display: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clearRight {
	clear: right;
}

#content .testimonial {
	font-size: 80%;
	clear: right;
}


#pageBanner {
	font-family: Papyrus;
	font-size: x-large;
	font-style: italic;
	font-weight: bolder;
	color: #630063;
	text-align: center;
	clear: both;
	background-image: url(../images/layout/title-horizontal-break.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bold_list {
	font-weight: bold;
	line-height: 1.5em;
	font-size: small;
}
.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}

 
a:link {
	color: #666633;
}
.imageCaption {
	margin-top: 20px;
	font-size: x-small;
	position: absolute;
	width: 196px;
	left: 242px;
	top: 246px;
}
.formError {
	font-weight: bold;
	color: #FF0000;
}
#content .todo {
	background-color: #FFFF00;
}
