/** BODY ELEMENTS **/

body {
	padding: 0 5%;
	font-size: .75em;
	text-align: center;
	color: #000;
	background-color: #eee;
	margin: 2em auto;
}

/** MAIN CONTAINERS **/

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

body.fullwidth #container {
	width: 100%;
}

#header {
	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-width: 0 2px 2px 0;	
}

#header-in {
	padding: 15px;
	height: 85px;
}

#header-in #logo-image {
	float: left;
	width: 49%;
	height: 85px;
}

#header-in #logo-type {
	float: right;
	width: 49%;
	height: 85px;
}

#header-in #logo-type h2 {
	text-align: right;
}

#navigation {
	color: inherit;
	background-color: #990000;
	border: 1px solid #e5e5e5;
	border-width: 0 2px 2px 0;
	padding: 5px;
	height: 30px;
	white-space: nowrap;
	min-width: 700px;
}

#content-wrap {
	padding: 10px 0;
}

div.content {
	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-width: 0 2px 2px 0;
}

div.content-in {
	padding: 20px;
}

#footer {
	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-width: 0 2px 2px 0;
}

#footer-in {
	padding: 10px;
	font-size: .9em;
	height: 75px;
}

/** TABELS **/

table {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 15px 0;
	caption-side: bottom;
	background-color: #fff;
}

th {
	font-weight: bold;
	background-color: #f0f0eb;
	text-align: left;
	padding: 5px;
	font-size: 1.0em;
	border-bottom: 1px solid #fff;
}

tr {
	border-bottom: 1px solid #f0f0eb;
}

td {
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	padding: 5px;
}

caption {
	margin: 0 0 15px 0;
	text-align: left;
	color: #b6b39d;
	font-size: 11px;
}

.hilight-field {
	background-color: #ff9;
}

/** IMAGES **/


/* assign the following to any link to remove the bottom underline */
.nobottomline {
	text-decoration: none;
	border-bottom-width: 0;
	border-bottom-style: none;
	margin-right: 0;
	padding-right: 0;
	background-image: none;
}


/* basic float left or right */

.photo-float-left {
	margin: 5px 25px 15px 0;
	float: left;
}

.photo-float-right {
	margin: 5px 0 15px 25px;
	float: right;
}
/** LISTS **/

* {
	
}

/** TYPOGRAPHY **/

* {
	
}

/** FORMS **/

* {
	
}

/** END **/
