*
											{
											margin: 0;
											padding: 0;
											}

body
											{
											margin: 20px 0;
											background: #cccccc url(images/index_01.gif) repeat-x;
											font: bold 13px Arial, Helvetica, sans-serif;
											color: #4f4d1c;
											}
											
body img
											{
											border: 5px solid #908b25;
											}
body #lightbox img										
											{
											border: none;
											}

p
											{
											color: #908b25;
											padding-bottom: 10px;
											padding-left: 15px;
											letter-spacing: inherit;
											}
											
.address
											{
											text-align: center;
											font-size: 11px;
											color: #333333;
											padding: 5px;
											letter-spacing: inherit;
											}
											
p .larger
											{
											font-size: 30px;
											color: #4f4d1c;
											}
											
p .white
											{
											color: #FFFFFF;
											}
							
h1
											{
											margin: 0;
											padding: 0;
											font: normal 22px "Arial", Helvetica, sans-serif;
											color: #FFFFFF;
											}

h2
											{
											font: normal 18px "Arial", Helvetica, sans-serif;
											color: #FFFFFF;
											padding-bottom: 5px;
											padding-top: 5px;
											}
											
h2 .green
											{
											color: #4f4d1c;
											font-weight: bold;
											}
											
#google						
											{
											text-align: center;
											padding: 5px;
											background-color: #4f4d1c;
											}

ol, ul
											{
											margin-bottom: 1.5em;
											text-align: justify;
											line-height: 20px;
											font-size: 11px;
											}

blockquote
											{
											padding: 15px 0 0 20px;
											background: url(images/index_10.gif) no-repeat;
											text-align: left;
											font: bold italic 100% "Arial", Helvetica, sans-serif;
											}

ol 										{
											list-style-position: inside;
											}

ul
											{
											list-style: none;
											}

ul li
											{
											padding-left: 20px;
											background: url(images/index_08.gif) no-repeat left center;
											}

a 										{
											text-decoration: none;
											color: #4f4d1c;
											outline: none;
											}

a:hover
											{
											text-decoration: underline;
											color: #FFFFFF;
											}
											
hr 
											{
											margin-top: 10px;
											margin-bottom: 10px;
											color: #FFFFFF;
											background-color: #FFFFFF;
											border-width: 0 0 0 0;
											height: 1px;
											}

/* Top Menu */

#top_menu 						
											{
											width: 760px;
											height: 175px;
											margin: 0 auto;
											padding: 0 0 10px 0;
											background: url(images/index_header.jpg) no-repeat;
											}

#top_menu h2, h2 a
											{
											text-align: center;
											letter-spacing: 1px;
											line-height: 18px;
											font-size: 16px;
											text-decoration: none;
											color: #d7ce32;
											}
											
#top_menu h2 a:hover
											{
											text-decoration: underline;
											}

/* Page */

#page
											{
											width: 760px;
											margin: 0 auto;
											background: url(images/index_02.gif) repeat-y;
											}

/* Content */

#content
											{
											float: left;
											width: 400px;
											padding: 0 0 0 95px;
											background: url(images/index_03.gif) no-repeat;
											}

#content .title
											{
											font-size: 30px;
											color: #4f4d1c;
											padding: 10px 10px 10px 50px;
											background: url(images/index_06.gif) no-repeat 20px 50%;
											}

#content .content
											{
											padding: 0px 20px 1px 20px;
											}

#welcome
											{
											margin-bottom: 10px;
											background: url(images/index_09.gif) no-repeat center bottom;
											}
											
#terms
											{
											margin-bottom: 10px;
											background: url(images/index_09.gif) no-repeat center bottom;
											}

#terms p
											{
											font-size: 11px;
											padding: 10px;
											}

.floating-box
											{
											float: left;
											width: 160px;
											margin: 0 20px;
											}

.floating-box .heading
											{
											margin-bottom: 1em;
											padding-bottom: 1em;
											background: url(images/index_07.gif) repeat-x left bottom;
											}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul
											{
											font-size: 13px;
											color: #000000;
											text-align: justify;
											line-height: 20px;
											}
											
.floating-box ul a
											{
											font-size: 11px;
											text-align: left;
											}

.floating-box img
											{
											border: 5px solid #FFFFFF;
											}

/* Sidebar */

#sidebar
											{
											float: right;
											width: 160px;
											padding: 0 80px 0 20px;
											background: url(images/index_04.gif) no-repeat right top;
											}

#sidebar h2
											{
											margin-bottom: 1em;
											}

/* Menu */

#menu
											{
											padding-top: 20px;
											}
											
#menu a
											{
											font-size: 14px;
											color: #4f4d1c;
											font-weight: bold;
											line-height: 25px;
											}
											
#menu a:hover
											{
											color: #fff;
											text-decoration: none;
											}

/* Footer */

#footer
											{
											width: 760px;
											height: 50px;
											margin: 0 auto;
											background: url(images/index_05.gif) no-repeat;
											}

#footer p
											{
											margin: 0;
											font-size: 11px;
											font-weight: bold;
											}

#footer .links
											{
											float: left;
											padding: 15px 0 0 97px;
											color: #000000;
											}

#footer a 						
											{
											color: #000000;
											}

#site_map ul, #site_map li
											{
											list-style: none;
											background: none;
											margin-bottom: 0;
											}
											
/*----------------------RS-----Contact Form-------------------*/
#ContactForm {
	margin-left: 50px;
	margin-bottom: 20px;
	}	
	
#ContactForm textarea {
	width: 250px;
	height: 120px;
	}	
	
											