﻿/* 
    AUTHOR: Steve George
            steve.george@pobox.com
            http://aznetwork.com
*/

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }

html { overflow-y: scroll; }

body { 
	font: 100% Georgia, serif;
	background-color: #CCCCCC
}

#container {
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

p { 
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: .5em;
	}
	p.metadata { 
		background: #fff9a7;
		font-weight: bold;
			}
 
a { outline: none;
	color: navy;
	text-decoration:none;
}
a img { border: none; }

hr {
	width: 60%;
	color: navy;
	margin: 8px;
	}

.style_sm {
	font-family: Calibri, Verdana, sans-serif;
	font-size: small;
}
blockquote {
	text-indent: 15px;
}

/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

#page-wrap {
	width: 800px;
	display: inline;
	margin: 0 auto;
	border-collapse:collapse;
	}
	
table {
	width: 800px;
	border-collapse: collapse;
	background-image:url('../../providers/_images/18.png') repeat-y;
}

li #disc {
	list-style: disc;
}	

#main-content {
	padding: 0px 15px 50px 20px;
	list-style: disc;
	}
	
	#main-content h1 {
		color: white;
		background-color: #7985A8;
		font-family: Calibri, Verdana, sans-serif;
		font-size: 1.5em;
		font-variant:small-caps;
		letter-spacing: .1em;
		text-indent: 8px;
		}
		
	#main-content h2 {
		background-image: url('../../providers/_images/14.png');
		font-family: Calibri, Verdana, sans-serif;
		font-size: 1.25em;
		font-variant: small-caps;
		}
		
	#main-content h3  {
		background-image: url('../../test-03/test-03/_images/14.png');
		font-family: Calibri, Verdana, sans-serif;
		font-size: 1.em;
		font-weight: bold;
		color: navy;
		}
	
	#main-content p {
		font-family: Calibri, Verdana, sans-serif;
		font-size: 100%;
		line-height: 1.1em;
		margin-bottom: .5em;
		}
	#main-content td {
		font-size: 100%;
		line-height: 1.1em;
		margin-bottom: .5em;
		text-align: left;
		text-indent: 0px;
		}
	
	#main-content ul {
		margin-left: 40px;
		font-size: 1em;
		text-indent: 0px;
		}
		
			#none {
			list-style: none inside;
			}
			
			#circle {
			font-family: Calibri, Verdana, sans-serif;
			list-style: circle;
			margin-left:	40px;
			text-indent: 0px;
			}
			
			#disc {
			list-style: disc inside;
			}
			
			#square {
			list-style: square inside;
			}

p#Q {
	margin-bottom: 0px;
	color: #030;
	font-weight: bold;
	font-family: Calibri, Arial, sans-serif;
	font-size: 10px;
	background-repeat: repeat-y;
	text-indent: 0px;
	font-size: 95%;
	font-style: italic;
	background-repeat: repeat-y;
	margin-right: 20px;
}

p#A {
	margin: 0px 30px 10px 20px;
}
	
	#sidebar {
		font-family: Calibri, Verdana, sans-serif;
		width: 194px;
		float: right;
		background: url('/_images/15.jpg') no-repeat 50% top;
}
	#sidebar h1  {
		color: white;
		background-color: #7985A8;
		font-family: Calibri, Verdana, sans-serif;
		font-size: 80%;
		text-align: center;
		margin: 0px 20px 8px 15px;
		font-variant: small-caps;
	}

	#sidebar h3  {
		font-size: 80%;
		margin: 0px 20px 5px 20px;
		font-variant:small-caps;
		letter-spacing: .1em;
	}

	#sidebar p  {
		font-size: 75%;
		margin: 5px 20px 5px 20px;
	}
	p.legal {
		font-family: calibri, Trebuchet, Arial, sans-serif;
		font-size: 1em;
		text-align: justify;
		margin: 5px 40px 5px 10px;
	} 


ul#nav {
/*	position:absolute;
	left:211px;
	top:118px;*/
	width:589px;
	height:23px; 
	list-style: none; */
	float: right;
	padding: 0px;
	}
	ul#nav li {
		display: inline;
	}
	ul#nav li a  {
		text-indent: -9999px;
		display: block;
		height: 23px;
		float: left;
		}
		ul#nav li a.home {
			background: url('/providers/_images/nav-home.png') no-repeat center bottom;
			width: 77px;
			}
		ul#nav li a.services {
			background: url('/providers/_images/nav-services.png') no-repeat center bottom;
			width: 87px;
		}
		ul#nav li a.policies {
			background: url('/providers/_images/nav-policies.png') no-repeat center bottom;
			width: 86px;
			}
		ul#nav li a.aboutus {
			background: url('/providers/_images/nav-aboutus.png') no-repeat center bottom;
			width: 100px;
			}
		ul#nav li a.contactus {
			background: url('/providers/_images/nav-contactus.png') no-repeat center bottom;
			width: 114px;
			}
		ul#nav li a.info {
			background: url('/providers/_images/nav-info.png') no-repeat center bottom;
			width: 118px;
			}
			ul#nav li a.info:active {
				background-position: center center;
			}
			ul#nav li a.info:hover {
				background-position: center center;
			}
			ul#nav li a.contactus:active {
				background-position: center center;
			}
			ul#nav li a.contactus:hover {
				background-position: center center;
			}
			ul#nav li a.aboutus:active {
				background-position: center center;
			}
			ul#nav li a.aboutus:hover {
				background-position: center center;
			}
			ul#nav li a.policies:active {
				background-position: center center;
			}
			ul#nav li a.policies:hover {
				background-position: center center;
			}
			ul#nav li a.services:active {
				background-position: center center;
			}
			ul#nav li a.services:hover {
				background-position: center center;
			}
			ul#nav li a.home:active {
				background-position: center center;
			}
			ul#nav li a.home:hover {
				background-position: center center;
			}
		body#info ul#nav li a.info {
			background-position: top center;
		}
		body#contactus ul#nav li a.contactus {
			background-position: top center;
		}
		body#aboutus ul#nav li a.aboutus {
			background-position: top center;
		}
		body#policies ul#nav li a.policies {
			background-position: top center;
		}
		body#services ul#nav li a.services {
			background-position: top center;
		}
		body#home ul#nav li a.home {
			background-position: top center;
		}li.main {
	font-family: Calibri, Trebuchet, Arial, sans-serif;
	font-size: 1.2em;
	list-style: square inside;
}	
#footer {
	text-align: center;
	min-height: 149px;
}

/* END STRUCTURE */




