/* Begin Reset CSS */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset CSS */

body {
	background: #5a7e92;
}

#top-page-image {
	background-image: url("images/top-logo-swish.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 90px;
	width: 900px;
	height: 106px;
	z-index: 2;
}


#business-logo {
	background: #5a7e92;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 990px;
	height: 90px;
	z-index: 1;
}

#top-main-image {
	background-image: url("images/bottom-logo-swish.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 130px;
	left: 0px;
	width: 990px;
	height: 57px;
	z-index: 2;
}

#main-image-1 {
	background-image: url("images/rotating_images/cake-flan.jpg");
	background-repeat: no-repeat;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 990px;
	height: 550px;
	z-index: 0;
}

#main-image-2 {
	background-image: url("images/rotating_images/cake-christmas.jpg");
	background-repeat: no-repeat;	
	position: absolute;
	top: 50px;
	left: 0px;
	width: 990px;
	height: 550px;
	z-index: 0;
}

#main-image-3 {
	background-image: url("images/rotating_images/cake-cheese.jpg");
	background-repeat: no-repeat;	
	position: absolute;
	top: 50px;
	left: 0px;
	width: 990px;
	height: 550px;
	z-index: 0;
}

#bottom-main-image {
	background-image: url("images/top-link-swish.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 530px;
	left: 0px;
	width: 990px;
	height: 70px;
	z-index: 1;
}

#link-list {
	position: absolute;
	top: 600px;
	left: 0px;
	width: 990px
	z-index: 2;
}

#link-list ul {
	margin: 0;
	padding: 0;
}

#link-list ul li {
	background: #496e82; /* Old browsers */
	background: -moz-linear-gradient(top, #496e82 0%, #5a7e92 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#496e82), color-stop(100%,#5a7e92)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #496e82 0%,#5a7e92 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #496e82 0%,#5a7e92 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #496e82 0%,#5a7e92 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#496e82', endColorstr='#5a7e92',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #496e82 0%,#5a7e92 100%); /* W3C */
	font-family: Verdana;
	text-align: center;
	line-height: 3.2em;
	font-size: 1em;
	color: #fff;
	display: inline;
	float: left;
	width: 122px;
	height: 75px;
}

#link-list ul li.current {
	background: #7f9eac;
}
/*#link-list ul li.blank {background: #44687d;}*/

#bottom-link-list {
	background-image: url("images/bottom-link-swish.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 645px;
	left: 0px;
	width: 990px;
	height: 70px;
	z-index: 3;
}

.header {
	font-family: Verdana;
	font-size: 1.3em;
}


#main-page {
	font-family: Trebuchet MS;
	background: #7f9eac;
	position: absolute;
	top: 670px;
	left: 0px;
	width: 990px;
	height: 1000px;
	z-index: 4;
}

#welcome {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 450px;
	z-index: 5;
}

#welcome ul {
	color: #fff;
}

#welcome ul li {
	display: inline;
}

#welcome ul li.header {
	font-size: 1.3em;
	display: list-item;
	list-style-image: url("images/arrow.png");
}



#service {
	background: #668593;
	position: absolute;
	top: 300px;
	left: -10px;
	width: 350px;
	z-index: 5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #668593;
	padding: 110px;

}

#service-indent {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 450px;
	z-index: 5;
}

#service ul  {
	color: #fff;
}

#service ul li {
	display: inline;
}

#service ul li.header {
	font-size: 1.3em;
	display: list-item;
	list-style-image: url("images/arrow.png");
}

#service ul li ul li{
	font-size: 1.1em;
	display: block;
	margin-bottom: 2px;
}

#sidebar {
	background: #718d99;
	position: absolute;
	top: -25px;
	left: 610px;
	width: 320px;
	height: 1000px;
	z-index: 5;
}

#sidebar ul {
	color: #fff;
	position: absolute;
	top: 75px;
	left: 0px;
	width: 240px;
}

#sidebar ul li {
	display: inline;
	position: absolute;
	left: 30px;
}

#sidebar ul li.header {
	font-family: Verdana;
	font-size: 1.3em;
	display: list-item;
	list-style-image: url("images/arrow.png");
	position: absolute;
	left: 50px;

}

#sidebar ul li.blurb {
	display: list-item;
	position: absolute;
	top: -40px;
	left: 0px;

}

#sidebar ul li.linker {
	background-image: url("images/read-more.png");
	background-repeat: no-repeat;
	position: absolute;
	width: 72px;
	height: 16px;
	top: 40px;
	left: 0px;
}

#sidebar ul.message-one  {
}

#sidebar ul.message-two {
	position: absolute;
	top: 300px;
}

#sidebar ul.graphic {
	position: absolute;
	top: 525px;
}

#sidebar ul li.map-blurb {
	position: absolute;
	top: 200px;
	left: 0px;
}

#sidebar ul li.map{
	background-image: url("images/location-map-sm.jpg");
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	left: 0px;
	width: 250px;
	height: 250px;
}

#bottom-page {
	background: #668593;
	font-family: Verdana;
	text-align: right;
	line-height: 5em;
	font-size: 0.7em;
	padding: 20px;
	color: #fff;	
	position: absolute;
	top: 950px;
	left: 0px;
	width: 950px;
	height: 50px;
	z-index: 5;
}

