﻿/* PC Med Center layout.css Styles */

/*///////////////////////////////////////////////////////
// Header Layout Styles
///////////////////////////////////////////////////////*/
#header {width:800px; margin:0 auto; background:#fff; text-align:left;}
#headerWrapper {width:100%; height: 90px; margin:0 auto 0 auto; background:#fff;}
#headerSpacer {height:8px; clear:both; overflow:hidden;}

.logo { float: left; width: 340px; padding: 8px 0 8px 5px; }
.phone { width: auto; float: right; padding: 4px 10px 0 0; font: 12 Tahoma; }


/*///////////////////////////////////////////////////////
// Content Layout Styles
///////////////////////////////////////////////////////*/
#pageWrapper {text-align:center;}
#bodyWrapper {border-bottom:solid 2px #cfcfcf;border-left:solid 2px #cfcfcf;border-right:solid 2px #cfcfcf;width:796px; background-color:#fff;height: auto;min-height: 80%;_height: 80%; text-align: left; margin:0 auto;}
#contentWrapper { min-height: 80%; _height: 80%; }

#content { width: 660px; color: #333; }
#content ul { margin:-10 0 0 0; list-style: url(../../images/arrow_red.gif); line-height: 18px; }
#SubHeader
{
	padding: 0 10px 0 10px;
	font: bold 14px Tahoma;
	margin: 0 auto 0 auto;
    color: #333;
}
#SubHeader a:link, #SubHeader a:visited, #SubHeader a:active {color: #333; font: bold 14px Tahoma; text-decoration: none; }
#SubHeader a:hover {color: #333; font: bold 14px Tahoma; text-decoration: underline; }

.PageHeader
{
	font: bold 14px Tahoma;
	margin: 0 auto 0 auto;
    width: 202px;
    color: #333;
}


/*////////////////////////////////////////////
// Footer Styles
////////////////////////////////////////////*/
.footerArea
{
	margin: 0 auto 0 auto;
    font: 11px Tahoma;
    color: #666; 
    width: 796px; 
    background: url(../../images/red_border.gif) repeat-x top;
}
.FooterLeft { float: left; width: 625px; padding: 1em; padding-top: 2em; }
.FooterRight { float: left; padding: 1em; text-align: right; }

#footer { float: left; padding: 0; text-decoration: none; }
#footer table { margin: 0;  }

#footer a:link, #footer a:active, #footer a:visited { font: 11px Arial; text-decoration: none; color: Blue; }
#footer a:hover { text-decoration: underline; }