/*---------------------------------
	RTE
-----------------------------------*/
.rte-wrap{
width:100%;
position:relative;
top:0;
left:0;
margin:0 0 10px 0;
}

.rte-toolbar{
border:1px solid #ccc;
border-bottom:0;
background:#f5f5f5;
z-index:50;
position: relative;
top:0;
left:0;
}

	.rte-toolbar ul{
	margin:0;
	padding:0;
	display:inline;
	float:left;
	}
	
	.rte-toolbar li{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	display:block;
	}
	
	.rte-toolbar li.html-toggle{
	position:absolute;
	top:-16px;
	right:-1px;
	font-size:10px;
	line-height:100%;
	width:auto;
	}
	
	.rte-toolbar li.html-toggle a{
	background:#efefef;
	border:1px solid #ddd;
	border-bottom:1px solid #ccc;
	width:auto;
	height:10px;
	padding:2px;
	}
	
	.rte-toolbar li a{
	display:block;
	float:left;
	padding:0;
	/*border-right:1px solid #ddd;
	border-left:1px solid #fff;
	border-top:1px solid #fff;*/
	width:20px;
	height:20px;
	text-align:center;
	text-decoration:none;
	color:inherit;
	color:#777;
	text-shadow:0px 1px 0px #fff;
	}
	
	a.rte-bold			{background:url(img/rte/text_bold.png) no-repeat center center;}
	a.rte-italic		{background:url(img/rte/text_italic.png) no-repeat center center;}
	a.rte-ul			{background:url(img/rte/text_list_bullets.png) no-repeat center center;}
	a.rte-ol			{background:url(img/rte/text_list_numbers.png) no-repeat center center;}
	a.rte-img			{background:url(img/rte/picture_empty.png) no-repeat center center;}
	a.rte-link			{background:url(img/rte/link.png) no-repeat center center;}
	a.rte-unlink		{background:url(img/rte/link_break.png) no-repeat center center;}
	a.rte-justifyleft	{background:url(img/rte/text_align_left.png) no-repeat center center;}
	a.rte-justifycenter	{background:url(img/rte/text_align_center.png) no-repeat center center;}
	a.rte-justifyright	{background:url(img/rte/text_align_right.png) no-repeat center center;}
	a.rte-sub			{background:url(img/rte/text_subscript.png) no-repeat center center;}
	a.rte-sup			{background:url(img/rte/text_superscript.png) no-repeat center center;}
	.rte-toolbar li a:hover{color:#333;background-color:#efefef;}
	
	/* show/hide tools */
	.rte-wrap .rte-toolbar li{display:none;}
	.rte-wrap.editmode .rte-toolbar li{display:block;}
	.rte-wrap .rte-toolbar li.html-toggle,
	.rte-wrap.editmode .rte-toolbar li.html-toggle{display:block;}

	.rte-toolbar select.inline{
	float:left;
	display:inline;
	width:50px;
	height:17px;
	margin:1px 3px 0 1px;
	bordeR:1px solid #ccc;
	}

textarea.rte,
.rte-editor{
width:100%;
margin:0;
border:1px solid #ccc;
padding:5px;
overflow:auto;
vertical-align: middle;
font-family:inherit;
font-size:0.9em;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;

-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
z-index:40;
}

textarea.rte{
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size:0.9em;
}

.rte-editor ul li,
.rte-editor ol li{
padding:0;
}

/*---------------------------------
  NOTICES
-----------------------------------*/
.notice{
border:1px solid gold;
background:lightyellow;
padding:10px 20px 10px 10px;
margin:10px 0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
color:#DEAE00;
line-height:120%;
vertical-align: center;
text-shadow:0px 1px rgba(255,255,255,0.5);
position:relative;
top:0;
left:0;
clear:both;
}

  .notice.warning{}/*default*/
  .notice.error{border:1px solid red;background:pink;color:red;}
  .notice.success{border:1px solid green;background:lightgreen;color:green;}
  .notice .icon{color:inherit;margin-right:10px;margin-bottom:-5px;*margin-top:-5px;}
  .notice a.icon.close,
  .notice a.icon.close:active,
  .notice a.icon.close:visited{font-size:12px;position:absolute;top:5px;right:-5px;left:auto;color:inherit;}

	
/* CONTACT US */
	.page .inner {
		padding: 5px;
	}
	.page .col .inner {
		padding: 10px;
	}
	.page .col {
		margin-left: 0px;
		margin-right: 0px;
	}
	.page {
		background-color: #fff;
		height: 920px;
	}
	
	.page h3 {
		margin-top: 20px;
	}
	.page h4 {
		margin-top: 0px;
	}
	
	#contact-us {
		width: 390px;
		margin-top: 20px;
	}
	
	#contact-us fieldset {
		border: 1px solid #C4C4C4;
    font-size: 1.1em;
    margin: 0;
    padding: 1em;
	}
	
	#contact-us form legend {
		border: 1px solid #DFD5C3;
		font-weight: 700;
		font-size: 100%;
		margin: 0;
		padding: 0.2em 0.5em;
		text-align: left;
		color: #008472;
		text-transform: uppercase;
	}
	
	#contact-us form label {
		clear: left;
		color: #333333;
		display: block;
		float: left;
		font-size: 0.9em;
		font-weight: bold;
		margin: 5px 20px 0 0;
		text-align: right;
		text-transform: uppercase;
		width: 100px;
	}
	
	#contact-us form input, 
	#contact-us form textarea {  
		color: #555555;
		font-family: sans-serif;  
		height: 15px;
		margin: 0 0 10px;
		padding: 5px 10px;		
		width: 250px;		
	}	
	
	#contact-us form textarea {
		min-height: 50px;
		min-width: 200px;
		width: 200px;
		height: 100px;
		max-height: 150px;
		max-width: 250px;
	}
	
	#contact-us form input[type="submit"] {
		height: 24px;
		width: 100px;
		padding: 3px 10px;
		color: #B3E2FB;	
	}	
	
	#contact-us label span.red {
		color:#FF0000;
		font-weight: bold;
	}
	
	textarea.rte, .rte-editor {
		padding: 10px;
	}
