/* CSS Document */



/*element styling*/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, Arial, Sans-Serif;
}

a, a:link, a:visited {
	color: #1557a7;
	text-decoration: none;
}

a img {
	border:none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.clearleft {
	clear:left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

form {
	margin:0;
	padding:0;
}

.clearfix {display: inline-block;}

h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	color: #1557a7;
	padding: 0 0 18px 0;
	margin: 0;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	text-transform:uppercase;
	font-weight: normal;
	color: #1557a7;
	padding: 0 0 15px 0;
	margin: 0;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
	color:#333333;
}

p, ol li {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 12px 0;
	color: #000;
}


address {
	font-style:normal;
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
}

select, textarea {
	border:1px solid #666666;
	font-size:10px;
	margin-bottom:7px;
	margin-top:3px;
}

/*template specific wrappers*/

#hwrapper {
	margin: 0px auto;
	background-color:#FFFFFF;
	background-image:url(images/hom_bkgrnd.gif);
	background-repeat:repeat-x;

}
#swrapper {
	margin: 0px auto;
	background-color:#FFFFFF;
	background-image:url(images/sec_bkgrnd.gif);
	background-repeat:repeat-x;

}

/* universal main top nav divs and such */

#topnav {
	position:relative;
	width: 100%;
	height: 89px;
}

#logo {
	position: absolute;
	top: 15px;
	left:15px;
	padding:0px;
	width:226px;
	height:42px;
	border-right: 1px solid #48c9f4;
}

#logo a img {
	border:none;
}

#mainnav {
	width:758px;
	position:absolute;
	top:15px;
	left: 242px;
	margin:0px;
	font-size: 16px;
	height:42px;
}

#mainnav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#mainnav ul li {
	float:left;
	display: inline;
	line-height: 38px;
	margin: 0;
	height:54px;
}

#mainnav li a {
	margin: 0;
	padding:0px 15px 0px 15px; 
	border-right: 1px solid #48c9f4;
	display: block;
	height: 42px;
	text-decoration: none;
}

#mainnav li:hover {
	background-image:url(images/nav_select_roll.gif);
}


#mainnav li a:hover {
	color:#fff;
	background-image:url(images/nav_select_roll.gif);
	background-repeat:no-repeat;
	
}

#mainnav li.active {
	background-image:url(images/nav_main_roll.gif);
	background-repeat:no-repeat;
	height:54px;
}

 li.active a {
	color:#fff;
}

/*universal sec top nav divs and such */

#secnav {
	width: 100%;
	position:absolute;
	top: 70px;
	font-size:12px;
	font-weight: bold;
}

#secnav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#secnav ul li {
	float:right;
	display:inline;
	height:20px;
	line-height:20px;
	margin-right:15px;
}

#secnav li.active {
	padding: 0px 4px;
	background-image:url(images/nav_main_roll.gif);
	background-repeat:no-repeat;
}


/* Dr. Profile & LASIK APP Template divs */

#profilecontent {
	margin:10px 20px 20px 300px;
	padding:0px;
}

#profileright {
	float:left;
	width:100%;

}

#physprofile li {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0 0 12px 0;
	color: #000;
	list-style:square;
}

#profilestats {
	background-color:#e7e7e7;
	border: 1px solid #cccccc;
	border-top: 10px solid #2464b3;
	margin-bottom:15px;
	padding-bottom:15px;
	width:99%;
	float:left;
}


#profileimg {
	margin:15px;
	float:left;
}

#statscontent {
	margin: 15px 15px 15px 193px;

} 

#statscontent-nopic {
	margin: 15px;
} 

#lowerprofile {
	width:99%;
	clear:left;
}	

#physoffices {
	width: 220px;
	padding-right:5px;
	border-right:1px solid #000;
	margin-bottom:15px;
	float:left;
}

#physprofile {
	margin-left:240px;
	margin-bottom:15px;
	
}

#drlist {
	margin-top:10px;
	margin-bottom:30px;
}


ul.statslist {
	width:200px;
	float:left;
}

li.statslist {
	margin-left:15px;
	display:block;
}

/* Map Search Page */

#mapcontainer {
	float:left;
}

#mapform {
	margin:15px;
	padding:0px;
	width:200px;
	float:left;
}

#mapform form {
	width:200px;
}

#mapbox {
	margin:15px 15px 15px 250px;
	padding:0px;
	width:370px;
	height:370px;
	background-color:#0066CC;
	border: 1px solid #666;

}

#mapstats {
	background-color:#e7e7e7;
	border: 1px solid #cccccc;
	border-top: 10px solid #2464b3;
	margin-bottom:15px;
	width:99%;
	float:left;
}

.addresses {
	float:left;
	width:215px;
	padding-right:10px;
}



/* Secondary Page Template divs */


#secbar {
	margin-left: 20px;
	width: 937px;
	height:90px;
	position:relative;	
}

#secbanner {
	position:absolute;
	top: 20px;
	left: 0px;
	padding-left:15px;
	width: 100%;
}

#secbanner li {
	margin-top:-12px;
}

#secleftside {
	padding: 0px 15px 15px 15px;
	float:left;
	width: 245px; 
}

#leftnav {
	width:100%;
}

#leftnav ul {
	list-style: none;
	font-size:12px;
	margin-bottom:20px;
	padding:0;
}

#leftnav ul li {
	height:30px;
	line-height:30px;
	margin-bottom:2px;
	background-color:#e7e7e7;
}	

#leftnav li a, #leftnav li a:link {
	display:block;
	padding-left: 10px;
	border-left: 8px solid #2464b3;
}

#leftnav li a:hover {
	color: #fff;
	background-color:#999;
	display:block;
	text-decoration:none;
	padding-left: 10px;
	border-left: 8px solid #2464b3;
}

#leftnav li.active a {
	color:#fff;
	background-image:url(images/nav_main_roll.gif);
	background-repeat:no-repeat;
	border-left: 8px solid #666;
}

#leftnav h2 {
	margin-bottom:-10px;
}

#secmaincontent {
	width:auto;
	margin:10px 225px 20px 290px;
	padding:0px;
}	

#secformbox {
	width:225px;
	margin-top:25px;
	padding: 10px;
	background-image:url(images/unv_form_bkgrnd.gif);
	background-repeat:repeat-x;
	background-color:#e7e7e7;
}

#secrightside {
	float:right;
	width: 210px;
	margin-bottom:30px;
}

#secpic {
	width:197px;
	margin-bottom: 10px;
}

#secsidebar {
	width: 150px;
	padding-left:10px;
	margin-left:20px;
	border-left:1px solid #000;
}

#secsidebar ul {
	list-style:none;
	font-size:12px;
	margin:0px;
	padding:0px;
}

#secsidebar ul li {
	margin-bottom:12px;
	padding:0;
	
}


/* Home page template divs */

#homebar {
	margin: 0px auto;
	width: 937px;
	height:245px;
	position:relative;	
}

#homebanner {
	position:absolute;
	top: 41px;
	left: 0px;
	padding-left:15px;
	width: 300px;
}	

#homepeeps {
	position:absolute;
	top:0px;
	left: 300px;
	height:245px;
	width: 637px;
}

#leftside {
	padding: 0px 15px 15px 15px;
	float:left;
	width: 245px; 
}

#formbox {
	width:100%;
	padding: 10px;
	background-image:url(images/unv_form_bkgrnd.gif);
	background-repeat:repeat-x;
	background-color:#e7e7e7;
}



#maincontent {
	width:auto;
	margin:10px 205px 20px 300px;
	padding:0px;
}

#rightside {
	float:right;
	width: 210px;
}

#sidebar {
	width: 150px;
	padding-left:10px;
	margin-left:20px;
	border-left:1px solid #000;
}

#sidebar ul, ul.statslist {
	list-style:none;
	font-size:12px;
	margin:0px;
	padding:0px;
}
#sidebar ul li, li.statslist {
	margin-bottom:9px;
	padding:0;
}

/*common divs to all templates*/

#content {
	margin:0px;
	padding:0px;
}


#footer {
	background-color:#1583c8;
	color:#fff;
	font-size:10px;
	padding:15px;
	padding-bottom:100px;
	min-height:100px;
	clear:both;
}

#footer a  {
	color:#d3e2ec;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

	
/* universal text decoration */

.bannerhead {
	font-size:24px;
	color:#fff;
	line-height:25px;
	margin-bottom: 0px;
	font-weight:normal;
}

.bannerlist {
	margin-top: -5px;
	list-style: none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	color:#F9F6C1;
}

.bannerlist li {
	padding-bottom: 4px;
}

label {
	font-size:12px;
	margin-bottom: 10px;
	clear:both;
}

input {
	border: 1px solid #666;
	font-size:10px;
	padding:2px;
	margin-bottom: 5px;
	margin-top:2px;
}

.nameform245 {
	width: 200px;
}

.nameform210 {
	width: 120px;
}

.nameformleft {
	width: 219px;
}

.ctctforminput {
	width: 350px;
}

.nameform25 {
	width: 55px;
}
.nameform10 {
	width:20px;
}
.submit {
	border:none;
}

.black {
	color:#000;
}

.biglink {
	font-size:18px;
	line-height:24px;
}

.statsh2 {
	color:#000;
	margin-bottom:-3px;
	margin-top:5px;
}

.maperror {
	margin:10px;
	color:#CC0000;
}

.mapbubble {
	font-size:10px;
}

.autolist {
	list-style:none;
	margin:0;
	padding:0;
}

.autolist li {
	padding-bottom:5px;
	font-size:12px;
	line-height:16px;
}

img.imgfloatrt {
	float:right;
	margin: 5px;
	padding:2px;
	border:1px solid #666;
}

img.imgfloatlft {
	float:left;
	margin: 0px 15px 20px 0px;
	padding:2px;
	border:1px solid #666;
}

#flashcontent {
	margin:10px;
	
}
/* grid style */

.grid {
    width: 100%;
	background-color: #fff;
	border: 1px solid silver;}


.gridHeader {

    color: #fff;
	font-weight: bold;
	font-size:10px;
	 background-color: #2464b3;
	 height: 25px;
	border: 1px solid #003366; }


.gridItem {
    background-color: #fff;
	font-size:10px;
	color:#2464b3;
    padding: 5px; }
	
.gridItem:hover {
	text-decoration:underline;
}


.gridAltItem {
    background-color: #eeeeee;
	color:#2464b3;
	font-size:10px;
    padding: 5px; }
	
.gridAltItem:hover {
	text-decoration:underline;
}


.gridRowIcon:hover {
    background-color: #f5f5F5;
}