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

* {
margin: 0;
padding: 0;
}

html {
font-size: 100%;
}

body {
background: #b01500 url(images/bodycol_bg.gif) repeat;
margin: 10px 0 0 0;  
padding: 0; 
font-size: 62.5%;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: center;
}


/*   Header styles info  */

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Bookman Old Style", "Times New Roman", Times, Garamond, Palatino, serif;
font-style: normal;
padding: 15px 0 6px 0; 
letter-spacing: 2px;
margin: 0 75px; 
}

h1 { 
font-size: 2.4em;
color: #b07400;
}

h1.banner {
	text-indent: -9999px; 
	overflow: hidden;
	margin: 0; 
	padding: 0; 
	border: 0;
}
	
h2 { 
font-size: 2em;
color: #b07400;
}

h3 { 
font-size: 1.9em;
color: #b07400;
}

h4 { 
padding-bottom: 0;
font-size: 1.8em;
color: #b07400;
}

h5 {
font-size: 1.7em;
color: #b07400;
}

h6 { 
font-size: 1.6em;
color: #b07400;
}

/*  .... Paragraph styling  ...  */

p {
font-family: Verdana, "Lucida Sans", "Trebuchet MS", Tahoma, Helvetica, Geneva, Arial, sans-serif;
margin: 0 75px;
padding: 8px 0 8px 0;
color: #b07400;
font-size: 1.4em;
font-style: normal;
letter-spacing: 0.068em; 
text-align: left;  
text-indent: 0;
line-height: 135%;
}
p.center {
text-align: center;
color: #b07400;
}
p.center_black {
text-align: center;
color: #333;
font-size: 1.5em;
}

p.footer_legal {
text-align: center;
color: #fff;
font-size: 1em;
}
p.footer_legal a:link {
color: #f6f6f6;
}
p.bold {
font-weight: bold;
}
p.larger {
font-size: 1.5em;
color: #b07400;
font-weight: bold;
}
p.white {
color: #fff;
font-size: 1.5em;
font-weight: bold;
padding: 0;
}

blockquote {
font-style:italic;
text-indent: 20px;
font-weight: bold;
padding: 0;
}

/*  Link info for the site.....*/

a:link {
color: #0085b0;  
text-decoration: none;
}

a:visited {
color: #b01500;  
text-decoration: none;
}
a:hover {
color: #666;
text-decoration: underline;
}

a:active {
color: b07400;  
text-decoration: underline;
}

/*  PAGE ELEMENTS  */

#container {
position: relative;
width: 800px;
background: #fff url(images/container_bg.gif) repeat-y center;
margin: 0 auto;
text-align: left;
padding: 0;
}

#banner_top {
width: 800px;
height: 150px;
background: #0085b0 url(images/top_banner2.gif) no-repeat center;
text-align: center;
}

#banner_photo {
width: 800px;
height: 118px;
background: #fff url(images/photo_banner_bg.gif) no-repeat center;
text-align: center;
}

#banner_photo_two {
width: 800px;
height: 118px;
background: #fff url(images/photo_banner_bg.gif) no-repeat center;
text-align: center;
}

#banner_photo_two img, #banner_photo img {
float: left;
display: inline;
margin-left: 6px;
margin-top: 5px;
}
#banner_photo_two img.first, #banner_photo img.first {
margin-left: 15px;
}

#banner_gallery {
width: 800px;
height: 163px;
background: ##0085b0 url(images/gallery_banner.gif) no-repeat center;
text-align: center;
}

#main {
background: #fff url(images/container_bg.gif) repeat-y center;
width: 800px;
padding: 20px 0 50px 0;
color: #fff;
}


/*   NAVIGATION ELEMENTS   */

#nav {
	width: 800px;
	background: #fff url(images/container_bg.gif) repeat-y center;
	text-align: left;
	margin: 0;
	padding: 0;
}

#nav ul {
margin: 0;
padding: 0 0 0 75px;
float: left;
}
#nav ul li {
list-style-type: none;
float: left;
font-family: Verdana, "Lucida Sans", "Trebuchet MS", Tahoma, Helvetica, Geneva, Arial, sans-serif; 
font-size: 1.6em; 
color: #0085b0;
text-align: left;
padding: 0;
margin: 0;
line-height: 100%;
}

#nav ul a:link, #nav ul a:visited {
color: #0085b0;
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 8px 6px 8px 0;
display: block;
}

#nav ul a:hover {
color: #b07400;
text-decoration: none;
}

#nav ul li.cur a:link, #nav ul li.cur a:visited {
color: #b07400;
text-decoration: none;
}

.clear {
background: #fff url(images/container_bg.gif) repeat-y center;
width: 800px;
height: 3px;
clear: both;
}
/*  PayPal Table css   */

#paypal {
width: 320px;
margin-left:300px;
}
td {
color: #b07400;
}

/*   CONTACT  FORM DATA    */

#form_box {
width: 650px;
margin: 0 0 0 75px;
}
#form_box p {
padding: 0;
margin: 0;
}
fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #f0f0f0;
background: #fcfcfc;
}

legend {
font-family: Verdana, "Lucida Sans", "Trebuchet MS", Tahoma, Helvetica, Geneva, Arial, sans-serif; 
margin: 0; 
font-size: 1.7em;  
font-style: normal;    
text-indent: 0;
padding: 0;
color: #b07400;
font-weight: bold;
}
label {
display: block;
font-family: Verdana, "Lucida Sans", "Trebuchet MS", Tahoma, Helvetica, Geneva, Arial, sans-serif;
margin-left: 10px; 
font-size: 1.4em;  
font-style: normal;   
text-indent: 0;
color: #b07400;
}
input.contact {
width: 180px;
}
p.warning {
color: #b01500;
font-weight: bold;
}
span.warning {
color: #b01500;
font-weight: bold;
}
select {
margin-left: 10px;
}
input {
margin-left: 10px;
}
textarea {
margin-left: 10px;
width: 400px;
height: 150px;
}

/*  FOOTER DATA   */
   
#footer_top {
width: 800px;
height: 20px;
background: #0085b0 url(images/footer_top.gif) no-repeat center;

}
#footer_main {
width: 800px;
background: #0085b0 url(images/footer_mid.gif) repeat-y center;
}
#footer_bot {
width: 800px;
height: 51px;
background: #0085b0 url(images/footer_bot.gif) no-repeat center;
}




