/* CSS Document */

body {
	padding: 0;
	margin: 0;
	border: 0;
	color:#325244; /*426d5a;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
}

td.maintable {   font: Georgia, "Times New Roman", Times, serif;}

table { padding: 0;
		margin: 0;
		border: 0;
}
tr { padding: 0;
	margin: 0;
	border: 0;
}
td { padding: 0;
	margin: 0;
	border: 0;
}



table.table1 {
  font-size: 90%;
  margin-left: 20px;
 }
	  
h2 { font-size: 112%;
	margin:0;
    margin-top: .8em;
	margin-bottom: .8em;	
	padding:0;
	border:0;
    margin-left: 20px;
}
	 
h3 { font-size: 102%; 
	margin:0;
	padding:0;
	border:0;
    margin-left: 20px;	
}

hr {margin-left: 30px;
    margin-right: 30px;
    margin-top:15px;
	margin-bottom:15px;
    background: #60584c; 
	
}
p.call {color: #98b8ab;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	line-height: 90%;
	margin-left: 0;
	margin-bottom: 4px;
	border: 0;
}

p  { font-size: 95%;
	 margin-left: 20px;
	 margin-top: .7em;
	 margin-bottom: .7em;
}

.title {
  color: #426d5a; 
  font-weight: bold;
}

p.Links {
	padding: 1pt 0pt 0pt 0pt;
	margin-left: 0;
	margin: 1pt 0pt 0pt 0pt;
	text-align: center;
	line-height: 11pt;
	color: #60584c;
}

p.LinksGold {
	padding: 1pt 0pt 0pt 0pt;
	margin: 1pt 0pt 0pt 0pt;
	margin-left: 0;
	text-align: center;
	line-height: 11pt;
	color: #e6b848;
	font-weight: bold;
}

p.DesignBy {
	padding: 1pt 0pt 0pt 0pt;
	margin-left: 0;
	margin: 1pt 0pt 0pt 0pt;
	text-align: center;
	font-size: 80%;
	line-height: 11pt;
}


a:link {
	color: #60584c;
	text-decoration: underline;
	FONT-WEIGHT: bold;
}

a:visited {
    color: #60584c;
    text-decoration: underline;	
	FONT-WEIGHT: bold;	
}

a.Grey { 
    color: #60584c;
	font-size: 100%;
}

a.White { 
    color: #FFFFFF;
	font-size: 100%;
}
a.White:link{
	color: #FFFFFF;
	text-decoration: none;
	FONT-WEIGHT: bold;
}

a.White:visited {
    color: #FFFFFF;
    text-decoration: none;	
	FONT-WEIGHT: bold;	
}


h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 140%;
	text-align:left;
	color: #60584c;
	text-indent: 4em;
	height: 90px;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	background-image: url(images/heading1stencil.gif);
	background-repeat: no-repeat;
	float: none;
	border: 0;
	display: block;
	width: auto;
	clear: right;
}

ul{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
font-size: .9em;
}

li{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
margin-left: 32px;
color: #426d5a;
text-align: left;
font-weight: bold;
}

/***** CSS Menu Buttons start - projectseven *****/

#navlist {
height: auto;
width: 178px;
}

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .85em;
}

#navlist li { 
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
margin: 7px 2px 7px 0;   /* close up space between the individual list items */
color: #426d5a;  /* #426d5a */
text-align: center;
font-weight:bold;
}

#navlist a {
display: block;              /* enables the entire link box to be 'hot' or 'click-able' */
padding: 6px 0 6px 0;		 /* Makes the button have space top and botton around text */
background-image:  url(images/btntrans2.gif);
background-repeat: no-repeat;
/* background-position: 0% 50%; -Centered*/  
/* The background image is set to not repeat (tile) and is positioned 0% horizontally and 50% vertically. The image is intentionally oversized to make sure that if a user resizes text, the background will render without tiling and the rectangular bullet will always be vertically centered. */
}

#navlist a:link, #navlist a:visited {
color: #426d5a;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-image:  url(images/btntransdark2.gif);
background-repeat: no-repeat;
/* background-position: 0% 50%; */
color: black;
}

/* 'you are here' reminder to keep oriented on which page you are on. */ 
#currentpage a:link, #currentpage a:visited,
#currentpage a:hover, #currentpage a:active {
background-image:  url(images/btntransdark2.gif);
background-repeat: no-repeat;
/* background-position: 0% 50%; */
color: black;
}

/***** CSS Menu Buttons end - projectseven *****/

/* Contact form formatting START  */
#contact label {
	display: block;
	float: left;
	width: 99%;
	text-align:right;
}

#contact input {
	display: block;
	float: left;
	width: 99%;
	text-align:left;
}
#contact textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	text-align:left;
}

#contact input.chk { 
	display: block;
	float:right;
	width:auto;
	text-align:left;
}
#contact input.btn { text-align:center; }
/* Contact form formatting END  */
