html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #000000;
}

#wrapper {
	background-color: #fdfcfa;
	margin: 0 auto;
	vertical-align: middle;
}

/* global nav css */

#globalnav {
position: relative;
width: 600px;
left: 5px;
top: 51px;
}

#globalnav a {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ffffff;
text-decoration: none;
font-size: 12px;
outline: none;
}

#globalnav a:link {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ffffff;
text-decoration: none;
font-size: 12px;
outline: none;
}

#globalnav a:visited{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ffffff;
text-decoration: none;
font-size: 12px;
outline: none;
}

#globalnav a:active {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ffffff;
text-decoration: none;
font-size: 12px;
outline: none;
}

#globalnav a:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #707d46;
text-decoration: none;
font-size: 12px;
outline: none;
}



/* ------------ holds left side of homepage image ----------- */
#leftbox {
float: left;
width: 600px;
height: 298px;
background-color: #ffffff;
}

/* --------- holds right side of homepage image and scrolling ticker ------ */
#rightbox {
float: right;
width: 300px;
height: 298px;
background-image: url(img/index_cvlogo.jpg);
background-position: top right;
background-repeat: no-repeat;
background-color: #707d46;
}

#cvwords {
width: 900px;
height: 61px;
}
/* --------------------------------------- */

#hppromotions {
	position: relative;
	clear: both;
	width: 800px;

}

/* number tabs section on left */

#numberDisplay {
	position: relative;
	height: 33px;
	float: left;
	padding-left: 23px;
}

#numberDisplayContent {
	background-image: url(img/hp_promotionsbggg.jpg);
	width:360px;
	height: 210px;
	position:relative;
	float:left;
	padding-left: 15px;
}

.tabcontent{
display:none;
width: 330px;
padding-top: 15px;
}

/* custom promotion section on right */

#hppromotionsright {
	position: relative;
	float: right;
	width: 373px;
	height: 220px;
	background-image: url(img/hp_promotionsbg_longgg.jpg);
	margin-top: 25px;
}
#hppromotionsright_content {
	margin-right: 15px;
	width: 355px;
 	padding: 12px 0px 5px 5px;
 	text-align: center;
}

#footerhp {
position: relative;
clear: both;
width: 900px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #707d46;
}

#footerhp a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #707d46;
outline: none;
}

#footerhp a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #707d46;
outline: none;
}

#footerhp a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3a4123;
outline: none;
}