@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background: #FFFFFF;
	height: 100%;
	color: #324b64;
	font-size: 14px;
}


p {
	padding: 0px;
	margin: 0px;
}

p.small {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #324b64;
}

a:hover {
	text-decoration: underline;
}

.clearer {
	clear: both;
	height: 15px;
}

img {
	border: none;
}

/* Layout */

#container {
	position: relative;
	min-height: 600px;
	height: 100%;
}

#footer {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	color: #324b64;
}

#footer a:hover {
	text-decoration: underline;
}

#top {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 50%;
}

#bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50%;
}

#topline {
	width: 100%;
	height: 5px;
	top: 0px;
}

/* Decoration */

#bottomline {
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0px;
}

.leftline {
	position: absolute;
	left: 0px;
	width: 50%;
	text-align: right;
	height: 5px;
	background: #327d96;
	
}

.rightline {
	position: absolute;
	right: 0px;
	width: 50%;
	text-align: left;
	height: 5px;
	background: #adcbd5;
}

/* Menu */

#menu {
	width: 760px;
	height: 66px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#menu img {
	float: left;
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
	list-style: none;
	padding: 20px 0 20px 0;
}

#menu ul li a {
	display: block;
	padding: 10px 17px 10px 20px;
	font-size: 14px;
	text-decoration: none;
	color: #324b64;
	background: url(/images/menu_split.gif) no-repeat;
	background-position: left center;
}

#menu ul li.home_current {
	background: url(/images/menu_home.gif) no-repeat;
	background-position: top center;
}

#menu ul li.about_current {
	background: url(/images/menu_about.gif) no-repeat;
	background-position: top center;
}

#menu ul li.services_current {
	background: url(/images/menu_services.gif) no-repeat;
	background-position: top center;
}

#menu ul li.arts_current {
	background: url(/images/menu_arts.gif) no-repeat;
	background-position: top center;
}

#menu ul li.contact_current {
	background: url(/images/menu_contact.gif) no-repeat;
	background-position: top center;
}

/* Content */

#middle {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 460px;
	top: -230px;
}

#home_content {
	width: 780px;
	margin: auto;
}

#content {
	width: 900px;
	margin: auto;
}

#home_canvas {
	position: relative;
	float: left;
	width: 360px;
	height: 140px;
	padding: 320px 0 0 0;
	font-size: 11px;
	line-height: 15px;
	background: url(/images/canvas_home_bg.jpg) no-repeat;
}

#home_canvas h2 {
	display: inline;
	font-size: 11px;
	font-weight: normal;
	color: #327d96;
}

#home_text {
	float: left;
	width: 420px;
	height: 340px;
	text-align: left;
	padding: 50px 0 50px 0;
}

#home_text p {
	padding: 15px 0 0 0; 
}

#home_text p.small {
	padding: 0px; 
}

#home_text h1 {
	clear: both;
	font-weight: normal;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}

#home_text h2 {
	clear: both;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 0 10px 0;
	margin: 0px;
}

/* Canvas Variations */

#home_canvas.arts {
	width: 420px;
	height: 400px;
	padding: 30px;
	background: url(/images/canvas_arts_bg.jpg) no-repeat;
}

#home_canvas.services {
	width: 420px;
	height: 400px;
	padding: 30px;
	background: url(/images/canvas_services_bg.jpg) no-repeat;
}

#home_canvas.about {
	width: 420px;
	height: 400px;
	padding: 30px;
	background: url(/images/canvas_about_bg.jpg) no-repeat;

}

#home_canvas.contact {
	width: 420px;
	height: 400px;
	padding: 30px;
	background: url(/images/canvas_contact_bg.jpg) no-repeat;
}

/* Text UL */

#home_text ul {
	padding: 0px;
	margin: 0px;
}

#home_text ul.no-collapse {
	padding: 10px 0 0 0;	
}

#home_text ul li {
	float: left;
	white-space: nowrap;
	font-size: 12px;
	margin: 0px;
	padding: 0 15px 5px 20px;
	list-style: none;
	background: url(/images/bullet.gif) no-repeat;
	background-position: 5px 5px;
}

#home_text ul.home {
	padding: 10px 0 0 0;
}

#home_text ul.home li {
	float: none;
}

/* Accordion */

#accordion h2 {
	border-bottom: 1px solid #BBBBBB;
}

#accordion h2 a {
	text-decoration: none;
	color: #324b64;
	
}

div.accordion {
	padding: 10px 0 0 0;
}

#home_text div.accordion p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}