﻿body {
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size:0.8em;
}
h1 {
	background-image: url('../images/headerbg.gif');
	background-repeat: no-repeat;
	background-position: 0px bottom;
	color: #ff7d00;
	font-size: 14px;
	text-transform: uppercase;
	padding:0px 0px 5px 0px;
	margin:0px;
}
.contentBox h2, .parentList h2, .contentBox h1 {
	background-image: url('../images/headerbg.gif');
	background-repeat: no-repeat;
	background-position: 0px bottom;
	color: #ff7d00;
	font-size: 14px;
	text-transform: uppercase;
	padding:0px 0px 5px 0px;
	margin:0px;
}
.parentList h2.management {
	height:40px;
	background-position:0px 35px;
}
a {
	color: #ff7d00;
}
h2 {
	font-size: 13px;
	color: #339966;
}
h3 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
.narrowTextBox {
	width:150px;
}
.mediumTextBox {
	width:300px;
}
.wideTextBox, .list {
	width:600px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#main {
	margin: 0 auto;
	padding: 10px;
	width: 950px;
	background-color: #ffffff;
}
.container {
	width: 100%;
	float: left;
}
.default_column {
	float: left;
	position:relative;
}
.clear {
	clear: both;
}
#header {
	width:950px;
}
#headerLeft {
	width:200px;
}
#searchArea {
	width: 750px;
	margin: 77px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff7d00;
}
#searchArea a {
	color: #ff7d00;
}
#searchBox input {
	margin: 0px 0px 0px 20px;
	border-color: #ff7d00;
	border-style: solid;
	border-width: 1px;
}
#submitButton {
	margin: 0px 0px 0px 5px;
	border-color: #ff7d00;
	border-style: solid;
	border-width: 2px;
	background-color: #ffffff;
}
.headerMenu {
	float: left;
	position:relative;
	text-align:right;
	width:510px;
	padding:3px 0px 0px 0px;
	font-size:0.8em;
	z-index:300;
}
.headerMenu a {
	padding:0px 7px;
	z-index:300;
}
.headerMenu .actions {
	float: right;
	position: relative;
	padding: 0px 5px;
	color: black;
	font-weight: bold;
	z-index:300;
}
.headerMenu .actions ul {
	left:100%;
	bottom:0;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:300;
}
.headerMenu .actions:hover ul {
	display: block;
	z-index:300;
}
.headerMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	margin: 0px 0px 0px -10px;
	padding: 3px 5px;
	background:none;
	border:none;
	z-index:300;
}
.headerMenu .actions a {
	color: black;
	z-index:300;
}
.search {
	float:left;
	position:relative;
	width:240px;
}
#searchButton {
	padding: 0px 0px 0px 10px;
}
.menu {
	float:left;
	width:950px;
	height: 22px;
	margin: 20px 0px 0px 0px;
	background-image: url('../images/menugradient.gif');
	background-repeat: repeat-x;
	list-style-type: none;
	padding:0px;
	z-index:200;
}
.menu li {
	padding: 2px 28px 4px 28px;
	float:left;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	position:relative;
	z-index:200;
}
.menu li ul {
	display:none;
	position:absolute;
	top:22px;
	right:0px;
	background-color:#F59332;
	padding:0px;
	margin:0px;
	list-style:none;
	border-left:1px #F59332 solid;
	border-right:1px #F59332 solid;
	border-bottom:1px #F59332 solid;
	z-index:200;
}
.menu li:hover ul {
	display:block;
	z-index:200;
}
.menu li ul li {
	display:block;
	margin:0px;
	width:100%;
	padding:0px;
	z-index:200;
}
.menu li ul li a {
	color:white;
	display:block;
	padding:5px;
	z-index:200;
}
.menu li a {
	color:#ffffff;
	z-index:200;
}
.menu li ul li:hover {
	/*background-color:white;*/
}
.menu li ul li:hover a {
	/*color:#F59332;*/
}
.menu .actions {
	float: right;
	position: relative;
	padding: 0px 5px;
	color: white;
	font-weight: bold;
}
.menu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
}
.menu .actions:hover ul {
	display: block;
}
.menu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	margin: 0px 0px 0px -10px;
	padding:0px;
	background:none;
	border:none;
}
.menu .actions ul li:hover {
	background:none;
}
.menu .actions a {
	color: black;
	padding: 3px 5px;
	display:block;
}
#themeContainer {
	width:950px;
	height:212px;
	background-image:url('../images/theme-default.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	margin:10px 0px;
}
#mainContent {
	width:950px;
}
#leftContent {
	width:250px;
}
.leftMenu {
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:0.8em;
}
.leftMenu li {
	font-weight:bold;
	padding:0px 0px 5px 0px;
}
.leftMenu li ul li {
	font-weight:normal;
	margin:4px 0px 0px 0px;
	list-style-image:url('../images/arrow.gif');
}
.leftMenu .actions {
	float: left;
	position: relative;
	padding: 0px 5px;
	color: black;
	font-weight: bold;
}
.leftMenu .actions ul {
	left: 0px;
	bottom: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
}
.leftMenu .actions:hover ul {
	display: block;
}
.leftMenu .actions ul li {
	display: block;
	position: relative;
	width: 145px;	
	text-align: left;
	margin: 0px 0px 0px -10px;
	padding:3px 5px 3px 15px;
	background:none;
	border:none;
	font-weight: bold;
}
.leftMenu .actions a {
	color: black;
}
#rightContent {
	width:700px;
}
#boxes {
	margin: 15px 0px 0px 0px;
	z-index:50;
}
.contentBox {
	margin: 0px 7px 0px 0px;
	padding: 10px 20px 10px 20px;
	width: 269px;
	height: 467px;
	background-image: url('../images/boxbg.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	color: #999999;
	float: left;
	position:relative;
}
.contentBox .item img, .parentList .itemImage {
	float:left;
	padding:0px 10px 0px 0px;
}
.contentBox .item {
	width:269px;
	margin:0px 0px 10px 0px;
}
.contentBox a {
	color:#3366CC;
	font-weight:bold;
}
.parentList {
	width:700px;
	padding:15px 0px;
	float:left;
}
.parentList .item {
	width:700px;
	float:left;
	position:relative;
	margin:0px 0px 15px 0px;
}
.parentList .item h2 {
	margin:0px 0px 5px 0px;
}
.parentList .more, .parentList .more2 {
	display:block;
	text-align:right;
	font-weight:bold;
	padding:5px 0px 0px 0px;
	font-size:0.7em;
	border-top:1px orange dashed;
	margin:5px 0px 0px 0px;
	width:700px;
}
.parentList .more2 {
	width:340px;
}
.parentList .itemLeft {
	width:340px;
	float:left;
	position:relative;
	margin:0px 0px 15px 0px;
}
.parentList .itemRight {
	width:340px;
	float:left;
	position:relative;
	margin:0px 0px 15px 20px;
}
.parentList .itemBox {
	height:185px;
	overflow:hidden;
}
.contentBox .item p {
	margin:0px;
}
.newsList {
	color: #3366cc;
}
.newsList .item p {
	margin: 0px 0px 20px 0px;
	padding: 0;
}
.contentLinks {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
.contentLinks li {
	margin: 10px 0px 0px 0px;
}
.contentLinks li a {
	color: #3366cc;
}
#footer {
	margin: 10px 0px 0px 0px;
	color: #ff9900;
	font-size: 9px;
	width:950px;
}
#footerLeft {
	width:210px;
}
#footerRight {
	width:530px;
	padding:0px 210px 0px 0px;
}
.footerLinks {
	width: 530px;
	text-align: center;
	float:left;
	position:relative;
}
.footerLinks span a {
	color: #ff9900;
}
.footerLinks .actions {
	float: right;
	position: relative;
	padding: 0px 5px;
	color: black;
	font-weight: bold;
}
.footerLinks .actions ul {
	right: 0px;
	bottom: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
}
.footerLinks .actions:hover ul {
	display: block;
}
.footerLinks .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	margin: 0px 0px 0px -10px;
	padding: 3px 5px;
	background:none;
	border:none;
}
.footerLinks .actions a {
	color: black;
}
#disclaimer {
	margin: 0px;
	padding: 0px;
	width: 530px;
	text-align: center;
}
.parentList .item label {
	font-weight:normal;
	color:#ff9900;
}
.directoryDetails {
	padding:0px;
	margin:0px;
	display:inline-block;
}
.imageGallery {
	width:700px;
	float:left;
	margin:10px 0px;
}
.imageGallery .item {
	float:left;
	position:relative;
	padding:0px 8px 8px 0px;
}
.imageGallery .item .itemImage {
	width:100px;
	height:75px;
}
.fullImage {
	width:650px;
	height:650px;
}
.pager {
	width:100%;
}
.pager td {
	width:33.3%;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}
#contactUsContent {
	width:700px;
}
#contactUsLeft {
	width:350px;
}
#contactUsRight {
	width:350px;
	text-align:right;
}
.smallButton a {
	display:inline-block;
	padding:5px 15px;
	color:white;
	font-size:1.1em;
	font-weight:bold;
	background-color:#ff9900;
}
.green {
	color:#339966;
	font-size:1.1em;
}
.red {
	color:#CC3300;
	font-size:1.1em;
}
.blue {
	color:#3366CC;
	font-size:1.1em;
}
.black {
	color:black;
}

h4 {
	color:#339966;
	font-size:1.1em;
	padding:0px;
	margin:0px;
	display:inline;
}
h5 {
	color:#CC3300;
	font-size:1.1em;
	padding:0px;
	margin:0px;
	display:inline;
}
h6 {
	color:#3366CC;
	font-size:1.1em;
	padding:0px;
	margin:0px;
	display:inline;
}
strong {
	color:black;
}
.pageActions, .contentBox p.actions {
	padding:5px;
	border:1px black solid;
	display:inline-block;
	margin:5px 0px;
}
.pageActions a, .contentBox p.actions a {
	color:#ff7d00;
}
.successMessage {
	background-color:#BBFFA4;
	padding:5px;
	display:block;
	margin:0px 0px 5px 0px;
	font-size:1.1em;
}
.errorMessage {
	background-color:#FFA4A4;
	padding:5px;
	display:block;
	margin:0px 0px 5px 0px;
	font-size:1.1em;
}
.downloadSection {
	width:700px;
	padding:10px 0px;	
}
.downloadSection .default_column {
	width:330px;
	padding:0px 10px;
}
.downloadSection .formSection .formLabel {
	display:block;
	float:left;
	width:100px;
}
.downloadSection .narrowTextBox {
	width:100px;
}
.downloadSection .mediumTextBox {
	width:200px;
}
.downloadButton {
	display:block;
	float:left;
	padding:5px 15px;
	color:white;
	font-weight:bold;
	font-size:1.1em;
	background-color:#ff7d00;
}
.downloadList {
	width:700px;
	margin:10px 0px;
}
.downloadList .headerStyle {
	padding:3px;
	background-color:#ff7d00;
	color:white;
	font-weight:bold;
	text-align:left;
}
.downloadList .row {
	border-bottom:1px #ff7d00 solid;
	padding:3px;
}
.downloadList .row:hover {
	background-color:#FFDBB7;
}
.downloads {
	width:700px;
}
.downloads .download {
	width:213px;
	padding:10px;
	text-align:center;
	margin:0px 0px 10px 0px;
}
.downloads .download h2 {
	padding:3px;
	background-color:#ff7d00;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
.downloads .download h2 a {
	color:white;
}
.downloads .download .image {
	width:211px;
	height:215px;
	overflow:hidden;
	border:1px #ff7d00 dashed;
}


