@charset "utf-8";
/* CSS Document */

body {
	background-color: white;
}

#wrap {
	width: 898px;
}
	
#banner_menu {
	float: right;
	width: 550px;
	height: 34px;
}
	.logo {
		float: left;
		padding: 0px;
	}
	.client_login {
		float: right;
		margin: 10px;
	}
	
	/* Buttons */
		a.button:link	{
			border: 0px;
			color: #f7941e;
			text-decoration: none;
		}
		a.button:visited {
			border: 0px;
			color: #f7941e;
			text-decoration: none;
		}
		a.button:hover	{
			border: 0px;
			color: #999999;
			text-decoration: none;
		}
		a.button:active {
			border: 0px;
			color: #f7941e;
			text-decoration: none;
		}

/*Index Page*/
#main_content {
	width: 898px;
	float: left;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #666666;
}
.left_column {
	width: 400px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.middle_column {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.right_column {
	width: 236px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Sub Pages */
#left_menu {
	float: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 250px;
	background-color: white;
}
		.illustration {
			padding-left: 10px;
			padding-top: 20px;
		}
		.team_illustration {
			margin-top: 190px;
		}
		.services_illustration {
			margin-top: 55px;
		}
		.partner_illustration {
			margin-top: 200px;
		}
		.features {
			border: 1px dotted #999999;
		}
		
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	text-align: left;
	width: 216px;
}
#menu dt {
	display: block;
	color: #9dcb3b;
	cursor: pointer;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url(images/left_menu_bckgrd.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #9dcb3b;
}
#menu dd {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
	height: 122px;
	background-image: url(images/left_submenus_bckgrd.jpg);
	background-repeat: no-repeat;
}
#menu li {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 2px;
	font-weight: bold;
	margin-left: 20px;
}
#menu li a {
	color: #999999;
	text-decoration: none;
	border: 0 none;
	height: 100%;
}
#menu dt a {
	display: block;
	color: #9dcb3b;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 50px;
	text-decoration: none;
	border: 0 none;
}
#menu li a:hover {
	color: #f7941e;
}
#menu dt a:hover {
	display: block;
	background-image: url(images/left_menu_bckgrd_over.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 50px;
	text-decoration: none;
	color: white;
}

#content {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	width: 608px;
	line-height: 1.4em;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
	.secondary_content {
		float: left;
		line-height: 1.4em;
		text-align: left;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #999999;
	}
	.copyright {
		float: left;
		width: 608px;
		text-align: left;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #999999;
	}		
	.special {
		display: block;
		float:left;
		width: 588px;
		color: #006699;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: #F8F8F8;
		border-top: 1px dotted #9dcb3b;
		border-bottom: 1px dotted #9dcb3b;
	}
	.contact_img {
		margin-bottom: 10px;
		margin-top: 10px;
		border-top: 1px dotted #9dcb3b;
		border-bottom: 1px dotted #9dcb3b;
	}	
	.portfolio_buttons {
		float: right;
		width: 100px;
		height: 115px;
		text-align: right;
	}
		.right_buttons {
			display: block;
			float: right;
			widows: 100px;
			height: 23px;
			border-bottom: 1px dotted #9dcb3b;
		}
	
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #9dcb3b;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 250px;
	border-bottom: 1px dotted #9dcb3b;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 608px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 608px;
	border-bottom: 1px dotted #9dcb3b;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
	
.team_desc {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
}



