/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0px;
	padding: 0px;
	background-image: url(images/background5.gif);
	background-repeat: repeat;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #D61B21;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #FF5721;
}

/************** header tag styles **************/

h1{
 font: bold 13px/16px Frutiger, Arial, Helvetica, Sans-serif;
 color: #000000;
 margin: 8px 0px 5px;
}

h2{
 font: bold 12px Frutiger, Arial, Helvetica, Sans-serif;
 color: #000000;
 margin: 0px 0px 8px;
 padding: 0px;
}

h3{
	font: bold 12px Frutiger, Arial, Helvetica, Sans-serif;
	color: #626369;
	margin-top: 12px;
	margin-left: 0px;
	margin-bottom: 2px;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

/*************** list tag styles ***************/

ul{
	list-style-type: disc;
	list-style-position: outside;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
				
input{
font-family: Arial,sans-serif;
}


/***********************************************/
/* Homepage styles                                  */
/***********************************************/

#homepg_masthead {
	width:800px;
	height: 240px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-bottom: 40px;
	position: relative;
}

#logobox {
	width: 85px;
	bottom: 0px;
	float: left;
	padding-top: 125px;
	padding-right: 100px;
	padding-bottom: 40px;
	padding-left: 50px;
}
	
	
#navcontainer {
	width: 455px;
	float: right;
	padding-top: 35px;
	padding-right: 58px;
	padding-left: 40px;
}
#homepg_maincontent{
	position:relative;
	width:800px;
	background-color: #ffffff;
	float: left;
	height: 250px;
}

#homepg_content{
	width: 480px;
	margin-top: 0px;
	margin-left: 290px;
	margin-right: 30px;
	position: relative;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#maincontent{
	position:relative;
	width:800px;
	background-color: #ffffff;
	height: 330px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	width:800px;
	height: 150px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-bottom: 50px;
	position: relative;
}

#pageNav{
	float: left;
	width:180px;
	font: 11px/18px Frutiger, Arial, Helvetica, Sans-serif;
	height: 330px;
	color: #626369;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}

#pageNavmeet{
	float: left;
	width:750px;
	padding: 0px 0px 0px 35px;
	font: 11px/16px Frutiger, Arial, Helvetica, Sans-serif;
	height: 10px;
}

#content{
	height: 315px;
	width: 475px;
	left: 290px;
	position: absolute;
}

#contentmeet{
	height: 275px;
	width: 750px;
}

#footercontainer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 800px;
	position: relative;
	float: left;
}





/************** feature styles *****************/

.textcontainer{
	font-family: Frutiger, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #626369;
	line-height: 18px;
}




/************** siteInfo styles ****************/

#sitefooternav{
	font-family: Frutiger, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	left: 25px;
	float: left;
	width: 400px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#sitefootercontact{
	color: #626369;
	font-family: Frutiger, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	left: 25px;
	float: right;
	line-height: 17px;
	padding-top: 19px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}



/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}
#klmlogo {
	padding-top: 75px;
	padding-left: 32px;
	padding-right: 100px;
	width: 300px;
	float: left;
}
#sitenav {
	padding-top: 33px;
	float: right;
	padding-right: 20px;
	padding-left: 30px;
}
#casestudy {
	margin-top: 25px;
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
	color: #000000;
	line-height: 19px;
}
#askaway {
	float: left;
	margin-top: 63px;
}
.copyright {
	font-family: Frutiger, Arial, Helvetica, Sans-serif;
	font-size: 9px;
}
#resourcehotlist {
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}
#smename {
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	color: #626369;
}
.navlinkcolor:link, .navlinkcolor:visited {
	color: #666666;
}
.navlinkcolor:hover {
	color: #FF5721;

}
#sitecontainer {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 815px;
	height: 610px;
	padding-right: 22px;
	padding-left: 35px;
	background-image: url(images/sitebackground.png);
}
#quote {
	margin-top: 40px;
	margin-right: 55px;
	background-color: #F4F4F4;
	margin-bottom: 25px;
	margin-left: 0px;
	padding: 15px;
}
.titlebox_meet {
	width: 750px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.meet_txt1 {
	width: 570px;
	float: left;
	margin-right: 0px;
	margin-left: 22px;
}
.meet_txt2 {
	width: 270px;
	float: right;
	margin-right: 6px;
}
#meet_nav {
	width: 200px;
	float: left;
	height: 48px;
	margin-top: 5px;
	position: relative;
}
.meet_intro {
	width: 500px;
	font-size: 12px;
	line-height: 20px;
	color: #626369;
}
#meet_intronav {
	width: 460px;
	float: right;
	padding-right: 80px;
	margin-top: 30px;
}
#clientbox {
	width: 420px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#signup {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	border-top-style: none;
	border-bottom-style: none;
	font-weight: bold;
	padding: 0px;
	border-right-style: none;
	border-left-style: none;
}
#content_offer {
	height: 315px;
	width: 475px;
	left: 290px;
	position: absolute;
	top: -122px;
	z-index: 10;
}
#sitefootercontact_offer {
	color: #626369;
	font-family: Frutiger, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	left: 25px;
	float: right;
	line-height: 17px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
}
#content_offer2 {
	height: 497px;
	width: 475px;
	left: 290px;
	position: absolute;
	top: -165px;
	z-index: 10;
}

