﻿
/*--------------------------------------------------------------------------------
									GENERAL ELEMENTS
---------------------------------------------------------------------------------*/

* 
{
   padding:0px;
   margin:0px;
}

h1, h2, h3, h4, h5, h6, p, blockquote,  label, ul, ol, dl, fieldset, address 
{
    margin-bottom: 1em;
}

body,html 
{
	margin:0;
	padding:0;
}

body 
{
	margin-top: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: black;
	text-align: center;
	background-image: url(/Content/images/bg-content.png);
	background-repeat: repeat-x;	
	background-color: #ecf6f9;
}

h1
{
	font-size: 15px;
	font-family: Sans-Serif;
	color: #40764d;  /* green */
	padding: 4px 0px 4px 0px;
	margin:0px;
	font-weight: bold;
}

h2
{
	font-size: 13px;
	font-family: Sans-Serif;
	color: #40764d;  /* green */	
	padding: 4px 0px 4px 0px;
	margin:0px;
	font-weight: bold;
}

ul 
{
	margin-left: 2px;
	padding-left: 25px;
	
}

li 
{
	padding-left: 6px;
	padding: 2px;
	margin: 2px;
}

img 
{
	padding:0px;
    margin:0px;
}

#content a, .module_content a
{
	color: #40764d;  /* green */
	font-family: Arial, Sans-Serif;
	font-weight:normal;
	text-decoration: underline;	
	font-size: 12px;
}


/*--------------------------------------------------------------------------------
									LANDING
---------------------------------------------------------------------------------*/

#landing-bar {
	background-image: url(/images/landing/landing-bar.png);
	background-repeat: repeat-x;
	width: 946px;
	margin-left: -13px;
	float: left;
	height: 12px;
}

#landing-container 
{
	padding: 20px;
}

#landing-container a
{
	color: #40764d;  /* green */
	font-family: Arial, Sans-Serif;
	font-weight:normal;
	text-decoration: underline;	
}

#landing-header-logos 
{
	text-align: right;
	float: right;
	width: 300px;
}

#landing-content
{
	float: left;
	width: 550px;
	line-height: 22px;
		
}
#landing-form-container 
{
	background-color: #e7f1ce;
	float: right;
	width: 250px;
	padding: 15px;
	border: solid 1px #c7c8c0;
}


	



/*--------------------------------------------------------------------------------
									LAYOUT
---------------------------------------------------------------------------------*/

#wrap
{
	margin: 0 auto;
	width:975px;
	/*border: solid 1px red;*/
	text-align: center;
}


#wrap_with_bg
{
	background-image: url(/images/bg-content.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	width:975px;
	/*border: solid 1px red;*/
	text-align: center;
	
}

#main 
{

	text-align: left;
	background-color:White;
	/*border: solid 1px black;*/
	margin: 0 auto;
	width:918px;	
	padding: 0px 13px 0px 13px;
}


/*--------------------------------------------------------------------------------
									HEADER
---------------------------------------------------------------------------------*/

#header_bg 
{
	background-image: url(/images/bg-header.png);
	width:918px;
	/*border: solid 1px green;*/
	margin: 0 auto;
}

#header 
{
	width:918px;
	vertical-align: bottom;
}

#header_gradient
{
	text-align:right;
}

#header_logos
{
	display: inline;
	float: left;
	width: 550px;
}
	
#header_links 
{
	text-align: right;
	padding-top: 50px;
	float: right;
	width: 330px;
	color: #808080;  /* gray */
}


a.small:link, a.small:active
{
	color: #40764d;  /* green */
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	}
	

a.small:hover, a.small:visited
{
	color: #40764d;  
	font-family: Arial, Sans-Serif;
	font-size: 9px;
	text-decoration: underline;
	font-weight: normal;
	}	


a.header:link, a.header:active, a.header:hover, a.header:visited
{
	color: #40764d; 
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a.header:hover
{
	color: #f69b57;  /* orange */	
}

a.orange { }

a.orange:link, a.orange:active
{
	color: #f69b57;  /* orange */
	text-decoration: none;
	font-weight: bold;
	}
	

a.orange:hover, a.orange:visited
{
	color: #f69b57;  /* orange */
	text-decoration: underline;
	font-weight: bold;
	}	


/*--------------------------------------------------------------------------------
									NAVIGATION
---------------------------------------------------------------------------------*/

#nav 
{
	float: left;
	margin-bottom: 10px;
}

#nav img 
{ 
	margin:0px;
	padding: 0px;
}



/*--------------------------------------------------------------------------------
									FLASH
---------------------------------------------------------------------------------*/

#flash_home
{
	float: left;
	margin-bottom: 25px;
}

#flash_sub
{
	margin-bottom: 25px;
	width: 540px;
}

/*--------------------------------------------------------------------------------
									MAIN CONTENT
---------------------------------------------------------------------------------*/

.content_sub
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-style: italic;
	color: black;
	
}

#content_container
{
	float:left;
	width:545px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: black;
	background-color: White;
}

#content p 
{
	line-height: 22px;
}

#content
{
	padding-left: 10px;
	width: 542px;
}

#contentbox_whoweare
{
	background-image: url(/images/KDA_greenMission.jpg); 
	background-repeat:no-repeat; 
    height: 277px; 
    width: 547px; 
}

#contentbox_whoweare div
{
	padding-top: 44px; 
    padding-left: 222px;
	width:310px;
}

#contentbox_contactus 
{
	background-image: url(/images/KDA_greenContact.jpg); 
	background-repeat:no-repeat; 
	height: 277px; 
	width: 547px;
}
#contentbox_contactus div
{
	padding-top: 40px; 
    padding-left: 240px;
}


/*--------------------------------------------------------------------------------
									MODULES
---------------------------------------------------------------------------------*/

#modules
{
	float:right;
	width:345px;
	/*border: solid 1px red;*/
}

.module_container {	 }
.module_top {	}
.module_bottom {	}

.module_content
{
	background-image: url(/images/KDA_modContentBG.png);
	background-repeat: repeat-y;
	width: 320px;
	padding: 12px;
}

.module_content p
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	color: black;
	margin-bottom: 0;
	margin-right: 10px;
}

.module_content p a, .module_content li a
{
	color: #f69b57;  /* orange */
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}

/* BIOS MODULE */
div.module_bio a
{
	color: #40764d;  /* green */
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}

div.module_bio p
{	
	font-size: 11px;
	margin-bottom: 4px;
}

/*--------------------------------------------------------------------------------
						OFFERINGS (PRODUCTS, SERVICES, PARTNERS)
---------------------------------------------------------------------------------*/

#offerings_container 
{
	clear: both;
	text-align: center;
	width: 800px;
	padding-left: 60px;
	
}

table.offerings 
{
	border: 1px dotted #C5C6C8;
	width: 100%;
}

table.offerings td a:link, a:active, a:hover, a:visited
{
	color: #f69b57;  /* orange */
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

table.offerings td.products, table.offerings td.services
{
	text-align: left;
	vertical-align: top;
	padding: 0px;
	padding-left: 50px;
	width: 48%;
}

table.offerings td.dotted
{
	background-image: url(/images/KDA_dottedVert.png);
	background-repeat: repeat-y;
}

table.offerings td.partners
{
	
}

/*--------------------------------------------------------------------------------
						CONTENT WIDE (CONTENT WRAPPING THE FULL PAGE)
---------------------------------------------------------------------------------*/

#contentwide_container 
{
	clear: left;
	text-align: left;
	width: 800px;
	color: #444444;
	line-height: 21px;
	padding-left: 5px;
	
}


/*--------------------------------------------------------------------------------
									TOOLTIPS
---------------------------------------------------------------------------------*/

.tooltip
{
	width: 300px; color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
}

.tooltip span.top
{
	padding:  20px 12px 0px 55px;
    background: url(/images/KDA_popRoll.gif) no-repeat top;
}

.tooltip b.bottom
{
	padding:3px 8px 15px;
	color: #548912;
    background: url(/images/KDA_popRoll.gif) no-repeat bottom;
}


/*--------------------------------------------------------------------------------
									FOOTER
---------------------------------------------------------------------------------*/

#footer_bg 
{
	background-image: url(/images/bg-footer.png);
	background-repeat: no-repeat;
	height: 16px;
	width:975px;
	/*
background-color: #edf7f9;

border: solid 1px red;*/


}

#footer 
{
	margin-left: 10px;
	clear:both;
	text-align: center;
	color: #40764d;  /* green */
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;	
	padding-bottom:10px;
	margin-top: 0px;
	background-color:White;
	/*border: solid 1px green;*/
}

#footer a.footer:link, a.footer:active, a.footer:visited
{
	color: #40764d;  /* green */
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight:normal;
	text-decoration: underline;	
}

#footer a.footer:hover 
{
	color: #f69b57;  /* orange */	
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
	

/*--------------------------------------------------------------------------------
									GENERAL CLASSES
---------------------------------------------------------------------------------*/


.logos
{
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	marker-offset: 0px;
}

.terms 
{
   font-size: 11px;
   padding:12px;
   line-height: 14px;
   margin:0px;
   color:#444444;
}

.right
{
	float:right;
}

.left 
{
	float:left
}



.dotted_x
{
	background-image: url(/images/KDA_dottedHorz.png);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
}

.dotted_y
{
	background-image: url(/images/KDA_dottedVert.png);
	background-repeat: repeat-y;
	height: 100%;
}

.required 
{
	color: Red;
}

.green
{
	color: #40764d;   /* green */
}

