* {
	margin: 0px;
	padding: 0px;

}
body {
	background: #fff url(./images/blue_bar.png) 0px 73px repeat-x;
    padding:0px;
    margin:0px;
	font: 56%/1.0em Verdana, Arial, sans-serif;

}
h1 {
	margin-bottom: 20px;
}
p {

	line-height: 1.3;
	color: #535353;
	margin-bottom: 10px;
}
#wrapper {        	background: #f3f3f3 url(./images/content_body.png) top left repeat-y;
	width: 840px;
	margin: 0pt auto;
}
#logo {
	width: 100%;
	height: 63px;
	position: relative;
    	background: #FFF url() top left repeat-y;
}
#navigation {
	background: #fff url(./images/nav_banner.png) top left no-repeat;
	width: 100%;
	height: 385px;
	position: relative;
}

.nostyle a{
    border:0px solid red;
    padding:0px;
}
 .nostyle a:hover{
    border:0px solid red;
}
#body {
	width: 100%;
	min-height: 855px;
	background: #f3f3f3 url(./images/content_body.png) top left repeat-y;
	padding-bottom: 60px;
}
#footer {
	width: 100%;
	height: 34px;
    text-align:center;
    clear:both;
	background: url(./images/footer.png) top left no-repeat;
}
#body #sidebar {
	width: 220px;
	float: left;
}
#body #main {
	margin-left: 325px;
    padding-left:100px;
	margin-right: 40px;
	line-height: 1.3;
    background-color: red;


}
#main{
padding-left:50px;
margin-bottom:50px;
}
#body #main2 {
	width:540px;
	line-height: 1.3;

    float:right;
    margin-right:40px;

}
#content{
  float:left;
}


#logo img {
	border: none;
	position: absolute;
	bottom: 0px;
	left: 15px;
}
#navigation img {
	margin-left: 19px;
	margin-top: 66px;
}
#navigation ul {
	line-height: 1.2;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 35px;
	font-size: 1.4em;
}
#navigation ul li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
}
#navigation ul li.last {
	border-right: none;
}
#navigation a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
	padding-bottom: 3px;
}
/* deal with IE7 so bottom half of text doesn't disappear */
#navigation_ie7 ul {

}
#navigationi_e7 #tagline {

}
/* hover is same as selected tab -- orange */
body#about #nav_about, body#services #nav_services, body#portfolio #nav_portfolio, body#contact #nav_contact, #navigation a:hover {
	border-bottom: 3px solid #ff962c;
	color: #ff962c;
}
.box {
	padding-bottom: 15px;
    margin-left:20px;
    width:240px;
    float:left;
  background-color: #FFF  ;
  font-size:90%;
}

h2.box_top {
	padding-left: 15px;
	padding-right: 15px;
    padding-top: 25px;
	color: #e47800;
	padding-bottom: 15px;
	line-height: 1.4;
}
#sidebar .box {
	margin-left: 30px;
	margin-top: 50px;
}
.box p {
	padding-left: 15px;
	padding-right: 15px;
    font-size:11px;
}
.box p.bottom {

}
p#breadcrumbs {
	margin-left: 50px;
}
/* don't display breadcrumbs on home page */
#home #breadcrumbs {
	visibility: hidden;
}
h2 {
	margin: 15px 0pt;
	margin-top: 25px;
}
#body ul {
	font-size: 1.2em;
	list-style: none;
	margin-left: 10px;
}
#body ul li {
	margin-bottom: 10px;
       */
	padding-left: 15px;
}
#body ul#services_overview li {
	background-image: none;
}
p#tagline {
	float: left;
	position: absolute;
	top: 35px;
	left: 30px;
	font-size: 1.6em;
	color: #666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
p a:link {
	/*color: #0a3a63;    */
}
#footer ul {
	list-style: none;
}
#footer li {
	float: right;
}
a{
    color:#E1700E;
}
a:hover{
    color:#E1700E;
}
a:visited{
    color:#E1700E;
}

