﻿
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #76888C;
}

h1, h2, h3 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#C0C0C0;
}

h1 {
	font-size:18pt;
	}

h1, h2 {
	font-weight: normal;
}


h2.h2-style1 {
	margin: 0px;
	font-size: 30px;
	letter-spacing: -2px;
}

h2.h2-style2, h2.h2-style3 {
	height: 26px;
	margin-bottom: 30px;
	padding: 0px 0px 0px 37px;
	letter-spacing: -1px;
	font-size: 20px;
}

h2.h2-style4 {
	height: 26px;
	margin-bottom: 30px;
	padding: 0px 0px 0px 50px;
	letter-spacing: -1px;
	font-size: 14px;
}

h2.h2-style5 {
	height: 26px;
	margin-bottom: 30px;
	padding: 0px 0px 0px 50px;
	letter-spacing: -1px;
	font-size: 14px;
	color:maroon
}
h2.h2-style6 {
	height: 26px;
	margin-bottom: 30px;
	padding: 0px 0px 0px 50px;
	font-size: 18px;
}

h2.h2-style7 {
	font-size: 16px;
}

h2.h2-style2 {
	background: url(images/homepage21.jpg) no-repeat left top;
}

h2.h2-style3 {
	background: url(images/homepage11.jpg) no-repeat left top;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #4E86A0;
}

h3.h3-style1 {
	margin-bottom: 30px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #52777C;
}

h3.h3-style2 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	font-size: 10px;
	color: #4E86A0;
}

h3.h3-style4 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-size: 12px;
	color: #4E86A0;
}

h3.h3-style3 {
	font-size: 16px;
	letter-spacing: -1px;
	color: #52777C;
	text-align:center;
	margin-bottom: 10px;
}

h3.h3-style3-1 {
	font-size: 16px;
	letter-spacing: -1px;
	color: #52777C;
	text-align:center;
	margin-bottom: 10px;
}

h3.h3-style6 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-size: 12px;
	color: #4E86A0;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 22px;
	line-height: 20px;
	text-align: justify;
}

dl.dl-style1 {
	margin: 0px;
	padding: 0px;
}

dl.dl-style1 dt {
	float: left;
	width: 71px;
	height: 17px;
	margin-top: 15px;
	padding: 2px 0px 0px 6px;
	background: url(images/homepage12.gif) repeat-x left top;
	color: #4E5F63;
}

dl.dl-style1 dt.first {
	margin-top: 0px;
}

dl.dl-style1 dd {
	margin: 0px;
	padding: 15px 0px 15px 90px;
	border-top: 1px solid #CCDFE3;
}

dl.dl-style1 dd.first {
	padding-top: 0px;
	border: none;
}

.ul-style1 {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
}

.ul-style1 li {
	padding: 10px 0px;
	border-top: 1px solid #CCDFE3;
}

.ul-style1 li.first {
	padding-top: 0px;
	border: none;
}

strong {
	color: #484F50;
}

a {
	color: #9DAB43;
}

a:hover {
	text-decoration: none;
}

a img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	/**height: 79px;*/
	/**width: 205px;*/
}

img.border {
	padding: 2px;
	border: 1px solid #B3CACF;
	}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 20px;  /*just added*/
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
/**  display: none; */
hr {
	width:90%;
	color: #717F6B;
}

/** WRAPPER */

#wrapper 
{
	background: url(images/bg02.jpg) repeat-x left top;
}

.container {
	width: 1200px;
	margin: 0px auto;
}
.container2 {
	width: 900px;
	margin: 0px auto;
}
.border-bottom {
	border-bottom: 5px solid #FFFFFF;
}

.border-left {
	border-left: 5px solid #FFFFFF;
}

.no-border {
	border: none !important;
}

/** HEADER */

#header {
	height: 122px;
	background: url(images/bg03.jpg) no-repeat right top;
}

/** SEARCH */

#search {
	float: right;
}

#search form {
	margin: 0px;
	padding: 76px 0px 0px 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
	border: none;
	background: none;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

input#search-input-text {
	width: 170px;
	height: 21px;
	padding: 5px 5px 0px 5px;
	background: url(images/homepage02.gif) no-repeat left top;
}

input#search-input-submit {
	width: 60px;
	height: 26px;
	margin-left: 10px;
	background: url(images/homepage03.jpg) no-repeat left top;
	color: #FFFFFF;
}

/** MENU */

#menu {
	height: 37px; /*37*/
	background: url(images/homepage04.gif) repeat-x left top;
}

#menu ul 
{
	padding: 0px;
	list-style: none;
	line-height: normal;
	height: 36px; 
}

#menu li {
	float: left;
	height: 36px; /*31*/
	padding: 3px 6px 6px 6px;
	width: 75px;
}

#menu li.first {
	padding-left: 10px;
	/*background: url(images/homepage05.gif) repeat-y left top;*/
}

#menu a {
	text-decoration: none;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	background: url(images/bg04.jpg) repeat-y left top;
}

#page-bg-top {
	padding: 5px 25px;
	background: url(images/bg05.jpg) no-repeat left top;
}

.single #page {
	background-image: url(images/subpage2_01.jpg);
}

.single #page-bg-top {
	background-image: url(images/subpage2_02.jpg);
}

.second #page {
	background-image: url(images/subpage2_01.jpg);
}

.second #page-bg-top {
	background-image: url(images/subpage2_02.jpg);
}

/** CONTENT */

#content 
{
	padding-top:10px;
	float:left;   /** right */
	background: url(images/homepage07.gif) no-repeat left top;
}

.single #content {
	background: none;
}

.second #content {
	background: none;
	margin-left:40px
}

/** SIDEBAR */

#sidebar {
}

/** LOGIN */

#login {
}

#login .content {
	height: 131px;
	width: 176px;
}

#login form {
	margin: 0px;
	padding: 0px;
}

#login fieldset {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	margin: 0px;
	padding: 0px;
	height: 113px;  
}

#login .input-text {
	border-style: none;
	/** border-color: inherit; 
	border-width: medium; */
	width: 195px;
	height: 28px;
	padding: 7px 5px 0px 5px;
	background: url(images/homepage20.gif) repeat-x left top;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #76888C;
}

#login .input-submit {
	float: right;
	width: 60px;
	height: 26px;
	background: url(images/homepage03.jpg) no-repeat left top;
	border: none;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#login ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#login li {
	margin-bottom: 10px;
	height: 28px;
	width: 195px;
}

#login a {
	float: left;
	padding-top: 5px;
	height: 2px;
	width: 132px;
	margin-left: 0px;
}

/** FOOTER */

#footer {
	height: 110px;
	background: url(images/bg06.jpg) no-repeat left top;
	color: #889598;
}

.single #footer {
	background-image: url(images/subpage2_03.jpg);
}

.second #footer {
	background-image: url(images/subpage2_03.jpg);
}

#footer p {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
}

#footer .legal {
}

#footer .links {
}

/** BOX STYLE COMMON */

.box-style1 .title, .box-style2 .title, .box-style3 .title {
	height: 24px;
	margin: 0px;
	padding: 12px 0px 0px 40px;  /** original 12,0,0,40  **/
	border-bottom: 6px solid #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
}

.box-style1 .content, .box-style2 .content, .box-style3 .content {
	padding: 0px 30px 10px 40px;   /** original 0 30 10 40  **/
	background: url(images/homepage16.gif) no-repeat left top;
	border-bottom: 5px solid #FFFFFF;
}

/** BOX STYLE 1 */

.box-style1 .title {
	background: url(images/homepage17.jpg) no-repeat left top;
	width: 209px;
}

/** BOX STYLE 2 */

.box-style2 .title {
	background: url(images/homepage18.jpg) no-repeat left top;
}

/** BOX STYLE 3 */

.box-style3 .title {
	background: url(images/homepage19.jpg) no-repeat left top;
}


/** BOX1 */

#box1 {
	padding: 40px;
	width: 795px;  /*798*/
	margin-right: 0px;
	float:left;
	margin-left: 0px;
}

/** BOX2 */

#box2 {
	width: 265px;
	float: left;
	padding: 0px 0px 0px 40px;
}

/** BOX3 */

#box3 {
	width: 260px;
	float: left;
	padding: 0px 0px 0px 35px;
}

#box6 {
	width: 260px;
	float: left;
	padding: 0px 0px 0px 0px;  /* 0.0.0.35 */
}

/** BOX7 */

#box7 
{
	width: 220px;
	float: right;
	padding: 2px 30px 2px 0px;
	
}

/** BOX8 */

#box8 
{
	width: 900px; /*900*/
	float: left;
	padding: 30px 30px 30px 50px; /** 30 30 0 50 */
}

/** BOX9 */

#box9 
{
	width: 800px;
	float: right;
	padding: 30px 50px 0px 10px;
}
/** BOX10 */

#box10 {
	padding: 40px;
	width: 530px;
	margin-right: 0px;
	float:left;
}
/** BOX11 */
#box11 {
	width: 260px;  /* 250px */
	float: right;
	padding: 0px 0px 0px 0px;  /* 0.0.0.35 */
}
#box12 {
	width: 250px;
	float: right;
	padding: 0px 0px 0px 0px;  /* 0.0.0.35 */
}
.maroon9 
{
	font-family: Cambria;
	font-size:9px;
	color:Maroon;
}

fieldset
{ 
	padding: 25px 25px 25px 25px;
}

legend
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#181D82;
}

td.title, legend.title
{
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#181D82;
}
.fmaroon8 
{
	color:maroon;
	font-size:8pt;
	font-family:Tahoma;	
}

.fmaroon10 
{
	color:maroon;
	font-size:10pt;
	font-family:Tahoma;	
	font-weight:bold;
}
.blue10 
{
	color:#00137F;
	font-size:10pt;
	font-family:Tahoma;
}
.blue9 
{
	color:#00137F;
	font-size:9pt;
	font-family:Arial;
}
.red8 
{
	font-size:8pt;	
	font-family:Verdana;	
	font-weight:normal;
	color:Red;
}
.red9 
{
	font-size:9pt;	
	font-family:Verdana;	
	font-weight:normal;
	color:Red;
}
.red10 
{
	font-size:10pt;	
	font-family:Verdana;	
	font-weight:normal;
	color:Red;
}
.red12 
{
	font-size:12pt;	
	font-family:Verdana;	
	font-weight:bold;
	color:Red;
}
.title2    
{
	font-size:16pt;	
	font-family:Verdana;	
	font-weight:bold;
	color:teal;
}
.title3    
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #76888C;
}
table 
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #76888C;
}
span.style3 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	color: #52777C;
	text-align:center;
	vertical-align:middle
}