/*change font info here
  you can also change individual ones in each div if needed*/
body            {
				font-family:arial;
				font-size:12px;
				color:#005885;
				margin:0 auto; 
				background-color:#a5312a; 
				background-image:url('images/bg_body.gif');
				background-repeat: repeat-x;
				}
p  				{
				margin-top:5px; 
				margin-bottom:12px;
				text-align:justify
				}


/*content holders*/
#siteHolder 	{
				position:absolute; 
				width:100%; 
				height:auto}
#siteCenter 	{
				position:relative; 
				width:792px; 
				height:auto; 
				}
#contentHolder  {
				float:left;
				background-color:white
				}

#fade_left 		{
				float:left;
				width:15px;
				height:198px;
				}
#left 			{
				float:left;
				padding-top:0px;
				margin-top:0px;
				background-color:white;
				width:206px;
				height:auto; 
				}

/*added the logo graphic to the background of the contact info because the contact info overlays the graphic
change padding top for placement*/
#contactInfo 	{
								background-image:url('images/logo.gif');
				background-repeat: no-repeat;
				padding-top:230px;
				height:auto;
				text-align:center;				
				font-size:10px;
				}
/*showcase aligning at the bottom; change "bottom:20px" for distance from bottom of page*/					
#showcase		{
				float:left;
				position: relative;
				margin-top: -188px;
				padding-left: 30px;
				z-index: 100;
				
				}			
				
				
#right			{
				background-image:url('images/bg_header_nav.gif');
				background-repeat: no-repeat;
				float:left;
				margin-left:0px;
				background-color:white;
				width:556px;
				height:auto; 
				}

#flash			{
				padding-left:3px;
				padding-top:0px;
				}
				
/*content text*/
#content		{
				float:left;
				padding-right:20px;
				padding-left:5px;
				margin-right:20px;
				padding-bottom:20px;
				color:#005885;
				background-image:url('images/sails.gif');
				background-repeat: no-repeat;
				background-position:bottom right;
				overflow-x: hidden;
				}
								
#fade_right		{
				float:left;
				width:15px;
				height:198px;
				}
#copyright		{
				clear:left;
				color:white;
				padding-top:5px;
				text-align:center;
				height: 14px;
				width:792px;
				}



/* main nav */
#nav ul
				{
				padding:0px;
				
				font-size:11px;
				font-weight:bold;
				margin-top: 1px;
				margin-left:10px;
				margin-bottom:0px;
				height:25px;
				text-align:center;
				list-style-type: none;
				}
/*adjust the padding if u change the font size - after that goto nav ul margin-top to 5 or 0 pixels to set it in the middle*/		
#nav ul li 
				{ 
				margin-bottom: 0px;
				padding:8px;
				float:left;
				border-color:#EE7C40;
				border:1px;
                
				}
/*this class fixes the height of the nav items*/				
.navFixTop { margin-top: 10px;}

/*navigation links colors and decoration*/
a, a:Visited,a:active	{color:#A6312B;text-decoration:none}
a:hover					{color:#ee7b40;text-decoration:none}
