@charset "UTF-8";
/* CSS Document */


/* BODY */
/* BODY */
/* BODY */

body,html{
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#1C0D44;
	font-size:85%;
	line-height:170%;
}


/* GENERICS */
/* GENERICS */
/* GENERICS */

.c{
	clear:both;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

p{
	margin-bottom:9px;
}

h1{
	font-size:3em;
	margin-bottom:2px;
}

h2{
	font-size:1.7em;
	line-height:1.5em;
	margin-bottom:15px;
}

a{
	text-decoration:underline;
	color:#1c0e42;
}
a:hover{
	color:#1c0e42;
}

h3{
	font-weight:bold;
	font-size:123.1%;
}

h4{
	font-weight:bold;
	font-size:108%;
}

blockquote{
	margin-left:10px;
}

ul{
	list-style-type:disc;
	margin-left:20px;
}

li{
	list-style:disc;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

.grey{
	color:#999999;
}

select{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
input{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.textField{
	border:1px Solid #1C0D44;
	width:200px;
	height:20px;
}
.textAreaSmall{
	border:1px Solid #1C0D44;
	width:200px;
	height:70px;
}
.textArea{
	border:1px Solid #1C0D44;
	width:400px;
	height:100px;
}


/* CONTAINER */
/* CONTAINER */
/* CONTAINER */

#container{
	margin:0 auto;
	width: 910px;
	border:1px Solid #BFBFBF;
	margin-top:30px;
	position:relative;
	background-image:url(../images/pineapple-bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	/*padding-bottom:20px;*/
}

#footer{
	margin:0 auto;
	width: 910px;
	margin-top:10px;
	margin-bottom:15px;
	color:#999999;
	font-size:0.9em;
}


#splash{
	width:910px;
	height:600px;
}

#splashNoFlash{
	position:absolute;
	left:383px;
	height:186px;
	top:139px;
	width:311px;
}

#splashLogo{
	position:absolute;
	left:677px;
	height:50px;
	top:518px;
	width:199px;
}


/* NAV */
/* NAV */
/* NAV */

#nav{
	width:215px;
	height:500px;
	float:left;
	margin-top:38px;
	margin-bottom:60px;
}

#navList{
	list-style-type:none;
	font-size:108%;
	margin-left:0;
}

#navList li{
	list-style:none;
	border-left:12px solid #1C0D44;
	padding-left:6px;
	margin-bottom:2px;
}

#navList li a{
	color:#1C0D44;
	text-decoration:none;
}
#navList li a:hover{
	text-decoration:underline;
}

#secondaryNavList{
	color:#72706F;
	list-style-type:none;
	font-size:108%;
	margin-top:15px;
	margin-left:0;
}

#secondaryNavList li{
	list-style:none;
	border-left:12px solid #1C0D44;
	padding-left:6px;
	margin-bottom:2px;
}

#secondaryNavList li a{
	color:#72706F;
	text-decoration:none;
}
#secondaryNavList li a:hover{
	text-decoration:underline;
}



/* INTERNAL PAGE BOXES */
/* INTERNAL PAGE BOXES */
/* INTERNAL PAGE BOXES */

#logo{
	width:183px;
	height:77px;
	float:right;
	margin-right:45px;
	margin-bottom:20px;
}

#logo img{
	width:183px;
	height:67px;
	padding:0 0 10px 0;
}

#internalPageContainer{
	width:675px;
	float:right;
}

#internalPageStretch{
	background-image:url(../images/internal-page-box-stretch.gif);
	background-repeat:repeat-y;	
	padding:5px 25px 15px 15px;
	width:614px;
}

#internalPageFooter{
	background-image:url(../images/internal-page-box-bottom.gif);
	width:654px;
	height:23px;
	font-size:0%;
	overflow:hidden;
	clear:both;
	margin-bottom:15px;
}

#sliceHeader{
	width:675px;
	height:350px;
}

.internalPageSubNav{
	width:185px;
	float:right;
	margin-right:10px;
	margin-left:20px;
	margin-bottom:20px;
	font-size:1.1em;
}
.internalPageSubNav div.listCont{
	
	padding:7px 10px 7px 10px;
	font-size:1.1em;
	border: 1px solid #1C0D44;
}
/*.internalPageSubNav{
	width:150px;
	float:right;
	margin-right:10px;
	margin-left:20px;
	margin-bottom:20px;
	padding:7px 10px 7px 10px;
	font-size:1.1em;
	border: 1px solid #1C0D44;
}*/

.internalPageSubNav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.internalPageSubNav li{
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
}

.internalPageSubNav li a{
	font-size:12px;
	font-weight:bold;
}


.internalPageSubNavCaseStudy{
	width:170px;
	float:right;
	margin-right:10px;
	margin-left:20px;
	margin-bottom:20px;
	padding:7px 10px 5px 10px;
	font-size:1.1em;
	border: 1px solid #1C0D44;
}

.internalPageSubNavCaseStudy ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.internalPageSubNavCaseStudy li{
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
}



/* HOME */
/* HOME */
/* HOME */

#copyBox{
	padding:15px 0px 15px 15px;
	width:450px;
	float:right;
	position:absolute;
	left: 309px;
	top: 108px;
}

#homeHeader{
	width:640px;
	height:274px;
	background-image:url(../images/home-header.jpg);
	float:right;
}

#featuresRing{
	width:550px;
	height:365px;
	float:right;
	margin-top:145px;
}


/* GALLERY */
/* GALLERY */
/* GALLERY */

.galleryTable{
	font-size:140%;	
	clear:both;
	margin-top:10px;
}
.galleryTable a{
	text-decoration:none;
}

.galleryTable img{
	margin-bottom:6px;
	border:1px solid #1C0D44;
	padding:1px;
}

.galleryTable td{
	padding-bottom:10px;
}

.contactTable{
	font-size:120%;
}


.caseStudyImage{	
	margin-top:20px;
	padding:1px;
	border:1px solid #1C0D44;
}

.caseStudyImageMain{	
	float:right;
	margin-left:15px;
	margin-bottom:20px;
	padding:1px;
	border:1px solid #1C0D44;
}

/*.caseStudyImage{	
	float:right;
	margin-left:15px;
	margin-bottom:20px;
	padding:1px;
	border:1px solid #1C0D44;
}*/

.caseStudyImagesColumn{	
	float:right;
	margin-bottom:10px;
	width:270px;
}


.teamPhotos{
	float:right;
	width:140px;
}

.teamPhotos .caseStudyImage{
	float:none;
	bisplay:block;
}

.caseStudyImageUnderMenu{	
	float:right;
	margin-left:15px;
	margin-bottom:20px;
	margin-right:15px;
	padding:1px;
	border:1px solid #1C0D44;
}

.teamProfile{
	clear:both;
	margin-bottom:10px;
}

.borderImage{	
	padding:1px;
	border:1px solid #1C0D44;
}
