/********************** HEADER ***********************/

    #masthead {
        height:61px;
        margin:0px 10px;
    }
    #masthead div#site_logo {
        width:203px;
        height:61px;
        border:none;
        position:relative;
        float:left;
    }
    #masthead div#site_title{
    	margin:20px 0px 0px 10px;
    	float:left;
    }
    #masthead div#site_title .name {
        font-size:16px;
        font-weight:bold;
        border-left:1px solid #8f8f8f;
        padding:2px 2px 0 8px;
        color:#1f7acb;
    }
    	
    #masthead div#site_title .desc{
    	padding-left:11px;
    	color:#8f8f8f;
    }
    #masthead div#ad_topright{
    	text-align:right;
    	margin-bottom: -10px;
    }
		
/********************** PRIMARY NAV ***********************/
			
    #topmenu{
        height:40px;
        line-height:40px;
        background:#044e95 url(/images/menutop.gif) no-repeat scroll left top;
    }
    #nav ul{
        margin-left:20px;
        padding-top:8px;
        z-index:1;
    }
    #nav li {
    	float:left;
    	position:relative;
    	top:0;
    	left:0;
    }
    #nav li a {
    	text-decoration:none;
    	display:block;
    	background: url(/images/menu_borders.gif)  bottom right no-repeat;
    	font-weight:bold;
    	color:#fff;
    	line-height:23px;
    	padding:3px 12px 6px 12px;
    }
    #nav li a:hover{
    	color:#c1c2c6;
    }
    #nav li.current a {
    	background: url(/images/menuitem_on.gif) bottom left repeat-x;
    	color:#2e2e2e;
    	
    }
    
    #search{
        float:right;
        line-height:12px;
        padding:10px 20px 0px 0px;
    }
    #search input.search{
    	height:16px;
    	line-height:17px;
    }
    #search input.go{
    	line-height:17px;
    }

/********************** WRAPPERS ***********************/

	#wrapper{
		background:transparent url(/images/content_bg.gif) repeat-y 50% 0%;
		padding:0px 10px;
	}
	#content_wrapper {
		background:#fff url(/images/seperator-vert.gif) repeat-y 220px 0px;
	}
	
/********************** LEFT COLUMN ***********************/	
	
	#leftcol{
		float:left;
		position:relative;
		width:220px;
	}
	
	#main_menu{
		margin:10px 0px;
	}
	#main_menu ul li {
		line-height:30px;
		background:#fff url(/images/seperator-horz.gif) left bottom repeat-x;
	}

	#main_menu a{
		display:block;
		font-family:Tahoma,Arial,Helvetica,sans-serif;
		font-size:14px;
		color:#2b2b2b;
		padding:0px 25px;
		background: url(/images/mainmenu_current.png) no-repeat 5px 50%;
	}
	#main_menu a:hover{
		text-decoration:none;
		background-color:#5e92c2;
		color:#fff;
	}
	#main_menu li.current a {
		color:#336699;
		background-color: #e4eaf1;
	}

    /********************** NEWSLETTER ***********************/			
    		
        #newsletter {
            width:197px;
            margin:20px auto;
        }
        #newsletter img{
        	display:block;
        	margin:0px;padding:0px;
        }
        #newsletter p{
        	margin:0px;padding:0px;
        	font-size:12px;
        	text-align:justify;
        	margin-bottom:10px;
        	color:#2e2e2e;
        }
        #newsletter .wrapper{
        	margin:0px;padding:0px;
        	border-left:1px solid #b3b0af;
        	border-right:1px solid #b3b0af;
        	border-bottom:1px solid #b3b0af;
        }
        #newsletter .inner{
        	background-color:#e4eaf1;
        	padding:10px;
        }
        
        #newsletter label{
        	font-weight:bold;
        	color:#2e2e2e;
        	display:block;
        	text-transform:uppercase;
        	margin-top:10px;
        }
        #newsletter input.field{
        	width:170px;
        }
        #newsletter .signup{
        	margin-top:10px;
        	text-align:right;
        }
    			
    /********************** TESTIMONIALS ***********************/	
        
    	#testimonials {
    		width:191px;
    		margin:20px auto;	
    	}
    
    	#testimonials .wrapper{
    		padding:5px;
    	}
    	#testimonials p{
    		font-size:12px;
    		margin:0px;padding:0px;
    		margin-bottom:10px;
    		text-align:justify;
    		font-style:italic;
    	}
    	#testimonials a{
    		font-size:10px;
    		text-decoration:underline;
    	}
    	#testimonials .name{
    		font-weight:bold;
    	}
    	
    	#testimonials .profession{
    		font-weight:bold;
    		color:#054481;
    	}
    	
/********************** MAIN COLUMN ***********************/    	

	#content{
		float:left;
		position:relative;
		width:720px;
	}
	
	#content_header {
	    margin: 20px 20px 0 20px;
	}
	
	#advertising {
		padding: 19px;
		background:#FFFFFF;
		margin-left:1px;
	}
	
	#advertising img{
		border:0px;
	}
	
	#article {
	    margin: 0 20px 20px 20px;
	}
	
	#article ul {
	    list-style: disc;
	    padding: 7px 15px 7px 30px;
	    background: #ffffdf;
	    border-top: 1px #ccc solid;
	    border-bottom: 1px #ccc solid;
	    margin: 0 20px 10px 20px;
	}
	
	#article ol {
	    list-style: decimal;
	    padding: 7px 15px 7px 30px;
	    background: #ffffdf;
	    border-top: 1px #ccc solid;
	    border-bottom: 1px #ccc solid;
	    margin: 0 20px 10px 20px;
	}
	
	#article li {
	    line-height: 20px;
	    font-size: 11px;
	    padding: 6px 0 6px 0;
	}
	
	.article_more {
	    text-align: right;
	    margin-top: -5px;
	    padding-bottom: 10px;
	    border-bottom: 1px #ccc dotted;
	}
	
	#article_resource {
	     background:url(/images/more_resources.jpg) no-repeat;
         width:648px;
         height:37px;
         margin: 20px auto;
         padding: 15px 10px 15px 10px;
         text-align: right;
	}

/********************** SEARCH ***********************/

    #searchInput {
        padding: 10px;
        background: #ffffdf;
        border: 1px #f7e2a1 solid;
        font-size: 10px;
        font-weight: bold;
        color: #999;
        margin-bottom: 10px;
    }

/********************** WEBLOG MENU ***********************/

    #weblog_menu {
        font-size: 10px;
        color: #999;
        margin: -20px 20px 20px 20px;
        padding-top: 3px;
        height: 20px;
    }
    
    #weblog_menu img {
        vertical-align:middle;
        margin-top: -1px;
        border-right: 5px #fff solid;
    }
    
    #weblog_menu_title {
        font-weight: bold;
        float: left;
        margin-right: -4px;
    }

    #weblog_menu li {       
       padding: 0 11px;
       float: left;
       border-right: 1px #ccc dotted;
    }
    
    #weblog_submenu {
        text-align: right;
        margin: 5px 27px 30px 27px;
        font-size: 10px;
    }
    
    #weblog_submenu img {
        vertical-align:middle;
        margin-top: -1px;
        border-right: 5px #fff solid;
    }    
    
    #weblog_submenu li {
        float: right;
        padding: 0 8px 0 8px;
    }
    
    #weblog_submenu .sep {
        border-right: 1px #ccc dotted;
    }

/********************** RESOURCES ***********************/

    .resource {
        margin: 5px 30px 0px 30px;
        border-bottom: 1px #ccc solid;
    }
    
    .resource li {
        list-style: none;
        font-size: 14px;
    }
    
    .resource a {
        font-size: 14px;
        font-weight: bold;
        color: #054481;
        margin-bottom: 10px;
    }
    
    
    .resource img {
        margin-right: 20px;
        float: left;
    }
    
    .resource .more {
        text-align: right;
    }
    
    .resource .more a {
        font-size: 12px;
        color: #5287bc;
        font-weight: normal;
    }

/********************** FOOTER ***********************/
    
    .banner_300x250 {
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
        padding: 7px;
        border: 1px #e0e0e0 solid;
        background: url(/images/advertisement.gif) no-repeat center 260px;
    }

    .banner_strip_brd_w {
        border: none;
	background-color:white;
    }

/********************** FOOTER ***********************/

    #footer{
    	background:transparent url(/images/footer_bg.gif) repeat-y 50% 0%;
    	padding:0px 10px;
    }
    #footer .inner{
    	padding:10px 0px;
    	border-top:1px solid #b4b4b4;
    }
    
    #footer .split{
    	float:left;
    	position:relative;
    	width:220px;
    	height:145px;
    	margin: 0 10px 0 10px;
    	background:url(/images/footer_sep.gif) no-repeat 100% 0%;
    }
    
    #footer ul li{
    	margin:3px 28px;
    	list-style-image: url(/images/footer_bullet.jpg);
    }
    
    #footer .title{
    	color:#054481;
    	font-size:14px;
    	font-weight:bold;
    	margin-bottom:5px;
    	margin-left:10px;
    }
    
    #footer a{
    	color:#5287bc;
    	text-decoration:none;
    }
    #footer a:hover{
    	color:#2e2e2e;
    	text-decoration:underline;
    }
    
    #footer .last{
    	background:none;
    	margin-right: 0px;
    	width: 210px;
    }
    #footer .first{
    	padding-left: 10px;
    	width: 200px;
    }
    
    #footertext {
        padding: 10px 18px 22px 18px;
        color: #999;
        margin-bottom: 10px;
    }