/* SE2 CSS */

/* Reset default positioning values */
@import "reset.css";

/* sIFR (Flash text replacement) */
/*@import "sIFR-screen.css";*/


/*************** Tags */

body, html {
  background: url(../image/bg.jpg);
  font-family: "Helvetica Neue", Helvetica, Arial, verdana, geneva, sans-serif;
  font-size: 13px;

}

h1 {
  float: left;
  display: inline;
  height: auto;
  margin: 10px 0 8px 0;
  font-weight: bold;
  color: #bd4f19;
  letter-spacing: -.8px;
  line-height: 29px;
  font-size: 25px;
  width: 840px;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
  text-decoration: none;
}

#service-content-toggle h1 a{
	color: #bd4f19!important;
	text-decoration: none!important;
}

h1 span{
	display: block;
	font-size: 18px;
	padding-top: 10px;
	color: #4A4A4A;
	line-height: 18px;
}



h2 {
  float: left;
  display: inline;
  clear: left;
  height: auto;
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: bold;
  color: #4a4a4a;
  line-height: 22px;
  width: 840px;
  letter-spacing: -1.0px;
}

/* h3 is only for quips */

#quip h3 {
	/*padding-left: 35px;*/
}

h3 {
  height: 37px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 40px;
  margin: 0 0 0 14px;
}

h4 {
  float: left;
  display: inline;
  clear: left;
  height: auto;
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: bold;
  color: #4a4a4a;
  line-height: 20px;
  width: 840px;
}

p {
  float: left;
  display: inline;
  height: auto;
  margin: 0px 0px 11px 0px;
  line-height: 20px;
  width: 840px;
  font-size: 13px;
  color: #4a4a4a;
}


a, a:link {
  color: #bd4f1a;
  line-height: 16px;
}

a:visited {
  color: #9d2f00;
}

a:hover, a:active {
  color: #dd6f3a;
}

div.list {
  float: left;
  display: inline;
  width: 840px;
  height: auto;
  margin: 0px 0px 8px 0px;
}

ul, ol {
  margin: 0px;
}

ul {
  list-style: disc;
  padding: 0px 0px 0px 18px;
}

ol {
  list-style: decimal;
  padding: 0px 0px 0px 28px;
}

ul li, ol li {
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 4px 0;
  margin: 0px;
}

.half .list ul li, .half .list ol li {
  margin: 3px 0px;
}

.news li {
  margin: 6px 0px;
}

ul li ul, ol li ol {
  margin: 4px 0px;
  padding: 0px 0px 0px 18px;
}

ul li ul li, ol li ol li {
  font-size: 10px;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
}

input {
  color: #666666;
  border: solid 1px #99b3c9;
  font-family: verdana, geneva, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

select {
  font-size: 12px;
  padding: 1px;
  border: solid 1px #99b3c9;
  font-family: verdana, geneva, sans-serif;
  color: #666666;
}


table {
  float: left;
  clear: left;
  display: inline;
}

table tr td {
  padding: 2px 5px 2px 2px;
}

table tr th {
  font-weight: bold;
  padding: 5px 5px 5px 2px;
}

span {
  line-height: 16px;
}

/*************** Generic Classes */

.floatLeft 	{ float: left; display: inline; }
.floatRight { float: right; display: inline; }
.centered 	{ text-align: center; }
.alignRight { text-align: right; }
.tiny 			{ font-size: 11px; line-height: 14px; }
.small 			{ font-size: 12px; line-height: 17px; }
.normal 		{ font-size: 13px; line-height: 18px; }
.medium 		{ font-size: 13px; line-height: 18px; }
.big 				{ font-size: 15px; line-height: 21px; }
.italic 		{ font-style: italic; }
.bold 			{ font-weight: bold; }
.nobold 		{ font-weight: normal; }
.pad 				{ display: block; margin-top: 8px; }
.imageLeft	{	float: left; display: inline; margin: 0 6px 4px 0; }
.imageRight	{	float: right; display: inline; margin: 0 0 4px 6px; }
.tighten		{ line-height: 15px; }
.courier		{ font-family: courier new, courier, monospace; }
.vSpace			{ margin-top: 8px; }
.dSpace			{ margin-bottom: 16px; }
.noSpace		{ margin-top: 0px; margin-bottom: 0px; }
.lineHeightBig { line-height: 20px; }

.grey 			{ color: #999999; }
.green			{ color: #7aa963; }
.darkGreen	{	color: #2a5903; }
.blue				{ color: #589199; }
.darkBlue		{	color: #447a81; }
.orange			{ color: #bd4f1a; }
.black			{ color: #4a4a4a; }

a.green:link { color: #7aa963; }
a.green:visited { color: #5a8943; }
a.green:hover, a.green:active { color: #9ab983; }

a.blue:link { color: #589199; }
a.blue:visited { color: #387179; }
a.blue:hover, a.blue:active { color: #78c1c9; }


/*************** Layout */

#wrapper {
  width: 960px;
  height: auto;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Helvetica Neue", Helvetica, verdana, geneva, sans-serif;
  font-size: 13px;
}

#header {
  float: left;
  display: inline;
  width: 960px;
  height: 208px;
  margin: 8px 0px 0px 0px;
  padding: 0px;
  background: url(../image/header.jpg) top no-repeat;
  position: relative;
}

#body-home {
  float: left;
  display: inline;
  width: 960px;
  height: auto;
  margin: -33px 0 0 0;
  padding: 0px;
  background: #ecf0f2 url(../image/body_bg.jpg) repeat-y;
  overflow: hidden;
}


#body {
  float: left;
  display: inline;
  width: 960px;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: #ecf0f2 url(../image/body_bg.jpg) repeat-y;
  overflow: hidden;
}

#watermark {
  float: left;
  display: inline;
  width: 960px;
  height: auto;
  background-position: 125px 0;
  background-repeat: no-repeat;
}

#content {
  float: left;
  display: inline;
  width: 840px;
  height: auto;
  padding: 25px 0 0 59px;
}

#content-singleCol {
  float: left;
  display: inline;
  width: 845px;
  height: auto;
  padding: 25px 59px 0;
}

#content-singleCol p {
  width: 790px;
}

#content-thirds {
  float: left;
  display: inline;
  width: 840px;
  height: auto;
  padding: 25px 59px 0 59px;
}

#content-thirds .dSpace {
	width: 840px;
}



#blur {
  float: left;
  display: inline;
  width: 840px;
  height: 25px;
  margin: 0px 0px 0px 29px;
  background: url(../image/watermark_blur.png) repeat-x;
}

#quip {
  float: left;
  display: inline;
  width: 960px;
  height: 51px;
  text-align: center!important;
  padding: 17px 0 0 0;
  margin: 0px;
  background-position: left top;
  background-repeat: no-repeat;
}

#footer {
  float: left;
  display: inline;
  width: 960px;
  height: 80px;
  padding: 8px 0 0 0;
  line-height: 18px;
  text-align: center;
  clear: both;
}

#homeContent {
  float: left;
  display: inline;
  width: 960px;
  height: auto;
  padding: 0px;
}

#home {
  position: relative;
  width: 960px;
  height: auto;
}

/*************** Headr */

#logo {
  float: left;
  display: inline;
  width: 343px !important;
  height: 200px !important;
  margin: 11px 0 0 8px;
}

#logo img {
  width: 343px !important;
  height: 200px !important;
}


/*************** Nav */

#nav {
  float: right;
  display: inline;
  width: 280px;
  height: 105px;
  margin: 50px 50px 0 0;
}

#navContainerLeft {
  float: left;
  display: inline;
  width: 100px;
  height: 96px;
  margin: 0 16px 0 0;
}

#navContainerRight {
  float: left;
  display: inline;
  width: 164px;
  height: 96px;
}

#navContainerLeft a {
  display: block;
  width: 100px;
  height: 24px;
}

#navContainerRight a {
  display: block;
  width: 164px;
  height: 24px;
}

a.navHome:link, a.navHome:visited {
  background: url(../image/nav_home.gif) left no-repeat;
}

a.navAbout:link, a.navAbout:visited {
  background: url(../image/nav_about.gif) left no-repeat;
}

a.navServices:link, a.navServices:visited {
  background: url(../image/nav_services.gif) left no-repeat;
}

a.navClients:link, a.navClients:visited {
  background: url(../image/nav_clients.gif) left no-repeat;
}

a.navWork:link, a.navWork:visited {
  background: url(../image/nav_work.gif) left no-repeat;
}

a.navCase:link, a.navCase:visited {
  background: url(../image/nav_case.gif) left no-repeat;
}

a.navNews:link, a.navNews:visited {
  background: url(../image/nav_news.gif) left no-repeat;
}

a.navContact:link, a.navContact:visited {
  background: url(../image/nav_contact.gif) left no-repeat;
}

#navContainerLeft a:hover, #navContainerLeft a:active, #navContainerRight a:hover, #navContainerRight a:active, #navContainerLeft a.here, #navContainerRight a.here {
  background-position: right;
}

/*************** Home Content */

#homePhoto {
  float: left;
  display: inline;
  width: 350px;
  height: 309px;
  background-repeat: no-repeat;
}

.holidayPhoto {
  background-image: url(../image/home_photo_holiday.jpg);
}

#homeWelcome {
  float: left;
  display: inline;
  width: 550px;
  height: 270px;
  padding: 30px 0px 10px 50px;
}

#homeBlogTitle{
padding: 5px 0px 20px 0px;
}

#homeNews {
  float: left;
  display: inline;
  width: 295px;
  height: 295px;
  padding: 15px 0px 20px 50px;
  /*background: url(../image/home_news_bg.jpg) top right no-repeat;*/
}

#homeCaseStudy {
  float: left;
  display: inline;
  width: 551px;
  height: 150px;
  padding: 15px 0px 0px 55px;
  background: url(../image/home_case_bg.jpg) top left no-repeat;
  margin: -5px 0 0;
}

#homeWelcome h1, #homeWelcome p, #homeWelcome h4 {
  width: 505px;
  height: auto;
}

#homeWelcome h4 {
  line-height: 19px;
}

#homeCaseStudy h1, #homeCaseStudy p, #homeCaseStudy h4 {
  width: 350px;
  height: auto;
}

#homeNews h1, #homeNews p, #homeNews h4 {
  width: 250px;
  height: auto;
}

#homeCaseStudy h4, #homeNews h4, #homeWelcome h4 {
  font-size: 17px;
}

#homeCaseStudy img {
  float: right;
  display: inline;
  padding: 0px 25px 0px 8px;
}

/*************** Content */

div.third {
  float: left;
  display: inline;
  width: 263px;
  height: auto;
  margin: 0 25px 0 0;
  padding: 0 0 8px 0;
}

div.twoThirds {
  float: left;
  display: inline;
  width: 550px;
  height: auto;
  margin: 0 25px 0 0;
}

div.half {
  float: left;
  display: inline;
  width: 437px;
  height: auto;
  margin: 0 26px 0 0;
}

div.last {
  margin-right: 0;
}

.third h1, .third h2, .third h3, .third h4, .third p, .third div.list {
   width: 283px; 
}

.twoThirds h1, .twoThirds h2, .twoThirds h3, .twoThirds h4, .twoThirds p, .twoThirds div.list {
   width: 591px; 
}

.half h1, .half h2, .half h3, .half h4, .half p, .half div.list {
   width: 435px; 
}

button.plusMinus {
  float: none;
  display: inline;
  clear: left;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 8px 0;
  padding: 0;
  border: 0;
  background: none;
  color: #bd4f1a;
}

button.plusMinus:hover {
  cursor: pointer;
  color: #dd6f3a;
}

button.plusMinus img {
  margin: 0 4px 0 0;
}

div.tabby ul {
  float: none;
  list-style: disc;
  padding: 0px 0px 0px 32px;
}

div.tabby ul a {
  font-size: 12px;
  font-weight: normal;
}

div.line {
  float: left;
  display: block;
  width: 840px;
  height: 1px;
  margin: 4px 0 12px 0;
  background: #cccccc;
}

/* Portfolio */

div.work {
  padding-top: 12px;
}

span.workLinks {
  float: left;
  display: block;
  width: 80px;
  height: 24px;
  margin-top: 30px;
}

span.workLinks a {
  display: block;
  height: 24px;
  width: 80px;
  line-height: 24px;
}

span.workLinks a.here {
  color: #4a4a4a;
}

div.work img {
  float: right;
  display: inline;
  border: solid 1px #999999;
}

div.third span.workLinks {
  margin-top: 0;
}

div.workNav {
  float: left;
  display: inline;
  width: 465px;
  height: auto;
  margin: 16px 0 0 0;
}

span.workNav {
  float: left;
  display: block;
  width: 465px;
  height: auto;
  margin: 0 0 8px 0;
}

div.workNav span a {
  margin: 0 0 0 8px;
}

div.workNav a.workLeft {
  float: left;
  display: inline;
  width: 70px;
  height: 40px;
  line-height: 40px;
}

div.workNav a.workRight {
  float: right;
  display: inline;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

span.workThumbs {
  float: left;
  display: inline;
  width: 465px;
  height: auto;
  text-align: center;
}

span.workThumbs img {
  float: left;
  border: solid 4px #bbbbbb;
  margin: 0 6px 2px 0;
}

div.workNav span.workThumbs a {
  margin: 0;
}

span.workThumbs img:hover, span.workThumbs img:active, span.workThumbs img.here {
  border: solid 4px #7aa963;
}

/* Party Boxes */

div#box, div#bio {
  float: right;
  display: inline;
  width: 342px;
  height: auto;
  margin: 0px;
  padding: 16px 0 0 0;
}

div.bottom {
  float: left;
  display: inline;
  width: 342px;
}

div.default 				{ }
div.note 						{ background: #ffffff url(../image/box_note_bg.jpg) top no-repeat; }
div.cork 						{ background: #ffffff url(../image/box_cork_bg.jpg) top no-repeat; }
div.file						{ background: #ffffff url(../image/box_file_bg.jpg) top no-repeat; }
div.index						{ background: #d6e4e5 url(../image/box_index_bg.jpg) top no-repeat; }
div.postit					{ background: #fffdc3 url(../image/box_postit_bg.jpg) top no-repeat; }
div#bio 						{ background: #95bb83 url(../image/box_bio_bg.jpg) top no-repeat; position:relative;}

div.default .bottom { height: 20px; }
div.note .bottom		{ height: 38px; background: url(../image/box_note_bottom.jpg) bottom no-repeat; }
div.cork .bottom		{ height: 30px; background: url(../image/box_cork_bottom.jpg) bottom no-repeat; }
div.file .bottom		{ height: 30px; background: url(../image/box_file_bottom.jpg) bottom no-repeat; }
div.index .bottom		{ height: 18px; background: url(../image/box_index_bottom.jpg) bottom no-repeat; }
div.postit .bottom	{ height: 46px; background: url(../image/box_postit_bottom.jpg) bottom no-repeat; }
div#bio .bottom			{ height: 18px; background: url(../image/box_bio_bottom.jpg) bottom no-repeat; }

.cork h4, .cork p, .cork .list, .cork h2
{
  width: 250px;
  height: auto;
  margin: 6px 0px 0px 30px;
  line-height: 16px;
}

.file h4, .file p, .file .list, .file h2
{
  width: 254px;
  height: auto;
  margin: 6px 0px 0px 34px;
  line-height: 16px;
}

.default h4, .default p, .default .list, .default h2,
.index h4, .index p, .index .list, .index h2,
.postit h4, .postit p, .postit .list, .postit h2
{
  width: 305px;
  height: auto;
  margin: 6px 0px 0px 20px;
  line-height: 16px;
}

.note h4, .note p, .note .list, .note h2
{
  width: 285px;
  height: auto;
  margin: 6px 0px 0px 30px;
  line-height: 16px;
}

.cork h4 { margin: 18px 0px 0px 30px; }
.note h4 { margin: 52px 0px 0px 30px; }
.file h4 { margin: 18px 0px 0px 34px; }
.index h4 {	margin: 16px 0px 0px 20px; }
.postit h4 { margin: 4px 0px 0px 20px; }

/* Party Box Links */

#box h4 a, #box h4 a:link, #box a, #box a:link {
  color: #333333;
}

#box h4 a:visited, #box a:visited {
  color: #4a4a4a;
}

#box h4 a:hover, #box h4 a:active, #box a:hover, #box a:active {
  color: #334422;
}

/* Party Box People Detail Specifics */

#bio h4, #bio p, #bio .list, #bio h2
{
  float: left;
  display: inline;
  width: 290px;
  height: auto;
  margin: 6px 0px 0px 22px;
  line-height: 16px;
}

#bio span {
  float: left;
  display: inline;
  width: 290px;
  height: auto;
  line-height: 16px;
}

#meet {
  float: right;
  display: inline;
  width: 322px;
  height: 70px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 20px;
  font-size: 14px;
  line-height: 75px;
  background: url(../image/meet_bg.jpg) no-repeat;
}

#bio h4.short, #bio p.short, #bio p.short span {
  width: 200px;
  height: auto;
}

img.people {
  position: absolute;
  top: -9px;
  right: -10px;
}

/* Party Box EOM Specifics */

#eom {
  float: right;
  display: inline;
  width: 278px;
  height: 48px;
  margin: 0px 0px 10px 0px;
  padding: 22px 0px 0px 64px;
  font-size: 12px;
  line-height: 16px;
  background: url(../image/eom_bg.jpg) no-repeat;
}

/* Forms */

input.formText {
  width: 179px;
  height: auto;
  padding: 4px;
}

textarea{
  color: #666666;
  border: solid 1px #99b3c9;
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

textarea.formText{
  width: 358px;
  height: 100px;
  padding: 4px;

}

input.formSubmit {
  width: auto;
  height: auto;
  padding: 4px 8px;
  font-weight: bold;
  text-align: center;
  background: #aad993;
  color: #4a8933;
  border: solid 1px #7aa963;
}

input.formSubmit:hover {
  background: #cae9b3;
  cursor: pointer;
}

span.contactImages {
  float: right;
}

span.contactImages img {
  float: right;
}

img.contactImage {
  margin: 0px 0px 0px 4px;
}

div#serviceImage {
  float: right;
  display: inline;
  width: 342px;
  height: 220px;
  background-repeat: no-repeat;
}

/*************** Admin */

div.adminBox {
  float: left;
  display: inline;
  width: 170px;
  padding: 0 10px 0 0;
  /* css hack for min height*/
  min-height:130px;
  height:auto !important;
  height:130px;
}

div.adminBox h4 {
  width: 165px;
  line-height: 20px;
  border-bottom: solid 1px #333333;
  font-size: 13px;
}

div.adminBox a {
  float: left;
  display: block;
  height: auto;
  padding: 0 0 6px 0;
  width: 145px;
}

/*************** Footr */

#quip img.quipText {
  width: 740px;
  height: 30px;
  color: #ffffff;
}

#footer a, #footer span {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px 6px;
  color: #cccccc;
}

#footer a:link, #footer a:visited {
  color: #cccccc;
}

#footer a:hover, #footer a:active  {
  color: #ffffff;
}

#footer a.fusionbox:hover, #footer a.fusionbox:active {
  color: #ffcc66;
}

/*************** Steve's Tomfoolery */
.separator {
  border-bottom: solid 1px black;
  float: left;
  clear: left;
  width: 840px;
  height: 40px;
}

.error{
  float: left;
  clear: left;
  width: 690px;
  height: auto;
  font-size:14px;
  color:#900;
  border:1px solid #f00;
  padding:10px;
  margin: 0px 0px 8px 0px;
}


/**************************** Edits ****************************/


/************* Admin Styles *******************/

.adminList{
padding: 0px;
margin: 0px;
}

.adminListItem{
padding-bottom: 10px;
padding-top: 10px;
}

.adminListItem span{
	font-weight: bold;
}

.adminList div a{
padding-left: 10px;
}

.workList{
padding-left: 10px;
}

.workListItem{
padding: 0px 0px 6px 12px;
margin-left: 10px;
background: url(../image/admin_bullet.gif) left 7px no-repeat;
}

h5 {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: bold;
  color: #4a4a4a;
  font-family: verdana, geneva, sans-serif;
}

.homeBlogDate{
margin: 0px; 
padding: 0px;
color: #313233;
font-weight: bold;
font-size: 12px;
}

h5 a{
text-decoration: none;
}

.homeBlogEntryTitle{
font-size: 14px;
padding-top: 2px;
margin-bottom: 4px;
clear: both;
}

#homeNews a{
text-decoration: none;
}

/******************************** Our Work Home Page ***************************/


#workWrapper{
padding: 30px 0px 20px;
margin: 0px;
clear: both;
}


.workItem{
float: left;
margin: 0px 20px 50px 0px;
}

.rightWorkItem{
margin-right: 0px!important;
}

.workItem .workImageLink{
border: #C6C4C4 1px solid;
background-color: #E1E4E6;
margin-bottom: 0px;
padding: 5px;
display: block;
line-height: 0px;
}

.workImageLink img {
	width: 255px;
	
}

.workItem .workImageLink:hover{
border: #C6C4C4 1px solid;
background-color: #E1E4E6;
}

.workItem .workTxtLink{
color: #5C929B;
font-weight: bold;
font-size: 12px;
display: block;
padding: 8px 0px 0px 5px;
text-decoration: none;
}

a.workItem:hover, a.workTxtLink:hover {
	color: #BD4F1A;
}

/*************************************** Work Detail Section ************************/

h1 a{
color: #318B9A!important;
text-decoration: none!important;
padding-right: 5px;
}



.categoryTitle{
font-size: 14px!important;
font-weight: bold;
color: #282828;
width: 315px;

}

#campWrapper{
padding: 30px 0px 50px 0px;
margin: 0px;
clear: both;
}

#topDescription{
width: 660px!important;
}

#topDescription p{
width: auto!important;
}
/*********** left side ***********/
#thumbList{
float: left;
width: 315px;
margin-right: 45px;
/*border: #000 1px solid;*/
}

.workThumb{
float: left;
padding: 4px;
background-color: #E1D6D6;
display: block;
text-decoration: none;
border: none;
line-height: 0px;
cursor: pointer;
margin: 0px 10px 20px 0px;
height: 57px;
overflow: hidden;
}

.thumbWrapper{
float: left;
width: 65px;
}

.workThumb img{
border: none;
}

.workThumb:hover{
background-color: #BD4F1A;
}

.thumbSelected{
background-color: #BD4F1A;
}


/************* right side **********/
#detailWrapper{
float: left;
width: 475px;
overflow: visible;
min-height:700px;
height:auto !important;
height:700px;
position: relative;
}

#ajaxWrapper{
position: relative;
}

#detailStage{
background: url(../image/a_shadow.jpg) top right no-repeat;
width: 487px;
margin-left: 5px;
min-height:412px;
height:auto !important;
height:412px;
}

#detailImageHolder{
padding: 5px;
background-color: #FFFFFF;
width: 463px;
}

#detailStageVideo{
background: url(../image/a_shadow.jpg) top right no-repeat;
width: 490px;
margin-left: 5px;
height:412px;
overflow: hidden;
/*min-height:300px;
height:auto !important;
height:300px;*/

}

#detailVideoHolder{
padding: 56px 5px 0px 5px;
background-color: #000;
width: 463px;
height:356px;
overflow: hidden;
text-align: center;
}


#detailCopy{
padding: 15px 0px 20px 10px;
width: 430px; 
overflow: hidden;
}

#workTitle{
color: #7B7979!important;
font-size: 15px!important;
font-weight: bold!important;
width: auto!important;
padding: 0px 0px 3px 0px;
margin: 0px;
}

.workTitleLink{
color: #318B9A!important;
text-decoration: none;
font-size: 12px!important;
padding-left: 5px;
}

#workDescription{
clear: both;
}

#workDescription p{
color: #595759;
width: auto!important;
}









