@import "/shared/css/common/frwk_handheld.css";

html, body {
  background: #FFFFFF;	
}

p {
  color: #000000;	
}

h1,h2,h3,h4.h5,h6 {
  color: #009FC2;
}

dt {
  color: #4F6F18;
}

/*----------------------------------------------/
	Project: .menu
/----------------------------------------------*/
.menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px; 
}

.menu li {
  background: #DBEFF1;
}

.menu li a, .menu dt a {
  color: #455560;
}

.menu li a.current {
  color: #007184;
  background: #DBEFF1 !important;
}

.menu ul ul li a:visited, .menu ul ul li.first a, .menu li.first ul li a {
	background: #DBEFF1 !important;
}

/*----------------------------------------------/
	Project: .menu-sub
/----------------------------------------------*/
.menu-sub li {
	border-bottom: 1px solid #FFFFFF;
	background: #2F6A32 ;
}

.menu-sub li a.current, .menu-sub li a:focus,.menu-sub li a:hover,.menu-sub li a:active {
	background: #2F6A32 !important;
}

.menu-sub li li.last {
	border-bottom: none;
}

#menu_sub_wrap {
	border-top: 2px solid #FDC41E;
}

/*----------------------------------------------/
	ATP SPECIFIC
/----------------------------------------------*/
label {
	display: block;
}

.brand {
	line-height: normal;
	width: 177px;
	height: 56px;
	margin-left:0 auto;
    margin-right:0 auto;
	float: none;
}

.canvasInner {
    background: #FFFFFF;
}

.gradient {
	background-image: none !important;
}
#logo_wrapper {
    background: #F1F1F1;
}

#content-column, #content-column #content-column-contents, #content-column-inline {
	border: 1px solid #000000;
}





