body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #0065a6 url(../_images/bg.jpg) top center no-repeat;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #0065a5;
    text-decoration: underline;
}
a:hover, a:active {
    color: #82a83e;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
img.right {
	float: right;
	margin-left: 10px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 86px;
	overflow: hidden;
}
	img.logo {
		float: left;
		margin-top: 19px;
	}
	#menu {
		float: right;
		margin-top: 29px;
		height: 30px;
		line-height: 30px;
	}
	#menu a {
		height: 30px;
		line-height: 30px;
		border-left: 1px solid #c9daac;
		padding-left: 7px;
		margin-right: 4px;
		text-decoration: none;
		font-size: 13px;
	}
	#menu a.first {
		border: none;
	}
	
/* ----------------------------------- */
/* BANNER
/* ----------------------------------- */
#banner {
	height: 238px;
}
#home #banner { background: transparent url(../_images/banner/home.jpg) 0 0 no-repeat; }
#challenge #banner { background: transparent url(../_images/banner/challenge.jpg) 0 0 no-repeat; }
#strategy #banner { background: transparent url(../_images/banner/strategy.jpg) 0 0 no-repeat; }
#solutions #banner { background: transparent url(../_images/banner/solutions.jpg) 0 0 no-repeat; }
#about #banner { background: transparent url(../_images/banner/about.jpg) 0 0 no-repeat; }
#contact #banner { background: transparent url(../_images/banner/contact.jpg) 0 0 no-repeat; }
#dashboard #banner { background: transparent url(../_images/banner/dashboard.jpg) 0 0 no-repeat; }

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main {
	background: transparent url(../_images/main.jpg) 0 0 repeat-y;
}
#main-top {
	background: transparent url(../_images/main-top.jpg) 0 0 no-repeat;
}
#main-bottom {
	background: transparent url(../_images/main-bottom.jpg) left bottom no-repeat;
}
/* Hack for IE */
* html #main, * html #main-top, * html #main-bottom { height: 1%; }
/* *** */

	#content {
		padding: 40px 40px 50px 40px;
	}
	
	#content h1 {
		font-size: 18px;
		color: #89a468;
	}
	#content .clear { margin: 0; padding: 0; }
	
	.welcome, .intro {
		width: 320px;
		float: left;
		margin-right: 20px;
		display: inline;
	}
	
	.intro { margin-bottom: 15px; }
	.intro img { float: left; }
	.intro p {
		margin: 15px 15px 0 130px;
		font-size: 11px;
		line-height: 14px;
		color: #0065a6;
	}
	
	#content li {
		padding-left: 15px;
		background: transparent url(../_images/arrow.gif) 0 5px no-repeat;
		list-style: none;
	}


/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	margin-top: 20px;
	padding-bottom: 20px;
}
	#footer p {
		color: #FFF;
	}
	#footer a:link, #footer a:visited {
	    color: #FFF;
	    text-decoration: none;
	}
	#footer a:hover, #footer a:active {
	    color: #82a83e;
	    text-decoration: none;
	}


 	#content-right {
      float: right;
      width: 175px;
	  border-left:1px solid #EEEEEE;
	  padding-left:20px;
      }
	  
   #content-right p {
   	font-size:11px;
	padding-bottom:5px;}
    
#content-right a {
   	font-size:11px;
}
	
   #content-main {
      margin:0;
	  width:475px;
	  float:left;
      }

