/*This is where you configure the margins and background settings for all pages in the site*/
/*------------------------------------------------------------------------------------------------------*/
@charset "UTF-8";
body {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	font: 100%;
	height: 100%;
	width: 100%;
	/*
	background-image: url(/images/ttpbg.jpg);
	*/
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #C7C49B;
}
.serif {
	font-family: 'Sorts Mill Goudy', serif;
	letter-spacing: 1px;
}
.clearall {
	clear: both;
	height: 1px;
}
#wrapper {
	width: 920px;
	height: auto;
	min-height: 1200px;
	margin: 0 auto;
	padding: 0;
}
h1 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 2px 1px #000000;
	font-weight: normal;
	margin: 25px 0 0 25px;
	color: #fff;
	float: left;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 30px 25px 0 0;
	text-shadow: 2px 1px #000000;
	color: #fff;
	float: right;
}
p {
	font-size: 13px;
	line-height: 20px;
	color: #000;
}
#sidebar p {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}
a:link, a:visited, a:hover, a:active {
	color: #e4a719;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
}
#header {
	width: 880px;
	height: 80px;
	background-image: url(/images/logo.header.png);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0 auto;
}
#header img {
	float: right;
	margin: 23px 15px 0 0;
}
#slider {
	width: 500px;
	height: 223px;
	margin: 30px 0 15px 55px;
	border: 10px #525365 solid;
	-moz-box-shadow: 0px 0px 20px 0px #000000;
	-webkit-box-shadow: 0px 0px 20px 0px #000000;
	box-shadow: 0px 0px 20px 0px #000000;
}
/* This is style for the menu, to keep everything in place */
#navmenu {
	width: 880px;
	margin: 0 auto;
	height: 57px;
	border-right: 0;
/*
	border-bottom: solid 5px #8C0000;
	background-color: #D90000;
*/
	background-color: #8FAD27;
	border-bottom: solid 5px #4F6307;

	-moz-box-shadow: 0px 0px 20px 0px #000000;
	-webkit-box-shadow: 0px 0px 20px 0px #000000;
	box-shadow: 0px 0px 20px 0px #000000;
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	display: inline-block;
}
.menu li, .menu ul a {
	position: relative;
}
.menu > li {
	float: left;
}
.menu li > a {
	display: block;
}
.menu ul {
	position: absolute;
	width: 175px;
}
.menu ul ul {
	top: 0;
	left: 125px;
}
.menu > li.floatr > ul {
	right: 0;
}
.menu > li.floatr > ul ul {
	left: -125px;
}
.menu li:hover > ul {
	display: block;
}
.navbar {
	height: 57px;
	text-transform: uppercase;
}
.navbar a {
	text-decoration: none;
}
.navbar > li > a {
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	line-height: 19px;
	padding: 21px 27px 17px 27px;
}
.navbar > li:hover > a {
	background-image: url(../images/navhighlight.png);
	background-position: center;
	background-repeat: no-repeat;
	border-left: none;
}
/* End of Navigation style */
#centercontent {
	width: 920px;
	height: 100%;
	overflow: hidden;
	margin: 0;
}
#maincontent {
	float: left;
	width: 590px;
	height: auto;
	min-height: 600px;
	margin: 20px 0 0 20px;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFCC4));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFCC4);
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFCC4);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFCC4);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFCC4);
	-moz-box-shadow: 0px 0px 20px 0px #000000;
	-webkit-box-shadow: 0px 0px 20px 0px #000000;
	box-shadow: 0px 0px 20px 0px #000000;
}
#maincontent .sectionheader {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 20px;
	padding: 10px 0 5px 25px;
	
/*
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009393), to(#00585F));
	background-image: -webkit-linear-gradient(right, #009393, #00585F);
	background-image: -moz-linear-gradient(right, #009393, #00585F);
	background-image: -ms-linear-gradient(right, #009393, #00585F);
	background-image: -o-linear-gradient(right, #009393, #00585F);
*/

	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8359BB), to(#60008C));
	background-image: -webkit-linear-gradient(right, #8359BB, #60008C);
	background-image: -moz-linear-gradient(right, #8359BB, #60008C);
	background-image: -ms-linear-gradient(right, #8359BB, #60008C);
	background-image: -o-linear-gradient(right, #8359BB, #60008C);
}
#maincontent .sectioncontent {
	line-height: 25px;
	color: #000;
	margin: 18px 20px 0 20px;
}
#maincontent .sectioncontent td {
	font-size: 13px;
}
#maincontent .servicesbox {
	float: left;
	width: 280px;
}
#maincontent ul {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
#sidebar {
	width: 260px;
	height: auto;
	float: right;
	margin: 20px 20px 0 0;
/*
	background-color: #009393;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009393), to(#009393));
	background-image: -webkit-linear-gradient(top, #009393, #009393);
	background-image: -moz-linear-gradient(top, #009393, #009393);
	background-image: -ms-linear-gradient(top, #009393, #009393);
	background-image: -o-linear-gradient(top, #009393, #009393);
*/

	background-color: #8359BB;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8359BB), to(#8359BB));
	background-image: -webkit-linear-gradient(top, #8359BB, #8359BB);
	background-image: -moz-linear-gradient(top, #8359BB, #8359BB);
	background-image: -ms-linear-gradient(top, #8359BB, #8359BB);
	background-image: -o-linear-gradient(top, #8359BB, #8359BB);
	
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	position: relative;
	z-index: 5;
	-moz-box-shadow: 0px 0px 20px 0px #000000;
	-webkit-box-shadow: 0px 0px 20px 0px #000000;
	box-shadow: 0px 0px 20px 0px #000000;
}
#sidebar img {
	margin: 15px;
}
#sidebar .sidebartitle {
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	padding: 10px 0 5px 15px;
/*
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009393), to(#00585F));
	background-image: -webkit-linear-gradient(right, #009393, #00585F);
	background-image: -moz-linear-gradient(right, #009393, #00585F);
	background-image: -ms-linear-gradient(right, #009393, #00585F);
	background-image: -o-linear-gradient(right, #009393, #00585F);
*/
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8359BB), to(#60008C));
	background-image: -webkit-linear-gradient(right, #8359BB, #60008C);
	background-image: -moz-linear-gradient(right, #8359BB, #60008C);
	background-image: -ms-linear-gradient(right, #8359BB, #60008C);
	background-image: -o-linear-gradient(right, #8359BB, #60008C);

}
#sidebar p {
	margin: 0 10px 0 15px;
}
#sidebar ul {
	font-size: 13px;
	line-height: 20px;
	list-style-type: none;
	margin-left: 20px;
	padding: 0;
}
#sidebar ul li {
	margin-bottom: 5px;
}
#sidebar ul li a {
	color: #fff;
	font-weight: normal;
}
#sidebar ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer {
	width: 880px;
	height: 107px;
	margin: 0 auto 0 auto;
/*
	background-color: #D90000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D90000), to(#8C0000));
	background-image: -webkit-linear-gradient(top, #D90000, #8C0000);
	background-image: -moz-linear-gradient(top, #D90000, #8C0000);
	background-image: -ms-linear-gradient(top, #D90000, #8C0000);
	background-image: -o-linear-gradient(top, #D90000, #8C0000);
*/
	background-color: #96BE0F;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#96BE0F), to(#4F6307));
	background-image: -webkit-linear-gradient(top, #96BE0F, #4F6307);
	background-image: -moz-linear-gradient(top, #96BE0F, #4F6307);
	background-image: -ms-linear-gradient(top, #96BE0F, #4F6307);
	background-image: -o-linear-gradient(top, #96BE0F, #4F6307);

	position: relative;
	z-index: 10;
	-moz-box-shadow: 0px 0px 20px 0px #000000;
	-webkit-box-shadow: 0px 0px 20px 0px #000000;
	box-shadow: 0px 0px 20px 0px #000000;
}
#footer p {
	font-size: 11px;
	color: #FFF;
	float: left;
	margin: 0 0 0 25px;
}
#footer img {
	float: right;
	margin: -60px 30px 0 0;
}
.footernav {
	margin: 20px 0 20px 15px;
	list-style: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	float: left;
	padding: 0;
}
.footernav li {
	float: left;
	color: #fff;
}
.footernav a {
	text-decoration: none;
	margin: 0 10px;
	color: #FFFFFF;
}

/*This is where you configure the look and feel of all body text within the site*/
/*Also, be sure to update the body style in "\code\dhtml\editor\css\fck_editorarea.css" if you want the editor to reflect this style*/
/*------------------------------------------------------------------------------------------------------*/
.tablemax {
	padding:0;
	height:100%;
	border:none;
}

/*This is where you configure the look and feel of all body text within the site*/
/*Also, be sure to update the body style in "\code\dhtml\editor\css\fck_editorarea.css" if you want the editor to reflect this style*/
/*------------------------------------------------------------------------------------------------------*/
table, .bodytext {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.bodytextsmall {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/*This is where you configure the look and feel of all form fields within the site*/
/*------------------------------------------------------------------------------------------------------*/
.fieldtext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

/*This is where you configure the look and feel of all administrative headings within the site*/
/*------------------------------------------------------------------------------------------------------*/
.headingtext {
	font-weight: bold;
	text-decoration: none;
	color: #424854;
}

/*This is where you configure the look and feel of the primary area nav links within the site*/
/*------------------------------------------------------------------------------------------------------*/

a.bodylinkprimary {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #333366;
	line-height: 16px;
}

a.bodylinkprimary:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #996600;
	line-height: 16px;
}

/*This is where you configure the look and feel of the secondary area nav links within the site*/
/*------------------------------------------------------------------------------------------------------*/
.bodylinksecondarybullet {
	color: #424854;
}

a.bodylinksecondary {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #424854;
}

a.bodylinksecondaryactive {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #B04D1C;
}

a.bodylinksecondary:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #B04D1C;
}

a.bodylinksecondaryactive:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #B04D1C;
}

/*This is where you configure the look and feel of the tertiary area nav links within the site*/
/*------------------------------------------------------------------------------------------------------*/
.bodylinktertiarybullet {
	color: #424854;
}

a.bodylinktertiary {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #424854;
}

a.bodylinktertiaryactive {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #B04D1C;
}

a.bodylinktertiary:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #B04D1C;
}

a.bodylinktertiaryactive:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #B04D1C;
}

/*This is where you configure the look and feel of the quinary area nav links within the site*/
/*------------------------------------------------------------------------------------------------------*/
.bodylinkquinarybullet {
	color: #424854;
}

a.bodylinkquinary {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #424854;
}

a.bodylinkquinaryactive {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #B04D1C;
}

a.bodylinkquinary:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #B04D1C;
}

a.bodylinkquinaryactive:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #B04D1C;
}

/*This is where you configure the look and feel of administrative links within the site*/
/*------------------------------------------------------------------------------------------------------*/
a.bodylinkadmin {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #B04D1C;
}

a.bodylinkadmin:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #B04D1C;
}

/*This is where you configure the look and feel of the sidebar system*/
/*------------------------------------------------------------------------------------------------------*/

.sidebar {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.sidebartext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

a.sidebarlink {
	text-decoration: underline;
	color: #B04D1C;
}

a.sidebarlink:hover {
	text-decoration: underline;
	color: #E38151;
}

a.footerlink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

a.footerlink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}

/*Horizontial Rule*/
/*------------------------------------------------------------------------------------------------------*/

hr {
	border: 0;
	height: 1px;
	color: #000000;
	background-color: #000000;
}

.formbutton {
	background-color: #5E5A5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	cursor:pointer;
}