﻿/* 3 column old style web
	first section - old style left nav
	2nd section - old style content
	3rd section - small Related links for most pages
*/

* {
	padding:0;
	margin:0;
	
}
body {
	font-family: georgia, Arial, sans-serif, verdana, Verdana;
	font-size: 90%;
	color: #000000;
	background-image:url('/images/background.jpg')
}

#page {
	/*width: 680px;*/

	margin: 0 auto 0 0
}

/* Wrapper */

#wrapper {

}


/* Header */

#header {
	width: 680px;
	height: 180px;
}

h1 {
	margin: 5px 0px 2px 0px;
	text-transform: uppercase;
	font-family: georgia, Arial, sans-serif, verdana, Verdana;
	font-weight: bold;
	font-size: 95%;
	padding-top: 5px;
}


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: #000000;
	text-align: center;
}


.heading	{
	padding: 5px 0 5px 0;
	margin: 20px 0 0 0;
	font-family: georgia, Arial, sans-serif;
	font-size: 95%;
	font-weight: bold;
	padding-top: 5px;
}

ol {
	margin: 0px 10px 5px 10px;
	text-align: justify;
	line-height: 140%;
}

ul {
	margin: 0;
	line-height: 140%;
	list-style:none;
}

p {
	/*margin: 0px 0px 20px 0px;*/
	padding: 0px 5px 5px 8px;
	text-align: justify;
	line-height: normal;
}

ol {
}


a {
	color: #003366;
	text-decoration: none;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #333399;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	background-color: #D8D0B2;

}

.phone{
	font-family: Georgia, arial;
	margin-left: 20px;
	margin-top: 5px;
}


/****************************
   end of common 

/****************************
  
   
   beginning of list / links 
******************************
 */
 
.listb {
	margin: 5px 0 5px 25px;
	list-style: disc;
}

.listb li {
	list-style: disc;
	line-height:15pt
}


.list1 {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	list-style: disc;
}

.list1 li {
	padding: 5px 10px 1px 10px;
	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;
	/*margin-top: 50px;*/
}

#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;
}

/****************************
   end of links
   
   
   #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;
}

   
   beginning of navigation menus 
******************************
 */






/* Menu */

#menu {
	padding: 0 0 10px 0;
	width: 725px;
	font-size: 90%;
	line-height: 135%;
	text-align: center;
}

#menu ul {
	margin: 0 0 0 0;
	padding: 118px 0px 16px 0px;
	list-style: none;
	text-align: left;
	width: 600px;
}

#menu li {
	display: inline;
	padding: 0 2px 0 0;
}

#menu a {
}

#menu a:hover {
	color: #003366;
	text-decoration: underline;
	background-color: #D8D0B2;
}



/* Page */



.navLeft {
	padding: 0 0 0 5px;
	list-style: none;
	text-align: center;
	font-size: 85%;
	line-height: 15pt;
	width:142px
}




/* Sidebar */

#sidebar {
	/*padding: 135px 0 0 0;*/
	float: left; /*width: 212px;*/;
	width: 150px;
}

.underline {
	text-decoration: underline;
}


/******************************        Sections 



**************************************/


.sec1 {
	float: left;
	width: 145px;

}

.sec2 {
	float: left;
	width: 625px;
	padding: 5px 15px 5px 18px;
}

.sec3 {
	float: left;
	width: 145px;
	padding: 200px 0 0 0;
}

/* column container */
	.sectionWrap {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
/**************************************         Footer




************************************ */

#footer {
	margin: 5px 150px 0 150px;
	padding-top: 20px;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-align: center;
}

