body{
	margin:0;
	padding:0;
	background-color:#2d2d2d;
	min-width:954px;
	position:static;
	font:12px Arial, Helvetica, sans-serif;
}

/*
	Since the bars of color go across the screen 
	we're going to have to center the different content
	of the top and bottom portions
*/
#header > .content, #top > .content, #bottom > .content, #footer > .content {
	width:954px;
	margin:0px auto;
}

#header, #footer{
	background-color:#2d2d2d;
	color:#fff;
}

#header .content img {
	margin: 5px 0
}

#footer .footer-holder {
	text-align: center;
	padding:1em
}

#footer .footer-holder a, #footer .footer-holder a:VISITED {
	color:#8cf;
    text-decoration: none;
}

#footer .footer-holder a:hover {
    text-decoration: underline;
}

#top {
	width:100%;
	background-image:url(../images/bckg-blue.jpg);
	background-repeat:repeat-x;
	background-color:#F9F9F9;
	color:#fff;
    background-size: contain;
    padding-bottom: 5px;
}

#bottom {
	width:100%;
	padding:30px 0 0 0;
	background-color:#f9f9f9;
	color:#4d4d4d;
}
div.two-column {
    position: relative;
}
div.two-column > div {
	width:50%;
	margin:0px 5px;
}

div.two-column>.left {
    margin-bottom: 10px;
    bottom: -39px;
    position:absolute;
}

div.two-column>.left img {
	margin-top:32px;
}

.imgbkgd {
}

.imgss {
	position:absolute;
	left:83px;
	top:39px;
}

div.two-column>.right {
	margin-top:30px;
	width:384px;
	float:right;
}

.bullet{
	font-size:15px;
	overflow:hidden;
	background:url(../images/bullet.png) no-repeat 0 1px;
	padding:0 0 0 35px;
	margin:0 0 1em;
}


.right #title {
	font-family: Calibri, Arial, san serif;
	font-size: 48px;
	font-weight: bold;
	margin-bottom:0.2em;
}

div.three-column > div {
	margin:0px;
}

div.three-column > .left {
	clear:left;
	float:left;
}


div.three-column .bottom {
}


div.three-column > .center {
	clear:none;
	float:left;
}

div.three-column > .right {
	clear:right;
	float:left;
}

div.clear {
	height:1px;
	width:1px;
	clear:both;
}

div.infoblock {
	float:left;
	clear:none;
	width:33%;
}

div.infoblock>* {
	margin:10px 20px;
}

div.infoblock td.title{
	font-weight:bold;
	font-size:18px;
	color:#343434;
	margin-top:20px;
}

div.infoblock .subtitle{
	font-size:16px;
}

div.infoblock .content{
	font-size:12px;
	color:#4d4d4d;
	line-height: 1.5em;
}

a.dl-button, a:hover.dl-button {
	color:#fff;
	width:336px;
	height:58px;
	background:url(../images/button.png) no-repeat 0 1px;	
	display:block;
	text-transform: uppercase;
	text-decoration: none;
	font-size:24px;
}

a.dl-button>table {
	height:100%;
	width:100%;
}

.awards {
	width:700px;
	margin: 30px auto;
}

.awards > img, .awards > div {
	float:left;
	margin:0 20px;
}
