/* CSS Document */

/*this code zeros out all perameters within the page*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin:0;
	padding:0;
	border:0;
}

/*set global perameters for the body tag*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #bac9ee;
	text-align: left;
}

#text {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
}

/*set new perameters for em and header tags*/
em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
}

strong {
font-family:Arial, Verdana,  Helvetica, sans-serif;
font-size:13px;
font-style:normal;
font-weight:bolder;
}


a:link {
	color: #003399;/*000000*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #003399;
}


h1{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:15px;
color:#003399;
font-style:normal;
font-weight:bolder;
}

h2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:13px;
color:#003399;
font-style:normal;
font-weight:bolder;
}

h3 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:13px;
color:#333333;
font-style:normal;
font-weight:bolder;
}

h5 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:13px;
color:#003399;
font-style:normal;
font-weight:bolder;
}

#container {
width:770px;
margin: 0px auto;
background:#FFFFFF;
}

#logo {
	width: 351px;/*change to 185 after alex promo is done then, change the name of sc.bak.gif to sc.gif to replace the current graphic*/
	height:68px;
	margin-left:30px;
}

#phone {
	width: 185px;
	height:20px;
	font: bolder 14px Arial, Helvetica, Verdana, sans-serif;
	color:#FFFFFF;
	margin-top:-20px;
	margin-left:30px;
}

#address {
	width: 340px;
	height:60px;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight:bolder;
	color: #FFFFFF;
	margin-top:-63px;
	margin-left:410px;
}

#dash {
	border-right:#FFCC33;
	border-right-style:dashed;
	border-right-width:medium;
	}

#content {
	margin:20px;
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

#testimonials {
width:180;
margin:0;
padding:0;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

#footer {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
color:#666666;
}

.source {
font-size: 8px;
color:#666666;
font-family:Arial, Verdana, Helvetica, sans-serif}

.red {
color:#FF0000;
font-size:14px;
font-weight:bolder;
}

/*controls the sizes of the franchise schedules*/

.sched {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:16px;
color:#ff0000;
font-weight:bolder;
}

.sched2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:15px;
color:#000000;
font-weight:bolder;
}

.sched3 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:normal;
}

.shed4 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#FFCC33;
font-weight:bold;
}

.shed5 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#003399;
font-weight:bold;
}

.shed6 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:normal;
}