* {
    text-decoration: none;
    font-size: 1em;
    outline: none;
    padding: 0;
    margin: 0;
    }
	
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
    border: none; 
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%; /* remove ie's main scrollbar */
	margin: 0px;
	color: #666666;
	background-color: #F6F6F6;
	background-image: url(images/light-bg.png);
	background-repeat: repeat;
}

.main-container {
	height: auto;
	min-height: 100%;
	position: relative;
	background-image: url(images/top-head-bg.png);
	background-repeat: repeat-x;
}
.wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px; /*Change width to 670px if you remove Twitter column*/
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
	}
html[xmlns] .clearfix {
	display: block;
	}
* html .clearfix {
	height: 1%;
}
.wrap {
	background-image: url(images/progress-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	height: 110px;
}

.progress-wrap {
	width: 646px;
	padding-left: 1px;
	height: auto;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}



.logo {
	float: left;
	font-size:40px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#b6d731;
	padding:20px 0 50px 0;
}


h1 {
	font-size: 24px;
	font-weight: bold;
	color: #848484;
	margin: 0px;
	padding-top: 45px;
	padding-bottom: 25px;
}
h2 {
	font-size: 15px;
	background-image: url(images/small-arrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left bottom;
	font-weight: normal;
	color: #424242;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 15px;
}

p {
	margin-bottom: 10px;
}


a:link, a:visited{
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:underline;
}

.footer a:link, .footer a:link  {
	color: #F8F8F8;
}
.footer a:hover {
	color: #333333;
}

.content-area {
	background-image: url(images/text-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	color: #555555;
	line-height: 22px;
	margin-top:0px;
	border-top:1px solid #999;
	border-right:1px solid #999;
	width:650px;
}
.bottom-content {
	background-image: url(images/bottom-text-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 50px;
	margin:10px 0 0 0;
	padding:0;
	height:auto;
}
.top-content {
	background-image: url(images/top-text-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 40px;
	height:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.text-wrap {
	padding-top: 3px;
	padding-right: 40px;
	padding-bottom: 3px;
	padding-left: 15px;
}


.footer {
	font-size: 13px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FCFCFC;
	padding-right: 25px;
}

.space {
	padding-right: 5px;
	padding-left: 15px;
}

.phone-email-wrap {
	float: left;
	padding:5px 0 0 15px;
	width: 600px;
	text-decoration:none;
}

/*GREEN*/
.green {
	color: #b6d731;
	font-weight: bold;
}
.pb-green {
	background-image: url(images/green-progress.png);
}

/*YELLOW*/
.yellow {
	color: #f4eb00;
	font-weight: bold;
}
.pb-yellow {
	background-image: url(images/yellow-progress.png);
}

/*RED*/
.red {
	color: #b60e21;
	font-weight: bold;
}
.pb-red {
	background-image: url(images/red-progress.png);
}

/*BLUE*/
.blue {
	color: #31a4ca;
	font-weight: bold;
}
.pb-blue {
	background-image: url(images/blue-progress.png);
}

/*PURPLE*/
.purple {
	color: #c133cc;
	font-weight: bold;
}
.pb-purple {
	background-image: url(images/purple-progress.png);
}
