@charset "UTF-8";

/* CSS Document KERNEL DRIVERS
------------------------------------------------------------- */
html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	height:100%;
	background:#324956;
}

p {
	padding: 0 0 14px 0;
	margin: 0;
}

a {
	color: #29895A;
	text-decoration:none;}

a:hover {color: #000000;}	
	
	
/* Layout container
------------------------------------------------------------- */
#containerw {
	float:left;
	width:100%;
	background:url(../images1/bk.jpg) no-repeat center top;
}
	
#container {
	margin:auto;
	width:980px;}
	
#containerw2 {
	float:left;
	width:100%;
	background:url(../images1/bkw.png) repeat-x #fff;
}
	

/* Header section 
------------------------------------------------------------- */
#header {
	width:617px;
	height: 194px;
	float:left;
}

#login {
	width:142px;
	height: 34px;
	background:url(../images1/login.png);
	padding:25px 0 0 20px;
	float:left;
}	
	
#login a {
	color:#fff;
	font-size:14px;}
	
#login a:hover { color:#F3C697; }
	
#logo {
	width:367px;
	height: 166px;
	float:left;
	padding: 20px 0 0 0;
}	
	
	
/* Code for the menus
------------------------------------------------------------- */
#menu {
	width:798px;
	height: 44px;
	padding:15px 0 0 20px;
	float:left;
	background:url(../images1/menubk.png);
}

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}
	
#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}	
	
#menu li a {
	float:left;
	font-size:14px;
	color:#F3C69D;
	font-weight:normal;
	padding:10px 15px;
	background:url(../images1/menudiv.png) right center no-repeat;
	display:block;}
	
#menu li.last a{
	background:none;}	

#menu li a:hover{ color: #FFF; }
	
#menu li.selected a{
	color:#2AD281;}


/* Page Content
------------------------------------------------------------- */
#content {
	width:980px;
	background:url(../images1/contentbk.jpg) no-repeat #fff;
	float:left;
}

#left {
	float:left;
	width:617px;}
	
#text p {
	font-size:13px;
	color:#333;
	line-height:19px;
}

#text p.small {
	font-size:11px;
	font-style:italic;
	color:#999;
	line-height:13px;
}

#welcome {
	float:left;
	height:52px;
	width:575px;
	padding: 13px 0 0 42px;
}
	
#text {
	float:left;
	width:467px;
	padding: 0px 80px 10px 70px;
}
	
#right {
	float:left;
	width:363px;
	padding: 80px 0 0 0;
}

#right p {
	font-size:13px;
	color:#666;
	line-height:17px;}
	
.experience {
	float:left;
	width:318px;
	padding: 14px 20px 15px 25px;
	background:url(../images1/shadow.png) bottom no-repeat;
}

.consulting {
	float:left;
	width:308px;
	padding: 15px 30px 20px 25px;
}


/* Bottom Page Content
------------------------------------------------------------- */
#bottom {
	float:left;
	width:980px;
	background:url(../images1/bottom.png) no-repeat;
}

#bottom p {
	padding:15px 0 0 0;
	margin:0;
}
	
#bottom h2 {
	margin:0;
	padding:0;}

#articles {
	float:left;
	width:280px;
	padding: 15px 0px 0 45px;
}

#articles a {
	font-size:13px;
	color:#334A57;
	font-weight:bold;
	padding: 0 0 0 25px;
	display: block;
}
	
#articles a:hover { color:#1C7B4D; }

#testimonials {
	float:left;
	width:303px;
	padding: 20px 10px 10px 30px;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Verdana;
}

#testimonials p {
	color:#798E9A;
	font-size:13px;
	padding: 10px 20px 0 30px;
}

#news {
	float:left;
	width:252px;
	padding: 30px 30px 0 20px;
	font-size: 13px;
	color: #fff;
}

#news a {
	color:#121F27;
	text-decoration:underline;}
	
#news a:hover { color:#E7C49A; }


/* Footer area
------------------------------------------------------------- */
#footerw {
	float:left;
	background:url(../images1/footerw.png) repeat-x;
	width:100%;}
	
#footerw2 {
	float:left;
	background:url(../images1/footerw.jpg) no-repeat center top;
	width:100%;
}
	
#footer {
	width:980px;
	height:115px;
	background:url(../images1/footer.jpg) no-repeat;
	padding:25px 0 0 0;
	margin:auto;
	color: #F2F3ED;
}
	
#footer a {
	color:#F5CAA0;}

#footer a:hover { color:#F5CAA0; }
	
#copy {
	float:left;
	width:446px;
	height:100px;
	padding: 0 0 0 45px;
	line-height: 18px;
}

#copy a:hover {
	color:#F2F3ED;}

#address {
	float:left;
	width:177px;
	padding: 0 0 0 15px;
	line-height: 16px;
}

#emails {
	float:left;
	width:280px;
	line-height: 18px;
}

#emails a {
	color:#F2F3ED;}

	
/* Classes and styles
------------------------------------------------- */

h1 {
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Verdana;
	font-size:24px;
	color:#283C47;
	margin:0;
	padding:0;
	font-weight:normal;
}

h2 {
	font-size:17px;
	color:#900;
	margin:0;
	padding:10px 0 10px 0;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	font-size:15px;
	color:#2C4B5F;
	margin:0;
	padding:0 0 15px 0;
	font-weight: bold;
	line-height: 20px;
}

ul, li {
	padding:0 0 10px 0;
	margin:0;
}

ul.plusGray { padding:0 0 2px 25px; }
	
ul.plusGray li {
	color:#666;
	font-size:13px;
	background:url(../images1/plusgray.png) no-repeat center left;
	padding:0 0 2px 20px;
	list-style:none;
	margin: 0;
	font-weight: bold;
}

ul.plusGreen li {
	color:#333;
	font-size:13px;
	background:url(../images1/plusgreen.gif) no-repeat top left;
	padding:0px 0 2px 20px;
	list-style:none;
	margin: 0;
	font-style:italic;
}

.highlight {
	color:#21333E;
	font-weight: bold;
}
	
.red {
	color:#900;
	font-weight: bold;
}
	
.green { color:#147D3E; }
	
.black {
	color:#000;
	font-weight: bold;
	font-style: italic;
}
	
#testimonials a.button {
	float:left;
	display:block;
	width:113px;
	height:21px;
	font-size:12px;
	text-align:center;
	color:#fff;
	font-family:"Lucida Sans", "Lucida Grande", Lucida, Verdana;
	background:url(../images1/btnbk.png);
	padding: 4px 0 0 0;
	margin:0 0 0 -30px;
}

#testimonials a.button:hover { color:#F5CAA0; }
	
#articles a.button {
	float:left;
	display:block;
	width:113px;
	height:21px;
	font-size:12px;
	text-align:center;
	color:#fff;
	font-family:"Lucida Sans", "Lucida Grande", Lucida, Verdana;
	background:url(../images1/btnbk.png);
	padding: 4px 0 0 0;
	font-weight:normal;
	margin:0;}
	
#articles a.button:hover { color:#F5CAA0; }
	
.footerHighlight {
	color:#00CC66;
	font-weight:bold;}
	
.contactForm {
	float:right;
	padding:15px 15px;
	background-color:#FFF;
	border:1px solid #ccc;
	width:240px;
}
