/****  Montgomery Law Office Style Sheet ****/
/****  Eileen Hindmon ****/

#header  {
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF; /*background is set to white although banner is within the header*/
} 
#container
  {
	width: 760px; /*set at 760 to stay within 800 screen size*/
	border: 0px none #FFFFFF; /*white*/
	background-color: #FFFFFF; /*white*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-position: outside;
	list-style-type: disc;
}
#mainContent  {
	padding: 0 20px;
	background-color: #FFFFFF; /*white*/
	text-align: justify;
}
body   {
	background-color: #999999; /*gray around outside of the container*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
h1, h2,th {
	color: #660000; /*text is dark marroon*/
}
a:hover {
	font-weight: bold;
	color: #660000; /*maroon text when mouse hovers over link*/
}
h3 {
	color: #330000; /*dark maroon almost black*/
	font-weight: bolder;
	font-variant: normal;
	font-style: italic;
	line-height: normal;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4, h5, h6  {
	color: #330000; /*dark maroon almost black*/
	font-weight: bolder;
	font-variant: normal;
	font-style: italic;
	line-height: normal;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button {
	width: 100%;
	color: #FFFFFF; /*white*/
	background-color: #09508E; /*blue*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: small;
	text-decoration: none; /*links not underlined*/
	margin: 0px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	border: 0px none #FFFFFF; /*at one time the border was a thin white line, but set to zero*/
}
a.button:link { color : #FFFFFF; } /*white*/
a.button:hover {
	color : #330000; /*maroon*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC; /*gray*/
	border: 0px none #330000;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF; /*white*/
	color: #330000; /*dark maroon almost black*/
	background-position: center; 
}
a:link {
}
a:active {
}


#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #330000; /*dark maroon almost black*/
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000; /*black*/
	list-style-type: disc;
}
#nav {
	width: auto;
	text-decoration: none;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #09508E; /*blue*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF; /*text is white*/
	text-align: center;
	margin-bottom: 10px;
}
#bottom_nav {
	width: auto;
	height: auto;
	background-color: #FFFFFF; /*white*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000; /*black*/
	text-align: center;
	margin-bottom: 10px;
}

