/* 

Adelaide - CSS File

*/


/*** GLOBAL  ***/
body {
	font-family:Verdana, Arial, Tahoma;
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:20px;
	background-image:url(../images/line-top.png);
	background-repeat:repeat-x;
	background-position:top center;
}

* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clear{clear:both; height:1px !important; line-height:1px !important; float:none!important;}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#eaeaea;
	background-color:#eaeaea;
	background-repeat:repeat-x;
}
hr.noclear{
	clear:none; width:auto;
	background: url(../images/double-border.html) bottom left repeat-x; height:2px;
}
input[type=text], textarea
{
	border:solid 1px #eaeaea;
	margin:4px 4px 8px 0px; 
	padding:5px;
	color:#777;
	vertical-align:middle; 
	font-size:11px;}


/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2, h3, h4, h5, h6{margin-bottom:15px; font-family:Verdana, Arial;}
h1 {font-size:26px; line-height:26px;}
h2 {font-size:20px; line-height:24px;}
h3 {font-size:16px; line-height:20px; font-weight:bold; }
h4 {font-size:14px; line-height:17px;}
h5 {font-size:12px; line-height:16px;}
h6 {font-size:10px; line-height:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; color:#393939;}
.pagetitle{font-size:18px; margin-bottom:30px}

.headnomargin{margin-bottom:0px !important;}

/* links */
a, a:visited{ text-decoration:none; font-weight:normal; }
a.more, a.more:visited { text-decoration:none; font-weight:normal; background:url(../images/arrow-more.gif) no-repeat right; padding-right:15px; }
a:hover{ text-decoration:underline;}
a img{border:none}
/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone{
	margin-bottom: 12px;
}


/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
	text-align:justify;
}
body p:last-child{margin-bottom:0;}
ul, ol {
	margin:10px 0 20px 20px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	/*font-style:italic;*/
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 40px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	color:#1c1c1c
	}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e7e7e7;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#outer-container{width:100%;}
.centerposition{width:940px; margin:0 auto;}
#top-container{ margin-bottom:40px;}
#footer-container{width:100%; background:url(../images/bg-footer.png) repeat;	margin-top:98px; border-bottom:1px solid #f6f6f6; border-top:1px solid #f6f6f6;}



/* TOP */
#top{ border-bottom:1px solid #cacaca;}
#topleft{ float:left;}
#topright{float:right; }


/* Logo */
#logo{ margin:15px 0px 0px 0px; }


/* TOP MENU */
#top-navigation{
	padding:0px 0 0 0;
	position:relative;
	z-index:200;
	float:right;
}

#nav{margin:0px 0px 0px 0px; padding:0px; list-style-type:none;  float:right;  position:relative; line-height:20px;}
#nav li.current a{ text-decoration:none; /*background: url(../images/arrow-topnav-active.png) no-repeat bottom;*/}

.sf-menu li{ width:100px; margin:0px auto; text-align:center;}
.sf-menu li ul {background: url(../images/bg-dropdown.png) repeat;}


/* Drop down menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:14px;
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;

}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	
	
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:block;
	position:relative;
	padding:25px 0px;
	height:62px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-17px;
	top:			6.4em; /* match top ul list item height */
	z-index:		99;
	
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-11px;
	
}
.sf-menu ul li a{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding:5px 5px; margin:0px 10px!important; 
	background:none!important;
}

.sf-menu li ul {
	padding:0px 0px 15px 0px;
}
.sfHover a.sf-with-ul, .sf-menu ul li.sfHover > a {background: url(../images/arrow-topnav-hover.png) no-repeat bottom;}
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}


/* HEADER */
#header.home{ padding:0px; margin:0px; background:none;}
#header{ background:#f5f5f5; padding:16px 22px; margin-bottom:20px; }
#header h1{ margin:0px;}


/* HEADER TEXT*/
.headertext{padding:45px 41px; background:#f5f5f5;}
.headertext p{font-size:24px; line-height:30px; text-align:left;  margin:0px; padding:0px; float:left; display:block; width:75%; color:#212121;}

ul#socialnetwork{ list-style-type:none; margin:0; padding:0; float:right;}
ul#socialnetwork li{display:inline; margin-left:5px}


/* SLIDER */

#slider {
	width:940px;
	height:317px;
	background:url(../images/shadow-slider.png) no-repeat bottom;
	position:relative;
	overflow:hidden
}
.nojs #slider {
	width:940px;
	height:317px;
	overflow:hidden
}

.viewport{
    float:left;
	width:188px;
	height:150px;
    position:relative;
	overflow:hidden;
	margin:0 auto;
	background:#212121;
}

.wall{
    z-index:1;
}


#shuffle{
    display:block;
    margin:10px auto;
    width:44px;
	height:44px;
    background:url(../images/shuffle.png) no-repeat;
	z-index:300;
	position:absolute;
	top:120px;
	left:445px;
}
#shuffle:hover{
	background:url(../images/shuffle.png) no-repeat;
}

/* END SLIDER */

/* Home */
div.home #content{float:left; width:708px; margin:0px;}
div.home #sidebar{ width:188px!important; float:left; border-left:solid 1px #eaeaea; padding-left:26px; margin-left:10px; }
div.home #sidebar  ul li li{ margin:0px; padding:0px;}
div.home #sidebar .widget-container.widget_ts_recent_posts{ margin-bottom:0px;}
div.home #sidebar ul.latestpost li{	
	border-bottom:solid 1px #eaeaea;
	padding:0 0 15px 0px;
	margin-bottom:10px;
}
div.home #sidebar ul.latestpost li.last{ border:0px;}
div.home #sidebar ul.latestpost li a{ font-weight:bold; color:#6a846e;}
div.home #sidebar ul.latestpost .lp-date{ display:block; color:#b7b7b7; padding-bottom:10px;}
div.home .rp-content{ margin:0px; padding:10px 0px 0px 0px;}
div.home .rp-content li{ float:left; display:block; width:170px!important; }
div.home .rp-content li.date{ width:40px!important; color:#b7b7b7;}
div.home .two-column .rp-title a{ font-weight:bold; color:#6a846e;}
div.home .two-column .rp-title{ padding-top:10px; display:block; position:relative;}

div.home .one_third{ width:29.4%;}
div.home .one_third{ margin-right:37px;}
div.home .two_third{ width:65.3%;}


/* CONTENT */
#content{float:left; width:671px; margin-right:45px;}
.small{font-size:10px;}
.titlesmall{font-size:11px;}

div.worksummary{margin-bottom:20px; font-size:11px; line-height:10px}
a.disptitle, a.disptitle:visited{font-weight:bold;}


/*== image & shadow ==*/
.imgborder{	border:1px solid #eaeaea; padding:4px; display:block}
.imglarge{display:block;}


/*==== Bulleted List ====*/
.bullet-default{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-default li{
	background: transparent url(../images/arrow_default.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}

.bullet-check{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-check li{
	background: transparent url(../images/arrow_check.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-star{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-star li{
	background: transparent url(../images/arrow_star.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-plus{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-plus li{
	background: transparent url(../images/arrow_plus.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-circle{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-circle li{
	background: transparent url(../images/arrow_circle.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-x{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-x li{
	background: transparent url(../images/arrow_x.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}

/*== button ==*/
.button{
    color: #FFFFFF;
	padding:0px 25px;
	height:35px;
	cursor:pointer;
	margin-top:5px;
	border:0px;
	font-size:15px;
	background:#6a846e;
 }
.button:hover{
    background:#728f76;
    color: #FFFFFF;
    text-decoration: none;
}


/*== sideleft & widget ==*/
#sidebar{float:left; width:220px;}
#sidebar .widget-title{font-size:18px; line-height:26px; margin-bottom:10px;}
#sidebar ul{list-style-type:none; padding:0 ; margin:0; list-style-position:outside}
#sidebar  ul li{list-style-type:none; padding:0 ; margin:0}
#sidebar  ul li li{
	padding:0 0 10px 20px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	}

#sidebar .smalldate{color:#bdbdbd; font-size:10px;}
#sidebar .latestpost li{background-image:none; border:0; padding:0 0 0px 0;}

#sidebar  ul li.widget-container{margin-bottom:30px;}

/* search */
#searchwidget input{ background:#f8f8f8; border:1px solid #eaeaea; width:95%; padding:10px 5px; color:#a6a6a6;}

/* flickr */
#widget-flickr img{ border:1px solid #eaeaea; padding:6px; margin-right:20px; margin-bottom:20px;}
#widget-flickr a.more{ color:#6a846e; font-size:11px;}

/* Tag */
#widget-tag ul{ margin:0px; padding:0px;}
#widget-tag ul li{  float:left; border:1px solid #eaeaea; padding:5px 5px 5px 27px!important; margin:5px; background:url(../images/icon/i-tag.png) no-repeat 7px 8px!important;}
#widget-tag ul li a:hover{text-decoration:none!important; }
#widget-tag ul li:hover{ background-color:#f3f3f3!important; cursor:pointer;}


/*======================= FOOTER ============================*/
#footer{ padding-top:40px;  padding-bottom:40px; }
#footerwidgetcontainer1, #footerwidgetcontainer2, #footerwidgetcontainer3, #footerwidgetcontainer4{
	width:205px;
	float:left;
	margin-left:19px;
	padding-left:19px;
	border-left:1px solid #eaeaea;
	min-height:230px;	
}
#footerwidgetcontainer1{ border:0px; margin:0px; padding:0px;}
#footer, #footer p{font-size:11px}
#footer .widget-title{ margin-bottom:15px !important; text-align:left !important; font-size:16px; line-height:16px;}
#footer .widget-container{ margin-bottom:20px;}
#footer ul{ list-style-type:none; padding:0px; margin:0; list-style-position:outside; font-size:11px}
#footer ul li li{
	padding:5px 0px 5px 10px;
	margin-bottom:0px;
	background:url(../images/footer-arrow.gif) no-repeat 0px 12px;
}



#copyright{display:block; width:940px; padding:15px 0; color:#808080; font-size:11px;}
#copyright a{ color:#808080}
#copyright a:hover{text-decoration:underline;}
/* END FOOTER */


/* column list */
.five-column{list-style-type:none; margin:0px; padding:0px;}
.five-column li{list-style-type:none;width:16.8%; margin-right:4%; float:left;}
.five-column p{margin-bottom:18px;}


.four-column{list-style-type:none; margin:0px; padding:0px;}
.four-column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four-column p{margin-bottom:10px;}

.three-column{list-style-type:none; margin:0px; padding:0px;}
.three-column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three-column p{margin-bottom:10px;}

.two-column{list-style-type:none; margin:0px; padding:0px;}
.two-column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two-column p{margin-bottom:10px;}

.three-four-column{list-style-type:none; margin:0px; padding:0px;}
.three-four-column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three-four-column p{margin-bottom:10px;}
.two-column li li, .three-column li li, .four-column li li, .three-four-column li li{margin:0px; width:auto !important; float:none;}


/* column */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{margin-right: 4%; position:relative; float:left; }
.one_half{ width:48%; }
.one_third{width:30.6666%;}
.one_fourth{width:22%; }
.one_fifth{width: 16.8%;}
.one_sixth {width: 13.3333%;}

.two_third{width: 65.3332%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth{width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 79.2%;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last{ margin-right:0 !important; clear:right; }


/*==== Dropcaps ====*/
.dropcap1{
	text-shadow:1px 1px 0 #fff;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
	color:#989898
}
.dropcap2{
	background: transparent url(../images/dropcaps.png) top left no-repeat;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:4px 8px 0 0;
}
.dropcap3{
	background-color:#989898;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/*==== Highlight ====*/
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; border:solid 1px #333}	


/*==== Info Boxes  ====*/
.download-box, .note-box, .error-box, .info-box {
	padding: 20px 20px;
	margin: 0 0 25px 0;
	padding-left: 60px;
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.download-box {
	background: #dde2aa url(../images/download.png) no-repeat scroll 20px 18px;
	border: 1px solid #a2c058;
	color: #7b9244;
	padding-left:60px
}

.note-box {
	background: #fdebae url(../images/note.png) no-repeat scroll 20px 15px;
	border: 1px solid #e6c555;
	color: #b28c0b;
	padding-left:65px
}
.error-box {
	background: #ffcccc url(../images/error.png) no-repeat scroll 20px 15px;
	border: 1px solid #ff9999;
	color: #fb1414;
	padding-left:60px
}

.info-box {
	background: #bde3f9 url(../images/info.png) no-repeat scroll 20px 15px;
	border: 1px solid #8bb5cd;
	color: #1d97db;
	padding-left:65px
}




/*==== Pullquotes ====*/
.pullquote-right,.pullquote-left{
	padding:10px 20px;
	float:right;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:25px;
	margin:10px 2px 20px 20px;
	width:33%;
	font-family:Georgia, Arial
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}



/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	padding: 6px 24px;
}
tr.odd td {
}

/* TABLE LIST */
.table-box-container{ width:940px;}
.table-box-container ul{ margin:0px; border-bottom:1px dotted #e5e5e5; float:left; }
.table-box-container ul li{ float:left; list-style-type:none; padding:12px 0px; line-height:normal; color:#707070 !important; }
.table-box-container ul li h4{ margin:0px; font-size:14px;}
.table-box-container ul li.one{ width:455px; padding-left:20px; }
.table-box-container ul li.two{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
.table-box-container ul li.three{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
.table-box-container ul li.four{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
ul.table_header li{ }

ul.tbl-odd{ background-color:#fbfbfb; float:left;}
ul.tbl-odd li.one{ width:465px; padding-left:10px; }
ul.tbl-even{ background-color:#f7f7f7}
ul.tbl-even li.one{ width:465px; padding-left:10px; }
ul.tbl-price{ border:0px; font-size:18px;}
ul.tbl-price a, ul.tbl-price a:visited{ color:#707070; text-decoration:underline; font-size:12px;}
ul.tbl-price a:hover{ text-decoration:none;}


.icontable{width:25px; margin-right:10px;}
.icontable img{vertical-align:middle;}



/* TABS */

/* tab with frame */
.tabcontainer{margin:20px 0px 0px 0px;}

ul.tabs {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 30px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	height: 29px;
	line-height: 31px;
	background: #f8f8f8;
	border: 1px solid #cfcfcf;
	border-width:1px 1px 1px 1px !important;
	-moz-border-radius-topleft: 3px; /* Firefox */
	-moz-border-radius-topright: 3px; /* Firefox */
	border-top-left-radius: 3px; /* CSS3 */
	border-top-right-radius: 3px; /* CSS3 */
	overflow: hidden;
	position: relative;
	font-size:12px;
	text-transform:uppercase
	
}
ul.tabs li:hover{border-bottom:solid 1px #f8f8f8;}
ul.tabs li a {
	text-decoration: none;
	color: #989898;
	display: block;
	padding: 0 25px;
	outline: none;
}
ul.tabs li a:hover {
	background: #f6f6f6;
	text-decoration:none;
	-moz-border-radius-topleft: 5px; /* Firefox */
	-moz-border-radius-topright: 5px; /* Firefox */
	border-top-left-radius: 5px; /* CSS3 */
	border-top-right-radius: 5px; /* CSS3 */
}
ul.tabs	 li.active{border-bottom:solid 1px #f8f8f8; }
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #f8f8f8; color:#454545}
html ul.tabs li.active a{ color:#454545; }
#tab-body{
	border:solid 1px #cfcfcf;
	border-width:1px 1px 1px 1px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	/* default background colour, for all layout engines that don't implement gradients */
	background: #f8f8f8;
	/* gecko based browsers */
	background: -moz-linear-gradient(top, #f8f8f8, #ffffff);
	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ffffff));

}
.tab-content {padding: 30px 25px}


/* JQUERY TOGGLE */
h2.trigger {
	padding: 12px 10px;
	margin: 0 0 5px 0;
	height: 13px;
	line-height: 13px;
	width: 620px;
	font-size:11px;
	font-weight: normal;
	border:solid 1px #eaeaea;
	background-color:#fff;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	color:#777;
	background: url(../images/h2_trigger_a.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:25px;
	cursor:pointer;
}
h2.active{background-color:#f8f8f8;}
h2.active span{background-position:0px -13px !important;}
h2.trigger a:hover {
	color:#777;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 620px;
	clear: both;
}
.toggle_container .block {
	padding: 10px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}

.backtop{float:right;}
.full_content-home { border-bottom:1px solid #cacaca; border-top:1px solid #cacaca; padding:30px 0; margin:30px 0; }
.full_content { border-bottom:1px solid #cacaca; padding-bottom:20px; }