
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #45833d url(images/background.jpg) repeat-x;
	font: normal 16px  Arial,"Trebuchet MS", Helvetica, sans-serif;
	color: #222;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
		color: #FFC;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify; /* text align */
	line-height: 150%;
	font-size: 100%;
}

blockquote {
	margin-left: 2em;
}


/* Menu */

#menux {
	width: 740px;
	height: 29px;
	margin: 0 auto;
	border-left: 20px solid #f70;
	padding-top: 31px;	
	background-color: #c9574f;
	position:relative;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/img02.jpg)
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

#page_index {
	width: 760px;
	margin: 0 auto;
	background:#6D0202  url(images/content.jpg) repeat-y;
}

#page_gal {
	width: 760px;
	margin: 0 auto;
	background:#6D0202  url(images/img03b.gif) repeat-y;
}

/* Content background color maroon=#6D0202 */
#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}
#content_index {
	float: left;
	width: 370px;
	padding: 20px 30px 20px 200px;
}

#welcome_index {
	margin-top: 140px;
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}
#welcome_index  p {
	margin-bottom: 1.5em;
	text-align: justify; /* text align */
	line-height: 167%;
	font-size: 100%;
	color: #ffc;
}
#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}


.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 100%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

.floating-box ol {
	margin-left: 2em;
}

.floating-box ul {
	list-style: none;
}

.floating-box ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left top;
}

.floating-box a {
	text-decoration: none;
	color: #313131;
}

.floating-box a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Big Right Hand floating box */
.rhbox {
	float: left;
}

.rhbox  p, .rhbox blockquote, .rhbox ul {
	line-height: 144%;
	font-size: 100%;
}


.rhbox  ul {
	list-style: none;
}

.rhbox  ul li {
	padding-left: 20px;
	padding-top: 10px;
	
	background: url(images/img07.gif) no-repeat left center;
}

.rhbox  a {
	text-decoration: none;
	color: #313131;
}

.rhbox  a:hover {
	color: #DB5600;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;background-color:#febd82;
		line-height: 144%;
	font-size: 82%;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

.links {
}

.links ul {	
list-style: none;
background: url(images/img04.gif) repeat-x left bottom;
}

.links ul li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x right top;

}

.links a {
	padding-left: 1em;
		text-decoration: none;
	background: url(images/img07.gif) no-repeat  left center;
	color: #DB5600;
}

.links  a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Table "Monotype Corsiva" */
.italic{
font:italic 20px Century,Georgia, serif;
	color:#f55;
}
.bold{
font:bold 16px "Arial Rounded MT", Arial, Helvetica, sans-serif;
color:#f55;
}


table.hovertable {
	width:100%;
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
table.hovertable th {
	background-color:#c3dde0;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.hovertable tr {
	background-color:#d4e3e5;
}
table.hovertable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}


/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #a98;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}
/* Image jqary Slider */
#slideshow {
    position:relative;
    height:300px;
  
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 350px;
    background-color: #FF2;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0; 
}

#slideshow DIV.last-active {
    z-index:9;  background: #ffffff;
}

#slideshow DIV IMG {
    height: 300px;
    
    display: block;
    border: 0;
 /*    border-bottom: 2px solid #FFFFFF; */
       margin-bottom:10px;
    background: #f0ff0f; 
      position: relative; 
 /*   width: 100%; for IE 6 */
 
 }  
    
 /*      
#slideshow DIV p{color:113333;
	border: 1px solid #FFFFFF;
  background: #ffffff;

} */