/* CSS layout */
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	background-image: url('../images/global/mainbg.jpg');
	background-repeat: repeat;
	font-family: Trebuchet ms;
	font-size: 12px;
}
#container {
	position: relative;
	width: 830px;
	text-align: center;
	background-image: url('../images/global/content-bg.png');
	background-repeat: repeat-y;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
}
#containercap {
	position: relative;
	width: 830px;
	text-align: center;
	background-image: url('../images/global/content-cap.png');
	background-repeat: no-repeat;
	background-position: top;
}

#headnav {
	width: 814px;
	height:24px;
	padding-top:3px;
	vertical-align:middle;
	position: relative;
	
	
	
}

#headnavcontainer{
	width:830px;
	height:24px;	
	text-align:center;
	background-image: url('../images/global/top-bg.jpg');
	background-position: center;
	position:relative;
	margin-left:auto;
	margin-right:auto;	
}
#bottomcap {
	width: 830px;
	height: 8px;
	text-align: center;
	background-image: url('../images/global/bottom-cap.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-left:auto;
	margin-right:auto;

}
#pagecap {
	width: 830px;
	height: 32px;
	position: relative;
}
#search {
	width: 162px;
	height: 32px;
	background-image: URL('../images/global/search-bg.png');
	background-repeat: no-repeat;
	vertical-align: top;
	position: absolute;
	left: 20px;
	top: 0px;
}
#slogan {
	width: 430px;
	height: 32px;
	position:absolute;
	text-align: center;
	right:80px;
	top:5px;
}

#container {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.leftcol {
	width: 235px;
}
.midcol {
	width: 570px;
}
.rightcol {
	width: 185px;
}
#nav {
	width: 605px;
	height: 30px;
	background-color:#CA0000;
	float:left;
	padding-top:10px;
}
#header {
	width: 830px;
	height: 242px;
}
#content {
	width: 530px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	font-family: Trebuchet ms;
}
#midnav
{
	width:820px;
	height:190px;
	padding:5px;
	background-image:URL("../images/global/flash-bg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	text-align:left;
}
#footer {
	color: #FFFFFF;
	font-size: 10px;
	height: 54px;
	padding-top: 10px;
	text-align: center;
}
#footer a:link {
	color: #FFCC00;
}
#footer a:visited {
	color: #BDDF7B;
}
#copyright {
	color: #FFFFFF;
	font-size: 10px;
	height: 54px;
	padding-top: 10px;
	text-align: center;
}
#copyright a:link {
	color: #FFCC00;
}
#copyright a:visited {
	color: #BDDF7B;
}
/*Forms******************************************/
.ButtonSet {
	font-family: Arial;
	background-color: #C20106;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.Searchfield
{
	font-family: Arial;
	background-color: #FFFFFF;
	color: #C20106;
	font-size: 12px;
	font-weight: bold;
	width:100px;
}
/*Flash*****************************************/
#flashbanner {
	width: 605px;
	height: 90px;
	background-color:#CA0000;
	float:left;
	padding-top:10px;
}
#flashintro {
	border:thin #FF3300 solid;
	margin-top:10px;
	float:left;
	background-color:#FFFFFF;
}

#content {
	
	margin-top:10px;
	width:565px;	
	float:left;
	background-color:#FFFFFF;
}
#flashbuttons
{
	width:580px;
	height:170px;
	margin-top:20px;
}

#leftnav
{
	width:160px;	
	margin-left:25px;
}

#franchiseopp
{
	width:200px;
	height:170px;
	margin:10px 30px 0px 0px;
	float:right;
}

#equalizer
{
	width:65px;
	height:21px;
	margin-top:0px;
	position:absolute;
	right:10px;
	top:0px;
}
