@charset "UTF-8";
/* CSS Document-- 'press.css' */

/**************************************************************
   AUTHOR:  Scott Stearns (fire-force.com)
   DATE:    Sep 2008
   PURPOSE: Sets the layout of the Press Thumbnail Index page.
 **************************************************************/


/*  Press Articles Index page layout elements
    -----------------------------------------  */			
#pagePress    {
			  float: left;
			  height: 585px;
			  width: 900px;
			  clear: both;
			  padding-bottom: 0px;
			  }



#contentFieldPress    {						/**/
					  margin-left: auto;
					  margin-right: auto;
					  margin-bottom: -20px;
					  padding-bottom: 0px;
					  width: 900px;
					  height: 560px;
					  border-top: solid 0px #FDFEEA;
					  border-bottom:#0066FF solid 0px;
					  background: #BFC4B0 url(../images/bg/pagebkgd.jpg) repeat-x scroll; /*left 0px;  #FAFBEC*/
					  overflow: hidden;
					  }


#framePress  	 {
				 background: #FAFBEC url(../images/bg/pressbkgd.jpg) repeat-x;/**/
				 border: #DFE1CF solid 1px; /*Alternate Colors:  8AB6BE 7E7E75 C8CABA */
				 width: 710px;
				 height: 450px;
				 margin-top: 30px;
				 margin-right:auto;
				 margin-bottom: 10px;
				 margin-left: auto;
				 }				


#pressItems h1  	{
					margin-top: 10px;
					width: 535px;
					height: 26px;
					margin-bottom: 10px;
					margin-left: 35px;
					padding: 0 0 0 0px;
					font-size: 28px;
					border: #7E7E75 solid 0px;
					}

#IE6wrapper #pressItems h1  {
							margin-left: 60px;
							border: #FF9933 solid 0px
							}

#pressItems		{
				 background: none;/* url(../images/contact/ContactBkgd.jpg)*/
				 border: #7E7E75 solid 0px; /*Alternate Colors:  8AB6BE  */
				 width: 620px;
				 height: 370px;
				 margin-left: auto;
				 margin-right:auto;
				 margin-top: 20px;
				 }		


#pressItems	h3	{
				float: left;
				margin-right: auto;
				margin-bottom: 5px;
				margin-left: 23px;
				text-align: center;
				font-size: 12px;
				}


#pressItems	h3 a	{
					color: #996633;
					}



#pressItems	h3 a:hover	{
						color: #996633;
						}



#pressItems	h3 img	{
					border: none;
					}


.caption	{
			color: #333333;
			}


.caption:hover		{
					color: #996633;
					}
