/* Basic Styles */

	body {
		font-size:0.625em;
		font-family: Verdana, sans-serif;
		margin:0;
		padding:0;
		text-align: center;
		color: #333;
		background: #ccf url(../images/bg-footer.jpg) bottom repeat-x;
	}

	a {
	   color: #4173AF;
	   text-decoration: none;
	}
	a:hover {
	   text-decoration: underline;
	}

	* { margin: 0; padding: 0; }

	p {
	   margin: 0 0 1.3em 0;
	}
    p.small {
       font-size: 0.9em;
       font-style: italic;
       text-align: center;
    }
	h2, h3, h4, h5 {
	   font-family:Trebuchete MS, sans-serif;
	   font-weight: normal;
	   color: #2C3559;
	   margin-bottom: 10px;
	}
    h5 {
	   font-family:Trebuchete MS, sans-serif;
	   font-weight: normal;
	   color: #2C3559;
	   margin-bottom: 10px;
	}
	
	h4 {
	   font-weight: bold;
	   font-style: italic;
	   font-size: 90%;
	}
	
	address {
	   font-style: normal;
	   font-weight: bold;
	   line-height: 1.6em;
	   margin-bottom: 20px;
	}
	
    li.first { border: none; }
    
    ul { margin: 0 0 0 10px; }
    
/** Content Classes **/

    .leftalignedwrap {
        float: left;
        margin: 0 8px 8px 0;
    }

    .rightalignedwrap {
        float: right;
        margin: 0 0 8px 8px;
    }

/** Layout **/
    #wrap {
        background: #fff;
    }
	#wrap-inner {
	    width: 990px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		background: #fff;
		font-size: 1.3em;
		text-align: left;
	}
	#header {
	   background: #fff;
	   color: #ccf;
	   height: 108px;
	   text-align: center;
	}
	#header-inner {
	   width: 990px;
	   margin: 0 auto;
	}
	#header a {
	   color: #fff;
	}
	#header ul {
	   float: right;
	   text-align: right;
	   list-style: none;
	   margin: 84px 240px 0 0;
	   padding: 0;
	}

	h1#logo a {
	   float: left;
	   text-indent: -9999px;
	   width: 640px;
	   height: 108px;
	   background: transparent url(../images/logosm.gif) no-repeat;
	   overflow: hidden;
	}
	#header h2 {
	   text-indent: -9999px;
	   overflow: hidden;
	}
	#nav {
	   background: transparent url(../images/bg-nav.gif) bottom repeat-x;
	   color: #ccf;
	}
	#nav-inner {
	   width: 990px;
	   margin: 0 auto;
	   height: 30px;
	}
	#nav ul {
	   margin: 0;
	   padding: 0;
	}
	#nav ul li {
	   list-style: none;
	   float: left;
	   margin: 0;
	   padding: 8px 30px 0 0px;
       height: 20px;
       font-size: 1.4em;
       font-family: Arial, sans-serif;
	}
	#nav a {
	   color: #ccf;
	   text-decoration: none;
	   font-weight: normal;
	}

	#nav a:hover {
	   color: #fff;
	}
/** Navigation you are here **/

    body#home ul li#nav-home a {
        color: #fff;
    }
    body#eagle ul li#nav-eagle a {
    	color: #fff;
    }

/* --( colum-left )----------*/

    #column-left {
        float: left;
        width: 225px;
        padding: 0;
        font-size: 0.9em;
        background: transparent url(../images/bg-column-left.jpg) repeat-x;
    }
    #column-left h2 {
        border-bottom: 1px solid #ccf;
        padding: 20px 0 0 4px;
        margin: 0 0 4px 0;
        font-size: 1.1em;
        font-weight: bold;
        color: #253A95;
    }
    #column-left ul li {
        list-style: none;
        line-height: 1.8em;
        padding: 0 0 0 10px;
        border-bottom: 1px dotted #ccf;
    }
    #column-left ul li a {
        color: #006;
    }
    #column-left a:hover {
        color: #253A95;
    }
    
    #column-left .announcement {
        margin: 0 10px 0 10px;
    }
    

/* --( column-middle )----------*/

    #column-middle {
	   float: left;
	   padding: 12px 14px 0 14px;
	   width: 510px;
	}
	    #column-middle h2 {
	       border-bottom: 1px solid #eee;
	    }
        #column-middle h3, #column-middle h4 {
           font-family:Trebuchete MS, sans-serif;
           margin: 0 0 5px 0;
        }
        #column-middle p {
            line-height: 1.4em;
        }
        #column-middle ul {
           margin: 10px 0 10px 20px;
        }
        #column-middle div.two-col {
           float: left;
           width: 45%;
           padding-right: 10px;
        }
        #column-middle div.team-bio {
            position: absolute;
            width: 500px;
            height: auto;
            overflow: auto;
            font-size: 0.9em;
            padding: 10px;
            border: 1px solid #eee;
            background: #eee;
        }
        #column-middle div.team-bio a.x-box { 
            float: right; 
            border: 1px solid #eee; 
            background: #fff; 
            padding: 0 5px 1px 5px; 
            margin: -9px -9px 10px 10px; 
            text-decoration: none;
            font-family: Verdana, sans-serif;
            line-height: normal;
            cursor: pointer;
        }
        #column-middle h5 span {
            font-style: normal;
        }
        #column-middle h5.team-name span,
        #column-middle h5.team-name a {
            cursor: pointer;
            color: #4173AF;
            text-decoration: none;
            width: auto;
            font-style: normal;
        }
        #column-middle h5 {
            font-weight: normal;
            font-style: italic;
        }
        #column-middle h5.team-name span:hover {
            text-decoration: underline;
        }
        #column-middle a {
            font-weight: normal;
            text-decoration: underline;
        }        
        #column-middle ul.simple {
            padding: 0;
            list-style: none;
            line-height: 1.6em;
            margin: 10px 0 20px 0;
            font-weight: bold;
        }
        #news-nav {
            float: right;
            margin: 0;
            padding: 0;
            font-size: 0.9em;
        }
        #main-feature {
            clear: both;
            margin-top: -50px;
            min-height: 700px;
        }
        
        #column-middle.wide {
        	width: 700px;
        }
        
        #column-middle ul {
        	margin-left: 2.6em;
        }
        #column-middle ul li {
        	line-height: 1.6em;
        	margin-bottom: 1.0em;
        }
        
/* --( column-right )----------*/

    #column-right {
        float: left;
        width: 225px;
        padding: 10px 0 0 0;
        font-size: 1em;
    }
    
    #column-right .announcement {
        margin: 10px 0 20px 10px;
        padding: 0;
        font-size: 0.9em;
        background: #fff url(../images/bg-announcement.jpg) repeat-x;
        border: 1px solid #ccf;
    }
    
    #column-right h3 {
        padding: 4px;
        background: #ccf;
        text-transform: capitalize;
        font-size: 1.2em;
        color: #253A95;
    }
    
    #column-right p {
        margin: 4px;
    }

/* --( footer )_---------------*/

	#footer {
	   text-align: center;
	   background: transparent;
	   height: 50px;
	   color: #000;
	}
	#footer-inner {
	   width: 960px;
	   margin: 0 auto;
	   text-align: left;
	}
	#footer-nav {
	   float: left;
	   margin: 0;
	}
	#footer-nav ul {
	   margin: 0;
	   padding: 0;
	}
	#footer-nav ul li {
        margin-right: 10px;
        padding-left: 10px;
        float: left;
	   list-style: none;
	   border-left: 1px solid #eee;
	}
	#footer-nav ul li a {
	   color: #006;
	   text-decoration: none;

	}
	#footer-nav ul li a:hover {
	   text-decoration: underline;
	}

/* --( content display classes )----------------*/

	dl.thumb-blurb dt {
		clear: left;
	}
	
	.left-align-wrap {
		float: left;
		margin: 4px 8px 4px 0;
	}
	
	.right-align-wrap {
		float: right;
		margin: 0 0 8px 8px;
	}
	
	dt {
		clear: left;
		margin-top: 20px;
	}
	
	div.exec-bio {
		margin-top: 20px;
		clear: both;
		min-height: 150px;
	}
