/* 
Author:    Cubic Creative
Created:   Fed 2007
*/



/*  Content
-----------------------------------------------*/
h2 {
	color: #d33200;
	font: bold 1.2em Arial, Verdana, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	margin-bottom: 6px;
	letter-spacing: 2px;
}
h3 {
	color: #006ba6;
	font: italic normal 1em/1.7em "Times New Roman", Georgia,  Times, serif;
	letter-spacing: 0px;
	margin-bottom: 25px;
}
div#content p , div#content li {
	margin-bottom: 1.5em;
}
div#content {
	padding: 35px 45px 35px 55px;
	margin: 0 21px 0 0;
	width: 599px;
	background-color: #fff;
	min-height: 602px;
	height: auto !important; height: 602px; /* IE hack */
}
div#content img .cimage , div#content img.border {
    padding: 5px;
    border: 1px dashed #ccc; }

div#content p img .map {
    padding: 5px;
    border: none;
}
div#content a {
	color: #006bc7;
}
div#content li {
	margin-bottom: 3px;
        margin-left: 14px;
}
div#content form {
	margin: 30px 0;
}
div#content .form {
	border: 1px solid #bbb;
}
/*
div#content form {
	border: 1px solid #ddd;
	padding: 15px 10px 5px 10px;
	float: left;
}
*/
div#content form p {
	margin-bottom: 5px;
}

div#content p.large {
	font-size: 1.2em;
	margin: 0;
	color: #d33200;
}

div#content p strong.bold {
	margin: 0;
	color: #555;
}


.clear {
	clear: left;
}
ul#form-subspecialty li input , ul#form-specialty li input {
	display: none;
}
ul#form-subspecialty li , ul#form-specialty li {
	display: block;
	float: left;
	margin: 0 4px 3px 0;
	border: 1px solid;
	border-color: #e9e9e9 #d0d0d0 #d0d0d0 #e9e9e9;
	background: #e9e9e9 url(images/select.gif) no-repeat 0 0;
	color: #555;
}
ul#form-subspecialty li label , ul#form-specialty li label {
	padding: 2px 5px 2px 20px;
	display: block;
}
ul#form-subspecialty li.selected , ul#form-specialty li.selected {
	border-color: #99caf4 #7094b3 #7094b3 #99caf4;
	background: #91bfe7 url(images/select.gif) no-repeat 0 -53px;
	color: #000;
}
ul#form-subspecialty:after , ul#form-specialty:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 1px;
}
ul#form-subspecialty , ul#form-specialty {
	margin-bottom: 1.5em;
}
ul#form-subspecialty li#none-selected {
	background-position: -17px 0;
	color: #333;
	padding: 2px .8em;
}
ul#form-subspecialty li#none-selected p {
	margin: 0;
}

