* {
    margin:0px;
    padding:0px;
}

ul {
 list-style-type: disc; 
}

html {
    height:100%;
}
	
body {
    height:100%;
    background-color:#B2B5B0;
    font-family:arial;
    font-size:11px;
    color:#555555;
    line-height:25px;
}

#v-center-div {
    height:50%;
    margin-top:-325px;
}

#frame {
    /*height:672px;*/
    height:651px;
    /* width: 947px; */
    width:926px;
    margin-right:auto;
    margin-left:auto;
}

#top-left {
    float:left;
    height:650px;
    width: 925px;
    background-color:#FFFFFF;
}

#top-right {
    float:left;
    height:650px;
    /* width: 22px;*/
    /* background-image:url(/img/shadow_right.gif);*/
    width:1px;
    background-color:#B2B5B0
}

#bottom-left {
    float:left;
    clear:left;
    height:1px;
    width:925px;
    /*background-image:url(/img/shadow_bottom.gif);*/
    background-color:#B2B5B0;
}

#bottom-right {
    float:left;
    height:1px;
    width:1px;
    /* background-image:url(/img/shadow_corner.gif); */
    background-color:#B2B5B0
}

#footer {
    /*width:947px;*/
    width:926px;
    margin-right:auto;
    margin-left:auto;
    text-align:right;
}

#footer p {
    padding-right:36px;
}

#top{
    height:14px;
    width:925px;
    background-color:#FFFFFF;
}

#home-main {
    height:622px;
    width:897px;
    margin-left:14px;
    background-image:url(../img/home-background.jpg);
    background-repeat:no-repeat; 
}

#home-text {
    margin-left:290px;
    margin-top:132px;
}

#home-text p {
    font-family:georgia;
    font-size:28px;
    color:#FFFFFF;
    line-height:42px;
}

#main {
    height:622px;
    width:897px;
    margin-left:14px;
}

#left {
    float:left;
    width:269px;
    height:622px;
    background-image:url(../img/nav_column.jpg);
    background-repeat: repeat-x;
}

#content-container {
    float:left;
    height:622px;
    width:628px;
}

#content-text {
    padding-left:31px;
    padding-top:15px;
    padding-right:20px;
    line-height:16px;
    font-family:arial;
    font-size:11px;
    height:408px;
    width:577px;
    overflow:auto;
}

#content-text br {
    line-height:12px;
}
#content-text h1 {
    font-family:georgia;
    font-size:16px;    
    font-weight:200;
    color:#005883;
}

#content-text a {
    color:#555555;
}

#content-text a:visited {
    color:#555555;
}

#content-text a:hover {
    color:#005533;
}

#content-text h2 {
    font-family:arial;
    font-size:11px;    
    font-weight:200;
}

#content-text ul {
    margin-left:14px;
}

#content-text ul ul {
    margin-top:10px;
}

#content-text li {
	margin-bottom:10px;
}

#content-text li li {
	margin-left:20px;
}

#banner {
    padding-top:42px;
    padding-left:23px;
}

#banner img {
    border:none;
}

#menu {
    margin-left: 23px;
    margin-top: 23px;
}

#menu ul {
    list-style-type: none;
    text-transform:uppercase;
}

#menu span {
    color: #888888;
}

#menu a:link{
    color: #888888;
    text-decoration: none;
}

#menu a:visited{
    color: #888888;
    text-decoration: none;
}

#menu a:hover{
    color: #005533;
    text-decoration: none;
}

#menu li.level-2 {
    text-indent:12px;
    display:none;
    line-height:16px;
    text-transform:none;
}

#menu li.level-3 {
    text-indent:24px;
    display:none;
    line-height:16px;
    text-transform:none;
}

#menu li.visible {
    display:block;
}

#menu li.active a {
    color: #005533;
    text-decoration: none;
}

.floating-image {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}
