﻿/*--------------------- CSS2.1 File ---------------------*/

table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border-style: none;
    border-color: inherit;
    border-width: 0;
}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* ------------------------ type selectors ------------------------ */
body { 
	background:#FFFFFF;
	text-align:left; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	/*width:800px;*/
	width:734px;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.4em; }
h2	{ font-size:1.1em; }
h3	{ font-size:1.0em; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#0A50A1; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#0A50A1; text-decoration:none; outline:none; }


/* ------------------------ classes ------------------------ */
.SectionHeader
{
    text-align:left; 
	font:14px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#000;
}	

.ValidationAsterik
{   
    color:red;
	font-style: italic;
	font-variant: normal;
	font-size: 18px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* ------------------------ HTML Objects ------------------------ */
td{padding-right:5px;}

/* ------------------------ layout ------------------------ */
#divPageContainer
{
    /*width:800px;*/
	width:734px;
    padding:10px 10px 10px 10px;
}

#divLeft
{
    border-right:thin solid #E2AE3E;
    width:50%;
    float:left;
    padding:inherit;
}

#divRight
{
    /*border-left:thin solid #E2AE3E;*/
    width:50%;
    float:right;
    padding:inherit;
}
#header_img 
{
    
	background: url(images/phys_search.gif) top center no-repeat;
	width: 734px;
	height: 94px;
	margin: 0 auto;
}

#header_img 
{
    
	background: url(images/phys_search.gif) top center no-repeat;
	width: 734px;
	height: 94px;
	margin: 0 auto;
}

#header_seacrhResults 
{
    
	background: url(images/directory_search.gif) top center no-repeat;
	width: 734px;
	height: 94px;
	margin: 0 auto;
}










