@charset "utf-8";
body {
	background-color: #310F3B;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

div div:active div:visited {border:none;}

h1 {
	font-size: 218%;
	color: #310F3B;
}

h2 {font-size: 164%;
	color: #310F3B;}
h3 {
	font-size: 145%;
	line-height: 120%;
	color: #310F3B;
	letter-spacing: -1px;}
h4 {
	font-size: 118%;
	color: #310F3B;
	line-height: 120%;}
h5 {
	font-size: 150%;
	color: #ee6c23;
	letter-spacing: -1px;
	line-height: 20pt;}
h6 {
	font-size: 116%;
	color: #310F3B;
}
	
floatleft {float:left;}
.clearFix {clear: both;}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;}
	
#main {
	background-color: #FFFFFF;
	padding-top: 30px;
	background-image: url(../img/footer1.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	padding-left: 25px;
	width: 955px;
}
.topCurve {
	position: absolute;
	top: 0px;
	right: 0px;
}
#leftText {
	width: 444px;
	position: relative;
	float: left;
	display: inline;
}
#rightImage {
	float: left;
	width: 464px;
	background-image: url(../img/bigBubble.png);
	background-repeat: no-repeat;
	height: 342px;
	position: relative;
	overflow: hidden;
}

.noComp /* assign this class to things you only want to show up in mobile browsers */
{display:none;}

.slide {
	margin-left: 16px;
	margin-top: 15px;
	margin-bottom: 50px;
}


#header {
	position: relative;
}


#wrapper #header img {
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 12px;
}
.pageTitle {
	display: block;
	margin-bottom: 20px;
}
#rowOfBubbles {
	height: 220px;
	margin-top: 25px;
	position: relative;
}
.bubbleInRow {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 220px;
	width: 232px;
	position: relative;
}

#contactInfo {
	height: 120px;
	position: relative;
	width: 500px;
	margin-left: 25px;
}
#contactInfo p {
	color: #FFFFFF;
	position: absolute;
	left: 180px;
	top: 25px;
}

#contactInfo a {
	color: #FFFFFF;
	text-decoration: none;
}

#footerPartOne {
	background-image: url(../img/footerPart1.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #EBE7EC;
	padding-left: 25px;
	padding-top: 25px;
	color: #310F3B;
	padding-bottom: 25px;
	font-size: 80%;
	margin-top: 20px;
}
#footerPartOne a {
	color: #310F3B;
	text-decoration: none;
}


#footerPartTwo {
	background-color: #310F3B;
	background-image: url(../img/footerPart2.png);
	background-repeat: no-repeat;
	color: #EBE7EC;
	padding-top: 20px;
	height: 50px;
}

#headerNav {
	padding: 0px;
	width: 750px;
	margin-right: 0px;
	position: absolute;
	right: 10px;
	top: 65px;
}

#headerNav li {
	float: right;
	margin-right: 0.15em;
	margin-bottom: 0;
	margin-left: 0.15em;
}

#headerNav li a {
	height: 40px;
	float: left;
	width: 100px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 110%;
	line-height: 35px;
	font-weight: bold;
}

#headerNav li a:hover {
	background-image:url(../img/buttonTop.png);
	background-position: top;
	background-color: #5a3f62;
	background-repeat: no-repeat;
}

.bubbleText {
	width: 195px;
	position: absolute;
	top: 110px;
	left: 18px;
	height: 60px;
}

.bubblePicture {
	position: absolute;
	top: 15px;
	left: 18px;
}

.current {
	color: #310F3B;
	background-color: #FFFFFF;
	background-image: url(../img/buttonTopCurrent.png);
	background-repeat: no-repeat;
	background-position: top;
}

#rightText {
	float: left;
	width: 444px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
#leftText {
	width: 444px;
	position: relative;
	float: left;
	display: inline;
	padding-right: 20px;
}

.clearFixWithLine {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	margin-right: 27px;
	border-top-color: #CCCCCC;
}

.current {
	height: 40px;
	float: left;
	width: 100px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #310F3B;
	font-size: 110%;
	line-height: 35px;
	font-weight: bold;
}

/* ---------------------------------------------------------------------------- slider */ 
/*the rollover effect */
.portfolioItem a img, .portfolioItem a       { border: none; overflow: hidden; float:left; }
.portfolioItem a:hover                         { border: 6px solid #ee6c23; }

.portfolioItem a:hover img                     { margin: -6px; }

.video-thumb: {position:relative}


/*    root element for the scrollable. 
    when scrolling occurs this element stays still. */

div.scrollable {
	/* required settings */ 
    position:relative;
	overflow:hidden;
	width: 875px;
	height:250px;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

.scrollWrapper {
	width:930px;
	}
	
.next {
	float:right;
	margin-top: 60px;
	}
	
.prev {
	float:left;
	margin-top: 60px;
	margin-right: 5px;
	}
	
.scrollable {
	float:left;
	}
	
.portfolioItem {
	width:212px;
	margin-right:8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.portfolioItemText {width: 212px;}
	


/* ---------------------------------------------------------------------------- contact page specific css */

.invisible{display:none;}
#contactForm {
	float:left;
	width:450px;
}
				
#map {
	margin-left: 20px;
	width: 441px;
	float: left;
	padding-top: 10px;
}
.portfolioItem a:active {
	border: 6px solid #ee6c23;
}
.leftText {
	width: 444px;
	position: relative;
	float: left;
	display: inline;
	padding-right: 20px;
	padding-top: 70px;
}
.rightImage {
	float: left;
	width: 464px;
	background-image: url(../img/bigBubble.png);
	background-repeat: no-repeat;
	height: 342px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
