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

* {margin: 0; padding: 0; outline: 0;}

@font-face {
  font-family: mainFont;
  src: url('../fonts/josefinslab-regular-webfont.eot?'); /* MAKE SURE EOT FORMAT IS NOT DEFINED HERE */
  src: url('../fonts/josefinslab-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  	   url('../fonts/josefinslab-regular-webfont.woff') format('woff'), 
       url('../fonts/josefinslab-regular-webfont.ttf') format('truetype'); }
	   
@font-face {
  font-family: bodyFont;
  src: url('../fonts/carroisgothic-regular-webfont.eot?'); /* MAKE SURE EOT FORMAT IS NOT DEFINED HERE */
  src: url('../fonts/carroisgothic-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  	   url('../fonts/carroisgothic-regular-webfont.woff') format('woff'), 
       url('../fonts/carroisgothic-regular-webfont.ttf') format('truetype'); }

body {
	font-family: "mainFont", Helvetica, Arial, Verdana, sans-serif;
	color: #999;
	font-size: 100%;
	background:#fff;

	
}




h1 {
	font-size: 160%;
	color:#81b4af;
	line-height: 120%;
	padding:0 0 30px 0;
}

h1.title {
	font-size: 46px;
	font-weight: 700;
	color: #6a6a6a;


}


h2 {
	font-size: 700%; color:#81b4af; padding:0 0 30px 0;
}

p {
	margin: 0 0 15px 0; font-family:"bodyFont", Helvetica, Arial, Verdana, sans-serif; font-size:90%; line-height:150%;
}

p .white { color:#FFF;}

ul { list-style:none;}

li { list-style:none; float:left; padding:0 5px;}

.subMenu a { text-decoration:none; color:#FFF; padding:5px; border:solid 1px #000;}

.inner a { text-decoration:none; color:#FFF; padding:5px; border:solid 1px #81b4af;}

a:hover { border:solid 1px #FFF;}

a.img {}

a:hover { border:solid 1px #FFF;}


#edgeContent4 a { padding:0; margin: 0; color:#333; border:none;}
#edgeContent4 a:hover { text-decoration:underline;}
.workLeft img { margin:10px 0;}