#main {
/*	background-color: #fff;*/
	width: 960px;
	margin:0 auto;
}

#header {
	position:relative;
	background: url(../imgs/bg_header.jpg) repeat-x left top;
	height: 143px;
}

#header .homelink {
	display:block;
	float: left;
	height:95px;
	width:310px;
	background: url(../imgs/logo_mg2.png) no-repeat 12px 12px;
}

#profile_menu {
	float: left;
	list-style: none;
	margin-top:101px;
	margin-left: -220px;
}

#profile_menu li {
	display: block;
	float: left;
}

#profile_menu li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 12px 10px;
}

#activity_menu {
	display: block;
	float: right;
	margin:103px 99px 0 0;
	list-style: none;
}

#activity_menu li {
	display: block;
	float: right;
}

#activity_menu li a {
	display: block;
	color: #fff;
	font-size: 24px;
	padding: 5px 30px;
	text-decoration: none;
	background-color: #889cb7;	
	font-weight: normal;
	height: 29px;
}

#activity_menu li a:hover {
	display: block;
	color: #fff;
	font-size: 24px;
	padding: 5px 30px;
	text-decoration: none;
	background-color: #a2b2c8;
}

#activity_menu li a.active {
	background-color: #c2cbda;	
	height: 30px;
	color: #495360;
}



#content {
	padding:12px;
	background: url(../imgs/bg_body.png) repeat-x left top;
	overflow: hidden;
}

#footer {
	width:960px;
	margin: 0 auto;
	padding:6px 12px;
	font-size:11px;
	color: #7a8ea8;
	border-top: 1px solid #B7C3D3;
}

#footer ul {
	list-style:none;
	display: block;
}

#footer ul li {
	float: left;
	padding: 0 12px 0 0;
}

form {
	margin: 0;
	padding: 0;
}

.container { 
/*overflow: hidden; */
padding: 12px 5px;
}



.box {
 margin-top: 21px;
 padding: 12px;
}

.mission {
	font-size:18px;
	line-height: 160%;
}

.container ul, .container ol {
 padding-left:12px;
 line-height:140%;
}

#tooltip {
	border: 1px solid #BFBFBF;
	float: left;
	max-width: 600px;
	padding: 1em 1em 1em 1em;
	position: absolute;
	overflow:hidden;
	z-index:999;
}

#myAccount{
	position:absolute; 
	top:12px; 
	right:12px;
	width: 570px;
	height:50px;
}

#myAccount #loggedinLinks{
	position:relative;
	float:left;
	width:570px;
}

#myAccount #clientSelect{
	position:relative;
	float:left;
	width:570px;
	padding-top:5px;
}

#draggable, #draggable2 { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }
#droppable, #droppable2 { width:400px; height:165px; float:left; margin:0px 0px 15px 0px; padding:0; overflow:hidden; }

.droppable{
width:400px; height:165px; float:left; margin:0px 0px 15px 0px; padding:0;	
}

#coupons{
width:500px; height:600px; float:left; margin-left:10px;	
}

#couponwrapper #images{width:400px; height:600px; float:left;}