﻿/* NPP Cornwall - Style Sheet */

/* Main Layout */
* {	margin: 0;	padding: 0; }
html { overflow: -moz-scrollbars-vertical; overflow-y: scroll;} 
body { color: #000000; font: 62.5%  Arial, Verdana, Tahoma, Helvetica, sans-serif; text-align: center; background: #dddddd;	height: 100%;}
img { border: none; }
#container { width: 900px; display: block; margin: 0 auto; background: #fff; overflow: auto; }
#leftcontainer { width: 156px; display: block; float: left; background-color: #ffffff; margin-left: 5px; margin-bottom: 10px; }
#rightcontainer { display: inline; float: right; background-color: #ffffff; overflow: auto; margin-right: 5px; margin-bottom: 10px; }
.spacer {height: 5px; background: #dddddd}

/* Top corners of container */
#container .containertop { height: 15px; }
#container .containertop ul { background: url('../images/corners2.gif') no-repeat -15px 100%; height: 15px; list-style: none; margin: 0; }
#container .containertop ul li { float: right; background: url('../images/corners2.gif') no-repeat 0px -15px; width: 15px; line-height: 15px; height: 15px; }

/* Bottom corners of container */
#containerbottom { width: 900px; margin:0 auto; text-align:center; background: #ffffff; } 
#containerbottom ul { background: url('../images/corners2.gif') no-repeat -15px 0px; height: 15px; list-style: none; margin: 0; }
#containerbottom ul li { float: right; background: url('../images/corners2.gif') no-repeat 0px 0px; width: 15px; line-height: 15px; height: 15px; }


/* Top Navigation Menu */
#topsection { width: 732px; margin-top: 0px; margin-bottom: 10px; display: block; height: 150px; text-align: left; overflow: auto; float: left; }
#topsectionleft { width: 540px; display: block; height: 150px; overflow: auto; float: left; }
#topsectionright { width: 191px; display: block; height: 150px; overflow: auto; float: right; }
#npptitle { float: left; width: 425; text-align: left; height: 121px; background: #ffffff url('../images/npp_title.jpg') no-repeat left top; margin-bottom: 0px; margin-left: 5px; }
#navigation { width: 540px; margin-top: 0px; margin-bottom: 0px; display: block; height: 29px; text-align: left; overflow: auto; float: left; vertical-align: top; }
#navigation ul { padding-left: 8px; }
#navigation ul a { text-decoration: none; color: #000000; }
#navigation ul a:link, #navigation ul a:visited { color: #000000; }
#navigation li { display: inline; list-style: none;	font-size: 1.3em; margin-right: 7px; padding-right: 7px; border-right: 1px solid #dddddd;	padding-bottom: 0.0em; }
#navigation li a:hover, #navigation li a:active { color: #666; }
#topphoto { width: 189px; height: 140px; display: block; float: right; background: url('../images/ss_photo/physio_2.jpg') no-repeat center; }


