/* CSS Document */
body {
	color: #28445B;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5B6D7B;
}

p {
	font-size: 14px;
}	

h1 {
	font-size: 20px;
	font-weight: bolder;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}
a:link {
	color: #333366;
}

a:visited {
	color: #333366;
}

.bold{
	font-weight: bold;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.small {
	font-size: 12px;
}

.staffname {
	font-size:14px;
	}

.red {
	color:#990000;
}

ul {
	font-size: 14px;
	list-style-position: outside;
	list-style-type: square;
}

ol {
	font-size: 14px;
	list-style-position: outside;
	list-style-type: decimal;
}

.imageleft {
	float: left;
	margin-right: 15px;
}

.imageright{
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#headerpane { /* header images on inside template */
	position:absolute; 
	left:0px; 
	top:0px; 
	width:770px; 
	height:123px;
}

#mainnav { /* main nav buttons on inside template */
	position:absolute; 
	left:0px; 
	top:123px; 
	width:770px; 
	height:44px;
}
#mainbox { /* creates the outer box for the content with background */
	position:absolute;
	left:0px;
	top:167px;
	width:770px;
	margin:0px;
	background-color: #FFFFFF;
	overflow: visible;
	background-image: url(images/inside_images/background.gif);
}
#contentbox { /* where all content goes */
	position: static;
	width: 735px;
	z-index:1;
	overflow: auto;
	padding-left: 25px;
	padding-bottom: 20px;
}

#bottomnav { /* used in the Anesthesia & You and the About Us sections*/
	position: relative;
	width: 745px;
	z-index:1;
	overflow: auto;
	padding-left: 25px;
	padding-bottom: 20px;
	text-align: center;
	float:left;
	background-image: url(images/inside_images/background.gif);
}

#bottomnav p {
	font-size:12px;
}	

#rightnav { /* used in the Anesthesia & You section */
	width:200px;
	float:right;
	margin-left:10px;
	margin-right:10px;
	background-image:url(images/anesthesiaYou_r18_c1.gif);
}

#rightnav p {
	font-size: 12px;
	font-weight:bold;
	text-indent:17px;
}

#rightnav td {
	padding-top:3px;
	padding-bottom:3px;
	background-image:url(images/pinkbutton.gif);
	background-repeat:no-repeat;
	width: 200px;
}

#rightnav a:link {
	text-decoration: none;
}

#rightnav a:visited {
	text-decoration: none;
}

#rightnav a:hover {
	background-color:#003366;
	background-image:url(images/bluebutton.gif);
	color: #EDD3D7;
	display:block;
}

#mainleft li { /* 1st column in Employee Area */
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
}

#maincenter p { /* gives 10px space between 1st and 2nd column in Employee Area */
	text-indent: 10px;
}

#maincenter li { /* 2nd column in Employee Area */
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
}

.mainright {
	width:52%;
	float:right;
	padding-bottom:30px;
}

.mainleft {
	width:47%;
	float:left;
	padding-bottom:20px;
}

#mainright p { /* gives 10px space between 2nd and 3rd column in Employee Area */
	text-indent: 10px;	
}
#mainright li { /* 3rd column in Employee Area */
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
}
#mainright .inservice {
	text-indent: 0;
}

#login p { /* Employee login page */
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.evenspace {
        width:250px;
}

#tab ul {
        margin:0;
        padding-left:0;
}

#tab li {
        display:inline;
        list-style-type:none;
        padding-right:3px;
}

#homediv {
	position:absolute;
	left:629px;
	top:0px;
	text-align:right;
	font-size:12px;
	width: 103px;
}
