@charset "UTF-8";
/* CSS Document */

body {
	margin:0; padding:0;
	font-family: Lucida Grande;
}

a {color: #62791d; text-decoration:none;}
.grey {color: #999999; text-decoration:none;}
a:hover {text-decoration: none; text-decoration:underline;}
a.img:hover {background-color: #ffffff;}

.advanceMenuBtn {
margin-left: 10px;
}

.closeMenuBtn {
margin-left: 10px;
display:none;
}

#advanceMenu {
	background:#000000 url(images/dashboard/bg.jpg) repeat-x;
	height:198px;
	display:none;
}

#advanceContainer {
	width:945px;
	margin:auto;
}

ul {
	list-style:none;
	margin:0; padding:0; /*fixes ul padding and margin */
}

ul#contactList {
	margin-top:16px;
	float:right;
	width:292px;
}
li a {
	width: auto;
	padding-right: 2px;
	padding-left: 2px;
}


.advanceTip {
	background:url(images/textArea.png) no-repeat;
	height:34px;
}

.plusTip, .worldTip, .vaultTip, .schoolTip, .phonebookTip, .peopleTip, .interactTip, .greenTip, .monitorTip, .homeTip {
	display:none;
	height:34px;
	width:292px;
	text-align:center;
	line-height:35px;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul {
	list-style:none;
	margin:0; padding:0; /*fixes ul padding and margin */
}

ul#advanceList {
	float:left;
	width:900px;
	margin-top:6px;
}

#advanceList li {
	height:48px;
	width:48px;
	float:left;
	margin-left:15px;
}

.home {
	background:url(images/home.png);
}

.home:hover {
	background:url(images/homeHover.png);
}

.monitor {
	background:url(images/monitor.png);
}

.monitor:hover {
	background:url(images/monitorHover.png);
}

.green {	
	background:url(images/green.png);
}

.green:hover {
	background:url(images/greenHover.png);
}

.interact {
	background:url(images/interact.png);
}

.interact:hover {
	background:url(images/interactHover.png)
}

.people {
	background:url(images/people.png);
}

.people:hover {
	background:url(images/peopleHover.png)
}

.phonebook {
	background:url(images/phonebook.png);
}

.phonebook:hover {
	background:url(images/phonebookHover.png);
}

.school {
	background:url(images/school.png);
}

.school:hover {
	background:url(images/schoolHover.png);
}

.vault {
	background:url(images/vault.png);
}

.vault:hover {
	background:url(images/vaultHover.png);
}

.world {
	background:url(images/world.png);
}

.world:hover {
	background:url(images/worldHover.png);
}

.plus {
	background:url(images/plus.png);
}

.plus:hover {
	background:url(images/plusHover.png);
}
#ico_smailer {
	background-image: url(images/dashboard/ico_smailer.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 118px;
}
#cont_products {
	float: left;
	height: auto;
	width: 170px;
}
#cont_products_box {
	float: left;
	height: auto;
	width: 170px;
	margin-top: 6px;
}
#cont_products_line {
	float: left;
	height: auto;
	width: 170px;
	margin-bottom: 4px;
}

#cont_reference {
	float: left;
	width: 700px;
	height: auto;
}
#cont_reference_box {
	float: left;
	height: auto;
	width: 230px;
	margin-right: 10px;
	margin-top: 12px;
}
#cont_reference_line {
	float: left;
	height: auto;
	width: 230px;
	margin-bottom: 4px;
}
#cont_reference_border {
	float: left;
	height: auto;
	width: auto;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B3B7CA;
}


#ico_smailer a {
	background-image: url(images/dashboard/ico_smailer.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 118px;
}
#ico_smailer a:hover {
	background-image: url(images/dashboard/ico_smailer_up.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 118px;
}
#top_btn_bg {
	background-image: url(images/dashboard/bg_btn_01.jpg);
	background-repeat: repeat-x;
	height: 29px;
}

