@charset "utf-8";
/* CSS Document */

/*CSS Reset/////////////////////////////////////////*/
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

#bottom_links{
	padding-left: 20px;	
}

#bottom_links a {
	text-decoration: none;
	color: #000000;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*End CSS Reset//////////////////////////////////////////*/



body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	
}#wrapper {
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}
#logo {
	float: left;
}



/*Navigation*/
#nav {
	width: 585px;
	color: #000000;
	float: right;
	margin-top: 53px;
}


#nav ul{
	list-style-type: none;
	
}
#nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	text-decoration: none;
	color: #333333;
	background-image: url(images/nav_up.jpg);
	background-repeat: no-repeat;
	line-height: 36px;
	display: block;
	width: 113px;
	text-align: center;
	font-weight: bold;
}


#header {
	clear: both;
}

#col1 {
	width: 300px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 250px;
}
#col1 h1 {
	color: #ff5933;
	font-size: 18px;
}

.clear{
	clear: both;
}	
.read_more_fix {
	position: absolute;
	margin-top: 200px;
}
#col2 {
	width: 430px;
	float: left;
	margin-left: 30px;
}
#col2 h1 {
	font-size: 18px;
	color: #57351e;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 182px;
}
#inner_footer {
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.lines {
	background-image: url(images/lines.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
}









#slideshow {
    position:relative;
    height:304px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#drop {
	position: absolute;
	z-index: 100;
	margin-top: 0px;
	margin-left: 2px;
	visibility: hidden;
}
#drop ul li {
	
    float: none;
}

#drop ul li a{
	width: 170px;
	background-color: transparent;
	margin: 0px;
	background-image: url(images/trans.png);
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aeca53;
	background-repeat: repeat;
}

#drop ul li a:hover{
	background-image: url(images/trans_hover.png);
	background-repeat: repeat;
}
.tipoos {
	margin-left: 355px;
	
}
.regular_bg {
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}
.myblockquote {
	color:#000000;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;
	margin-bottom:0;
	width:600px;
	background-attachment: scroll;
	background-color: #E8E8E8;
	background-image: url(images/blockquote.jpg);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	border-top-width: 7px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1F1F1;
	border-bottom-color: #F1F1F1;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 60px;
}

.img1{
	float: right;
	margin-left: 10px;
}

