/* General Page Styling */

html {
	background: #fafafa url('../images/structure/content-bg.png') repeat-y top;	
}

body {
	background: url('../images/structure/body-bg.jpg') repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
}

/* Box Layout*/

#container {
	margin: 0 auto;
	width: 960px;
}

#header {
	background: url('../images/structure/header-bg.png') no-repeat right;
	height: 150px;
}

#header img {
	margin-top: 8px;
}

#content {
	background: url('../images/structure/content-shadow.jpg') repeat-x 5px 0;
	width: 960px;
}

#colLeft {
	float: left;
	padding: 0 20px;
	width: 600px;
}

#colRight {
	float: right;
	margin-top: 10px;
	padding: 10px;
	width: 300px;
}

#nav {
	height: 31px;	
}

#footer {
	background: #c9e2a1 url('../images/structure/footer-bg.jpg') repeat-x top;
	padding-top: 50px;
	min-height: 150px;
}

/* Navigation */

#nav ul {
	background: url('../images/structure/menu-divider.png') no-repeat left;
	height: 31px;
	margin: 0;
	padding: 0;	
	width: auto;
}

#nav ul li {
	background: url('../images/structure/menu-divider.png') no-repeat right;
	float: left;
	height: 31px;
	list-style: none;
	width: auto;
}

#nav ul li a {
	color: #fff;
	display: block;
	line-height: 31px;
	padding: 0 6px;
	text-decoration: none;
}


#nav ul li a:hover {
	background:  url('../images/structure/nav-hover.png') no-repeat right;
}

/* General Layout Classes */

.clear {
	clear: both;
}

/* Table Styling */

table.styledTable {
	border-collapse: collapse;
	border-left: 1px solid #3AC2CF !important;
	border-top: 1px solid #3AC2CF !important;
}

table.styledTable th {
	background: #3AC2CF;
	border-bottom: 1px solid #3AC2CF;
	border-right: 1px solid #3AC2CF;
	color: #fff;
	font-weight: bold;
	padding: 8px;
}

table.styledTable td {
	border-bottom: 1px solid #3AC2CF;
	border-right: 1px solid #3AC2CF;
	margin: 0;
	padding: 4px;
}

table.styledTable p {
	margin: 0 !important;
	padding: 0 !important;
}

/* Form styling */

form.styled-form fieldset {
  background: #BCDB8B;
	border: 1px solid #86A45A;
	padding: 20px;
	width: auto;
}
form.styled-form legend {
  padding: 0 2px;
  font-weight: bold;
}
form.styled-form label {
  display: inline-block;
  line-height: 1.8;
  width: 80px;
  vertical-align: top;
}
form.styled-form input[type=text] {
	width: 150px;
	padding: 2px;
	background: #fbfff5;
	border: 1px solid #86A45A;
}

form.styled-form textarea {
	font: 13px Arial, Helvetica, sans-serif;
	height: 100px;
	width: 150px;
	background: #fbfff5;
	border: 1px solid #86A45A;
	padding: 2px;
}

form.styled-form fieldset ol {
  margin: 0;
  padding: 0;
}
form.styled-form fieldset li {
  list-style: none;
  width: 250px;
	margin: 0;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #b2db71;
	font-weight: bold;
}
form.styled-form fieldset fieldset {
  border: none;
  margin: 0;
}
form.styled-form fieldset fieldset legend {
  color: #fff;
}
form.styled-form fieldset fieldset label {
  display: block;
  width: auto;
}
form.styled-form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.styled-form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


.infobox {
	background: #e6f1f2;
	border: 2px solid #55BDCA;
	padding: 5px;
	width: 500px;
	text-align: center;
	margin: 10px auto;
}

.infobox-left { 
	background: #e6f1f2;
	border: 2px solid #55BDCA;
	padding: 5px;
	width: 500px;
	text-align: left;
	margin: 10px auto;
}

.fullstamp {
	margin-left: -4px;
	margin-right: -4px;
}
