@charset "UTF-8";
#shadepull{
	background-image: url(images/shadepull8.gif);
	position:absolute;
	top:50px;
	width:221px;
	height:460px;
	z-index:1;
	background-repeat: no-repeat;
	left: 452px;
}
#shadepulldown{
	margin-top: 50px;
}

#shadepull a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
#shadepull a:hover {
  text-decoration: none;
 
}
#shadepull2{
	background-image: url(images/shadepull5.gif);
	position:absolute;
	left:99px;
	top:68px;
	width:137px;
	height:615px;
	z-index:-2;
	background-repeat: no-repeat;
}

#shadepull2top{
	background-image: url(images/shadepull5top.gif);
	position:absolute;
	left:99px;
	top:68px;
	width:137px;
	height:615px;
	z-index:1;
	background-repeat: no-repeat;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	
	background-color: #FEEDC5;
}
a img {
	border: none;
}
a {
	color: #333;
}
p ,#mainContent ul , #mainContent ol{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 80%;
	text-align:left
	;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	width: 940px; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/newbackground16yel2.jpg);
	background-repeat: repeat-x;
	border: thin solid #333;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1, h2, h3  {
	font-weight: normal;
	color: #D16F00;
	text-align:left;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 110%;
	padding: 0px;
	font: "Lucida Grande", Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 125%;
	text-align: left;
	color: #333;
	font: 0.95em "Lucida Grande", Arial, Helvetica, sans-serif;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#headertop {
	letter-spacing: 0.5em;
	margin-top: 0px;
	margin-right: 10px;
	float: left;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 20px;
	padding-bottom: 27px;
	text-align: center;
	background-repeat: no-repeat;
}
#headertop h1 {
	
	color: #000;
	font-size: 250%;
	margin-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
	text-align: center;	
}
#headertop h1 a {
	text-decoration: none;
}
#headertop h2 {
	text-align: center;
	margin: 0px;
	color: #900;
}

#headerleft img {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#headerleft {
	float: left;
	background-repeat: no-repeat;
	width: 300px;
	height: 31px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
}
#headerleft h1 {
	color: #000;
	font-size: 300%;
	margin-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#headerright {
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20%;
	text-align: center;
} 
#headerright ul{
	overflow: auto;
	background-repeat: repeat-x;
	display: list-item;
	text-align: center;

}
#headerright  li a {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-decoration: underline;
	color:#000;
	font-weight: bold;
	display: block;
	float: left;
	border-left-width: thick;
	border-left-style: groove;
	
}
#headerright li {
	display: inline;
}
#headerright h1 {
	color: #991309;
	letter-spacing: 0.2em;
	margin-top: 0px;
	font-size: 200%;
	padding-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}
#headerright li a:hover, #headerright li a:active, #headerright li a:focus{
	color: #900;
	background-color: #FEEDC5;	
}

.websites #websites a, .services #services a, .faqs #faqs a, .information #information a, .contact #contact a {
	color: #900;
	font-weight: bold;
	background-color: #FFF;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the " #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
 #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 150px
	padding: 0 0 0 10px; /* top and bottom padding create visual space within this div  */
	text-align: left;
	margin-top: 90px;
	margin-left: 10px;
	width: 150px;
}
#sidebar1 li {
	width: 100%;
	margin-bottom: 0.2em;
	background-color: #C7EAFE;
}
#sidebar1 h3 {
	font-size: 100%;
	color: #900;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#sidebar1 li a, #sidebar1 li a:link, #sidebar1 a:visited {
	display: block;
	text-decoration: none;
	padding: 0.5em 1em 0.3em 1.5em;
	color: #000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	border-right-width: thick;
	border-bottom-width: thick;
	border-right-style: groove;
	border-bottom-style: groove;
}
#sidebar li a:visited {
	color: #55628B;	
}
#sidebar1 li a:hover, #sidebar1 li a:active, #sidebar1 li a:focus {
	color: #900;
	background-color: #97B8CF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}
p ,#sidebar1 ul , #sidebar1 ol,{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 80%;
	text-align:left
	
	}
#sidebar1 p,  #sidebar1 h3,  #sidebar2 p    ,  {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
 #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 20%;
	margin-top: 90px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
	padding-left: 15px;
}
 .down #sidebar2 {
	
	margin-top: 40px;
	
}

#sidebar2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	line-height: 1.5em;
}
#sidebar2  a  {
	padding-left: 15px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	color: #D68213;
}
#sidebar2 h3 {
	font-size: 100%;
	color: #900;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.websites #sidebar1 {
	width: 170px;
}
.websites #sidebar1 h1 {
	text-align: center;
}

.websites #sidebar2 h1 {
	text-align: center;
}.websites #sidebar2 {
	width: 210px;
	margin-left: 0px;
	background-image: url(images/sidebar_bgrd.jpg);
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 10px;
}


.websites #mainContent  {
	background-image: none;
	background-color: transparent;
	border: 0;
	margin-top: 50px;
	margin-left: 200px;
	margin-right: 280px;
	width: 480px;
}
.websites #websiteTitle_top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	text-align: center;
	font-weight: lighter;
	padding-bottom: 20px;
}
.websites #footer {
	margin-right: 260px;
}
.faqs  #mainContent{
	border: 0;
	margin-top: 70px;
	margin-left: 22%;
	padding-left: 15px;
	margin-right: 20%;
	padding-top: 30px;
	background-color: transparent;
}
.faqs #mainContent p{
	padding-left: 16px;
	padding-right: 10px;
}
.faqs #mainContent li{
	list-style-type: none;
	color: #963;
	padding-left: 50px;
	padding-right: 30px;
	font-weight: normal;
}
.contact #mainContent form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: left;
	font-weight: lighter;
	vertical-align: top;
	color: #666;
}
.contact #mainContent{
	margin-right: 200px;
	margin-top: 0px;
	margin-left: 200px;
	border: none;
}
.information #mainContent{
	border: 0;
	margin-top: 70px;
	margin-left: 22%;
	padding-left: 15px;
	margin-right: 20%;
	padding-top: 30px;
	padding-right: 15px;
}
.information #mainContent p{
	padding-left: 16px;
	padding-right: 10px;
}
.information #mainContent li{
	list-style-type: none;
	color: #963;
	padding-left: 50px;
	padding-right: 30px;
	font-weight: normal;
}
.services #mainContent{
	background-image: none;
	border: 0;
	margin-top: 0px;
	margin-left: 200px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	margin-right: 200px;
	background-color: transparent;
	text-align: left;
}
.down #mainContent{
	margin-top: 0px;
	z-index: 5;
	background-repeat: no-repeat;
	margin-right: 200px;
	margin-left: 200px;
	}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
 #mainContent{
	margin-top: 80px;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 19px;
	border="1";
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-repeat: no-repeat;
	border: thin ridge #999;
}
#mainContent web{
	margin-top: 80px;
	margin-right: 30%;
	margin-bottom: 0;
	margin-left: 19%;
	border="1";
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #E8E8E8;
	background-repeat: no-repeat;
	border: thin ridge #999;
}
#mainContent  li{
	font-family:Arial, Helvetica, sans-serif;
	color: #195199;
	padding-left: 15px;
	text-align:left;
	font-size: 80%;
}
#mainContent  a{
	color: #C00;
}
#mainContent #frontcollage {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#mainContent #righTopImg {
	background-image: url(images/cornerrighttop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	width: 60px;
	float: right;
}
#mainContent #righBotImg {
	background-image: url(images/cornerrgtbt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 60px;
	width: 60px;
	float: right;
}
#mainContent #leftBotImg {
	background-image: url(images/cornerleftbt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 60px;
	height: 60px;
	float: left;
	margin-bottom: 100px;
}
#mainContent h1 {
	font-weight: normal;
	color: #000;
	padding: 0 0 0 40px;
}
#mainContent .rightCaption {
	float: right;
	padding-right: 15px;
	color: #000;
}

	
#frontPic {
	background-image: url(images/frontpic.jpg);
	background-repeat: no-repeat;
	height: 288px;
	width: 189px;
	background-position: bottom;
	float: left;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 100px;
}	

 #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	height: 20px;
	background-color: #C7EAFD;
	margin-top: 20px;
	z-index: 1;
}
 #footer p {
	margin: 0;
	display: inline;
}
.down #footer {
	text-align: left;
	margin: 0px;
	background-color: #FDEFC8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.contact	#footer {
		
}
.faqs  #footer {
	
	margin-right: 20%;
	
} 
.information #footer {
	margin-right: 20%;

} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.services #mainContent img {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	
	float: left;
	margin-right: 0.5em;
	margin-bottom: .5em;
}
.emph {
	font-style: italic;
	color: #933;
	font-weight: bold;
}
.morelink {
	color: #000;
	font-size: 80%;
	font-weight: normal;
	background-image: url(images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#sign  {
	margin-top: 200px;
}
.down #curtainCenter {
	margin-right: 200px;
	margin-left: 200px;
	background-image: none;
	margin-top: 0px;
	text-align: center;
}
.down #container #curtainCenter h1 {
	text-align: center;
}
.down #curtainCenter ul,{
	
}
.down #curtainCenter li, {
	display: inline;
	text-decoration: none;
	padding: 0.5em 1em 0.3em 1.5em;
	color: #000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	border-right-width: thick;
	border-bottom-width: thick;
	border-right-style: groove;
	border-bottom-style: groove;
}
.down #container {
	background-image: url(images/newbackground16yeldown.jpg);
	background-repeat: repeat-x;
}
.down #curtainCenter p {
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
.down #curtainSidebar1  {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 15%; /* the background color will be displayed for the length of the content in the column, but no further */
	
	text-align: left;
	margin-top: 100px;
	margin-left: 10px;
}
.down #curtainCenter h3 {
	text-align: center;


	}
.down #curtainSidebar1 li {
	font: 0.80em "Lucida Grande", Arial, Helvetica, sans-serif;
	
	padding: 0.5em 1em 0.3em 1.5em;
	color: #000;
	width: 100%;
	margin-bottom: 0.2em;
}
.down #curtainSidebar1 ul , .down #curtainSidebar1 ol,{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 80%;
	text-align:left
	
	}
.down #curtainSidebar1 p,  .down #curtainSidebar1 h3,  #sidebar2 p    ,  {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
