/* CSS Document */
a {color: #e1d5a4; text-decoration:none; }
a:hover{ color:#ffffff; text-decoration:underline; }
body { margin-top:0px; border:0; font-family:century gothic;}
#container {margin-left:auto; margin-right:auto; width:950px; position:relative; background:#FFFFFF;}
#header {background-image:url("images/header.jpg"); height:100px;}
#navi {height:25px;font-family:century gothic; font-size: 12px; color: #ffffff; font-weight: normal; line-height:2em; vertical-align:middle;}
#left_column {background-color:#fd80bf; width:160px; height:530px; padding:20px 20px 20px 20px; text-align:justify; font-family:century gothic; font-size: 12px; color: #FFFFFF; font-weight: normal;}
#content {text-align:justify; font-family:century gothic; font-size: 12px; color: #626262; font-weight: normal;}
#popular {text-align:justify; font-family:century gothic; font-size: 14px; color: #626262; font-weight: normal;}
#right_column {background-color:#FF99CC; top:140px; margin-left:740px; width:210px; position:absolute;}
.share{
position:absolute;
top:98px;
}

.h1{ font-family:century gothic; font-size:13px; font-style:normal; color:#ffffff;}
.h2{ font-family:century gothic; font-size:10px; font-style:normal; color:#ffffff;}
.h3{ font-family:times; font-size:15px; font-style:normal; font-weight:normal; color:#ffffff;}
.h4{ font-family:century gothic; font-size:15px; font-style:normal; color:#4c1900;}
.h5{ font-family:century gothic; font-size:10px; font-style:normal; color:#4c1900;}
.h6{ font-family:century gothic; font-size:11px; font-style:normal; color:#ffffff;}
.t1{tfont-family:century gothic; font-size: 12px; color: #5b4f22; font-weight: bold;}
.c1 {text-align:justify; font-family:century gothic; font-size: 11px; color: #ffffff; font-weight: normal;}
.c2 {text-align:justify; font-family:century gothic; font-size: 12px; color: #4c1900; font-weight: normal;}
.c3 {text-align:justify; font-family:century gothic; font-size: 12px; color: #8a7f53; font-weight: normal;}
.c4 {font-family:century gothic; font-size: 12px; color: #ccbf8c; font-weight: normal;}
.c5 {text-align:justify; font-family:century gothic; font-size: 10px; color: #4c1900; font-weight: normal;}
.c6 {text-align:left; font-family:century gothic; font-size: 10px; color: #ffffff; font-weight: normal; font-style:italic}
.c7 {text-align:left; font-family:century gothic; font-size: 11px; color: #ffffff; font-weight: normal; font-style:italic}
.vt1 {text-align:justify; font-family:century gothic; font-size: 11px; color: #5d5c2e; font-weight: normal;}
.vt2 {text-align:justify; font-family:century gothic; font-size: 10px; color: #5d5c2e; font-weight: normal;}
.footer{ font-family:century gothic; font-size: 10px; color: #ffffff; font-weight: normal; text-align: left;}
.style1 {color: #5b4f22;font-weight: bold;}
.style2 {color: #790000;font-weight: bold;}

/* These styles create the dropdown menus. */
#navbar {
	position: relative;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;}
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: -2px 0px;
	text-transform: none;
	text-decoration: none; 
	color: #000000;
	font-weight: normal; }
#navbar li a:hover {
	color: #000; }
#navbar li ul {
	display: none;  }
#navbar li:hover ul, #navbar li.hover ul {
background-color:#8e8051;
	position: absolute;
	display: inline;
	margin: 0;
	padding: 3px 5px 3px 10px; }
#navbar li:hover li, #navbar li.hover li {
	 }
#navbar li:hover li a, #navbar li.hover li a {
	color: #ffffff; }
#navbar li li a:hover {
	color: #4c1900; }
#navbar li ul li a {
	display: block;
	padding: -2px 0px;
	text-transform: none;
	text-decoration: none; 
	color: #000000;
	font-weight: normal; }

/*.ui-icon-readmore  {
	display:block;
	float:left;
	width:17px;
	height:17px;
	text-align:absmiddle;
	background: transparent url(images/bullet.png) top left no-repeat;
}
.ui-icon-readless  {
	display:block;
	float:left;
	width:17px;
	height:17px;
	background: transparent url(images/bullet.png) bottom left no-repeat;
}*/

/* sliding panel */
.panel {
position: absolute;
top: 80px;
left: 135px;
display: none;
background: #000000;
font-size: 12px;
border:1px solid #111111;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
width: 150px;
height: auto;
padding: 35px 30px 30px 30px;
filter: alpha(opacity=85);
opacity: .85;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 80px; left: 135px;
font-size: 14px;
letter-spacing:-1px;
font-family: century gothic;
color:#fff;
padding: 5px 15px 5px 15px;
font-weight: normal;
background:#333333 /*url(images/plus.png)*/ 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 80px; left: 135px;
font-size: 14px;
letter-spacing:-1px;
font-family: century gothic;
color:#fff;
padding: 5px 15px 5px 15px;
font-weight: normal;
background:#222222 /*url(images/plus.png)*/ 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 /*url(images/minus.png)*/ 85% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}

ul{
padding: 0;
margin: 0;
list-style-type: none;
}

ul li{
padding: 0;
margin: 0;
list-style-type: none;
}

hr{
background-color: #333333;
height: 1px;
}

/*----------------------------Modal Popup Window-------------------------------*/

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
