body, html, ul {
	padding: 0;
	margin: 0;
}
body {
	background-color: #f6f6ef;
	color: #83837e;
	font-size: 11pt;
	font-family: 'Myriad Pro', helvetica, sans-serif;
	background-image: url('../images/logo_bg.png');
	background-repeat: repeat-x;
	padding-bottom:30px;
}
a {
	color: #83837e;
	font-size: 11pt;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #403957;
}
#header_wrapper {
	width: auto;
	height: 133px;
	background-image: url('../images/logo_bg.png');
	background-repeat: repeat-x;
	background-color: #736150;
}
#header_logo {
	width: 599px;
	height: 133px;
	float: left;
	background-image: url('../images/logo.png');
	background-repeat: none;
}
#header_menu {
	width: 800px;
	height: 70px;
	top: 70px;
	position: absolute;
	left: 199px;
	overflow: hidden;
}
#header_menu #menu {
}
#header_menu #menu li {
	float: left;
	margin-right: 1em;
	list-style: none;
}
#header_menu #menu li a, .header_menu_selected .title {
	color: #abab9e;
	font-size: 14pt;
	text-decoration: none;
}
#header_menu #menu li .desc {
	font-size: 9pt;
	color: #abab9e;
}
#header_border {
	width: 100%;
	height: 5px;
	background-image: url('../images/header_border.png');
	font-size: 0;
}
.header_menu_selected .title {
	color: #d7d7cb;
}
#header_menu_header h1 {
	margin-bottom: 0;
}
#header_menu_header h3 {
	margin-top: 0;
	color: #9094a6;
	font-weight: 100;
}
#wrapper {
	padding-left: 50px;
	width: 700px;
	float: left;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 21px;
	background-image: url('../images/footer_bg.png');
}
#footer .twitter {
	width: auto;
	height: 100%;
	position: relative;
	float: right;
	background-image: url('../images/footer_twitter.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	margin-right: 4px;
}
#footer .twitter p {
	color: #f4f4ed;
	font-size: 9pt;
	padding: 0;
	margin: 0;
	padding-top: 4px;
}
#footer .facebook  {
	width: auto;
	height: 100%;
	position: relative;
	float: right;
	background-image: url('../images/facebook.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	margin-right: 4px;
}
#footer .facebook p {
	color: #f4f4ed;
	font-size: 9pt;
	padding: 0;
	margin: 0;
	padding-top: 4px;
}

.news_entry .content {
	color: #83837e;
}
.news_entry h1 {
	color: #83837e;
	font-size: 14pt;
}
.news_entry .written {
	font-size: 9pt;
	color: #9e9e95;
}
.sidebar {
	border: 1px solid #cacac4;
	background-color: #e4e4d7;
	margin: 2em 0 0 782px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	width: 200px;
}
.sidebar .sidebar_header {
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	background-color: #b7b7a6;
	text-align: center;
}
.sidebar .sidebar_header h2 {
	margin: 0;
	padding: 3px;
	font-size: 14pt;
	color: #f4f4ed;
	font-weight: normal;
}
.sidebar .sidebar_content {
	padding: 10px;
	font-size: 9pt;
}
#tweet ul li {
	list-style-type: none;
	font-size: 10pt;
}
#tweet .time {
	font-size: 8pt;
	text-decoration: underline;
}
.klagg_image {
	border: 1px solid black;
}
.message {
   padding: 5px 5px 0px 35px;
   background-image: url('../images/message_check.png');
   background-repeat: no-repeat;
	margin: 0;
}
.error {
   padding: 5px 5px 0px 35px;
   background-image: url('../images/message_cross.png');
   background-repeat: no-repeat;
	margin: 0;
}

/* Boxes
--------------------------------------------*/
.box {
   background-color: #f8fbff;
   background-image: url('../images/content_boxes/box_border.png');
   background-repeat: repeat-y;
   background-position: top right;
   float: left;
   margin-bottom: 20px;
   width: 100%;
}
.box h1, .box h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
}
.box_top {
   width: 100%;
   height: 7px;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_border.png');
   background-repeat: repeat-x;
}
.box_top_left {
   width: 7px;
   height: 7px;
   float: left;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_top_left.png');
   background-repeat: no-repeat;
}
.box_top_right {
   height: 7px;
   width: 7px;
   float: right;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_top_right.png');
   background-repeat: no-repeat;
}
.box_content {
   padding: 1em 1.5em 0.5em 1.5em;
   background-image: url('../images/content_boxes/box_border.png');
   background-repeat: repeat-y;
   background-position: top left;

   float: left;
}
.box_container {
   float: left;
}
.box_bottom {
   width: 100%;
   height: 7px;
   float: left;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_border.png');
   background-repeat: repeat-x;
   background-position: bottom left;
}
.box_bottom_left {
   height: 7px;
   width: 7px;
   float: left;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_bottom_left.png');
   background-repeat: no-repeat;
}
.box_bottom_right {
   height: 7px;
   width: 7px;
   float: right;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_bottom_right.png');
   background-repeat: no-repeat;
}
.error_text {
	color: red;
}
.written_by {
	font-size: 9pt;
}
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #93ee93;
	background-image: url('../images/up.gif');
}
.sortdesc {
	background-color: #93ee93;
	background-image: url('../images/down.gif');
}
.nosort {
	cursor: default;
}
.remove_row {
	background-color: #e24d4d;
	border-left: 1px solid black;
}
.edit_row {
	background-color: #93ee93;
	border-left: 1px solid black;
}
.index {
	border-right: 1px solid black;
}

table {
	border-collapse: collapse;
}
table td {
	padding: 0.5em;
}
.data_table tr {
	border: 1px solid black;
}
table tbody tr:hover {
	background-color: #d6f9ce;
}
table thead tr {
	background-color: #ceeef9;
	color: #000;
}
table tfoot tr {
	background-color: #ceeef9;
	color: #000;
}
input {
   border: 1px solid #ccd9e3;
   padding: 0.2em;
}
input[type="submit"] {
   padding: 0.2em 0.5em 0.2em 0.5em;
   background-color: #f8fbff;
   cursor:pointer;
}
textarea {
	font-size: 9pt;
	font-family: 'Myriad Pro', helvetica, sans-serif;
	padding: 0.3em;
	width: 95%;
	height: 70px;
}
img {
	border: 0;
}
.accept_contract {
	text-decoration: underline;
}
