/*GryphonSystems.com Style Sheet*/	

body {						
		/*center align the main page container, this is a workaround for IE*/	
		text-align:center;
/*		background color maroon */
		background:#800000;
		margin:0px;
}
basefont {
	font-size: medium;
 	font-family: arial
}
#containerMain{
	/*container for site content bordered by background color on left & right*/
	position:relative;
	width:800px;
	height:120%;
	padding-bottom:50px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:auto;
	background-color:White;
}
#containerMenu{
	/*Top band of logo/tag-line included via header.txt */
    position:relative;
	margin-bottom:0px;
	text-align:left;
	width:800px;
	height:40px;
	background:#FFFFFF;  
	/*background:#800000;  */
	border-bottom:2px solid #800000;
}

#submenuLinks{
  position:absolute;
	right:0px;
	top:3px;
	background:transparent;
}
#pageTitleArea{
  position: relative;
  width:800px;
	height:170px;
	text-align:left;
	border-bottom:2px solid #800000;
	background:White;
}
#centerTopImageArea-1{
  position: relative;
  width:765px;
	height:159px;
	text-align:center;
	border-bottom:2px solid #800000;
	background:White;
}
#centerTopImageArea-2{
  position: relative;
  width:765px;
	height:159px;
	text-align:center;
	background:White;
}
#leftImage{
  position:relative;
	float:left;
	width:575px;
	margin-left:10px;
	margin-top:30px;
	height:inherit;
}
#rightImage{
  position:relative;
	float:right;
	width:165px;
	height:inherit;
	background:White;
}
#menuVertical{
/*Left side Menu */
  position:relative;
	float:left;
	width:160px;
	text-align:left;
	padding-top:5px;
	padding-bottom:30px;
	height:auto;
  background:White;
}
#contentWindow{
 /*Content to right of left side menu */
  position:relative;
	float:right;
	text-align:left;
	padding:15px;
	padding-left:20px;
	width:560px;
	border-left:2px solid #800000;
	background:White;
}
#contentWindowNewsletter{
    position:relative;
    text-align:left;
    padding:10px;
    padding-left:30px;
    width:650px;
    border-left:0px dashed #800000;
    background:White;
}
#subHeader{
  position:relative;
	width:auto;
	height:auto;
	margin-left:5px;
	background:transparent;
	font-size:90%;
}
#notice{
  position:relative;
	width:450px;
	height:auto;
	text-align:center;
  border:1px solid #000000;
}
table{
    font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
table.quote{
    font-family:arial, sans-serif;
	font-size:105%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
select{
    font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
select.widedropdownlist{
	font-size:80%;
}
p{
	/*base text - must be bound by <p> and </p>*/	
    font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
	margin-top:10px;
	margin-bottom:10px;
}
p.sub_title{
	/*base text - must be bound by <p> and </p>*/	
    font-family:arial, sans-serif;
	font-size:90%;
	font-style:italic;
	font-weight:normal;
	word-space:0.5em;
	color:#000066;
}
p.by_line{
	/*base text - must be bound by <p> and </p>*/	
    font-family:arial, sans-serif;
	font-size:90%;
	font-style:italic;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
p.footer{
	/*base text - must be bound by <p> and </p>*/	
    font-family:arial, sans-serif;
	font-size:80%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
p.indent{
	margin-left:30px;
}
ul{
    font-family:arial, sans-serif;
		font-size:90%;
		font-weight:normal;
		word-space:0.5em;
		color:#333333;
}
ol{
    font-family:arial, sans-serif;
		font-size:90%;
		font-weight:normal;
		word-space:0.5em;
		color:#333333;
}
ol.level_2{
		font-size:100%;
}
ul{
	list-style-position:outside;
	font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
ul.level_2{
		font-size:100%;
}
ul.newsletter_bullet{
	list-style-type: disc; 
	margin-left: 15px; 
	margin-top:10px;
	margin-bottom:10px;
}
ul.newsletter_plain{
	list-style-type: none;
	margin-left: 0px; 
	margin-top:10px;
	margin-bottom:10px;
}
ul.plain{
	list-style-type: none;
	font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
li.newsletter{
	margin-bottom:0px;
}
li{
	margin-bottom:4px;
}

.search{
   font-family:arial, sans-serif;
	 font-size:80%;
	 font-weight:bold;
}
.pressReleaseHeader{
   font-family:arial,serif;
	 font-size:120%;
	 font-weight:bold;
}
.pressReleaseSubHeader{
   font-family:arial,serif;
	 font-size:100%;
	 font-weight:normal;
	 font-style:italic;
}
.pressReleaseMediaContact{
   font-family:arial,serif;
	 font-size:80%;
	 font-weight:normal;
	 margin-left:0px;
}

H1{
	font-family:arial, sans-serif;
	font-size:125%;
	font-weight:bold;
	color:#660000;
	margin-top:15px;
	margin-bottom:12px;
}
H2{
   font-family:arial, sans-serif;
	 font-size:110%;
	 font-weight:bold;
	color:#000099;
}
H3{
	/*used for main topic areas of Taking Root newsletter*/	
	font-family:arial, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#006633;
	margin-top:10px;
	margin-bottom:10px;
}
H4{
	/*used for sub-topic areas of Taking Root newsletter*/	
   font-family:arial, sans-serif;
	 font-size:100%;
	 font-weight:bold;
	color:#000066;
	margin-top:10px;
	margin-bottom:10px;
}
H5{
	font-family:arial, sans-serif;
	font-size:95%;
	font-weight:bold;
	color:#000066;
	margin-top:10px;
	margin-bottom:10px;
}
H6{
	/*used for italicized by-lines of Taking Root newsletter*/	
    font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	font-style:italic;
	word-space:0.5em;
	color:#333366;
}
a {
	 /*base format for all links, 8pt with no underlines*/
	text-decoration: none;
    font-family:arial, sans-serif;
	/*font-size:90%; - not needed as long as links are inside <p> tags where font size already set*/
	font-weight:bold;
	/*font-weight:normal;*/
	word-space:0.5em;
	color:#800000;
}
a.leftMenuLink{
	margin-left:15px;
	font-size:90%;
	margin-bottom:2px;
}
a.creditLink{
  font-size:90%;
}
a.bodyCopyLinks{
  font-family:arial, sans-serif;
	font-size:90%;
	font-weight:bold;
}
a:hover{
   /* adds a line to links when they are rolled over */
    text-decoration:underline;
}
a:visited{
   /* state visited link explicitly */
	color:#800000;
	font-weight:normal; 
}

image.bottom{
	vertical-align: bottom;
}


.locationTextBold{
   position: relative;
	 text-align:right;
	 color:Black;
	 margin-right:5px;
	 font-family: arial, sans-serif;
	 font-weight:bold;
	 font-size:80%;
} 
.locationTextNormal{
	 position: relative;
	 text-align:right;
	 color:Black;
	 font-family: arial, sans-serif;
	 font-weight:normal;
	 font-size:80%;
}
.locationRight{
  position:absolute;
	bottom:0px;
	right:0px;
}
div.rowAlignRight{
  position:relative;
	float:right;
	right:100px;
	padding-top:50px;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.title {
  float: left;
  width: 450px;
  text-align: center;
	font-family:arial,sans-serif;
	font-size:80%;
	font-weight:bold;
	padding-bottom: 5px;
  }

div.row span.label {
  float: left;
  width: 125px;
  text-align: right;
	font-family:arial,sans-serif;
	font-size:80%;
	font-weight:bold;
  }

div.row span.label_wide {
  float: left;
  width: 175px;
  text-align: right;
	font-family:arial,sans-serif;
	font-size:80%;
	font-weight:bold;
  }
div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  } 
div.spacer {
  clear: both;
}