/*
_______________________________
BASE */

@import url(tripoli.base.css);

/*
_______________________________
PLUGINS */

/*@import url(plugins/tripoli.visual.css);*/

html{
	background: transparent;
}
body{
	background: #5D0000 url(../img/bg-grid.png) repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*set fonts to Lucida Sans for IE*/
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.container{
	width: 980px;
	margin: 30px auto;
}
.thumb{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
img.icon{
	float: left;
	margin: 5px 10px 10px 0;
}
/* --- TYPE ---
*/
p{
	line-height: 18px;
	margin-bottom: 18px;
}
.small{
	font-size: 10px;
}

/* --- HEADERS ---
*/
#header{
	height: 108px;
	padding: 0 20px;
}
h1{
	background: transparent url(../img/logo-perenia.png) no-repeat;
	width: 104px;
	height: 60px;
	text-indent: -9999px;
	float: left;
	margin-top: 20px;
}
#header h2{
	background: transparent url(../img/logo-strapline.png) no-repeat;
	width: 262px;
	height: 24px;
	text-indent: -9999px;
	float: right;
	margin-top: 50px;
	padding-right: 14px;
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-bottom: 18px;
	line-height: 20px;
}
div #middle h2.news{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #BD2026;
	margin: 0;
}
div #middle h2.news a{
	color: #BD2026;
}
.byline{
	margin: 0 0 18px 0;
	color: #666;
	font-size: 11px;
}
.back-to-top{
	margin-top: 9px;
}
.back-to-top a{
	color: #BD2026;
}
h3{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #BD2026;
	margin: 0;
}
h3 a{
	color: #BD2026;
}
a{
	color: #000;
}
.red{
	color: #BD2026;
}
.grey{
	color: #666;
}
#middle h3{
	margin: 18px 0 4px 0;
	font-size: 14px;
}
#middle h4{
	margin-bottom: 18px;
}
#middle ul{
	margin-left: 18px;
	margin-bottom: 18px;
}
#middle ul li{
	list-style-type: disc;
	margin: 4px 0 0 0;
	line-height: 18px;
}
#project_col2 ul{
	margin: 0 0 18px 18px;
}
#project_col2 ul li{
	list-style-type: disc;
	margin: 4px 0 0 0;
	line-height: 18px;
	font-size: 11px;
}
#sidebar ul{
	margin-left: 16px;
}
#sidebar ul li{
	list-style-type: square;
	margin: 4px 0 0 0;
	line-height: 18px;
	font-size: 10px;
}
#sidebar ul li ul li{
	list-style-type: disc;
	}

h4{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
h3+h4{
	margin-bottom: 18px;
}
#page-head{
	background: #FFF url(../img/bg-page-header.png) repeat-x;
	height: 80px;
	clear: left;
	display: block;
}
#page-head h2{
	color: #BD2026;
	font-size: 22px;
	padding: 30px 20px 0 20px;
}
/* --- NAVBAR --- 
*/
#navbar{
	width: 980px;
	height: 36px;
	background: transparent url(../img/bg-nav-whole.png) no-repeat;
	float: left;
	padding: 0 10px;
}
ul#navlist{
	margin: 9px 0 0 0;
	list-style:none;
	display: block;
}
#navbar #navlist li{
	padding-right: 7px;
	float: left;
	margin-right: 5px;
}
#navbar #navlist li:hover, #navbar #navlist li.current{
	background: #FFF url(../img/bg-nav-right.png) right top no-repeat;
}
#navbar #navlist li a{
	display:block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	padding: 5px 1px 10px 10px;
}
#navbar #navlist li:hover a, #navbar #navlist li.current a{
	color: black;
	text-shadow: none;
	background: #FFF url(../img/bg-nav-left.png) left top no-repeat;
}
/* --- LANGUAGE BAR ---
*/
#language-bar{
	background-color: #840F12;
	/*height: 28px;*/
	border-bottom: 1px solid #D43D00;
	padding-top: 8px;
}
#language-bar ul{
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 12px;
}
#language-bar ul li{
	display: inline;
	color: white;
	padding-right: 12px;
	
	font-size: 11px;
}
#language-bar ul li a{
	color: white;
	text-decoration: none;
}
#language-bar ul li a:hover, #language-bar ul li a.current{
	color: #F5CF13;
}
/* --- SUBNAV ---
*/
#subnav{
	width: 140px;
	padding: 0 20px 0 0;
	float: left;
	
}
#subnav ul{
	list-style: none;
	margin: 0;
}
#subnav ul li {
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #DDD;
}
#subnav ul li a{
	color: #808080;
	text-decoration: none;
}
#subnav ul li.current a, #subnav ul li a:hover{
	color: #000;
}
/* --- SEARCHING --- 
*/
#quicksearch{
	float: right;
	background: transparent url(../img/bg-search.png) no-repeat;
	height: 26px;
	width: 220px;
	padding-right: 20px;
	margin-top: -3px;
}
div#quicksearch input#s{
	background-color: transparent;
	border: none;
	margin: 5px 20px 0 27px;
	width: 110px;
	height: 20px;
	vertical-align:top;
	outline: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#quicksearch #btn-search{
	margin: 0;
	vertical-align:top;
	padding: 0;
}
#blue-box{
	background: #E1F0F7;
	padding: 16px;
	height: 86px;
}
#blue-box select{
	width: 150px;
	margin-bottom: 6px;
	margin-top: 0px;
	overflow: hidden;
}
#blue-box #carbon-service{
	position: absolute;
}
#blue-box #regions{
	position: absolute;
}
option.indent{
	color: #888;
}
/* --- CONTENT ---
*/
#middle{
	width: 480px;
	min-height: 5px;
	float: left;
	display: block;
	padding-right: 60px;
	margin-right: 20px;
}
#regions{
	width: 620px;
	min-height: 5px;
	float: left;
	display: block;
	padding-right: 60px;
	margin-right: 20px;
}
#perenia_content{
	background-color: #FFF;
	padding: 36px 20px 0 20px;
	width: 940px;
	clear: left;
}
/* --- HOME ---
*/
#col1{
	width: 700px;
	padding-right: 20px;
	float: left;
	clear: left;
}
#flasharea{
	
}
#flashspace{
	height: 18px;
}
#intro{
	clear: left;
	float: left;
	width: 220px;
	padding-right: 20px;
}
#feature{
	float: left;
	width: 220px;
	padding-right: 20px;
}
#feature h3, h3.featured{
	font-size: 10px;
	margin-top: 6px;
}
#project-search{
	float: left;
	width: 220px;
}
#project-search input{
	margin-top: 2px;
}
#announce1{
	clear: left;
	float: left;
	width: 700px;
	padding-top: 20px;
	/*border: 1px solid red;*/
}
.announce-box{
	/*background: #EFEFEF;*/
	background: #EFEFEF;
	padding: 16px;
	/*height: 86px;*/
	width: 188px;
	float: left;
	/*height: 320px;*/
}
.announce-box h3+p{
	margin-top: 18px;
}
.announce-box h3+dl{
	margin-top: 18px;
}

/* see http://www.maxdesign.com.au/articles/definition/ */
dl.table-display
{
	float: left;
	width: 180px;
	margin-bottom: 18px;
	padding: 0;
	border-bottom: 1px solid #999;
	line-height: 18px;
}
.table-display dt
{
	clear: left;
	float: left;
	width: 70px;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #999;
	font-weight: bold;
}
.table-display dd
{
	float: left;
	width: 110px;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #999;
}
/*for full width*/
dl.table-display.full
{
	width: 100%;
}
.table-display.full dt
{
	width: 15%;
}
.table-display.full dd
{
	width: 85%;
}
/* --- SIDEBAR ---
*/
#sidebar{
	background: #EFEFEF;
	margin: -36px 0 0 0;
	padding: 36px 20px 20px 20px;
	float: right;
	width: 180px;
	display: block;
}
#contact-sidebar{
	float: left;
	width: 180px;
	display: block;
}
#contact-sidebar p{
	font-size: 10px;
}
/* --- PROJECTS ---
*/
#project_box{
	float: left;
}
#project_header{
	width: 700px;
	float: left;
	clear: both;
}
#project_col1{
	clear: left;
	width: 460px;
	float: left;
	margin-right: 20px;
	float: left;
}
#project_col2{
	width: 200px;
	min-height: 5px;
	margin-right: 20px;
	float: left;
}
#project-facts{
	width: 460px;
}
#project-facts td.rowhead{
	font-weight: bold;
	min-width: 100px;
	vertical-align: top;
}
#project-facts td{
	vertical-align: top;
	font-size: 11px;
	border-bottom: 1px solid #DDD;
	line-height: 16px;
	padding: 5px 0;
}
.project_thumb{
	clear: left;
	float: left;
	margin-right: 20px;
}
.project_listing{
	margin-bottom: 18px;
}
.project_listing p{
	margin:0;
}
/* --- FORM ---
*/
#career_form ol{
	list-style-type: none;
}
#career_form li{
	margin: 10px 0;
}
#career_form input.field{
	width: 200px;
	outline: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#career_form label{
	float:left;
width:10em;
margin-right:1em;
}
/* --- FOOTER ---
*/
#footer{
	margin-top: 118px;
	border-top: 1px dotted #DDD;
	background: #FFF url(../img/bg-footer.png) no-repeat bottom right;
	height: 150px;
	clear: left;
	width: 940px;
	padding: 18px 0 0 0;
	display: block;
}
#footer.home{
	margin-top: 18px;
}
#footer ul{
	list-style: none;
	margin: 10px 0;
}
#footer ul li{
	float: left;
}
#content-tail-bg{
	background: #5D0000 url(../img/bg-bottom-36.png) left bottom no-repeat;
	display: block;
	height: 36px;
	margin-bottom: 100px;
	clear: left;
	width: 940px;
	padding: 0 20px;
}
/* --- UTILITIES ---
*/
.clearer{
	clear: both;
	height: 9px;
}
.clearfix{
	clear: both;
}