/* GENERAL STYLES */
#image {
	float: left;
        margin-left: 20px;
}

/* BOXES */
#naviHolder{
    padding: 10px;
    margin: 30px 0 0 20px;
}

#content {
        margin-top: 20px;
	width: 340px;
	float: right;
	padding-left: 10px;
}

#contentScroller {
padding-right: 20px;
	height: 290px;
overflow: auto;

}

h1 {
margin-bottom: 0;
padding-bottom: 0;
}

p {
   line-height: 160%;
}

#contentHolder {
   width: 750px;
}

#naviList {
    list-style:none;
    margin: 0 0 0 5px;    
    padding: 0;
}

#naviList li {
    float:left;
    padding: 0;
}

#naviList .selected {
	font-weight: bold;
}

#naviList a {
    padding: 2px 0 2px 15px;
    text-align: center;
    text-decoration:none;
    display: block;
    color: #000;
}

.naviElement {
    border-left: 1px solid #000;
}

#naviList a:hover{
    color:#3ac899;
}


#bottomInfo {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	color: #aaa;
	font-size: smaller;
}

#container {
   margin: 30px auto;
   width: 800px;
   height: 600px;
}



#main {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
	width: 800px;
	margin:0;
	padding:0;
	text-align:left;
}


/* Rich text editor styling start */
#holderBody {
	background: #fff;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
        color:#fff;
}

/* Rich text editor styling end */

body,html {
	background-color: #fff;
	font-family: Helvetica Neue Light, Helvetica, Arial Narrow, Arial, sans-serif;
	font-size:0.85em;
	text-align: center;
        color:#000;
	}
body {
   margin: 10px auto;
}
/* GENERAL STYLES */
  #umbracoAutoForm fieldset {border:none;}
  #umbracoAutoForm legend {display:none;}
  .umbMailFormLabel {float: left; width: 15em;}
  .umbracoAutoFormAlert {color: red;margin-left: 15em;}
  #umbracoAutoForm input, textarea {width: 250px;}
  .umbracoAutoFormValidationSummary {display: none;}
.umbracoAutoFormRowDescription {
	font-weight: normal;
	font-size: 80%;
	color: #999;
}

/* EDITOR PROPERTIES */



/* EDITOR PROPERTIES */
