﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #f4f4f4;
	background-image: url(/_img/main_bkgr.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#outer-container {
	width: 100%;
	background-image: url(/_img/redribbon.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	width: 850px;
	margin: 0 auto;
	background-color: White;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
}

#header_left {
	width: 470px;
	height: 315px;
	background-image: url(/_img/header_left_bkgr.gif);
	background-repeat: no-repeat;
	background-position: top left;	
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

#header_right {
	width: 380px;
	height: 315px;
	background-image: url(/_img/header_right_bkgr.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

#content {
	width: 778px;
	background-color: White;
	padding: 30px 36px 30px 36px;
}

#content .leftcol {
	width: 500px;
    min-height: 350px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    border-right: 1px dotted #aaaaaa;
    padding-right: 37px;
    padding-bottom: 150px;
    zoom: 1;
    *display: inline;
    _height: 350px;
    background-image: url(/_img/puzzle_pieces.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#content .rightcol {
	width: 200px;
    min-height: 350px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-left: 37px;
    padding-top: 6px;
    zoom: 1;
    *display: inline;
    _height: 350px;
}

#footer {
	width: 778px;
	background-color: #a3a3a3;
	background-image: url(/_img/footer_bkgr.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 40px 36px 20px 36px;
}

#MainNav {
	margin: 0px;
	padding: 127px 0px 0px 36px;
}

#MainNav li {
	list-style-type: none;
	float: left;
}

#MainNav .home a {
	background: transparent url('/_img/nav/home.gif') 0 50% no-repeat;
	width: 53px;
}

#MainNav .about-us a {
	background: transparent url('/_img/nav/about-us.gif') 0 50% no-repeat;
	width: 77px;
}

#MainNav .news a {
	background: transparent url('/_img/nav/news.gif') 0 50% no-repeat;
	width: 51px;
}

#MainNav .services a {
	background: transparent url('/_img/nav/services.gif') 0 50% no-repeat;
	width: 69px;
}

#MainNav .partners a {
	background: transparent url('/_img/nav/partners.gif') 0 50% no-repeat;
	width: 75px;
}

#MainNav .contact-us a {
	background: transparent url('/_img/nav/contact-us.gif') 0 50% no-repeat;
	width: 99px;
}

#MainNav a.mainnav { 
	float: left;
	text-indent: -999px;
	overflow: hidden;
}
#MainNav a.mainnav:hover { 
	background-position: -200px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */