html {
	height: auto !important;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0;
	padding: 0;
}

#body-container {	
	background: white url("/images/body-background.png") 0 70px repeat-x;
}

#body-container.landing {	
	background: white url("/images/body-background-landing.png") 0 70px repeat-x;
}

#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 16px;
}

body.wide #container {
	width: 1220px;
}

#header {
	width: 950px;
	height: 70px;
}

body.wide #header {
	width: 1220px;
}

#securityBar {
	font-size: 0.8em;
	float: right;
	text-align: right;
	padding: 13px 7px 7px 7px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 110px;
	height: 110px;
	z-index: 500;
	text-align: right;
}

#title {
	position: absolute;
	top: 42px;
	left: 136px;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", serif;
	font-size: 2em;
	font-weight: bold;
}

#title a, #title a:hover {
	color: #624f2f;
	text-decoration: none;
}

#navPrimary {
	background: none;
	padding: 0;
	height: 30px;
}

#page {
	width: 950px;
}

body.wide #page {
	width: 1220px;
}

#navPrimary ul {
	display: inline;
	float: left;
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 0 30px 0 112px;
}

#navPrimary li {
	display: inline-block;
	text-align: center;
	position: relative;
	height: 15px;
	padding: 7px 10px;
	margin: 0;
	list-style: none;
	color: white;
	font-weight: bold;
}

#landing-image {
	position: absolute;
	top: 100px;
	right: 10px;
}

#header-landing {
	position: relative;
	height: 130px;
	width: 383px;
	padding: 50px 20px;
}

#header-landing h1 {
	font-size: 2.5em;
	color: white;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", serif;
}
#header-landing span {
	color: #eee;
}

#content {
	margin-top: 70px;
}

#content.homepage {
	margin-top: 0;
	background: transparent url("/images/homepage-content-bg.png") left top repeat-y;
}

#content.twocol {
	background: transparent url("/images/twocol-content-bg.png") left top repeat-y;
}

#left {
	width: 190px;
	min-height: 400px;
	float: left;
	margin: 12px 0 0 0;
	padding: 0 26px 0 0;
}

#left p {
	margin: 0;
}

#left h2 {
	margin: 10px 0 0 10px;
}
#left h2 a {
	color: #4d857e;
}
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left li {
	list-style: none;
	text-align: left;
	margin: 5px 0;
	padding: 3px 0 3px 30px;
}
#left li.current {
	color: #555;
}
#left li.current a {
	color: #555;
	font-weight: bold;
}

#left ul ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#left li li {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 3px 0px 3px 20px;
	font-size: 0.9em;
}
#left li.current li a {
	font-weight: normal;
}
#left li.current li.current a {
	font-weight: bold;
}
#left li[href] {
	cursor: pointer;
}
#left li.current li.current a:before {
	content: "> ";
}

#primary {
	width: 930px;
	padding: 12px 10px 0 10px;
	float: left;
	background: transparent;
}

body.wide #primary {
	width: 976px;
}

.twocol #primary {
	width: 710px;
	padding: 12px 14px 0 10px;
}

.threecol #primary {
	width: 520px;
	padding: 12px 8px 0 10px;
}

#right {
	width: 164px;
	min-height: 400px;
	float: right;
}

.homepage #primary {
	width: 644px;
}

.homepage #primary h2 {
	margin-top: 30px;
}

.homepage #primary h2:first-child {
	margin-top: 0;
}

.homepage #right {
	width: 255px;
	padding: 7px 15px;
}

.homepage #right ul {
	list-style: none;
	margin-left: 17px;
	padding-left: 0;
}

.homepage #right li {
	list-style: none;
	padding: 3px 0;
}

#footer {
	position: relative;
	height: 15px;
	border-top: 1px solid #aaaaaa;
	font-size: 0.8em;
	padding: 15px 25px;
}

#footer span {
	float: right;
	background: white;
	margin-top: -2px;
}

div#exception-message {
	width: 550px;
	padding: 20px;
	margin: 20px auto;
	border: 3px double #1f8884;
}



sup, sub {
	line-height: 0;
	font-size: 0.6em;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

input.error, select.error, textarea.error {
	background-color: #fee;
}

label.error {
	color: white;
	background-color: #800;
	font-size: 0.8em;
	padding: 0 3px;
	margin-left: 7px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bolder;
	margin: 7px 0;
	color: #c1442e;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h2.pageTitle {
	text-transform: uppercase;
	height: 39px;
	line-height: 39px;
	padding: 0;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 1.2em;
}

h4 {
	margin: 0;
	font-size: 1em;
}

h4+p {
	margin: 0 0 14px 0;
}

h5, h6 {
	font-size: 1em;
}

a, a:link, a:hover, a:visited {
	cursor: pointer;
	color: #1f8884;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

hr {
	width: 75%;
	color: #759570;
}

.center {
	text-align: center;
}

div#messageDiv {
	display: none;
	padding: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	vertical-align: middle;
}

a#messageDiv_close {
	display: none;
	float: right;
	font-size: 0.8em;
}

div#messageDiv:hover a#messageDiv_close {
	display: inline;
}

img#messageDiv_icon {
	float: left;
	margin: 0 7px 7px 0;
	border: 0;
}

.caption {
	font-size: 0.8em;
}

#primary table {
	border-collapse: collapse;
}

#primary th, #primary td {
	padding: 3px;
}

#primary th {
	color: white;
	background: #624f2f;
}

#primary tr.alt th, #primary tr.even th {
	background: #52492c;
}

#primary td {
}

#primary td.center {
	text-align: center;
}

#primary td.right {
	text-align: right;
}

#primary tr.alt td, #primary tr.even td, #primary div.alt {
	background: #faf6ed;
}

#primary tr.highlight td {
	background: #ffd;
}

#primary tfoot td {
	border-top: 1px solid #624f2f;
	background: #f4f4f4;
}

table.noborder, table.noborder th, table.noborder td {
	border: none !important;
}

.ajax-wait {
	padding: 3px 3px 3px 20px;
	background: transparent url("/images/ajax-wait.gif") left center no-repeat;
	display: none;
}

.drop {
	position: relative;
	border: 1px solid #aaa;
	cursor: pointer;
	height: 14px;
	padding: 3px;
	margin: 0;
}

.drop div.arrow {
	width: 18px;
	float: right;
	background: #aaa url("/images/icons/sort_desc.png") right center no-repeat;
	margin: -3px;
	height: 20px;
}

.drop div.dropContent {
	position: absolute;
	top: 20px;
	left: -1px;
	width: 100%;
	display: none;
	background: white;
	padding: 3px;
	border: 1px solid #aaa;
	margin: 0;
	z-index: 1000;
}

.drop:hover {
	background-color: #eef8ff;
}

.drop:hover div.dropContent {
	display: block;
}

.drop div.dropContent label:hover {
	background: #eef8fe;
}

.floatright
{
float: right;
width: 200px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

#google_translate_element {
	position: absolute;
	top: 74px;
	right: 20px;
	background: transparent;
}

.goog-te-gadget-simple {
	padding: 0 !important;
	font-size: inherit !important;
}


div.file {
	height: 1.5em;
	overflow: hidden;
	border-bottom: 2px solid #eee;
}
div.file-actions {
	float: right;
	padding-left: 30px;
}
div.file-add {
	font-size: 0.8em;
	background: #eee;
	text-align: center;
	padding: 5px;
}