/*
html {
    text-align: center;
}
*/
/*
body {
    background: transparent url(../images/bk_hm.gif) center middle repeat-y;
    padding: 0;
    margin: 0;
    background-repeat: repeat-y;
    background-position: center;
    text-align: center;
}
*/
/*
body * {
    text-align: left;
}
*/
/*
img {
    border: none;
}
*/
/*
a {
    text-decoration: none;
    color: #706A00;
}
*/
/*
#container {
    width: 785px;
    margin: 0 auto 0 auto;
    position: relative;
}
*/
/*
#sidebar {
    width: 32px;
    background-color: #D8D8D8;
    position: absolute;
    top: 0;
    left: 0;
}
*/

#sidebar .logo {
    margin-top: 24px;
}

/*
#sidebar .copyright {
    width: 16px;
    position: relative;
    margin: 400px 8px 50px 8px;
}
*/
#content {
/*
    position: relative;
*/
    /*width: 733px;*/
    min-height: 400px;
    height: 411px;
/*
    top: 0;
    left: 32px;
*/
	background: #494949 url(../images/hm_bk.gif) center no-repeat;
/*
    background-color: #494949;
    background-image: url(../images/hm_bk.gif);
    background-repeat: no-repeat;
    background-position: center;
*/
}

#content .logo {
    width: 98px;
    position: absolute;
    top: 24px;
    left: 0;
}

#content .menu {
    position: absolute;
    width: 555px;
    height: 29px;
    top: 0;
    left: 190px;
    padding-left: 7px;
    padding-top: 7px;
    background-color: #000000;
}

#content .menu .whatsnew {
    top: 9px;
    left: 423px;
}

#content .newbutton {
    position: absolute;
    top: 9px;
    left: 614px;
    width: 139px;
}

#content .title {
    position: absolute;
    top: 56px;
    left: 15px;
}

#content .thumb  {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 51;
}

#content .home {
    position: absolute;
    top: 253px;
    left: 450px;
}

/*  edit karen@atomiccrayon.com April 17 2008 */
#content .home .desc {
    position: relative;	
    margin-top: 5px;
    padding: 10px 15px 10px 15px;
    background-color: #989898;
}

#content .home .desc .desc-text {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	margin: 3px 0 10px 30px;
	width: 195px;
}

/* end edit */

#content a.bubble {
    position: relative;
    width: 187px;
    height: 77px;
    text-align: left;
    z-index: 50;
    float: left;
    margin-left: 10px;
    margin-top: 320px;
}

#content a.bubble:hover {
    position: relative;
    width: 187px;
    height: 77px;
    text-align: left;
    background-color: #3B3B3B;
}

#content .bubble .body {
    position: relative;
    /*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    color: #FFFFFF;
    margin: 0 0 0 8px;
    display: block;
}

#content .bubble .header {
    position: relative;
    /*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 3px 8px;
    padding-top: 8px;
    color: #44C5E2;
    display: block;
}

#content .bubble .arrow {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

#content .divider {
    position: relative;
    top: 0;
    left: 10px;
    margin-right: 20px;
    float: left;
    margin-top: 320px;
}

#new { height: 447px; }


#content #we-are {
	width: 358px;
	height: 117px;
	background: url(../images/hm_title.gif) no-repeat;
	text-indent: -9999px;	
	position: absolute;
	top: 60px; left: 20px;
}
