body {
	background-color: white;
	font-family: "verdana","Georgia", "MS Serif", "New York", serif;
	margin : 0px;
}

img {
	border: 0;
}
/* Header CSS */
div.address {
	position: absolute;
	left: 200px;
	margin-top: 5px;
	color: white;
	font-family: "Georgia";	
	font-size: 13px;
}

div.phone {
	position: absolute;
	margin-top: 5px;
	left: 390px;
	color: white;
	font-family: "Georgia";	
	font-size: 13px;
	white-space: nowrap;
}

span#address div.address {
	float: left;
}

span#phone div.address {
	position: relative;
	left: 20px;
}

div#headmenu{
	position: relative;
	top: 10px;
}
div#headmenu a{
	color: white;
}
div#headmenu a:hover{
	color: red;
}
/* end Header CSS */

/* Footer Menu CSS */
div#footermenu{
	padding-left: 232px;
	text-align: left;
}

div#footermenu a{
	color: blue;
	font-size: 14px;
}

div#footermenu a:hover{
	color: red;
}
/* End Footer Menu CSS */

/* Left side Menu CSS */
td.vertical_menu{
	background-image: url('images/Carrie-Banner---Wide_08.gif');
	background-repeat: repeat-y;
	width: 173px;
	color: white;
	font-size: 12px;
	padding-left: 5px;
	vertical-align: top;
}

td.vertical_menu a{
	color: white;
}

td.vertical_menu a:hover{
	color: red;
}
/* End Left side Menu CSS */

/* home.php CSS*/
.bucketHeader {
	color: white;
	font-size: 20px;
	background-color: #003399;
	width: 50%;
	padding: 5px 0px 8px 20px;
}

.bucketBorder{
	width: 350px;
	float: left;
	padding-left: 30px;
}

.contentHeader {
	color: white;
	font-size: 20px;
	background-color: #003399;
	padding: 5px 0px 8px 20px;
}

.contentBorder{
	width: 90%;
	padding-left: 30px;
}

.contentItemBorder{
	border: 1px solid #CCCCCC;
	padding: 8px;
}
.itemBorder{
	clear: both;
	border: 1px solid #CCCCCC;
	height: 55px;
	padding: 8px;
}

.icon{
	float:left;
	width: 44px;	
}

.bullets{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.itemHead{
	padding: 5px;
	background-color: #003399;
	color: white;
	width: 450px;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

table.contenttable tr td{
	padding: 5px;
	font-size: 12px;
}

.up {
	vertical-align: top;
}

#footertext {
	font-size: 9px;
	padding-left: 125px;
}

#industrypop {
	position: absolute;
	left: 75px;
	top: 180px;
	background-color: #003399;
	border: 1px solid silver;
	display: none;
	width: 200px;
	padding: 10px;
}