﻿/* 2 column old style web
	first section - old style left nav
	2nd section - old style content
	3rd section - small Related links for most pages
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: georgia, Arial, sans-serif, verdana, Verdana;
	font-size: 90%;
	color: #000000;
	background-image:url('/images/background.jpg')
}

#page {
	/*width: 680px;*/
	width: 95%; 
	margin: 0 auto 0 0
}


h1 {
	padding: 5px 0 0 0;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-family: georgia, Arial, sans-serif, verdana, Verdana;
	font-weight: bold;
	font-size: 95%;
}

h2 {
	text-transform:uppercase;
	font-weight:700;
	font-size: 94%;
	margin:5px 0px 2px 0px;
}

h3 {
	font-size: 93%;
	font-weight: 700;
	margin: 5px 0px 1px 0px;
	text-transform: uppercase;
}

hr {
	width: 75%;
	height: 1px;
	color: #235675;
	text-align: center;
}

img {
	border:0px;
}
ol {
	margin: 0px 10px 5px 10px;
	text-align: justify;
	line-height: 140%;
}

ul {
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 140%;
}

p {
	text-align: justify;
}

a {
	color: #003366;
}

a:hover {
	text-decoration: none;
	background-color: #D8D0B2;
}

.link {
	color: #003366;
	text-decoration: underline;
}


/* ***************************
   end of common       beginning of columns 
****************************** */

.two-columns {
}

.two-columns .column-one {
	float: left;
	width:150px
}

.two-columns .column-two {
	/*float: right;
	width: 610px;*/
	margin-left: 170px;
}

/* ***************************
   end of columns     beginning of list / links 
******************************  */

.list1 {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	list-style: disc;
}

.list1 li {
	padding: 5px 10px;
	background: url(images/homepage06.jpg) repeat left top;
	list-style: disc;
}

.list1 a {
	color: #FFFFFF;
}

.list2 {
	margin-left: 0px;
	list-style: none;
}

.list2 li {
	padding: 2px 0px 2px 5px;
}


.links {
	padding: 0px 0px 5px 0px;

}

#linksRelated {
	font-size:85%;
	border-left-style: solid;
	padding: 2px;
	border-left: thin #C0C0C0 outset;
	border-top: thin #C0C0C0 outset;
	float: right;
	width: 150px;
	background-color: #EEECDE;
	border-bottom-color: #C0C0C0;
	border-bottom-style: ridge;
	border-bottom-width: thick;
	border-right-color: #C0C0C0;
	border-right-style: ridge;
	border-right-width: medium;
}

#links a:hover {
	background-color:#FFFFF3;
}

.links2 {
	border: solid;
	padding: 5px 0 0 0;
	font-size: 85%;
	text-decoration: underline;
	text-align: left;
	display: block;
}
#links li {
	border-bottom: 2px solid #FFFFF3;
	border-left: medium #FFFFF3 solid;
	padding: 0 0 0 0;
	text-align: left;
	display: block;
	list-style: none;
}

/****************************
   end of links
   
   beginning of navigation menus 
******************************
 */


/* Wrapper */

#wrapper {
	/*height:750px;*/
}


/* Header */

#header {
	width: 680px;
	height: 180px;
	margin: 0px auto;
}


/* Menu 

#menu {
	float: right;
	background: url('homepage01.gif') repeat-x left bottom;
}

#menu ul {
	margin: 0px -13px 0px 0px;
	padding: 118px 0px 16px 30px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 13px 0px 16px;
	background: url('homepage03.gif') no-repeat left center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 18px;
}

#menu a:hover {
	color: #9DC9E8;
}

#menu .first a {
	background: none;
}

#menu .current_page_item a {
	color: #FFFFFF;
}*/

/* Page */



.navLeft {
	padding: 0 0 0 5px;
	list-style: none;
	text-align: center;
	font-size: 88%;
}

.navtop {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	

/* Content */

#content {
	float: left;
	width: 95%;
	min-width: 780px;
}


/* Sidebar */

#sidebar {
	padding: 95px 0 0 0;
	float: right; /*width: 212px;*/;
	width: 150px;
}

/* Footer */

#footer {
	padding-top: 20px;
	text-align: center;
	clear: both;
}

#footer p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-align: center;
}

.top {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	float: right;
}
.divider {
	background: #D8D0B2;
	font-weight: bold;
	color: #000000;
	border-bottom-color: #EEECDE;
	border-bottom-style: groove;
	margin-bottom: 2px;
}
.listAZ {
	padding-top: 5px;
	padding: 10px;
	list-style: none;
	line-height:25px;
}
.listAZ25 {
	margin: 0;
	list-style: disc;
	padding-top: 1px;
	padding-left: 25px;
}
.subHeading {
	font: 100%/100% georgia, Arial, sans-serif, verdana, Verdana;
	margin-bottom: 0px;
	margin-top: 2px;
}
.subheading {
	font-family: georgia, Arial, sans-serif, verdana, Verdana;
	font-size: 100%;
	font-weight: 800;
	padding-bottom: 2px;
}
.azlistheading {
	background-color: #EEECDE;
	font-style: italic;
}
.list {
	list-style-position: inside;
	padding-left: 5px;
}
.question {
	font-weight: bold;
}
.answer {
	
	margin-top: 0px;
	margin-left: 15px;
}
