﻿/* RELOAD CSS */

h1 { font-size:35px; color:#333333; font-weight:bold;}
h2 { font-size:21px; color:#333333; font-weight:bold;}
h3 { font-size:16px; color:#333333; font-weight:bold; margin-bottom: 13px;}
h4 { font-size:15px; color:#58217d; font-weight:bold; margin-bottom: 7px;}

em, i { font-style:italic; }
strong, b { font-style:bold; }

a {text-decoration: none; color: #005ba0; }
a:hover { color: #C60B46; }

img { border: none; }
p { padding: 0px; margin: 0; font-size: 13px; }
b { font-weight: bold; }
strong { font-weight: bold; }
sup { font-size: 70%; vertical-align: top; position: relative;  }



/*	Group: Flash Marquee
	Description: for all blocks that 
	represent the flash marquee container.
------------------------------------------*/

/* FLASH MARQUEE */
#flash-marquee {
    display: block;
    height: 386px;
    width: 970px;
    background-image: url(../../images/foundation/flash-marquee.jpg);
    margin: 0 0 5px 0;
    clear: both;
}


/*	Group: Side-Nav
	Description: for all blocks that 
	represent left side navigation.
------------------------------------------*/

/* SIDE-NAV */
#side-nav  {
    float: left;
	width: 183px;
	position: relative;
	margin: 0 0 16px 5px;
	}
	
	#side-nav h3.side-nav-title {
	    background: #333;
	    color: #FFF;
	    height: 28px;
	    margin: 0;
	    line-height: 28px;
	    padding: 0 0 0 10px;
	    font-weight: bold;
	    font-size: 14px;
	}
	    #side-nav ul.side-nav {
	        background: #007AC9 url(../../images/foundation/bg-blue_list_gradient.png) repeat-x left bottom;
	    }
	    #side-nav ul.side-nav li {
		    line-height: 1.4em;
	        margin-right: 5px;
	    }
	    #side-nav ul.side-nav li a {
	        display:block;
	        padding: 4px 0 4px 10px;
	        color: #FFF;
	        text-decoration: none;
	        font-weight: bold;
	        font-size: 13px;
	        border-bottom: solid 1px #00a7fd;
			zoom: 1;
	    }
	    #side-nav ul.side-nav li a:hover { background-color: #002b55; }
	    #side-nav ul.side-nav li.last a {
	    	border: none; 
	    	/* IE6 replaces border with padding for hasLayout */
			text-decoration: underline;
		}
		
		
/*	Group: News
	Description: for all blocks that 
	represent the news container.
------------------------------------------*/

/* NEWS */
#news {
	font-size:13px;	
    height: 286px;
    width: 771px;
    border: 2px #CCCCCC solid;
    margin: 0 5px 0 0;
    padding: 0;
    float: right;
    margin-bottom: 16px;
	line-height:1.3em;	
}

        .news-left {
            width: 397px;
            height: 268px;
            background-color: #ffffff;
            padding: 9px;
            float: left;
        }
        
            .news-left ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
            
                .news-left li {
                    margin-bottom: 20px;
                }
                
                .news-left li.last{
                    margin-bottom: 27px;
                }
                
                    .news-left ul li a {
                        font-weight: bold;
                    }

        .news-right {
            width: 320px;
            height: 250px;
            background-color: #eaf4f4;
            padding: 18px;
            float: right;
        }
        
            .newsRightImg {
                height: 118px; 
                width: 314px;
                margin-bottom: 10px;
            } 
        
            .news-right a {
                font-weight: bold;
            }