@charset "utf-8";
/* CSS Document */

/* Body and Type Styles */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
background: #fff url(../images/page-bg.gif) center top no-repeat;
}

img {
border: 0;
}

h1 {

	font-size: 22px;
	font-weight: bold;
	color: #000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
    border-bottom: 1px solid #dedede;
    padding-bottom: 4px;
    margin: 30px 0 10px 0;
}

a, a:link, a:visited, a:active {
	color: #014488;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
color: #6CE5CD;
text-decoration: underline;
}



p {

}



ul {
margin: 0;
padding: 0;
}

ul li {
    list-style-image: url(../images/0146_blue-bullseye.png);
    padding-bottom: 6px;
    padding-left: 0;
    margin-left: 20px;
}



/* Layout Styles */

#wrapper {
	width: 950px;
	margin: 0 auto;
	
}



#header_container {
width: 950px;
}

	#header_left {
	padding-top: 35px;
	float: left;
	width: 400px;
	}
	
	#header_right {
	text-align: right;
	width: 540px;
	float: right;
	padding-top: 6px;
	}

#twocol_container {
margin-top: 5px;
margin-bottom: 30px;
background: #fff url(../images/twocol_bg.gif) top left repeat-y;
}



	#twocol_left {
		padding: 20px; 
		width: 650px;
		height: auto;
		float: left;
        
	}
	
	#twocol_right {
		padding: 0 0 40px 25px; 
		width: 200px;
		height: auto;
		float: right;
	}
	



#footer {
background: url(../images/footer_bg.gif) top left no-repeat;
width: 950px;
height: 39px;
color: #3c3c3c;
font-size: 11px;
margin-top: 10px;
padding-top: 12px;
font-weight: bold;
	text-align: center;
	clear: both;
}

.clear {
clear: both;
}

img.photo_right {
background: #fff;
display: block;
float: right;
padding: 2px;
border: 1px solid #dedede;
margin: 5px 0 5px 10px;
}

img.photo_left {
background: #fff;
display: block;
float: left;
padding: 2px;
border: 1px solid #dedede;
margin: 5px 10px 5px 0;
}

/* Right Column List */

#twocol_right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

    #twocol_right ul li {
        list-style-image: none;
    	list-style-type: none;
    	margin: 0;
    	padding: 0 0 5px 0;
    }
    
    #twocol_right ul li.selected {
    	margin: 0 0 3px -10px;
    	padding: 3px 3px 3px 10px;
        background: #fbfbfb;
        border-left: 2px solid #dedede;
    }
    
    #twocol_right ul li.selected a, #twocol_right ul li.selected a:hover {
    	color: #333;
        text-decoration: none;
    }
    

#twocol_right ul .word {
	height: 24px;
	background: url(../images/word.gif) no-repeat;
	text-indent: 25px;
}

#twocol_right ul .pdf {
	height: 24px;
	background: url(../images/acrobat.gif) no-repeat;
	text-indent: 25px;
}

#twocol_right ul .form {
	height: 24px;
	background: url(../images/form.gif) no-repeat;
	text-indent: 25px;
	margin-top: 25px;
}

#twocol_right ul .ext {
	height: 24px;
	background: url(../images/external.gif) no-repeat;
	text-indent: 25px;
}

#twocol_right ul .pic {
	height: 24px;
	background: url(../images/image.gif) no-repeat;
	text-indent: 25px;
}


/* FAQs */

#faq_contents {
width: 650px;
background: #fbfbfb;
border: 1px solid #dedede;
margin-top: 20px;
}

    #faq_contents #faqc_left {
    margin: 5px;
    padding-top: 5px;
    width: 300px;
    float: left;
    overflow: auto;
    }
    
    #faq_contents #faqc_right {
    margin: 5px 15px 5px 5px;
    padding-top: 5px;
    width: 300px;
    float: right;
    overflow: auto;
    }
        
    #faq_contents a {
    font-weight: normal;
    }
    
    #faq_contents li {
    list-style-image: url(../images/aslant.png);
    padding-bottom: 4px;
    }


#faqs h3 {
font-weight: bold;
font-size: 14px;
}

    #faqs div.faq_block {
    padding: 10px 0 5px 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    }
    
    #faqs li {
    list-style-image: url(../images/0146_blue-bullseye.png);
    padding-bottom: 6px;
    }
    
    #faqs .to_top {
    background: #fff url(../images/up.gif) 100% 85% no-repeat;
    height: 12px;
    padding: 0 20px 4px 10px;
    float: right;
    }
    
    #faqs .to_top a {
    font-size: 10px;
    font-weight: normal;
    }
    
    
.profile_block {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    }
    
.profile_block h3 {
font-weight: bold;
font-size: 12px;
}
