@charset "utf-8";
/* CSS Document */

/************************************************************
	STANDARD TAGS
************************************************************/

body {
	margin: 0pt auto;
	font: 78%/1.5em Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background: url(/images/background-4.png) left top repeat-x;
	color: #3F3F3F;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
	color: #F45824;
	font-size: 1.9em;
	line-height: 1.5;
}

h2 {
	color: #272017;
	font-size: 1.6em;
	line-height: 1.3;
}

h3 {
	color: #F45824;
	font-size: 1.4em;
	line-height: 1.2;
}

h4 {
	color: #272017;
	font-size: 1.3em;
	line-height: 1.1;
}

img {
	border: 0px;
}

a {
	color: #F45824;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #F45824;
	text-decoration: underline;
}

ul {
	list-style-type: square;
	color: #F45824;
}


/************************************************************
	LAYOUT
************************************************************/

#page-holder {
	margin: 0pt auto;
	padding: 0;
	width: 980px;
	height: 100%;
	display: block;
	background: url(/images/banner-4.png) center top no-repeat;
}

.column-25 {
	margin: 0pt auto;
	width: 244px;
	height: 100%;
	position: relative;
}

.column-75 {
	margin: 0pt auto;
	margin-top: 20px;
	padding-left: 10px;
	width: 724px;
	height: 100%;
	position: relative;
}

.column-100 {
	margin: 0pt auto;
	width: 980px;
	height: 100%;
}


/************************************************************
	TABLES
************************************************************/

table {  
	width: 950px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	display: block;
	font-size: 1em;
	border-collapse: collapse;
}

table caption {
	margin: 0 12px;
	padding: 20px 0 5px 0;
	font: 400 0.8em arial, sans-serif;
	text-align: left;  
}

table th, td {
	text-align: left;
	vertical-align: top;
	padding: 4px 7px !important;
	padding: 6px 10px;
}

thead th {
	color: #FFFFFF;
	background-color: #272017;
}

tbody tr.highlight-row {
	background-color: #D4CFC5;
}

tbody td {
	border-bottom: 1px solid #C5BCB0;
}

tbody tr:hover td {
	background: #FAA632;
}

.table-10 {
	width: 64px;
}

.table-20 {
	width: 128px;
}

.table-25 {
	width: 160px;
}

.table-33 {
	width: 213px;
}

.table-40 {
	width: 256px;
}

.table-50 {
	width: 320px;
}

.table-60 {
	width: 384px;
}

.table-75 {
	width: 480px;
}

.table-80 {
	width: 512px;
}

.table-90 {
	width: 576px;
}


/************************************************************
	CONTENT
************************************************************/

#header {
	margin: 0pt auto;
	height: 400px;
	width: 980px;
}

#logo {
	margin: 0pt auto;
	height: 260px;
	width: 230px;
	display: block;
	position: relative;
}

#main-menu {
	height: 70px;
	width: 980px;
	margin-bottom: 30px;
	display: block;
	position: relative;
}

#main-menu strong {
	display: none;
}

/* MAIN MENU */

#side-menu {
	list-style: none;
	margin-top: 20px;
	width: 244px;
	height: 100%;
	background: url(../images/menu-middle.png) repeat-y;
}

#side-menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#side-menu li {
	display: inline;
}

#side-menu li a {
	display: block;
	padding: 5px 12px;
	font: 1.5em Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	text-decoration: none;
	font-weight: bold;
}

#side-menu li a.orange {
	color: #F45824;
}

#side-menu li a.orange:hover {
	color: #F45824;
	text-decoration: underline;
}

#side-menu li a.yellow {
	color: #FAA632;
}

#side-menu li a.yellow:hover {
	color: #FAA632;
	text-decoration: underline;
}

#side-menu li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#side-menu ul ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#side-menu ul ul li a {
	display: block;
	padding: 5px 12px 0px 25px;
	font: 1.5em Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	text-decoration: none;
	color: #FFFFFF;
}

#sub-menu {
	margin: 0pt auto;
	padding-top: 15px;
	width: 980px;
	height: 35px;
	display: block;
	background: url(/images/background-sub-menu.png) top no-repeat;
	text-align: center;
}

#sub-menu ul {
	display: inline;
	vertical-align: middle;
}

#sub-menu li {
	list-style: none;
	display: inline;
}

#sub-menu li a {
	text-decoration: none;
}

#sub-menu li a span {
	list-style: none;
	display: inline;
	padding: 0px 15px 0px 15px;
	color: #FAA632;
	font: 1.3em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sub-menu li a:hover span {
	color: #F45824;
}


/* FEATURE BOX */

#feature-box {
	margin: 0pt auto;
	display: block;
	height: 100%;
	width: 234px;
	background-color: #8DC73F;
}

#feature-box #heading {
	padding: 5px 12px;
	font: 1.4em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#feature-box img {
	border: 2px solid #FFFFFF;
}

#feature-box p {
	padding: 5px 12px;
	color: #3F3F3F;
}

#feature-box a {
	color: #FFFFFF;
	text-decoration: underline;
}

#feature-box a:hover {
	color: #4F3F23;
}


/* GALLERY */

#gallery ul {
	list-style: none;
}

#gallery li {
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
}

#gallery a img{
	border: 5px solid #C5BCB0;
}

#gallery a:hover img {
	border: 5px solid #4F3F23;
}


/* BODY CONTENT */

.highlight {
	width: 930px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	background-color: #FAA632;
	border-bottom: 3px solid #F45824;
	color: #4F3F23;
}

.highlight a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.highlight a:hover {
	color: #4F3F23;
}

.body-image {
	width: 234px;
	height: 234px;
	background-color: #272017;
	padding: 6px;
	margin-right: 10px;
	margin-left: 10px;
}

.body-image img {
	border: 6px solid #FFFFFF;
	text-align: center;
	vertical-align: middle
}

.footer {
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	border-top: 2px solid #FAA632;
}


/************************************************************
	UTILITIES
************************************************************/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.bottom {
	vertical-align: bottom;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

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

.text-small {
	font-size: 0.8em;
}

.text-orange {
	color: #F45824;
}

.text-yellow {
	color: #FAA632;
}

.text-brown {
	color: #272017;
}

.text-grey {
	color: #3F3F3F;
}

.margin-20 {
	margin: 0px 20px 20px 20px;
}
