/* External Style Sheet 					*/
/* April 2009  								*/
/* Steve Foster   							*/
/* Southern Cabinet Company 				*/

a.bodyLink
{
   color:#2E2E5D;
   background:#C7C7C7;
}

a.bodyLink:hover
{
   color:#2E2E5D;
   background:#C7C7C7;
}

a.bodyLink:visited
{
   color:#2E2E5D;
   background:#C7C7C7;
}

a.footer
{
   text-decoration:none;   
}

a.footer:hover
{
   color:#C7C7C7;
   background:#2E2E5D;   
}

.footer
{
 	 font-family: "Times New Roman", Times, serif;
	 font-size: .8em;
 	 color: #2E2E5D;
	 font-weight: bold;
	 height: 12px;
	 padding: 3px;		 		 		/* Vertically aligns text inside div */
}

a.button:hover
{
   text-decoration: none;
	 color: #2E2E5D;
	 background-color: #C7C7C7;
	 cursor: pointer;
}

.copy
{
   font-family: "Times New Roman", Times, serif;
	 font-size: .8em;
 	 color: #CCCCFF;
	 font-weight: bold;
	 height: 12px;
	 padding: 3px;		 		 		 /* Vertically aligns text inside div */
}

body
{
	padding: 20px;
  background: #6B6B6B;
  color: #2E2E5D;
  text-align: center;	
  font: 85% "Trebuchet MS",Arial,sans-serif
}

h1,h2,p
{
   margin: 0;
   padding: 0 10px;
   font-weight:normal
}

p
{
	padding: 0 10px 15px
}

h1
{
	font-size: 250%;
  color: #FFF;
  letter-spacing: 1px
}

h2
{
	font-size: 200%;
  line-height:1;
  color:#002455
}

div#pageBody
{
	width:805px; 
	margin: 0 auto;
  padding:5px;
  text-align:left;
  background:#C7C7C7;  
}

div#pageHeader
{
	background: #2E2E5D;
  padding: 10px;
  text-align:center
}

div#bodyMain
{
	float:left;
  width:600px;
  padding:10px 0;
  margin:5px 0;  
  background: #C7C7C7
}

div#pageBodyPopWin
{
	width:730px; 
	margin: 0 auto;
  padding:5px;
  text-align:left;
  background:#C7C7C7;
}

div#pageHeaderPopWin
{
	width: 710px;
  background: #2E2E5D;
  padding: 10px;
  text-align:center;  
}

div#bodyMainPopWin
{
	float:left;
  width:720px;
  padding:10px 0;  
  margin:5px 0;  
  background: #C7C7C7
}

div#bodyRight
{	
  float:right;
  width:195px;
  padding:10px 0;
  margin:5px 0;
  background: #2E2E5D;  
  color: #CCCCFF
}

div#bodyRight h2
{
	font-size:120%;
  color:#CCCCFF;
  margin-bottom:5px;
}

div#footerNav
{
	margin-top:10px;
  width:600px;  
  background: #C7C7C7
}

div#pageFooter
{
	clear:both;    
  background: #2E2E5D;
  padding:5px 0;
  text-align:center; 
  color: #CCCCFF
}

div#pageFooterPopWin
{
	width: 730px;
  clear:both;    
  background: #2E2E5D;
  padding:5px 0;
  text-align:center; 
  color: #CCCCFF
}

div#scroller
{	
  width:150px; 
  height:150px;
	margin:0px;
  padding:0px;  
  text-align:center;
  background:#C7C7C7;
  overflow:hidden; 
  position:relative;  
  border-width:4px;
  border-style:solid;
  border-color:#7D71D8;
  color:#2E2E5D; 
  left: 10px;      
}

.button
{
 	 font:85% "Trebuchet MS",Arial,sans-serif;
	 color: #C7C7C7;
	 background-color: #2E2E5D;
	 border-color: #C7C7C7;
	 border-width:thin;
	 border-style:outset;
	 padding: 0px;
	 text-align: center;
	 cursor: pointer;
}

