﻿body
{
    font-family:Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin: 0px;
    /*background: #ccc;/* proper background image will be used in the near future */
    background: #CCCCCC url(images/bg_green2.gif) repeat-x center top;
    font-size: 0.7em;
}

body#summer
{
    font-family:Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin: 0px;
    /*background: #ccc;/* proper background image will be used in the near future */
    background: #CCCCCC url(images/bg_green2.gif) repeat-x center top;
    font-size: 0.7em;
}

#logo
{
	/*background:url(images/Blessed-Logo_full.png) no-repeat;*/
    margin-right:auto; /*let div section be centered on page */
    margin-left:auto;
    width: 800px;
    height: 62px;
    text-align:right;
    position:relative;
}

#purelogo
{
    background:url(images/Blessed-Logo_full.png) no-repeat;
    width: 295px;
    height: 62px;
    top: 0px;
    left: 0px;
    position:absolute;
}

/* Master page layout */
#poster
{
    background:url(images/BIC_Resource2_7.jpg) no-repeat;
    margin-right:auto; /*let div section be centered on page */
    margin-left:auto;
    width: 800px;
    height: 230px;
    margin-top:17px;
    border:solid 1px #fff;
    border-bottom:solid 0px #fff;
    /*border-bottom:solid 1px #999999;*/
}

#poster_summer
{
    background:url(images/BIC_Resource2_7.jpg) no-repeat;
    margin-right:auto; /*let div section be centered on page */
    margin-left:auto;
    width: 800px;
    height: 230px;
    margin-top:17px;
    border:solid 1px #fff;
    border-bottom:solid 0px #fff;
    /*border-bottom:solid 1px #999999;*/
}

#navtop, #navbottom /* common properties */
{
    background:#fff; /*url(images/background_nav_main.gif) repeat-x;*/
    font-size:11px; /* defines font properties in the div section */
    font-weight:bold;
    font-family:Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right:auto;
    margin-left:auto;
    width:800px;
    height:35px;
    border:none;
    /*border:solid 1px #fff;*/
}
#navbottom /* defines specific one */
{
    margin-top:15px; /* sets margin with another div section */
}
#footer
{
	background:url(images/copyright_bg.gif) repeat-x;
    width:790px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    margin-top:0px; /* sets outer spaces */
    padding:10px; /* sets inner space */
    padding-left:5px;
    padding-right:5px;
    color:#999;/*#c89f3d;*/
    border:solid 1px #ccc;
    border-top:solid 0px #fff;
}

/* Page two column layout */
#body
{
    width:800px;
    margin-top:0px;
    margin-right:auto;
    margin-left:auto;
    position:relative; /* for the nested layout sections */
    border:solid 1px #ccc;
    border-top:solid 1px #999999;
    background:#fff;
    
}

#content_column_left
{
    float:left;
    width:215px;
    border:solid 0px #ccc;
    padding: 5px;
    padding-left:10px;
    margin:2px;
}

#content_column_right
{
    margin-top:5px;
    margin-left:240px;
    margin-right:5px;
    margin-bottom:5px;
    border:solid 1px #ccc;
    padding: 5px;
}


#columnleft
{
    float:left;
    width:545px;
    /*position:relative;*/
}
#columnright
{
    margin-left:550px;
    /*position:relative;*/
}
.leftblock
{
    border:solid 1px #ccc;
    padding:15px;
    margin-bottom:10px;
    background:#fff; /*url(images/background_columnright.gif) repeat-y;*/
    position:relative;
    width:515px;
}
.rightblock
{
	border:solid 1px #ccc;
    padding:15px;
    margin-bottom:10px;
    background:#fff; /*url(images/background_columnleft.gif) repeat-y;*/ /* combination of background color and background image */
    /*position:relative;*/
    vertical-align:top;
}

#columnleft_default
{
    float:left;
    width:520px;
    /*position:relative;*/
}
#columnright_default
{
    margin-left:525px;
    /*position:relative;*/
}
.leftblock_default
{
    border:solid 1px #ccc;
    padding:15px;
    padding-left:14px;
    margin-top:10px;
    margin-left:10px;
    margin-bottom:10px;
    background:#fff; /*url(images/background_columnright.gif) repeat-y;*/
    position:relative;
    width:475px;
}
.rightblock_default
{
	border:solid 1px #fff;
    padding:4px;
    margin-top:10px;
    margin-bottom:5px;
    background:#fff; /*url(images/background_columnleft.gif) repeat-y;*/ /* combination of background color and background image */
    /*position:relative;*/
    vertical-align:top;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear:both;
}

/* Page one column layout */
#columnone
{
    float:left;
    width:790px;
}
.contentblock
{
    border:solid 1px #ccc;
    padding:10px;
    width:757px;
    margin:10px;
    border:solid 1px #ccc;
    vertical-align:top;
}