/* css reset - makes the layout looking good in all browsers */
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, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}
body {
	line-height: 20px;
	background-color: #FFF;
	background-image: url(../elements/background.gif);
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 30px;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	color: #4D0043;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #4D0043;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4D0066;
	margin-top: 20px;
}
h3.tight {
	margin-top: 0;
}
h4 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 5px;
}
h5 {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-top: -5px;
	font-style: italic;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}
table, td {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	background-color: #F1CEFF;
}
td {
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #FFF;
	line-height: 16px;
}
th {
	margin: 0px;
	background-color: #000;
	text-align: center;
	padding-left: 4px;
	color: #FFF;
} 
.logo {
	margin-top: 10px;
	margin-left: 40px;
	float: left;	
}
.home {
	margin-left: -5px;
	padding-top: 60px;
}
.inside {
	padding-top: 30px;
	margin-left: 50px;
}
.body-li-nav {
	background-image: url(../elements/button-background.gif);
	background-repeat: repeat;
	border: 2px solid #300040;
	border-radius: 15px;
	box-shadow: 4px 4px 4px #999;
	float: left;
	margin: 0 10px 30px 0;
	padding: 6px 6px 0 6px;
	text-align: center;
	text-transform: capitalize;
	width: 90px;
}
.body-li-nav:hover {
	background-image: url(../elements/button-background-hover.gif);
}
.quote, .quote-white {
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	width: 900px;
	margin-left: 15px;
}
.quote, .quote-white {
	color: #609;
	background-color: #C9F;
}
.quote-white {
	border: 1px solid #000;
	background-color: #FFF;
}
.picture-right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.picture-left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.picture-right-border {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #666;
}
.picture {
	border: 1px solid #666;
	margin-right: 10px;
}
.figure230, .figure300, .figure600 {
	float: left;
	font-size: 12px;
	color: #333;
	text-align: center;
	margin-right: 20px;
}
.figure230 {
	width: 230px;
}
.figure300 {
	width: 300px;
}
.figure600 {
	width: 600px;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.figure950 {
	width: 950px;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.case-study {
	float: left;
	width: 230px;
	margin-right: 5px;
	font-size: 13px;
	font-weight: bold;
}
.case-study img {
	float: left;
	margin-right: 5px;
	border: 1px solid #000;
}
.case-studies {
	float: right;
	margin-top: -30px;
	margin-right: -20px;
}
.clear {
	clear: both;
}
.second {
	margin: -15px 0;
}
.quad ul {
	width: 800px;
	margin-bottom: 20px;
}
.quad li {
	line-height: 1.5em;
	border-bottom: 1px solid #CCC;
	float: left;
	display: inline;
}
#quad li {
	width: 250px;
	margin: 10px;
}
#body-wrapper {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../elements/body-wrapper-background.png);
}
#body-header {
	height: 90px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	color: #4D0043;
	font-size: 18px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 40px;
}
#body-address {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	float: right;
	width: 145px;
	font-size: 12px;
	margin-right: 36px;
	margin-top: -80px;
	line-height: 16px;
}
#menu{
	width: 1000px;
	background-image: url(../elements/menu-background.png);
	height: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav {
	position: relative;
	width: 800px;
	margin-left: 145px;
	border-left: 1px solid #4D0043;
}
ul#navigation {
	position: relative;
	border-left: 1px solid #4D0043;
	border-right: 1px solid #4D0043;
	margin-right: auto;
	margin-left: auto;
}
ul#navigation li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-left: 1px solid #4D0043;
}
ul#navigation li a {
	padding: 5px 25px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	border-right: 1px solid #4D0043;
	border-left: 1px solid #4D00432;
	background: 78006E;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}
ul#navigation li a:hover {
	background: #F8F8F8;
	color: #FFF;
}
ul#navigation li:hover > a {
	background: #4D0043;
}
/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility: visible;
	opacity: 1;
}
ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility: hidden;
    position: absolute;
    z-index: 99999;
	width:200px;
	background: #F8F8F8;
	box-shadow: 1px 1px 3px #CCC;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}
ul#navigation ul {
    top: 30px;
    left: 1px;
}
ul#navigation ul li ul {
    top: 0;
    left: 181px;
}
ul#navigation ul li {
	clear: both;
	width: 100%;
	border: 0 none;
	border-bottom: 1px solid #C9C9C9;
}
ul#navigation ul li a {
	background: none;
	color: #616161;
	text-decoration: none;
	display: inline-block;
	border: 0 none;
	float: left;
	clear: both;
	width: 170px;
	padding-right: 15px;
	padding-left: 15px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx MAIN BODY XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#main-text {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../elements/main-text-background.jpg);
	padding-bottom: 20px;
}
#main-text ol {
	margin-bottom: 20px;
}
#main-text a:link, #main-text a:visited, #main-text a:active {
	color: #78006E;
	text-decoration: underline;
}
#main-text a:hover{
	color: #4D0043;
	text-decoration: underline;
}
#main-text p {
	padding-bottom: 15px;
	line-height: 17px;
}
#main-text ul {
	margin-left: 15px;	
	padding-bottom: 15px;	
}
#main-text ul ul {
	margin-left: 15px;	
	padding-bottom: 0;	
}
#main-text li {
	margin-left: 10px;
	margin-bottom: 0px;
}
#main-quote-box {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-align: center;
	vertical-align: 50%;
	float: right;
	width: 350px;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 3px double #63F;
	background-color: #FFC;
	font-style: italic;
	padding: 10px 5px;
}
#home-events-box {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: left;
	vertical-align: 50%;
	float: right;
	width: 450px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-left: 3px double #63F;
	padding: 10px 10px 50px 10px;
}
#footer {
	background-image: url(../elements/footer-background.png);
	text-align: center;
	height: 60px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	background-repeat: no-repeat;
}

#footer li {
	display: inline;
	font-size: 13px;
	padding: 6px;
	color: #440038;
}
#footer ul {
	margin-bottom: 12px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #444;
	text-decoration: underline;
}
#footer-designer {
	height: 25px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	color: #666;
	padding-top: 10px;
}
#footer-designer a:link, #footer-designer a:visited, #footer-designer a:active, #footer-designer a:hover {
	color: #666;
	text-decoration: underline;
}
#search-box {
	height: 20px;
	width: 250px;
	position: absolute;
	top: 2px;
	z-index: 2;
	right: 50%;
	left: 50%;
	margin-left: 240px;
}
#search-box table, #search-box table td {
	background-color: #FFF;
}
#container {
	width: 1000px;
	padding: 10px;
	position: relative;
	z-index: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#frame {
	position: absolute;
	z-index: 0;
	width: 1000px;
	height: 340px;
	top: 0px;
	left: -34px;
}
#example {
	width:1000px;
	height:340px;
	position:relative;
}

/*
	Slideshow style
*/
#slides {
	position: absolute;
	top: 20px;
	left: 10px;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/
.slides_container {
	width:900px;
	height:340px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/
#slides .slide {
	padding:20px;
	width:900px;
	height:340px;
	display:block;
}
#slides .next, #slides .prev {
	position: absolute;
	top: 39px;
	left: -62px;
	width: 24px;
	height: 43px;
	display: block;
	z-index: 100;
}
#slides .next {
	left: 948px;
}
.pagination {
	margin: 0px auto 0px;
	width: 100px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top: 12px;
	background-image:url(../slides/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
.slide-image {
	margin-top: -22px;
	margin-left: -6px;
}
/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pikachoose {
	width: 400px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.pika-stage {
	height: 300px;
	position: relative;
	-moz-box-shadow: 5px 5px 2px #000;
	-webkit-box-shadow: 5px 5px 2px #888;box-shadow: 5px 5px 2px #888;
}
	/*if you change the padding on pika-stage you must adjust the top left of this to match! */
.pika-stage .main-image {position: absolute; top: 0px; left: 0px;}
.pika-stage img {border:0;height:100%;}
.pika-textnav { display:none;}
.pika-thumbs {
	margin-top: 10px;
}
.pika-thumbs li {
	float: left;
	list-style-type: none;
	margin: 0px;
	border: 1px solid #000;
	width: 40px;
	height: 30px;
}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: center; overflow: hidden;
}
.form {
	height: 710px;
	width: 850px;	
}
