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

    
    body {
	background-image: url(../images/pagebkgd.jpg);
	background-repeat: repeat;
}
#main
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 950px;   /* this is the body background for text area */
	border-color: #330066;
	border-style: solid;
	border-width: thin;
	background: url(../images/pagebkgd2.jpg);
	top: 100px;
	left: 30px;
	}
#sidebar
	{
	width: 230px;
	background-image: url(../images/sidebar-image.png);
	background-repeat: repeat-y;
	position: relative;
	}
	
#text
	{
	margin-left: 300px;
	width: 600px;
    }

	
#header
	{
	width: 950px;
	height: 528px;
	background-image: url(../images/header.png);
	}
#divline
	{
	margin-left: 40px;
	width: 5px;
	position: absolute;
	top: 546px;
	left: 225px;
	background-image: url(../images/divline.png);
	height: 500px;
    }
#burst
	{
	margin-left: 40px;
	width: 150px;
	position: absolute;
	top: 875px;
	left: 1px;
	height: 77px;
    }
	
#fb
	{
	margin-left: 160px;
	width: 58px;
	position: absolute;
	top: 960px;
	left: 1px;
	height: 60px;
    }

	
#footer
	{
	width: 950px;
	background-image: url(../images/footer.png);
	height: 38px;
	}
#scrollbkgd
	{
	width: 800px;
	position: absolute;
	top: 6px;
	height: 500px;
	background-image: url(../images/scrollbkgd.png);
	left: 90px;
    }
	
#links	
	{
	position: absolute;
	top: 554px;
	left: 38px;
	width: 183px;
	margin-right: 60px;
	}	
	
#links li
	{
	text-indent: 0;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	}
	
#links ul
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#links li
	{
	padding-bottom: 2px;
	}
	
#links li:hover
	{
	color: #999999;
	}
	
#links li a
	{
	display: block;
	border: none;
	color: #CC9900;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 35px;
	letter-spacing: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#links li a:hover
	{
	color: #666666;
	background-position: -300px 60%;
	background: url(../images/bullet.png) no-repeat;
	}
	
a
	{
	color: #CC9900;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	}
	
a:visited
	{
	
	border: none;
	}
	
a:hover
	{
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	}

h1
	{
	color:#CC9900;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	}
h2
	{
	color:#CC9900;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	}
h3
	{
	color:#CC9900;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	}
h4
	{
	color:#CC9900;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	}
			
p
	{
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 22px;
	}
.bulletliststyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
}
.uppercase {
	text-transform: uppercase;
}
.listheader {
	text-transform: uppercase;
	color: #787244;
	font-size: 14px;
}
.quoteheader {
	font-size: 13px;
	color: #FFCC66;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.quotecopy {
	font-size: 12px;
	color: #FFCC66;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
}
    
	
.bottompagelinks {
	font-size: 10px
}
.bottomaddress {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height: 15px;
}
.testimonialname {
	color: #666666;
	text-align: right;
	font-style: italic;
	font-size: 12px;
}

