html {
	height: 100%;
	font-size: 100%;
}

body {
	font-size: 1em;
	background: #d5d6d6 url( './../images/bg.gif' ) top center repeat-y;
	color: #797979;
	width: 976px;
	margin: 0 auto;
	font-family: verdana, arial, helvetica, sans-serif;
}

#menu, #content, #footer, .grnline {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
}

h1 {
	text-align: center;
	text-indent: -9999px;
	height: 90px;
	background: transparent url( './../images/logo.gif' ) center center no-repeat;
	margin: 10px auto;
}

h2 {
	font-size: 1em;
	color: #006735;
	margin: 0px;
}

p, ul, ol, form, td, th {
	font-size: 0.8em;
	padding: 0px 10px;
	line-height: 1.5em;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #006735 !important;
}

a.selected {
	color: #006735 !important;
}

strong {
	color: #333333;
	font-size: 1.1em;
}

strong a {
	color: #797979;
}

li strong {
	font-size: 1em;
}

#menu {
	width: 600px;
	border-top: 1px solid #006735;
	list-style: none;
	padding: 0px 75px;
	font-size: 0.9em;
}

#menu li {
	float: left;
}

#menu li a {
	width: 150px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	padding: 5px 0px;
	display: block;
}

.grnline {
	clear: both;
	border-top: 1px solid #006735;
	font-size: 1px;
}

.grnline2 {
	margin: 20px 0px;
	border-top: 1px solid #006735;
	font-size: 1px;
	width: auto !important;
}

#footer {
	clear: both;
}

.colL {
	width: 200px;
	float: left;
	margin-right: 30px;
}

.colL ul {
	list-style: none;
	margin-left: 0px;
}

.colR {
	width: 500px;
	float: left;
}

.colR p {
	padding: 0px;
	margin-top: 0px;
}

input {
	width: 100px;
}

input.submit {
	width: auto;
	background-color: #006735;
	border: 0px;
	color: #ffffff;
}

.conts {
	position: relative;
	display: inline;
	font-size: 0.8em;
}

.conts a {
	background: transparent url( '/images/semigrey.png' ) top left repeat;
	padding: 3px;
}

.cont-europe {
	top: -200px;
	left: 30px;
}

.cont-asia {
	top: -200px;
	left: 270px;
}

.cont-africa {
	top: -140px;
	left: 200px;
}

.cont-north-america {
	top: -200px;
	right: 200px;
}

.cont-south-america {
	top: -100px;
	right: 270px;
}

.cont-australasia {
	top: -75px;
	left: 280px;
}

.cont-select {
}


img.photo {
	margin-top: 15px;
	margin-bottom: 10px;
}

img.firstphoto {
	margin-top: 0px !important;
}

div.prac {
	line-height: 1.7em;
	color: #333333;
	font-size: 0.8em;
}

img.prac {
	/* height: 150px; */
	width: 115px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

form img.prac {
	margin-right: 250px;
}

.clearall {
	clear: both;
	height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

.address {
	color: #006735;
}

.bio {
	margin-left: 125px;
}

#frm_bio_parent, #frm_p_address_parent, #frm_h_address_parent, #frm_notes_parent {
	position: relative;
	left: 27px;
	margin-bottom: 10px;
}

#frm_bio_parent iframe {
	height: 300px !important;
	width: 350px !important;
}

    ul#webpagePageErrors {
        margin: 0px 10px 10px;
        padding: 10px;
        border: 1px solid #ff0000;
        background-color: #ff9999;
        color: #000000;
    }
    
    ul#webpagePageErrors li {
        background: transparent url( '/images/controls/cancel2.png' ) top left no-repeat;
        padding-left: 20px;
        list-style: none;
        line-height: 1.3em;
    }
    
    ul#webpagePageMessages {
        margin: 0px 10px 10px;
        padding: 10px;
        border: 1px solid #006735;
        background-color: #DFFFDF;
        color: #000000;
    }
    
    ul#webpagePageMessages li {
        background: transparent url( '/images/controls/accept.png' ) top left no-repeat;
        padding-left: 20px;
        list-style: none;
        line-height: 1.3em;
    }

h3.practices {
	color: #006735;
	font-size: 0.8em;
	margin-bottom: 0px;
	
}

ul.bio {
	margin-top: 0px;
	margin-left: 130px;
}

h3.praclist {
	margin-bottom: 0px;
	margin-top: 3px;
	clear: left;
	font-size: 1em;
}

table {
	width: 100%;
}

tr.odd {
	background-color: #e9e9e9;
}

td.options {
	text-align: center;
}


