﻿/* Master page Style Sheet */

body
{
	background-color: #FFFFFF;
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin: 0px auto;
	-webkit-text-size-adjust: none;
}

#printfriendlySCClogo  /* only appears in Step5 */
{
    display: none;
}

#linkControl
{
    display: block;
}

#divConcept 
{
    width: 700px;
}

#normalviewcommand
{
    display: block;
}

#printviewcommand
{
    display: none;
}

.wrap 
{
    position: relative;
    width: 1005px;
	text-align: left;
	margin: 0px auto;
	padding: 5px 0px 0px 10px;
    background-color: #FFFFFF;
}

.footer
{
    position: relative;
    text-align: center;
}

.footer h1
{
    text-align: center;
    font-size: 5px;
	color: #FFFFFF;
	top: 0px;
	font-weight: normal;
}

.footer .statement
{
    font-size: 12px;
    font-weight: normal;
	color: #333333; 
}

.footer .call
{
    font-size: 13px;
    font-weight: bold;
	color: #333333; 
}

.footer .address
{
    font-size: 13px;
    font-weight: bold;
	color: #666666;
}

.footer .contact
{
    font-size: 13px;
    font-weight: bold;
	color: #666666;
}

.round 
{
    position: relative;
    width: 1000px;
	margin: 0px auto;
	top: -20px;
    background-color: #CCCCCC;
}

a:link 
{
	text-decoration: none;
	color: #333333;
}
a:visited 
{
	text-decoration: none;
	color: #333333;
}
a:hover 
{
	text-decoration: none;
	color: #666666;
}
a:active 
{
	text-decoration: none;
	color: #666666;
}

img 
{
    border-width: 0px;
}

table td 
{
	padding: 0px;
}
