/*Copyright 2006 Compass Design and Joomlashack All rights reserved*/
/*Joomlashack.com Joomla Template*/

@import url("base.css"); /*Base css file with text resizers and width buttons*/

/*Uncomment one of these files if you want a fixed width with no stylechange width button*/
/*@import url("800fixed.css"); Fixed width 800 px*/
/*@import url("1024fixed.css"); Fixed width 1024 px*/

@import url("customize.css"); /*Use this file to customize your website*/

/*This CSS controls the width of the logo. You must also set the line height of the H1 tag to the same height of your logo for SEO*/
/*To adjust the height you will need to edit the topbar and body.bodyfluid.topbar classes in 800.css and 1024.css*/
/*If you are using the fixed width option you must change the 800fixed.css or 1024fixed.css to adjust the width*/
.topbar h1{
	position:relative;
	margin:0;
	padding:0;
	top: 20px;
	left: 50px;
	/*
	background:url(../images/logo.png) no-repeat 20px 0;
	*/
}

.topbar h1 a{
	display:block;
	text-indent:-5000px;
	text-decoration:none;
	width:170px;
	line-height:60px;
}


.topbar {
	position:relative;
	width:100%;
}

body.contentpane {background:#fff; height:100%}

.emlegTitleGreenBold {
	font: normal 1.6em/1.9em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	margin:0;
	color:#007035;
}

.emlegSubTitleBlue {
	font: normal 1.4em/1.6em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	margin:0;
	color:#6BBDEC;
}

.normalText {
	color:#222222; 
	font-family:'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
	font-size:1.05em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
