﻿#copyBox a[href^="http:"] {
	background: transparent url(../../images/icon_link.gif) no-repeat right 4px;
	padding-right: 16px;
}

select {
    margin-top; 3px
}

/* -- Override ------------------ */
h3 {
	font-size: 15px;
	margin: 6px 0 2px 0;
}

.right { float: right; }
.left { float: left; }
.clear { clear: left; }
	
#controls {
    background-color: #FFF;
	border-top: 1px dotted #ABBAF1;	
	border-bottom: 1px dotted #ABBAF1;
    padding: 6px;
    margin-bottom: 16px;
    color: #002150;
    height: 40px;
	font-weight: bold;
}
#controls p {
    margin: 2px 0 0 0;
}
#controls select {
    margin-top: 3px;
}

#copyBox p.lgText { font-size: 13px; }

.members {
    background-image: url(../images/title/our-members.gif); 
}
.memberTbl {
    width: 100%;
	background-color: #FFF;
}
.memberTbl td {
    vertical-align: top;
    border-bottom: 1px solid #E3EAFC;
    padding: 8px 0 8px 8px;
    line-height: 150%;
}
.memberListTbl {
    width: 100%;
    border-top: 1px solid #E3EAFC;
    border-left: 1px solid #E3EAFC;
}
.memberListTbl th {
    text-align: left;
    background-color: #ECF0FD;
}
.memberListTbl td,  .memberListTbl th {
    padding: 3px 5px;
    border-bottom: 1px solid #E3EAFC;
    border-right: 1px solid #E3EAFC;
}

.subsection {
    background: #F6FCF9 url(../../images/background/blend-light-green.gif) repeat-x 0 bottom;
    padding: 8px;
    width: 240px;
    float: left;
    margin: 12px 20px 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 150px;
}
.subsection h4 {
    text-transform: uppercase;
    color: #0b7942;
}
.subsection ul {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.subsection ul li {
    list-style-type: disc;
    padding-bottom: 4px;
}