/* GENERAL STYLES */
/* CSS Document */

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6E6E6E;
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;

	content: "."; 
    	display: block; 
   	visibility:hidden;

}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#4F67BD;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	min-width:1000px;
	text-align:left;
	margin:0px 2px 2px 2px;
	border: solid 0px #FFF;
	padding:0px 1px 1px 1px;
	position:relative;
	top: 0px;
	left: 0px;
}

#header {
	/*background: #FFFFFF;*/
	width:100%;
	border-bottom: solid 3px #CECED0;
	margin-bottom:17px;	
}

#header:after, #infocontainer:after, h1:after, h2:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headerlogo {
	position:relative;
	margin-bottom:0px;
}

#headerbar {
	background-image:url(../images/divider.gif);
	height:7px;
	margin-bottom:10px;
	background-position:left bottom;
	background-repeat:repeat-x;
}

.headertop {
	border-bottom:0px;
	padding: 0px 0px 0px 0px;
	font-size:1.2em;
	/**letter-spacing:0.5px;
	/**color:#FFFFFF;**/
}

#sidebar1 {
	float:left;
	width:192px;
}

#content {
	margin-left: 200px;
	text-align:left;
}
#innercontainer {
	width:100%;
	margin-right:-230px;
	float:left;	
}

#innercontent {
	margin-right: 225px;
	padding: 0em 0px 0px 0px;
	margin-top: 0px;
}

#maincontent {
	margin-left:35px;
}

#sidebar2 {
	float: right;
	width: 208px;
	margin-top:4px;
	margin-right:4px;
}

#footer {
	background:#6C82D8;
	height:30px;
	color:#FFFFFF;
	font-size: 1em;
	margin-top:2em;
	text-align:right;
}

.field textarea {

	width:65%;

}


/* EDITOR PROPERTIES */
