﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color:#514940;
	font-size:13px;
	line-height:1.35em;
	}
	
/* [ Defaults ] */

hr, .hide, .accessibility, .flash_block_replaced_content { display: none }
:active, :focus { outline: none }

a {color: #5b4373; text-decoration: none; outline:none;}
a:hover {text-decoration: underline;}
strong {}

p {
	margin: 0 0 1em 0;
	
	}
	
ul {}	
	
ul li {}

ol li {
	margin: 0 0 .5em 0;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0;
	line-height: 1em;
	color: #3a2d1d;
}
	
* html h1, * html h2, * html h3, * html h4, * html h5, * html h6 { height:1px;}
h1 object, h2 object, h3 object, h4 object, h5 object, h6 object { display:block; left:-3px; position:relative; }
	
h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
	font-weight: bold;
	text-transform:uppercase;
	color:#3a2d1d;
	
}

h2 {
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 1.5em 0 .5em 0;
	font-weight: normal;
}

h2.leader {
		margin: -.5em 0 .5em;
		color: #777;
		font-weight: normal;
	}
	
/* [ grid ] */
	
.clear {
    min-height:1px;
    position: relative;
} * html .clear { height:1px; } .clear:after { content:"."; visibility:hidden; height:0; clear:both; display:block; }

.left { float:left; }
.right { float:right; }

.grid-container {
     min-height:1px;
} * html .grid-container { height:1px; } .grid-container:after { content:"."; visibility:hidden; height:0; clear:both; display:block; }

    .grid-item {
        float:left;
        margin-right:10px;
    }
    
    .grid-6 {
        width:470px;
    }

    .grid-5 {
        width:390px;
    }

    .grid-4 {
        width:310px;
    }
    
    .grid-3 {
        width:230px;
    }
    
        .grid-3-right {
            width:220px;
        }
        
        .grid-3-left {
            width:220px;
            margin-right:20px;
        }

    .grid-end {
        margin:0;
    }
/* [ structure ] */

body {
    background:#f2f2f2 url(body.gif) repeat-x top center;
    margin:0px;
}

#container {
    border-bottom:3px solid #5b4373;
}

#sponsor-logos {
    width: 950px;
    margin: 20px auto 40px;
    padding-top: 10px;
    text-align: center;
    position: relative;
    border-top: 1px solid #dbdbdb;
}

    #sponsor-logos li.title {
        font-size: 11px;
        font-weight: bold;
        color: #bbb;
        position: absolute;
        top: 4px;
        left: 0;
        padding: 0;
        }

    #sponsor-logos li {
        display: inline;
        position: relative;
        padding: 0 20px;
        list-style: none;
    }


#wrapper {
    width:950px;
    margin:0 auto;
    min-height:800px;
}

#masthead {
    position:relative;
    height:275px;
}

    #masthead h1 {
        position:absolute;
    }

    #masthead .logo a {
        background:url(masthead-logo.gif) no-repeat;
        height:181px;
        width:266px;
        position:absolute;
        top:35px;
        left:10px;
        display:block;
        text-indent:-9000px;
    }
    
    #masthead #toolbar {
        background:url(toolbar.png) no-repeat;
        height:40px;
        width:950px;
        position:absolute;
        top:235px;
    }
    
#content {
    margin:20px 0 40px 0;
}
    
#footer {
    background:#5b4373;
    border-top:1px solid #876da1;
    font-size:13px;
    color:#fff;
     border-bottom:1px solid #876da1;
    text-shadow: 0px 1px #333;
}

#footer a {
    color:#fff;
    border-bottom:1px solid #876da1;
}

    #footer a:hover {
        border-bottom:1px solid #fff;
        text-decoration:none;
    }

 #footer a strong {
     text-transform:uppercase;
 }

    #footer-wrapper {
        width:960px;
        padding:20px 0;
        margin:0 auto;
        
    } * html #footer-wrapper { height:355px; }
    
    .footer-nav {
         text-align:left;
         color:#876DA1;
    }
    
    .footer-nav li {
        list-style: none;
    }
    
        .footer-nav a {
            margin:0 10px;
            text-transform:uppercase;
            font-size:.85em;
        }
        
#signature {
    background:#67507e;
    font-size:13px;
    color:#fff;
    padding-bottom:40px;
    border-top:3px solid #5b4373;

}

  #signature-wrapper {
      padding:20px 0;
      margin:0 auto;
      text-align:center;
  }
  
  #signature a {
      color:#fff;
      border-bottom:1px solid #876da1;
  }
    
     #signature a:hover {
        border-bottom:1px solid #fff;
        text-decoration:none;
    }
  
  
/* [ sprites ] */

.sprite {
    background:url(sprites.png) no-repeat;
    text-indent:-9000px;
    border:none; 
    cursor:pointer;
    display: block;  
}


input.find-practitioner {
    height:40px;
    width:200px;
    background-position:0 0;
    display: block;
    text-transform: uppercase;
    text-indent: -9000px;
} input.find-practitioner:hover { background-position:0 -40px; }

.btn-registration_form{
    width: 265px;
    height: 40px;
    background-position: -200px 0;
} .btn-registration_form:hover{ background-position: -200px -40px; }

/* tool strip */

.tool-strip{
    background: #eaeaea;
	border: solid 1px #d9d9d9;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    margin: 1em 0;
    padding: 10px 15px;
    min-height: 1px;
} * html .tool-strip{ height: 1px; } .tool-strip:after { content:"."; visibility:hidden; height:0; clear:both; display:block; }

.pagination .page_buttons{
    margin: .5em 0 0;
    padding: 3px 0;
} * html .pagination .page_buttons{ height: 1px; } .pagination .page_buttons:after { content:"."; visibility:hidden; height:0; clear:both; display:block; }

.pagination a{
    padding: 2px 5px;
    margin: 0 2px; 
    line-height: 1em;
    font-size: 12px;
    border: solid 1px #d9d9d9;
    background: #f2f2f2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
}

.pagination a:hover{
    background: #fff;
    border: 1px solid #aaa;
}

.pagination a.selected{
    background: none;
    color: #999;
}
