body, h1, h2, h3, p, quote, small, form, input, ul, li, ol, label {
	/* Page reset */
	margin:0px;
	padding:0px;
}
body {
	color:#444444;
	font-size:13px;
	font-family:"Segoe UI", "Myriad Pro", Helvetica, sans-serif;
	background-color: #f2f2f2;
	background-image: url(img/background-w.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #e1e3ef;
}

#gallery {
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	border:1px solid white;
	background:url(img/panel.jpg) repeat-x bottom center;
	width:920px;
	overflow:hidden;
}
#slides {
	height:400px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}
.slide {
	float: left;
}
#menu {
	height: 45px;
	position: relative;
	bottom: 0px;
}
UL {
	margin: 0px;
	padding: 0px;
}
LI {
	width: 60px;
	display: inline-block;
	list-style: none;
	overflow: hidden;
}
LI.inact:hover {
	background: url(img/pic_bg.png) repeat;
}
LI.act, LI.act:hover {
	background: url(img/active_bg.png) no-repeat;
}
LI.act A {
	cursor: default;
}
.fbar {
	width: 2px;
	background: url(img/divider.png) no-repeat right;
	margin: 0;
	padding: 0;
	height: 45px;
}
LI A {
	display: block;
	background: url(img/divider.png) no-repeat right;
	height: 35px;
	padding-top: 10px;
	width: 60px;
}
A IMG {
	border: none;
}

H1 {
	font-family: "Segoe UI", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	padding-top: 8px;
}
H2 {
	font-family: "Segoe UI", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	top: -45px;
	color: #333;
	left: 130px;
	width: 700px;
}
#menu ul .menuItem {
	height: 45px;
}
#main #gallery #menu ul .menuItem {
	height: 45px;
	vertical-align: top;
}
H3 {
	font-family: "Segoe UI", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}
H4 {
	font-family: "Segoe UI", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #06F;
	width: 150px;
	height: 220px;
	float: right;
	margin: 0;
	background-image: url(img/corner-b.png);
	background-position: right top;
	background-repeat: no-repeat;
	clear: both;
	height:250px;
}

H4 UL {
	border:none;
	margin: 0px;
	padding:0px;
	margin-top:100px;
}
H4 UL LI {
	margin-right:0;
	text-indent:-9999px;
	margin-left:20px;
	right: 0px;
	float: right;
	top: 0px;
	vertical-align: top;
	display: inline-block;
	width: 70px;
	padding: 0px;
}
H4 UL LI A{
	margin:0;
	padding:0;
	background:none;
	display: block;
	float: right;
	background-image: url(img/buttons-l.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent:-9999px;
	width:70px;
	height:40px;
}
a.phoneb {
	background-position:0px 0px;
}
a.phoneb:hover {
	background-position:-90px 0px;
}
a.emailb {
	background-position:0px -40px;
}
a.emailb:hover {
	background-position:-90px -40px;
}
a.blogb {
	background-position:0px -120px;
}
a.blogb:hover {
	background-position:-90px -120px;
}
a.twitterb {
	background-position:0px -80px;
}
a.twitterb:hover {
	background-position:-90px -80px;
}
H4 A span {display:none; text-decoration:none;}
H4 A:hover span {display:block;
	text-indent:0px;
	width:150px;
	height:auto;
	background-color:#FFA;
	position: absolute;
	border: 1px solid #808080;
	margin-top: -1px;
	padding: 5px;
	height: auto;
	width: 150px;
	top: -1px;
	right: 150px;
	text-decoration:none;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
}
div#widget {display:none;
	width:150px;
	height:auto;
	background-color:#FFA;
	position: absolute;
	border: 1px solid #808080;
	padding: 5px;
	height: auto;
	width: auto;
	top: 150px;
	right: 150px;
	text-decoration:none;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
}

.closer {
	position:relative;
	display:block;
	right:-17px;
	bottom:-17px;
	margin-left:auto;
	text-align:right;
}

#main {
	margin: 0 auto 15px;
	text-align: center;
	width: 920px;
	position: relative;
}
A, A:visited {
	color: #0196E3;
	text-decoration: none;
	outline: none;
}
A:hover {
	text-decoration: underline;
}
#textbelow #textinner {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 30px;
	-moz-box-shadow:0 0 5px #AAAAAA;
	-webkit-box-shadow:0 0 5px #AAAAAA;
	box-shadow:0 0 5px #AAAAAA;
	border:1px solid #ffffff;
	background-image: url(img2/lower-panel.png);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	background-color: #fdfdfd;
}
#textbelow #textinner UL {
	position: inherit;
	margin: 0 auto 0 35%;
	width: auto;
	overflow: visible;
	list-style: url(bullet);
	height: auto;
}
#textbelow #textinner UL LI {
	text-align: left;
	display: list-item;
	width: auto;
	overflow: visible;
	list-style: url(bullet);
	height: auto;
	list-style-image: url(img/bullet.png);
	list-style-position: outside;
	list-style-type: circle;
	padding: 0 0 3px;
}
#textbelow #textinner UL LI:hover {
	background: #E0EFFF;
	cursor: pointer;
}
H4 A, A:visited {
	color: #1974A3;

}
H4 A:hover {
	color: #000;

}
#footer {
	text-align: center;
	margin: 15px;
}
p.tagline {
	padding:15px;
	text-align:center;
}
#headerwrapper {
	background-image: url(img/s/header-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
}
#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0;
	padding-top:0;
	height:70px;
	background-image: url(img/s/header.png);
}
#textbelow #textinner p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#textbelow #textinner #roller #accordion div p {
	padding: 0px;
	line-height: 140%;
	page-break-after: always;
	padding-bottom: 5px;
}
	
#main #gallery #slides .slide #slidecontents {
	height: 400px;
	width: 920px;
	background-image: url(img/s/info.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main #gallery #slides .slide #slidecontents.services {
	background-image: url(img/s/services.png);
}
#main #gallery #slides .slide #slidecontents p.boxed {
	height: auto;
	width: 220px;
	height:175px;
	border:none;
	float:left;
	margin: 25px;
	padding: 10px;
	font-size: 100%;
	color: #000;
	text-align:center;
	position: relative;
	background-color:transparent;
}
#main #gallery #slides .slide #slidecontents p {
	float:left;
	text-align:left;
	width:700px;
	margin-left:20px;
	margin-top:10px;
	padding:10px;
	background-image: url(img2/ui-bg_c2.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4B547B;
	border-right-color: #292F45;
	border-bottom-color: #292F45;
	border-left-color: #4B547B;
}
#main #gallery #slides .slide #slidecontents.services p{
	float:right;
	margin-right:20px;
}
#main #gallery #slides .slide #slidecontents p.firstcontent {
	margin-top:85px;
}
#main #gallery #slides .slide #slidecontents.services p.firstcontent {
	margin-top:65px;
}
#main #gallery #slides .slide #slidecontents p.bottom {
	width: 328px;
	float:left;
}
#main #gallery #slides .slide #slidecontents.services p.bottom {
	float:right;
}
#main #gallery #slides .slide #slidecontents.services p.right {
	margin-right:0;
}
#main #gallery #slides .slide #slidecontents.services p.followme {
	margin-top:0px;
	border-top:none;
}
#main #gallery #slides .slide #slidecontents p a {
	text-decoration:underline;
}
#main #gallery #slides .slide #slidecontents p a:hover {
	text-decoration:underline;
	color:#A00;
}
#main #gallery #slides .slide #slidecontents p img, #textbelow #textinner img.book {
	display: inline;
	float:left;
	vertical-align:middle;
	padding-right:5px;
}
