body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 10 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00002B;
}
.oneColElsCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00002B;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 100%;
    overflow:hidden;
}
.oneColElsCtr #mainContent {
	padding: 20px; 
	margin:0px;
	height: 100%;
    overflow:hidden;
}
#main_Content {
	padding: 20px; 
	margin:0px;
	height: 100%;
    overflow:hidden;
}
.blueboldbig {
margin-top: 20px;
font-size: 24px;
color: #00002B;
font-weight:bold;
font-style:italic;
}
#header {
	padding: 20px; margin-bottom: 10px; clear:both;
}
#companyaddress {
	padding: 0px; float:right; margin: 0; vertical-align:top; font-weight:bold; line-height: 1.5em; text-align:right;
}
#logo {
	float:left;
}
#mainNav {
	width: 770px; padding: 10px 0px; clear:both; margin: 10px 15px 0px 15px;
}
#homeimages {
	 width: 770px; height:320px; padding: 0px 0px 0px 0px; margin: 0px 0px 5px 0px; 
}
#hometext {
	 padding: 0px 10px; clear:both; margin: 5px 0px 10px 0px; background-image:url(images/logo_background.jpg); background-repeat:no-repeat; height:200px; border: 1px solid #00002B;
}
#company_text {
	width: 192px; padding: 20px; float:left; text-align:left;
}
#who_text {
	width: 192px; padding: 20px; float:left; margin: 0 25px; text-align:left;
}
#what_text {
	width: 192px; padding: 20px; float:right; text-align:left; 
}
.hometext {
font-weight:bold; font-style:italic; color:#000084; margin:0px;
}
.smalltext {
color:#000000; font-size:11px;
}
a.textlink {
font-size:11px; color:000084;
}
.shadow {
outline:#FFFFFF;
}
#footer p {
line-height:15px;
font-size: 10px;
font-family:"Trebuchet MS", Helvetica, sans-serif;
color: #00002B;
}
#footer a {
font-size: 11px;
padding-left:5px;
padding-right:5px;
font-family:"Trebuchet MS", Helvetica, sans-serif;
color: #00002B;
text-decoration:none;
}
#footer a:hover {
text-decoration: underline;
}
#footer {
margin-left: auto;
margin-right: auto;
margin-top: 20px;
text-align:center;
width: 770px;
}
#rightcontent {
width:460px;
float:right;
padding:20px;
}
#rightcolumn {
text-align:left;
line-height: 24px;
width:395px;
float:right;
padding:20px 20px 0px 20px;
}
#leftcolumn {
width:300px;
float:left;
padding:10px;
background-color:#CCCCCC;
border: 1px solid #00002B;
}
#casestudies {
width:700px;
padding:20px;
background-color:#CCCCCC;
border: 1px solid #00002B;
}
#whatwedo {
text-align:center;
width:720px;
padding:20px;
background-color:#CCCCCC;
border: 1px solid #00002B;
}
#addimages {
padding: 10px; clear:both; margin: 0px 0px 10px 0px; clear: both; background-image:url(images/background.jpg); background-repeat:no-repeat; border: 1px solid #00002B;
}
#addimages img {
	margin: 10px;
	border: 1px solid #00002B;
}
#leftcolumn img {
	border: 1px solid #00002B;
}
.under {
border-bottom: 1px dashed #00002B;
}