body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    padding-bottom:50px;
}

a
{
    color: #A4A4A4;
}

h1
{
    color: #737373;
}

p, .Normal
{
    line-height:16PX;
    font-size:12px;
    padding-top:0px;
    margin-top:0px;
}


.NormalTextBox
{
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;

}

/* Structure */
.Wrapper
{
    margin-bottom: 50px;
}

.Normal { color:#333; }


.leftTDBG
{
    background-color: #66B8C1;
    width: auto;
}


.rightTDBG
{
    background-color: #99D0D6;
    width: auto;
}


.header
{
    height: 114px;
    width: 770px;
    background: url(images/Cruz_Logo.gif) no-repeat;
    background-position: center;
}

#logo
{
    height: 114px;
    width: 771px;
}

.footer
{
    color: #a4a4a4;
    width: 100%;
    text-align: center;
    margin-top:20px;    
    
}

.Login
{
    float: right;
}

.copyrightWrapper
{
    margin: auto;
    width: 770px;
    text-align: center;
}

.copyright
{
    width: 720px;
    text-align: center;
    float: left;
}

.copyright, .dnnLOGIN
{
    font-family: Verdana;
    font-size: 10px;
    color: #767D6D;
}

.loginDiv
{
    float: right;
    width: 50px;
}

.copyright a
{
    color: #767D6D;
}

.content
{
    min-height: 439px;
    border-bottom: solid 1px #DEDEDE;
    border-top: solid 1px #DEDEDE; 
    text-align:left;
    background:white;
}

.contentpane
{
    border: 0;
    padding: 0;
    margin: 0;
    min-height: 439px;
    padding-top:5px;   
    padding-left:10px;  
    text-align:left;
}

.DNNAligncenter { text-align:left;}


.rightpane_blog
{
    width:180px;
}


.rightpane, .rightpane_blog
{     
    background: url(images/BG-RightContentPane.gif) repeat-y;
    background-position: left;    
          
}

.HomeContentPane
{
    padding: 0px;
    min-height:439px; 
    width:100%; 
}





#dnnHOUSEMENU
{
    clear: both;
    float: left;
}


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

#HouseMenuNav li
{
    /* all list items */
    position: relative;
    display: inline;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
}


#HouseMenuNav li li
{
    /* all items under the top level */
    z-index: 11113;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a
{
    /* all item links under the top level */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li ul
{
    position: absolute;
    top: 10px; /*************************Distansce between second level box and the Mune*******/
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 11112;
}

#HouseMenuNav li ul ul
{
    /* third-and-above-level lists */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li:hover ul ul, #HouseMenuNav li:hover ul ul ul, #HouseMenuNav li.sfhover ul ul, #HouseMenuNav li.sfhover ul ul ul
{
    left: -9999px;
}

#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul, #HouseMenuNav li li li:hover ul, #HouseMenuNav li.sfhover ul, #HouseMenuNav li li.sfhover ul, #HouseMenuNav li li li.sfhover ul
{
    /* lists nested under hovered list items      left: auto;     z-index: 99999;*/
}

#HouseMenuNav iframe
{
    position: absolute;
    left: 0;
    top: 40;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
    display: block;
}

.ArrowPointer
{
    cursor: default;
}


/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/


.menu
{
    background: #66B8C1;
    width: 100px;
    text-align: left;
    padding-top: 10px;    
    text-decoration:none;
}

#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul, #HouseMenuNav li li li:hover ul, #HouseMenuNav li.sfhover ul, #HouseMenuNav li li.sfhover ul, #HouseMenuNav li li li.sfhover ul
{
    /* lists nested under hovered list items */
    top: auto;
    left: auto;
    z-index: 99999;
}



#HouseMenuNav, #HouseMenuNav ul
{
    /* all submenu lists */
    width: 100%;
    background-color: transparent; /*blue */
    margin: 0;
    float: left;
    margin-right:0px;
}



#HouseMenuNav li ul
{
    /* second-level lists = all list items under the top/parent menu  #cc0000*/
    width: 155px; /* width of submenu, must be set so third-level list can get shifted over properly */
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border: solid 0px #000;
    margin: 0 0 0 0; /* hack for MacIE5 to ignore, while other browsers use \*/
    margin: 0; /* end hack */
    background-color: #D2D2D2; /* #5086AA */
    height: auto;
    padding-bottom: 10px;
    padding-top: 15px; /*filter: alpha(opacity=85);    opacity: 0.85;*/
}

#HouseMenuNav li
{
    /* all list items */ /* border-right: 1px solid #666;*/
    line-height: normal; /* hack for MacIE5 to ignore, while other browsers use \*/ /*background-image:url(images/menu-line.jpg); display line between 1st menu items       background-repeat:no-repeat;         background-position:100% 4px; border-right:1px solid white;  */
    background-repeat: no-repeat;
    background-position: 100% 6px;
    background-color: Transparent; /* green */
    margin-right: 10px;
    margin-left: 10px;
    height: 30px;
    width: 100%;
    padding-top: 2px; /*5*/
    text-align: left;
}
#HouseMenuNav li:hover
{
    background-color: Silver;
    background-color: Transparent; /*background-image:url(W:/DotNetNuke/Website/Portals/12/Skins/HouseMenu/Images/MenuHover.jpg);url([1stLiHoverimg]);     background-repeat:repeat-x;     background-position:top left;*/
}

#HouseMenuNav li:hover a
{
}

#HouseMenuNav li li
{
    /* all items under the top level */ /* all items under the top level - submenu/child items */
    width: 150px;
    height: 20px;
    _width: 150px; /* end hack */
    background-image: none;
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    border-bottom: solid 1px #B8B8B8; /*padding-left:5px;*/
}
#HouseMenuNav li li:hover
{
    background-color: Transparent;
    background-repeat: repeat-x;
    background-position: top left;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: white; /* set to a colour if you want ALL menu items to have the same background colour */
        text-decoration:none;
}
#HouseMenuNav li a
{
    /* all links within the menu wrapper      padding: 0px;     margin-top: 5px;*/
    height: auto; /*[1stAHeight]px;IE has problem to set width, so auto will be fine*/
    width: auto;
    font-size: 12px;
    font-weight: normal;
    background-color: transparent; /*red*/
        text-decoration:none;
}
#HouseMenuNav li li a
{
    /* all item links under the top level = all child links */
    color: #333;
    width: 155px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: normal;
    background-color: Transparent;
}

#HouseMenuNav li a:hover
{
    color: black; /*#000background-color: #eee;*/
    font-size: 12px;
    height: auto; /*[1stAHoverHeight]px; background-color: #eee;*/
    background-color: Transparent;
}

#HouseMenuNav li li a:hover
{
    color: Black; /*  blackbackground-color: #eee;*/
    font-weight: bold;
    background-color: transparent;
    margin-left: 5px;
    font-size: 11px;
}
/* second-level lists.when the mouseover to the first level and dispaly the popup list-yuchen*/





#HouseMenuNav li ul ul
{
    /* third-and-above-level lists */
    margin: -22px 0 0 160px;
    border: solid 0px #000;
    line-height: 12px;
}
#HouseMenuNav #HouseMenuNavParentItem a
{
    /* all links under the parent item (li) */
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavParentLink
{
    /* parent link itself */
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{
    /* current selected/active link */
    color: black;
    font-weight: bold;
    background-color: transparent;
    text-decoration: none;
}

/*********************************************************************CONTAINER**/



/********************************HYPER LINKS********************************/


a, .copyright a, .dnnLOGIN, .SubHead a, a:visited, a:link, a.Normal:link, a.Normal:visited
{
    color: #000040;
    text-decoration:underline;
}

.Head { color: #333; }
#dnn_dnnLOGIN_cmdLogin { color:white;}

#dnn_ctr1114_MainView_ViewBlog_lstBlogView_ctl00_lnkParentBlog
{
    color: #333333;
}

/*-- normal  links hover               --*/
a.Normal:hover, a:hover
{
    color: #333333;
    text-decoration:none;
}

A.CommandButton:link
{
    color: #000000;
}

A.CommandButton:visited
{
    color: #000000;
}


A.CommandButton:hover
{
    text-decoration: underline;
    color: #333333;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #000000;
}






/* hide (10 photos) from GALLERY page*/
#dnn_ctr1026_ContentPane .Normal
{
    visibility:hidden; display:none;
}

table.album-frame
{
    padding:0px;
    margin:0px;
}
.album-frame td
{
    margin-left:0px;
    margin-right:0px;
    padding-right:0px;
    padding-left:0px;
}

td.album-item
{
    margin:0px;
    padding:5px;
}

td.topx---- img, td.top-x--- img, td.top--x-- img,td.top---x- img, td.top---- img,.midx---- img,mid----x img
{
    display:none;
}
td.botx---- img, td.bot-x--- img, td.bot--x-- img,td.bot---x- img, td.bot---- img
{
    display:none;
}

td.mtpx---- img, td.mtp-x--- img, td.mtp--x-- img,td.mtp---x- img, td.mtp---- img, td.mtp----x img
{
    display:none;
}

td.mbtx---- img, td.mbtx-x--- img, td.mbtx--x-- img,td.mbtx---x- img, td.mbtx---- img
{
    display:none;
}

