@import "reset.css";
@import "forms.css";
@import "navigation.css";
@import "home.css";
@import "thickbox.css";
@import "newsletter.css";

body
{
	font: 12px Arial, Helvetica, Sans-serif;
	text-align: center;
	color: #333;
	margin: 0;
	background: url(header.jpg) repeat-x top;
}

body * {
	text-align: left;
}

a {
	text-decoration: none;
	color: #5d5f88;
}

a:hover
{
	text-decoration: underline;
}

#main_content p {
    margin: 5px 10px;
	line-height: 1.5;
	min-height: 20px;
}

#main_content td p { width: auto; margin: 0; }

#main_content ul {
	margin-left: 25px;
}

#container {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

#header {
    height: 153px;
}

#header #logo {
    height: 72px;
    width: 200px;
    margin-top: 15px;
    text-indent: -1000px;
    background: url(logo.gif) no-repeat;
    float: left;
}

#header #tag_line {
    float: right;
    /*padding: 20px 20px;*/
    text-align: center;
    margin-top: 20px;
    background: url(/gui/tag-line.gif) no-repeat;
    width: 270px;
    height: 60px;
    text-indent: -10000px;
}

#header #tag_line p {
    color: #666;
    font: italic bold 12px tahoma,arial,helvetica,sans-serif;
    text-align: center;
}

#header #tag_line p.secondary {
       font: italic bold 11px tahoma,arial,helvetica,sans-serif;
}

#header #tag_line em {
    color: #5d5f88;
    font: italic bold 18px tahoma,arial,helvetica,sans-serif;
    text-align: center;
}

#header #top_container {
    height: 88px;
}

h1 {
    font: bold 14px tahoma, helvetica, sans-serif;
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-left: 0;
    border-right: 0;
    color: #5b5e8b;
}

h3 {
	background: #5d5f88;
	color: #fff;
	padding: 5px;
	margin: 0 0 10px 0;
}

#main_content {
    margin: 20px 0;
    clear: both;
}

#footer {
    background: #f1f1f1;
    height: 75px;
    width: 100%;
    text-align: center;
    clear: both;
    font-size: 11px;
	color: #666;
}

#footer .footer {
    width: 820px;
    padding: 20px 0;
    margin: 0 auto;
}

#footer a {
    padding: 5px 10px;
}

#footer #links {
    width: 700px;
    text-align: left;
	color: #666;
}

#footer #links span {
    padding: 0px 10px;
}

#footer #footer_logo {
    background: #f1f1f1 url(footer_logo.gif) no-repeat;
    width: 100px;
    float: right;
    height: 50px;
    margin-top: -15px;
}

.article_text,dd p,dt {
    padding: 10px;
    line-height: 1.5;
}

#body_content ul {
    margin-left: 30px;
    list-style-type: disc;
}

#body_content ol { 
	margin-left: 30px;
	list-style-type: decimal;
}

#body_content img {
    float: left;
    margin: 10px 10px 10px 0;
}

.big-border { border: 10px solid black; }
.small-border { border: 2px solid black; }
.medium-border { border: 5px solid black; }

table {
	clear: both;
}

th {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	color: #5d5f88;
	white-space: nowrap;
	padding: 5px;
}

td {
	padding: 5px;
	border-bottom: 1px dotted #d2d2d2;
}

td.no_border {
	border: 0;
}

td p { width: auto; }


.padded_text {
	margin: 10px;
}

#error_message {
	background: #ffffe0;
	border: 1px solid #f00;
	color: #f00;
	padding: 10px;	
	margin: 10px 0;
}

#error_message li {
	margin-left: 25px;
}

#display_message {
	padding: 10px;
	background: #f2f2f2;
	border: 1px solid #5d5f88;
	margin: 10px 0px;
	border-color:#FF0000;
	font-size:12px;
	color: #FF0000;
}

.paging {
	clear: both;
}

#main_content .paging p {
	float: left;
	width: 33%;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

#main_content .paging .right {
	text-align: right;
}

#main_content .paging .left {
	text-align: left;
}

#area_of_specialty { 
	position: relative; 
	background: #d2d2d2; 
	color: #333;
	padding: 5px;	
	height: 15px;
}
#area_of_specialty ul {
	float: left;
	width: 48%;
	margin: 0;
	list-style-type: none;
	color: #333;
	background: #d2d2d2;
}

#area_of_specialty ul li { font-weight: bold; background: url(/gui/dropdown.gif) no-repeat 100px 4px;}

#area_of_specialty ul li ul li { 
	font-weight: normal; 
	padding: 2px;
	width: 150px;
	float: left;
	background: none;
}

#area_of_specialty ul ul {
	position: absolute;
	left: -999em;
	background: #d2d2d2; 
	padding: 5px;
	width: 330px;
	clear: both;
	_margin-top: 12px;
	_margin-left: -60px;
}

#area_of_specialty li:hover,
#area_of_specialty li:hover ul,
#area_of_specialty li.sfhover,
#area_of_specialty li.sfhover ul { left: auto; }

#contact { clear: both; }

.clearfix:after { clear:both; content:"."; display:block; height:0; visibility:hidden; /* used in footer */}
.clearfix { zoom: 1; }
* html .clearfix { height: 1%; }