body {
	background-color: #FFF;
	font: 75%/1.5em Lucida Sans, Arial, Verdana, sans-serif;
	color: #000;
}

h1, h2, h3, h4 {
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
	color: #06F;
	font-size: 200%;
}

h2 {
	color: #000;
	font-size: 120%;
}

a {
	color: #06F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Lists */
ul {
	list-style-image: url(/images/bullet.gif);
	list-style-type: disc;
	line-height: 1em;
}

ul li {
	margin-bottom: 0.5em;
}

/* Structural Elements */
.prop {
	float: right;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.divider {
	clear: both;
	height: 1px;
	width: 736px;
	background-image: url(/images/divider.jpg);
	background-repeat: no-repeat;
}

/* Container */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 736px;
}

/* Header */
.header {
	position: relative;
	height: 160px;
	width: 736px;
}

.header ul{
	display:none;
}
.header ul.navigation{
	display:block;
}
/* Navigation */
.navigation {
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0.5em;
	text-align: right;
}

.navigation li {
	float: left;
	margin: 0;
	margin-left: 2em;
	padding: 0;
}

.navigation li a {
	color: #000;
}

/* Footer */
.footer {
	text-align: right;
	font-size: 80%;
}

/* Content */
#content .prop {
	height: 430px;
}

/* Forms */
input, textarea {
	font-family: Lucida Sands, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form {
	width: 250px;
}

.form .textbox {
	padding: 2px;
	width: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #000;
}

.form .dropdown {
	width: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #000;
}

.form .buttons {
	text-align: right;
}

.form div.error p {
	color: #990000;
}

.form #cf_fields div.error p {
	margin: 0;
	padding: 0;
}

.form input.error, .form textarea.error {
	padding-left: 20px;
	background-image: url(../images/alert.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.floatleft {
	float: left;
}

.messengers {
	float: left;
	margin-left: 16px;
	width: 400px;
}

.messenger_logo {
	float: left;
	margin-right: 8px;
	width: 120px;
	text-align: center;
}

.cm_editor {
	position: absolute;
	background-color: #fff;
}

.cm_editor textarea {
	width: 100%;
}

.cm_editor .cm_links {
	text-align: right;
}

.cm_editor .cm_links a {
	cursor: default;
}