/* global */
html{height: 100%;}

/* index */

a.slide:link {
	margin-left:3px;
	margin-right:3px;
	border-color:#0000CC;
	border-width: 14px;
	border-style:ridge;
}

a.slide:visited {
	margin-left:3px;
	margin-right:3px;
	border-color:#0000CC;
	border-width: 14px;
	border-style:ridge;
}

a.slide:hover {
	margin-left:3px;
	margin-right:3px;
	border-color:#0000CC;
	border-width: 14px;
	border-style:ridge;
}

a.slide:active {
	margin-left:3px;
	margin-right:3px;
	border-color:#0000CC;
	border-width: 14px;
	border-style:ridge;
}

.slide {
	border-color: #000099;
	border-width: 3px;
	margin-left: 3px;
	margin-right: 3px;
	border-style:ridge;
}

#main 
{ width: 800px;
height: 837px;
margin:auto;
position: relative;
}

#titlebar 
{ width: 800px;
height: 56px;
margin:auto;
position: absolute;
text-align:center;
}

#topbar 
{ width: 800px;
height: 9px;
margin:auto;
position: absolute;
top: 57px;
}

#3_logo_bar
{ width: 800px;
height: 100px;
margin:auto;
position: absolute;
top: 67px;
}

#midleft 
{ width: 191px;
height: 281px;
position: absolute;
left: 15px;
top: 67px;
background-image:url(../images/yellow.jpg);
background-repeat:no-repeat;
padding-left:47px;
padding-top: 85px;
padding-right: 15px;
}

#midcenter 
{ width: 191px;
height: 281px;
position: absolute;
left: 272px;
top: 67px;
background-image:url(../images/red.jpg);
background-repeat:no-repeat;
padding-left:47px;
padding-top: 85px;
padding-right: 15px;
}

#midright 
{ width: 191px;
height: 281px;
position: absolute;
left: 530px;
top: 67px;
background-image:url(../images/blue.jpg);
background-repeat:no-repeat;
padding-left:47px;
padding-top: 85px;
padding-right: 15px;
}

#btmleft 
{
	width: 249px;
	height: 122px;
	margin:auto;
	position: absolute;
	left: 18px;
	top: 432px;
	background-image:url(../images/yellow.gif);
	background-repeat:repeat;
}

#btmcenter 
{ width: 249px;
height: 119px;
margin:auto;
position: absolute;
left: 276px;
top: 434px;
background-image:url(../images/red.gif);
background-repeat:repeat;
}

#slideshow 
{
	width:775px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	float:none;
	position:absolute;
	top: 438px;
	left: 18px;
}

#btmright {
	width: 765px;
	height: 106px;
	margin:auto;
	position: absolute;
	left: 18px;
	top: 730px;
	background-image:url(../images/blue.gif);
	background-repeat:repeat;
}

#btmaddress { 
width: 800px;
height: 46px;
margin:auto;
position: absolute;
top: 941px;
}

#btmsearch 
{ 
width: 545px;
height: 62px;
margin:auto;
position: absolute;
top: 925px;
padding-left: 255px;
}

/* text */

.MainMenu 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
line-height: 12px;
}

/* links */

.Class1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Class1 a:link {
	color: #000000;
	text-decoration: none;
}
.Class1 a:visited {
	text-decoration: none;
	color: #000000;
}
.Class1 a:hover {
	text-decoration: none;
	color: #f0c014;
}
.Class1 a:active {
	text-decoration: none;
}


.Class2 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Class2 a:link {
	color: #000000;
	text-decoration: none;
}
.Class2 a:visited {
	text-decoration: none;
	color: #000000;
}
.Class2 a:hover {
	text-decoration: none;
	color: #7a3d1e;
}
.Class2 a:active {
	text-decoration: none;
}

.Class3 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Class3 a:link {
	color: #000000;
	text-decoration: none;
}
.Class3 a:visited {
	text-decoration: none;
	color: #000000;
}
.Class3 a:hover {
	text-decoration: none;
	color: #3f7e87;
}
.Class3 a:active {
	text-decoration: none;
}
