/*#Presentation Stylesheet#*/
/* Font-face declaration */
@font-face {
	font-family: "Linux Libertine";
	src:url("../fonts/linlibertine.ttf");
}

@font-face {
	font-family: "Arial";
	src:url("../fonts/arial.ttf");
}


/*
A CSS Framework
-------------------------------------------------------

Copyright (c) 2009, Getstarted Pty Ltd

*/


/***** Global Settings *****/


	body {
	font: 75% Arial, Helvetica, sans-serif;
	}

    html>body {
    font-size: 12px; 
    }
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
 	padding:0;
	} 
	
   .autoclear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* clears floats */
   .autoclear {display:inline-block;}
   .autoclear {display:block;}
   * html .autoclear {height: 1%;}
   
       
/***** Headings *****/


    h1 {
	font-size: 1.667em;
    line-height: 0.9em;     
	margin-top: 0;
 	margin-bottom: 0.9em;		
	color: black;
    }
	
    h2 {
	font:bold 18px/20px Georgia, "Times New Roman", Times, serif;
	color:#1568b3;
	margin:8px 0 16px;
    }
	
    h3 {
	font-size: 1.167em;
    	line-height: 1.286em;
	margin-top: 1.929em;
 	margin-bottom: 0.643em; 		
    	color: #1a0c03;
    }


	
	
    h4 {
	font-size: 1em;
    line-height: 1.5em;
	margin-top: 2.25em;
 	margin-bottom: 0.75em; 		
    color: black;
    }
	
    h5 {
	font-size: 0.917em;
    line-height: 1.636em;
	margin-top: 2.454em;
 	margin-bottom: 0.818em; 		
    color: black;
    }
	
    h6 {
	font-size: 0.833em;
    line-height: 1.8em;
	margin-top: 2.7em;
 	margin-bottom: 0.9em; 		
    color: black;
    }
	

/***** Common Formatting *****/


    p {
	font-size: 1em;
	line-height: 1.5em; 
 	margin-top: 0em;
 	margin-bottom: 1.5em; 
    }

	.sidebar .block p {
	color:#4f6980;
	}
	

	strong, b {
    font-weight: bold;
    }
	
    em, i {
    font-style:italic;
    }


	
    code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    white-space: pre;
    }

    img {
    border: 0;
    }

	/* Lists */

    ul, ol {
 	margin-top: 0.75em;
 	margin-bottom: 2.25em;
    }
	
    ul li,  ol li {
       line-height:1.5em;
	margin-bottom: 0.75em;
	color:#1568b3;
	padding-left:10px;
	background:transparent url(../images/list-bullet.gif) no-repeat left 0.6em;
	list-style:none;
    }

	/* Links */	

    a,
    a:link,
    a:active {
    text-decoration: underline;
    color:#1873c5;
    }

    a:visited {
    color: #4d2309;
    }
	
    a:hover {
    color: #4d2309;
    }

/*#Main Stylesheet#*/
html, body{
	width:100%;
	height:100%;
	min-width:972px;
}
body {
	margin:0;
	background:#1d86d5;
	font:12px Arial, Helvetica, sans-serif;
	color:#1a0c03;
}
img {border-style:none;}


input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#main {width: 100%;}
.wrapper {
	border-bottom:1px solid #1567b2;
	width:100%;
	background:#fffefd url(../images/wrapper-inner.gif) repeat-x;
}
.wrapper-1 {
	width:100%;
	background: url(../images/wrapper.gif) no-repeat 50% 0;
}
.content-holder {
	width:972px;
	margin:0 auto;
}
/*header*/
#header {
	height:1%;
	overflow:hidden;
	padding:10px 0 15px;
	position:relative;
}

	#assets {
	position:absolute;
	right:10px;
	}

	#assets li, #assets li a {
	display:inline;
	padding:0 0 0 8px !important;
	text-decoration:none;
	font-size: 0.95em;
	}	

	#assets li.send {
	background:transparent url(../images/ico-mail.gif) no-repeat left 50% !important;
	}

	#assets li.print {
	background:transparent url(../images/ico-print.gif) no-repeat left 50% !important;
	margin-left:10px;
	}


/*#Presentation Stylesheet/Logo#*/
#header .logo {
	margin:0;
	padding:0 0 0 15px;
	float:left;
}
#header .logo a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
	width: 153px;
	height: 79px;
}
/*data*/
.data {
	float:left;
	padding:40px 0 0 46px;
	font-size:24px;
	color:#4c2309;
	width:320px;
	font-weight:normal;
	letter-spacing:-1px;
}
.data strong {
	color:#1568b3;
	font-weight:normal;
}
/*#Presentation Stylesheet/Navigation#*/
.navigation ul {
	list-style:none;
	margin:37px 6px 0 0;
	padding:0;
	display:inline;
	border:1px solid #dbcdc5;
	height:1%;
	overflow:hidden;
	float:right;
	background: url(../images/bg-navigation.gif) repeat-x;
}
.navigation li {
	float:left;
	background:transparent url(../images/sep-navigation.gif) no-repeat !important;
	margin:0 1px 0 -1px;
	font-size:12px;
	color:#1a0c03;
	padding:0 !important;
}
.navigation li a {
	padding:8px 9px 9px;
	line-height:16px;
	display:block;
	color:#1a0c03;
	text-decoration:none;
	background:none !important;
}
.navigation li.CMSListMenuHighlightedLI a {font-weight:bold;}
.navigation li.CMSListMenuHighlightedLI a,
.navigation li a:hover {
	color:#1568b3;
	text-decoration:none;
}

/*content*/
#content {
	overflow:hidden;
	width:100%;
}
/*text*/
.text {
	height:1%;
	padding:18px 14px 30px;
	position:relative;
}
.text:after {
	content:"";
	display:block;
	clear:both;
}
.text .picture {
	position:absolute;
	bottom:0;
	right:-2px;
}
.text .box {
	width:300px;
	float:left;
	padding:0 32px 0 4px;
	position:relative;
	z-index:2;
}
.text .box.alt {
	width:270px;
}
.text h2 {
	font:bold 18px/20px Georgia, "Times New Roman", Times, serif;
	color:#1568b3;
	margin:0 0 10px;
}
.text p {
	line-height:18px;
	margin:0 0 14px;
}
.text p a {
	font-weight:bold;
	text-decoration:none;
	color:#1a0c03;
	background:none !important;
}
.text p a:hover {
	text-decoration:underline;
}
a.btn {
	background: url(../images/btn.png) no-repeat !important;
	width: 123px;
	height: 41px;
	display:block;
	cursor:pointer;
	font:13px/36px Georgia, "Times New Roman", Times, serif;;
	font-weight:bold;
	color:#fff;
	padding:0 0 0 15px;
	text-decoration:none !important;
}
a.btn:hover {
background-position: 0 -41px !important;
}
/*title-box*/
.title {
	position:relative;
	z-index:10;
}
.title-box {
	background: url(../images/titlebox-top.png) no-repeat;
	width: 972px;
	padding:5px 0 0;
	overflow:hidden;
}
.title-box .bottom {
	background: url(../images/titlebox-bottom.png) no-repeat;
	width: 972px;
	height: 11px;
	overflow:hidden;
}
.title-box-body {
	width: 947px;
	background: url(../images/titlebox.png) repeat-y;
	padding:0 3px;
	margin:0 0 0 14px;
}
.title-box-body:after {
	content:"";
	display:block;
	clear:both;
}
.title-box-block {
	width:100%;
	float:left;
	display:inline;
}
.title-box-text {
	position:relative;
	margin:-3px 0 -2px;
	background: url(../images/bg-titlebox.gif) repeat-x 0 0;
	overflow:hidden;
	width:100%;
	float:left;
}
.title-box .image {
	float:left;
	width:100%;
	display:inline;
	margin:0 -100% 0 0;
}
.title .alt .image {
	float:right;
	display:inline;
	width:auto;
	margin:0;
}
.title-box .txt {
	float:right;
	width:460px;
	padding:52px 10px 0 0;
	vertical-align:top;
}
.title-box .txt p {
	font-size:24px;
	letter-spacing:-1px;
	line-height:27px;
	color:#1568b3;
	margin:0;
	font-weight:bold;
	font-style:italic;
}
.title-box .txt p span {
	padding-bottom:3px;
}
.title .alt .txt {
	padding:25px 0 0 38px;
	width:444px;
	float:left;
	margin:0 -100% 0 0;
}
.title-box .txt h1 {
	margin:0 0 -4px;
	font-size:58px;
	line-height:60px;
	letter-spacing:-1px;
	height:1%;
	overflow:hidden;
}
.title .alt .txt h1 {
	margin:0 0 6px;
}
.title-box .txt h1 strong {
	font-weight:normal;
	color:#4c2309;
}
.title-box .txt h1 strong span {float:left;}
.title-box .txt h1 img {display:block;}
.butterfly {
	display:block;
	background: url(../images/butterfly.png) no-repeat;
	padding:0 0 20px 120px;
	font-size:69px;
	line-height:60px;
	color:#1568b3;
	height:1%;
	position:relative;
	overflow:hidden;
}
.butterfly span {float:left;}
.specific {
	list-style:none;
	margin:-10px 5px 0 0;
	padding:0 0 0 122px;
}
.specific li {
	background: url(../images/marker.gif) no-repeat 0 4px;
	padding:0 0 0 24px;
	font-size:13px;
	line-height:18px;
	color:#1568b3;
	margin:0;
	height:1%;
	overflow:hidden;
	vertical-align:top;
}
.specific li a {
	color:#1568b3;
	text-decoration:none;
	background:none !important;
}
.specific li a:hover {
	text-decoration:underline;
	color:#1568b3;
}
/*#Main Stylesheet/Menu#*/
.menu ul {
	list-style:none;
	margin:-14px 0 24px 14px;
	padding:0 0 14px 10px;
	position:relative;
	width:940px;
	overflow:hidden;
	background: url(../images/menu.gif) repeat-x 0 100%;
}
.menu li {
	float:left;
	padding:0 10px 0 11px;
	background: url(../images/sep-menu.gif) no-repeat 0 6px;
	font-size:12px;
	line-height:18px;
	color:#4d2309;
	margin:0 1px 0 -1px;
	font-weight:bold;
}
.menu li:first-child {background-image:none;}
.menu li a {
	color:#4d2309;
	text-decoration:none;
}
.menu li.CMSListMenuHighlightedLI a,
.menu li a:hover {
	color:#1568b3;
	text-decoration:none;
}
/*container*/
.container {
	width:100%;
	overflow:hidden;
	padding:28px 0 100px;
}
/*#Main Stylesheet/content-box#*/
.content-box {
	float:left;
	width:664px;
	padding:0 0 0 30px;
}
/*#Main Stylesheet/content-box/Form#*/

.form {
	height:1%;
	overflow:hidden;
	background:#e3eeff url(../images/form.gif) repeat-x;
	padding:20px;
}
.form h2 {
	font:bold 18px/20px Georgia, "Times New Roman", Times, serif;
	color:#1568b3;
	margin:0 0 16px;
}
.form p {
	margin:0 0 26px;
	font-size:12px;
	line-height:18px;
	color:#1a0c03;
}
.form-boxes {
	width:630px;
	overflow:hidden;
	padding:10px 0 0
}
.form-boxes .UploaderTable, .form-boxes .Uploader
{
	border: 0px solid #f6dec7;
	padding: 0px;
}
.form-boxes .UploaderTable span
{
	display: none;
}
.form-boxes .form-line {
	width:700px;
	overflow:hidden;
	padding:0 0 14px;
}
.form-boxes .form-line .form-box {
	float:left;
	width:290px;
	padding:0 50px 0 0;
}
.form-boxes .form-line .form-box input {
	border:1px solid #f6dec7;
	background:#fff;
	margin:0;
	padding:5px;
	font-size:11px;
	color:#000;
	width:278px;
	float:left;
	display:inline;
}
.form-boxes .form-line .form-box input.CalendarTextBox {
	width:84px;
	margin:0 10px 0 0;
}
.form-boxes .form-line .form-box input.CalendarIcon {
	width: 24px;
	height: 24px;
	cursor:pointer;
	margin:0;
	padding:0;
	background: transparent;
}
.form-boxes label.label {
	position:absolute;
	left:-999px;
	z-index:-1;
	text-indent:-9999px;
}
.form-boxes label {
	display:block;
	color:#4d2309;
	font-size:12px;
	line-height:18px;
	padding:0 0 4px;
	font-weight:bold;
}
.form-boxes label em {
	font-weight:normal;
	font-style:normal;
}
.form-boxes .state {
	float:left;
	width:160px;
	padding:0 28px 0 0;
}
.form-boxes .form-line .form-box .state input {width:148px;}
.form-boxes .postcode {
	float:left;;
	width:102px;
}
.form-boxes .form-line .form-box .postcode input {width:88px;}
.form-line .button-submit {
	display:block;
	margin:6px 70px 0 0;
	float:right;
	display:inline;
}

.EditingFormErrorLabel {
color:red;
margin-top:30px;
display:block;
}

.EditingFormInfoLabel {
	font:bold 18px/20px Georgia, "Times New Roman", Times, serif;
	color:#1568b3;
	margin:0 0 16px;
}


/*#Main Stylesheet/news-holder#*/
.news-holder {
	height:1%;
	overflow:hidden;
}
.news-holder .news-box, .news-holder .news-detail {
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #e6dada;
	padding:16px 20px 12px;
	margin:-4px 0 4px;
}
.news-box .photo
{
	float: left;
	margin-right: 20px;
}

.news-box .photo img {
border:5px solid #FFF;
}

.news-detail .photo
{
	float: right;
	margin-left: 10px;
}
.news-holder .news-box.hover,
.news-holder .news-box:hover {
	background:#e3eeff url(../images/news-hover.gif) repeat-x;
}
.news-holder .news-box h2, .news-holder .news-detail h2 {
	font:bold 18px/30px Georgia, "Times New Roman", Times, serif;
	color:#1568b3;
	margin:0;
}
.news-holder .news-box h2 a, .news-holder .news-detail h2 a {
	color:#1568b3;
	text-decoration:none;
}
.news-holder .news-box h2 a:hover {
color:#1a0c03;
}
.news-holder .news-box em, .news-holder .news-detail em {
	font-size:12px;
	line-height:18px;
	color:#4d2309;
	font-style:normal;
	font-weight:bold;
	display:block;
	padding:0 0 16px;
}
.news-holder .news-box p, .news-holder .news-detail p {
	font-size:12px;
	line-height:18px;
	color:#1a0c03;
	margin:0 0 2px;
}
/*contact-holder*/
.contact-holder {
	height:1%;
	overflow:hidden;
	padding:18px 20px 16px 20px;
	background:#E3EEFF url(../images/form.gif) repeat-x;
}
.contact-holder h2 {
	font:bold 18px/20px Georgia, "Times New Roman", Times, serif;
	color:#1568b3;
	margin:0;
}
.contact-holder .map {
	float:right;
	width:450px;
}
.contact-holder .map img {
	display:block;
	border:5px solid #4d2309;
}
.contact-holder ul {
	list-style:none;
	margin:0;
	padding:20px 0 0;
}
.contact-holder ul li {	
	height:1%;
	margin:0;
	overflow:hidden;
	vertical-align:top;
	font-size:12px;
	line-height:18px;
	color:#1a0c03;
	padding:0 0 18px 1px !important;
	background:transparent !important;
}
.contact-holder ul li h3,
.contact-holder ul li h4 {
	font-size:12px;
	line-height:18px;
	color:#1a0c03;
	margin:0 0 1px;
}
.contact-holder ul li address {
	font-style:normal;
}
.contact-holder ul li address span {display:block;}
/*sidebar*/
.sidebar {
	width:230px;
	float:right;
	padding:0 10px 0 0;
	overflow:hidden;
}
.block {
	height:1%;
	overflow:hidden;
}
.sidebar .sidebar-title {
	height:1%;
	overflow:hidden;
	padding:0 4px 4px 11px;
	border-bottom:4px solid #1a0c03;
	margin:0 0 14px;
}
.sidebar .sidebar-title img {
	float:right;
}
.sidebar .sidebar-title em {
	font-size:11px;
	font-style:normal;
	display:block;
}
.sidebar .sidebar-title em a {
	text-decoration:none;
}
.sidebar .sidebar-title em a:hover {text-decoration:underline;}
.sidebar .sidebar-title h2 {
	font:bold 16px/18px Georgia, "Times New Roman", Times, serif;
	color:#4d2309;
	margin:0 0 4px;
	padding:10px 0 0;
}
/*archive*/
.archive {
	list-style:none;
	margin:0;
	padding:0 0 28px 11px;
	width:100px;
	float:left;
}
.archive li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	margin:0;
	font-size:12px;
	line-height:18px;
	color:#4d2309;
	padding:0 !important;
	background:transparent !important;
}
.archive li a {
	font-weight:bold;
	color:#1568b3;
	text-decoration:none;
}
.archive li a:hover {
	color:#1a0c03;
}
.link, .link:visited {
	border:1px solid #f6e0cb;
	background:#fff;
	padding:0 4px;
	font-size:11px;
	line-height:14px;
	color:#4d2309;
	text-decoration:none !important;
}
.link:hover {
	background:#1568b3;
	border-color:#1568b3;
	color:#fff;
}
/*news*/
.news {
	list-style:none;
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.news li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	border-top:1px solid #d2d1d0;
	margin:-10px 0 10px;
	font-size:11px;
	line-height:16px;
	color:#4f6980;
	padding:12px 10px 10px !important;
	background:transparent;
}

.news li h3, .news li h3 a {
	font-size:12px;
	line-height:18px;
	color:#1568b3;
	margin:0 0 -2px;
	text-decoration:none;
}

.news li h3 a:hover {
color:#1a0c03;
}

.news li em {
	display:block;
	font-style:normal;
	font-size:11px;
	line-height:18px;
	color:#1a0c03;
}
.news li p {
	margin:0;
}
.contact-list {
	list-style:none;
	margin:0;
	padding:0 0 24px 10px;
}
.contact-list li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	color:#4d2309;
	margin:0;
	font-size:12px;
	line-height:18px;
	padding:0 !important;
	background:transparent !important;
}
.contact-list li a {
	color:#4d2309;
	text-decoration:none;
}
.contact-list li a:hover {text-decoration:underline;}
.contact-list li strong {color:#1568b3;}
.contact-form {
	height:1%;
	overflow:hidden;
	padding:0 0 0 10px;
}
.contact-form .row {
	height:1%;
	overflow:hidden;
	padding:0 0 9px;
}
.contact-form label {
	width:70px;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#4d2309;
	line-height:18px;
}
.contact-form .row input {
	border:1px solid #f6dec7;
	background:#fff;
	margin:0;
	padding:1px 5px;
	font-size:11px;
	color:#000;
	width:138px;
	float:left;
	display:inline;
}
.contact-form .row textarea {
	border:1px solid #f6dec7;
	background:#fff;
	margin:0;
	padding:4px 1px 4px 5px;
	font-size:11px;
	color:#000;
	overflow:auto;
	height:94px;
	width:142px;
	float:left;
	display:inline;	
}
.contact-form .button-submit input {
	float:left;
	display:inline;
	margin:0 0 0 70px;
}
.blockquote q{quotes: none;}
.blockquote q:before{content:"";}
.blockquote q:after{content:"";}
.blockquote  {
	height:1%;
	overflow:hidden;
}
.blockquote {
	font-size:12px;
	line-height:18px;
	color:#1a0c03;
	padding:15px 0 10px 10px;
	border-bottom:1px solid #e6dada;
}
.blockquote blockquote q,
.blockquote blockquote {
	padding:0;
	margin:0;
}
.blockquote cite {
	display:block;
	padding:16px 0 5px 30px;
	font-style:normal;
	font-size:11px;
	line-height:18px;
	color:#1a0c03;
	background: url(../images/cite.gif) no-repeat 0 18px ;
}

.blockquote cite a {
	font-weight:bold;
	color:#1568b3;
	text-decoration:none;
}

.blockquote cite a:hover {
color:#1a0c03;
}

/*footer*/
#footer {
	border-top:1px solid #59ade1;
	background: url(../images/footer.gif) repeat-x;
	width:100%;
}
.footer {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:36px 6px 40px;
}
.footer .flash {
	float:left;
	width:340px;
	padding:0 0 0 10px;
}
.footer .flash img {
	display:block;
}
.footer .box {
	width:300px;
	float:left;
	overflow:hidden;
	padding:0 40px 20px 0;
}
.footer .box.alt {
	width:270px;
}
.footer-box {
	width:1000px;
	overflow:hidden;
}
.slide-holder {
	width:99999px;
	overflow:hidden;
}
.slide-holder .slide {
	overflow:hidden;
	padding: 0 10px 0 0;
	width:300px;
	float:left;
}
.prev-next .hidden {
	display: none;
}
.slideset {
	position: relative;
	overflow: hidden;
	width: 310px;
}
.footer .box h2 {
	font:bold 18px/20px Georgia, "Times New Roman", Times, serif;
	color:#4d2309;
	margin:0 0 10px;
}
.footer .box h3 {
	font-size:14px;
	line-height:18px;
	color:#fff;
	margin:0;
}
.footer .box p {
	line-height:18px;
	color:#fff;
	margin:0 0 10px;
}
.footer .box a {color:#fff;}
.footer .box strong a {
	text-transform:uppercase;
	font-size:11px;
	text-decoration:underline;
}

.footer .box strong a:hover {
color:#1a0c03;
}
.footer .box p strong {display:block;}
.logos {float:right;}
.footer .box .photo {
	float:right;
	display:inline;
	padding:5px 0 0 10px;
}
.footer .box .photo img {
	border:5px solid #fff;
	display:block;
}
.footer .box div {
	height:1%;
	overflow:hidden;
}
.logos ul {
	list-style:none;
	margin:0;
	padding:0;
	display:table;
}
.logos ul li {
	display:table-cell;
	vertical-align:middle;;
	padding:0 9px !important;
	background:transparent !important;
}
.logos ul li a {background:none !important;}
* html .logos ul li {
	display:inline !important;
	padding:0 6px 0 9px;
}
*+html .logos ul li {display:inline;}
.prev-next {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.prev-next li {
	float:left;
	background:transparent !important;
	padding:0 !important;
}
.prev-next li a {
	float:left;
	background: url(../images/btn-2-left.gif) no-repeat;
	padding:0 0 0 9px;
	margin: 0 10px 0 0;
	font:bold 12px/16px Georgia, "Times New Roman", Times, serif;
	text-decoration:none !important;
	cursor:pointer;
	color:#fff;
	outline:none;
}
.prev-next li a span {
	background: url(../images/btn-2-right.gif) no-repeat 100% 0;
	height: 17px;
	float:left;
	padding:5px 18px 5px 2px;
}

.prev-next li a:hover {
background-position: 0 -27px;
color:#1a0c03;
}

.prev-next li a:hover span {
background-position: right -27px;
}


.prev-next li.prev a{
	float:left;
	background: url(../images/btn-3-right.gif) no-repeat right 0;
	padding:0 9px 0 0;
	margin: 0 10px 0 0;
	font:bold 12px/16px Georgia, "Times New Roman", Times, serif;
	text-decoration:none !important;
	cursor:pointer;
	color:#fff;
	outline:none;
}
.prev-next li.prev a span {
	background: url(../images/btn-3-left.gif) no-repeat;
	padding:5px 2px 5px 18px;
}

.prev-next li.prev a:hover {
background-position: right -27px;
color:#1a0c03;
}

.prev-next li.prev a:hover span {
background-position: left -27px;
}

.footer-box-holder {
	height:1%;
	overflow:hidden;
}
.footer-box-holder p {
	font-size:11px;
	line-height:18px;
	color:#fff;
	padding:22px 0 0 10px;
	margin:0;
}

.footer-box-holder a{
color:#fff;
text-decoration:underline !important;
}

.footer-box-holder a:hover{
color:#1a0c03;
}


/*#Main Stylesheet/Sitemap#*/
#sitemap li
{
	margin-left: 40px;
}
#sitemap ul
{
	padding-top: 0px;
	padding-bottom: 0px;
}
/*#Cufon#*/
* html.cufon-active .title-box .txt h1 .butterfly {
	margin:-4px 0 4px;
}


/*#Blog#*/

   .BlogCommentsTitle {
	font-size: 1.167em;
    	line-height: 1.286em;
	margin-top: 1.929em;
 	margin-bottom: 0.643em; 		
    	color: #1a0c03;
	font-weight:bold;
	padding:0 20px;
	display:block;
    	}

	.InfoLabel {
	padding:0 20px;
	display:block;
	}

	table.BlogPanel {
	margin:10px 16px;
	}
