@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
body {
	background-color: #B3C7CF;
}

.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 */
	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 a float */
	clear:both;
}
.shutter {
	width: 560px;
	float: right;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #333;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
img {
	padding-top: 10px;
	padding-bottom: 10px;
}




#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px ridge #000000;
	text-align: left;
	background-image: url(images/shutterBG.jpg);
} 

#header {
	color: #183952;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #3F3F1F;
	width: 900px;
	background-color: #B3C7CF;
} 
#midBar {
	background-color: #5B818F;
	height: 20px;
}
#header #midBar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
	margin: 0px;
	padding-right: 0px;
}


#mainContent {
	zoom: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 600px;
	background-image: url(images/shutterBG.jpg);
} 
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	padding-left: 10px;
	padding-right: 20px;
	margin-right: 25px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #A48002;
	margin-bottom: -10px;
	padding-bottom: 5px;
}


#mainContent p .SM {
	font-weight: bold;
	font-size: 18px;
}
#mainContent .botPgf  {
	font-size: 16px;
	color: #000;
	padding-left: 10px;
	padding-right: 20px;
	margin-right: 25px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #584501;
	padding-bottom: 5px;
	margin-bottom: 25px;
}


#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #362B01;
	font-size: 24px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #3F3F1F;
	margin-bottom: 5px;
}
#mainContent h1 span {
	font-family: Verdana, Geneva, sans-serif;
	color: #5B818F;
	font-size: 16px;
}

#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: groove;
	margin-right: 350px;
}
#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: groove;
	font-size: 18px;
	margin-right: 20px;
}
#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0C1C29;
	font-size: 16px;
	width: 500px;
}
#mainContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 14px;
}




#mainContent ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}
#mainContent ul li {

}
#mainContent ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 25px;
	font-size: 16px;
	text-transform: capitalize;
	list-style-position: inside;
	font-weight: bold;
}
#mainContent a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009;
	font-weight: bold;
}
#mainContent a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-weight: bold;
}





#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	background-color: #5B818F;
	min-height: 500px;
	background-image: url(images/menuBG.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	border-right-width: thick;
	border-right-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-right: 5px;
	margin-left: 0px;
}
#sidebar1 a {
	color: #A8B6C6;
	text-decoration: none;
}

#sidebar1 p {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 10px;
}

#sidebar1 h3 {
	color: #FFF;
	background-color: #3D555F;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 16px;
	width: 90%;
	height: 25px;
	padding-left: 10px;
	border-right-style: outset;
	border-bottom-style: inset;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: #666;
	border-bottom-color: #333;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #FFF;
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #FFF;
	margin-left: 3px;
}
#sidebar1 ul {
	color: #000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	list-style-type: none;
	width: 200px;
	padding: 0px;
	margin-top: 140px;
	margin-right: auto;
	margin-bottom: 85px;
	margin-left: auto;
}
#sidebar1 ul li {
	color: #FFF;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin: 0px;
	background-image: url(images/menuBtnBG.png);
}
#sidebar1 ul li a {
	color: #000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
	margin-left: 0px;
	display: block;
}
#sidebar1 ul li a:hover {
	color: #F00;
	text-decoration: none;
	background-image: url(images/menuBtn.jpg);
	display: block;
}





#footer {
	padding: 0 10px 0 20px;
	background-color: #5B818F;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
#footer p a {
	color: #000;
	text-decoration: none;
}
.faqQ {
	color: #F00;
	font-weight: bold;
}
#mainContent .shutter p .contact {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
#mainContent .shutter ul {
	color: #000;
	list-style-type: disc;
	list-style-position: inside;
}
#mainContent .diy p {
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
