html, body {
	height: 100%;
	width: 100%;
	display: table;
	color: #010101;
}
body {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	background:#6d6d6d;
	font:14px Arial, Helvetica, sans-serif;
}
img {border:none;}
a {
	text-decoration:underline;
	color:#000;
}
a:hover {text-decoration:none;}

/*main container*/
/*#main {
	margin:0 auto;
	width: 1004px;
	background:#96989b;*/
	/*background:url(../images/main.gif) repeat-x; */
	/*border: 1px solid #333;
	padding:74px 0 0 0;
}*/
/*header*/
/*#header {
	height:121px;
	width:1004px;
	position:relative;
	background:url(../images/header.jpg) no-repeat;
}*/

/*logo*/
/*#header .logo {
	padding:14px 0 0 46px;
	display:block;
}*/
/*#header .logo a{
	display:block;
	width:256px;
	height:97px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}*/
#header .image img{display:block;}
#header .image {
	position:absolute;
	right:0px;
	/*right:22px;*/
	top:2px;
}
.png {display:block;}
/*content*/
.container {
	width:1004px;
	overflow:hidden;
}
.content-box {
	float:right;
	width:750px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: bottom;
}
#content p{
	margin:0 0 12px;
	/**color:#173a5f; **/
	line-height:16px;
}
#content a {
     color: #234c78;    
}

#content ul{
	margin:0 0 0 0px;
	padding:0 0 0 4px;
}
#content ul li {
	margin:0 0 0 10px;
	padding:0 0 0 4px;
}

.column {
	width:196px;
	float:right;
}
span.pictures{
	overflow:hidden;
	float:left;
	width:100%;
	margin: 0;
	padding: 0;
	border-left:1px solid #FFF;
}
span.pictures img{display:block;}
/*sidebar*/
#sidebar{
	padding:20px 0 5px 0;
	/*overflow:hidden;*/
	width:220px;
	float:left;
	background:url(../images/sidebar.gif) repeat-x;
	min-height:350px;
}
#menu {
	padding:0 0 18px;
	margin:0;
	list-style:none;
	overflow:hidden;
}
#menu li {
	width: 160px;
	padding:0 0 10px;
	background:url(../images/none.gif);
	float:left;
}
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu ul {
	display:none;
	padding:5px 0 0;
	margin:0 0 -10px;
	list-style:none;
}
#menu li ul li {
padding:0 0 2px 40px;
}
#menu li.hover ul li a,
#menu li.hover ul li a.active,
#menu li:hover ul li a{
	background:url(../images/menu-ul-a.gif) no-repeat 0 -20px;
	font-size:12px;
	height:17px;
	width:160px;
}
#menu li.hover ul li a:hover,
#menu li.hover ul li a.active,
#menu li:hover ul li a:hover{
	background-position:0 0;
	height:17px;
	width:160px;
}
#menu a {
	display:block;
	width:180px;
	overflow:hidden;
	height:19px;
	background:url(../images/menu-a.gif) no-repeat 0 0;
	font:13px/14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:2px 0 0 40px;
}
#menu li.hover a,
#menu li:hover a,
#menu a.active,
#menu a:hover {
	background-position:0 -23px;
	color:#fff;
}
a.logos{
	display:block;
	width:95px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logos.gif) no-repeat;
	margin-left:37px;
    position:relative;
    z-index:100;
}
#senior-logo {
    display:block;
    z-index:100;
    margin: 0;
    padding: 0;
    position:relative;
    top:380px;
    left: 255px;
}
.imageMarg a:hover {
	cursor:pointer;

}
.imageMarg img {
	padding: 0;
	margin: 0 0 0 20px;
}
