/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	height:100%;
	}
	
body {
	position:relative;
	height:100%;
	background-color:#4b4c48; /** Background Color **/
	margin:0px; /** Site Margin **/
	}
	
#top {
	position:relative;
	height:180px;
	margin:0px;
	background-image:url(images/background/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	}
	
#header_container {
	margin:0 auto;
	width:960px;
	position:relative;
	height:180px;
	background-image:url(images/background/header-menubg.jpg);
	background-repeat:no-repeat;
	}
	
#header_arrow {
	position:relative;
	float:left;
	width:60px;
	height:53px;
	margin:0px;border:1px solid blue;
	}
	
#main {
	position:relative;
	background-color:#ffffff;
	}
	
#container_1 {
	position:relative;
	width:960px;
	margin:0 auto;
	background-color:#FFFFFF;padding-top:10px;
	}
	
#container_4 {
	position:relative;
	margin:5px;
	}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:150px;
	width:100%;
	background-color:#666666;
	margin-bottom:7px;
	}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	float:left;
	width:100%;
	height:35px;
	z-index:10;
	}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	padding-bottom:30px;
	}
#content p {
	line-height:20px;
	}	
#left_column {
	position:relative;
	width:385px;
	padding:10px 5px;
	float:left;
	text-align:justify;
	}
	
#right_column {
	position:relative;
	width:540px;
	margin:auto;
	float:right;
	padding-top:10px;
	}

#clear_column {
	clear:both;
	}
/* ***************************************************************************** */
/* CONTENT */
#summary {
	width:532px;
	height:303px;
	float:right;
	background-image:url(images/arrows_bg.jpg);
	background-repeat:no-repeat;

	}

#summary_strategy	{
	width:160px;
	float:left;
	margin-top:20px;
	margin-left:8px;
	text-align:justify;
	}

#summary_development {
	width:160px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	text-align:justify;
	}

#summary_support {
	width:155px;
	float:left;
	margin-left:18px;
	margin-top:20px;
	text-align:justify;
	}
	
.summary_text {
	padding-top:30px;
	font-size:11px;
	color:#5f4f4f;

	}
	
.summary_titles {
	color:#ffffff;
	font-size:15px;
	font-weight:600;
	text-align:center;
	letter-spacing:1px;
	}
	
a.summary:link {
	color:#4b4c48;
	text-decoration:none;
	}
	
a.summary:visited {
	color:#4b4c48;
	text-decoration:none;
	}
	
#case_studies {
	position:relative;
	width:950px;
	margin-top:20px;
	}
	
#cs_header {
	position:relative;
	width:950px;
	height:70px;
	background-image:url(images/casestudies_bg.jpg);
	background-repeat:no-repeat;
	padding-left:50px;
	padding-top:10px;
	}
	
#cs_thumbnails {
	float:left;
	width:208px;
	height:160px;
	margin:13px;
	background-color:#cccccc;
	}
/* ***************************************************************************** */
#calltoaction_container{
	position:relative;
	background-color:#6a6b67;
	padding:10px 0;
	height: 20px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}
#calltoaction_container a:link, #calltoaction_container a:visited {
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

	
/* ***************************************************************************** */
#footer {
	position:relative;
	background-color:#4b4c48;
	padding:10px 0;
}
#footer_container {
	position:relative;
	width:960px;
	margin:0 auto;
	}
	
#footer_text{
	float:left;
	width:400px;
	color:#8ba939;
	font-size:11px;
	line-height:14px;
	}
	
#footer_links {
	float:right;
	width:300px;
	text-align:right;
	font-size:11px;
	}
	
#footer_container li{
	list-style:none;
	float:left;
	padding-left:30px;
	color:#00FF00;
	}
	
#footer_container ul {
	text-decoration:none;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#footer_container ul a	{
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	color: #cccccc;
	text-decoration: none;
	text-align: center;
	}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	float:left;
	width:960px;
	height:105px;
	margin-top:20px;
}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}
h1, h2, h3  {
	font-weight:normal;
	}
.home_hd {
	color:#8ba938;
	font-size:30px;
	}
img {
	border:none;
	}
:focus {
	outline:none;
	}

p {
	font-size:12px;
	}
	
a.home:link,
a.home:visited {
	color:#ff6600;
	text-decoration:none;
	padding-right:10px;
	font-size:11px;
}

a.home:hover {
	color:#586f18;
	}