@charset "utf-8"; 
#header {
	text-align: center;
	padding: 50px;
	background-image:url(softstoneinteractive.jpg);
	margin-top: 10px; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
}
#container {
	width: 960px;
	background-color: #FFF;
	position: relative;
	margin-bottom: auto;
	right: auto;
	bottom: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding-top: 0px;
	top: 10px;
	border: 1px solid #F4F4F4;
	z-index:1000;
}
#content {
	font:bold 15px/18px Arial, Helvetica, sans-serif;
	letter-spacing:0.2px;
	margin-left:  25%;
	text-indent: 0px;
	text-align:left;
	float: none;
	margin-right: 20%;
	padding: 10px;
	clear: right;
	left: auto;
	right: 0px;
	z-index: 2;
	
	
}
#container #content img {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
.illustration {
	float: right;
	margin-right: 0px;
	margin-left: auto;
	left: auto;
	right: 0px;
	position: relative;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #0C3;
	border-right-color: #0C3;
	border-bottom-color: #0C3;
	border-left-color: #0C3;
	top: -45px;
	z-index: 1;
	}
	
#left_address {
	text-align:left;
	font-size: medium;
	width: 20%;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 8px;
	float: left;
	line-height: 125%;
	
	color:#304c67;
	font:bolder 10px/14px Arial, Helvetica, sans-serif;
	letter-spacing:0.8px
}

.highlight {
	color: #ac0367;
}

	
	

#navbar {
	float: left;
	width: 15%;/* this adjust the div of the navbar where all the navigation link are on the left*/
	padding: 10px;
}
ul#navigation {
	padding: 3px;
	width: 5em;/*how wide the vertical navigation block is*/
}
ul#navigation li {
	list-style: none;/*this gives the list style for the links. now it has nothing but you can have bullet for li*/
	background-color: #FFF;
	border-top: solid 0px #FFF;
	text-align: left;
	margin: 0;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	font-stretch:expanded;
}
ul#navigation li a {
	display: block;/* this is the gap between each link vertically*/
	text-decoration: none;
	color:#000000;
	padding: 0.25em;
	border-bottom: solid 1px #FFF;/*this is the bottom border color for the blocks in the links*/
	border-right: solid 1px #FFF;
}

