
#header_wrapper {
	background: #00318d;
}

    #header {
        background: url(/media/images/bg/header-bg.jpg) no-repeat 190px 0;
    	height: 244px;
    	margin: 0 auto;
    	overflow: hidden;
    	position: relative;
    	width: 920px;
    }
    
        #header h1 {
        	position: absolute;
        	left:0;
        	top:0;
        	height: 244px;
        	margin: 0;
        	width: 158px;
        }

            #header h1 a {
            	display: block;
            	background: url(/media/images/bg/home-header-logo.gif) no-repeat 0 0;
            	height: 0;
            	margin: 0;
            	overflow: hidden;
            	padding: 244px 0 0 0;
            	text-indent: -10000em;
            	width: 158px;
            }
        
        /* 
        #header #counter {
        	color: #FF7800;
        	position: absolute; right:0; top:5px;
        	font-family: impact, arial black, serif;
        	font-size: 180%;
        	line-height: 110%;
        	margin: 0;
        	text-align: center;
        	width: 110px;
        }
            
            #header #counter span {
            	display: block;
            	line-height: 100%;
            	font-size: 200%;
            }
        */
            
#nav_wrapper {
    background: #efe33c;
    border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #9ea0a2;
}

    ul#nav {
    	min-height: 36px;
    	margin: 0 auto 0 auto;
    	padding-top: 5px;
    	width: 920px;
    }
    
        ul#nav li {
        	float: left; 
        	list-style: none;
        	margin: 0;
        }
        
            ul#nav li a {
            	color: #1b268b;
            	display: block;
            	float: left;
            	font-family: impact, 'arial black', sans-serif;
            	padding: 4px 10px;
            	line-height: 110%;
            	font-size: 160%;
            	text-transform: uppercase;
            	text-decoration: none;
            }
            
                ul#nav li a:hover {	
                	background: #fff;
                }
                
                ul#nav li.here a {
                	background: #1b268b;
                	color: #fff;
                }

div#content_wrapper {
    
}

    div#content {
        margin: 0 auto;
        width: 920px;
    }

        div#content div#col1 {
            font-size: 110%;
        	float: left;
        	padding-top: 20px;
        	width: 655px;
        }
                
        div#content div#col_full {
            padding-top: 20px;
        }
        
            div#content h2 {
                color: #00318d;
            	font-family: impact, arial black, serif;
            	font-size: 250%;
            	font-weight: normal;
            	line-height: 120%;
            	margin: 0.5em 0;
            	text-transform: uppercase;
            }
            
        div#content div#col2 {
            background: #1b268b;
        	padding: 20px;
        	min-height: 200px;
        	width: 202px;
        	float: right;
        }
            
            div#content div#col2 h3 {
            	color: #fff;
            	font-family: impact, arial black, serif;
            	font-size: 160%;
            	font-weight: normal;
            	line-height: 120%;
            	margin: 0.5em 0;
            }
            
            div#content div#col2 ul#section_nav {
            	margin: 0 -8px;
            	padding: 0;
            }
            
                div#content div#col2 ul#section_nav li {
                	list-style: none;
                	margin: 0 0 5px 0;
                }
            
                    div#content div#col2 ul#section_nav li a {
                    	color: #1b268b;
                    	background: #efe33c;
                    	display: block;
                    	padding: 4px 8px;
                    	text-decoration: none;
                    	-moz-border-radius: 6px;
                    	-webkit-border-radius: 6px;
                    }
                    
                        div#content div#col2 ul#section_nav li a:hover {
                        	background: #fff;
                        }
                        
                        div#content div#col2 ul#section_nav li.here a {
                        	background: #fff;
                        }            

div#footer {
	padding: 40px 0 0 0;
}

    div#footer p {
    	font-size: 85%;	
    }

    div#footer p#design_info {
    	margin: 0;
    }
    
        p#design_info a {
        	color: #9AD355;
        }
