/*reset all styles reset made lighter------------------------------------------------------------------------- */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,object { 
	margin:0;
	padding:0;
    font-family:'Trebuchet MS', Helvetica, Arial, sans-serif;
    color:#808080;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/*start general styles------------------------------------------------------------------------------------------------- */ 
body{
    background: #fff;
    overflow-x: hidden;
    font-size:13px;
}
textarea{
    font-size:13px;
}
img.imgright{
   position:relative;
   float:right;
   margin:5px 0 5px 15px; 
}
p{
    margin:0 0 10px 0;
}
img.imgleft{
   position:relative;
   float:left;
   margin:5px 15px 5px 0; 
}
.center{
    text-align:center;
}
h1{
    font-size:18px;
    font-weight: bold;
    margin-bottom:15px;
    display:block;
    line-height:30px;
    color:#fff;
    background:#9ba9cf;
    padding:0 20px;
}
h2{
    font-size:16px;
    margin-bottom:15px;
    font-weight:bold;
    color:#8984AA;
}
h3{
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}
h4{
    font-size:13px;
    font-weight:bold;
    font-style: italic;
    margin-bottom:10px;
}
h5{
    font-size:13px;
    font-style: italic;
    color:#8984AA;
    margin-bottom:10px;
}
h6{
    font-size:12px;
    font-weight:bold;
    color:#D3E7AB;
    margin-bottom:10px;
}
a{
    color:#6C5FAF;
    text-decoration:none;
}
a:hover{
    color:#000;
}
hr{
    height:1px;
    border:none;
    background:none;
    border-top: dashed 1px;
    margin:10px 0;
}
.hidden{
    visibility: hidden;
}
.leftrelative{
    position:relative;
    float:left;
}
.rightrelative{
    position:relative;
    float:right;
}
.bold{
    font-weight:bold;
}
.italic{
    font-style: italic;
}
.normal{
    font-style: normal;
    font-weight: normal;
}
.underline{
    text-decoration: underline;
}
.purple{
    color:#8984AA;
}
.green{
    color:#A9C16D;
}
.center{
    text-align:center;
}
.small{
    font-size: 10px;
}
/*layout------------------------------------------------------------------------------------------------- */
div#map_canvas{
    width: 465px; 
    height:325px;
    position:relative;
    float:right;
}
div#wrap{
    margin:20px auto;
    width:950px;
    position:relative;
}
div#wave-r, div#wave-l{
    overflow: hidden;
    position:absolute;
    width:806px;
    height:472px;
}
div#wave-l{
    background: url(../images/wavel.png) no-repeat;
	margin-left: -806px;
}
div#wave-r{
    background: url(../images/waver.png) no-repeat;
	margin-right: -806px;
    right:0;
}
div#top{
    width:950px;
    background: url(../images/top-bl.png) no-repeat;
    padding:117px 0 0 0;
}
/*menu*/
div#menu{
    height:30px;
    background: url(../images/top-border.png) repeat-y;
    padding:0 10px;
    font-size:14px;
}
div#menu li{
    display: block;
    position:relative;
    float:left;
    height:30px;
}
div#menu li.active, div#menu li:hover{
    background:url(../images/umenu.png) bottom left repeat-x;
}
div#menu li a{
    display: block;
    line-height:15px;
    padding:0 20px;
    border-right: 2px #858683 solid;
    color:#858683;
}
div#menu li.last a{
    border-right: none;
}
div#menu li a:hover, div#menu li.active a {
    color:#000;
}
/*banner area*/
div#banners{
    width:950px;
    background: url(../images/top-border.png) repeat-y;
    margin:-10px 0 0 0;
}
div#bbb,div#bbt{
    height:10px;
    width:930px;
    margin:0 10px;   
} 
div#bbt{
    background: url(../images/bb.png) no-repeat;
}
div#bbb{
    background: url(../images/bb.png) no-repeat bottom;
   /* margin-top:-4px;*/
}
div#banners-content, div#banners object{
    margin:0 10px;
}
/*bread crumbs*/
div#breadcrums{
    margin:0 20px;
    height:23px;
    font-size:11px;
}
span.B_crumbBox span{
    margin:0 10px;
}
span.iam{
    font-weight:bold;
    margin: 0 0 0 10px;
}
span.B_crumbBox span.B_currentCrumb{
    font-weight:bold;
    margin:0;
}
/*content*/
div#content{
    background: url(../images/content-border.png) repeat-y;
    width:930px;
    padding:20px 10px;
    position:relative;
    float:left;
}
div#content-left{
    width:665px;
    position:relative;
    float:left;
    margin:0 20px 0 20px;
}
div#content-left ul{
    margin:15px 0;
}
div#content-left ul li{
    margin:5px 35px;
    list-style: disc;
}
div#content-left ol{
    margin:15px 0;
}
div#content-left ol li{
    margin:5px 35px;
    list-style: decimal;
}
div#content-left blockquote{
    margin: 15px;
    background: #9BA9CF;
    border:#D3E7AB 1px solid;
    color:#fff;
    padding:20px;
}
div#content-left blockquote.green{
    margin: 15px;
    background:#D3E7AB ;
    border:#9BA9CF 1px solid;
    color:#000;
    padding:20px;
}
div#content-left table{
    width:100%;
    border:#8984AA 1px solid;
    text-align:center;
    margin:10px 0;
}
div#content-left table th{
    background:#9BA9CF;
    color:#fff;
    padding:10px;
}
div#content-left table tr td{
    background:#D3E7AB;
    padding:5px;
}
div#content-left table tr.altrow td{
    background:#E7F7D2;
    padding:5px;
}
div#content-left object{
    margin:5px;
}
div#content-left div.ditto_summaryPost{
    padding:0 0 10px 0;
    margin:10px 0;
    border-bottom:1px dashed #808080;
}
div#content-left p.ditto_link{
    margin:10px 0 0 0;
}
div#content-right{
    width:205px;
    position:relative;
    float:left;
    margin:0 20px 0 0;
    text-align: justify;
}
div.rightboxi {
    border-bottom:1px dashed #808080;
    padding:5px 0 0 0;
}
div#content-right h2{
    font-size:14px;
    border-bottom:1px dashed #808080; 
    color:#000;
    text-transform: uppercase;
    margin:20px 0 5px 0;
    font-weight: bold;
}
div#content-right h3{
    font-size:12px; 
    color:#000;
    margin:0 0 5px 0;
    font-weight: bold;
    list-style: circle;
}
div#content-right h3 a{
    color:#000;
}
div#content-right h3 a:hover{
    color:#6C5FAF;
}
div.rightboxi img.imgleft{
   margin:5px 5px 5px 0; 
}
p.ditright{
    margin-left:14px;
    font-size: 12px;
}
/* EmailForm */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }
#EmailForm fieldset {
    border: none;
}
#EmailForm legend {
	display: none;
}
#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	padding: 0 0 9px;
}
#EmailForm input {
	display: block;
	margin-top: 3px;
}
#EmailForm select {
	float: left;
	display: block;
}
#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
}
#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #6C5FAF;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #6C5FAF;
    color:#D3E7AB;
    cursor:pointer;
    padding:1px 3px;
}
#EmailForm input.button:hover {
	background-color: #D3E7AB;
    color:#6C5FAF;
}
#EmailForm label input {
	position: inherit;
	left: auto;
}
/*email validation*/
div.errors{ color:#F00; }
#EmailForm .invalidValue{ background: #E7F7D2; border:1px solid #F00; }
#EmailForm .requiredValue{ background: #E7F7D2; border:1px solid #F00; }
/*footer*/
div#footer{
    background:url(../images/footer-border.png) no-repeat;
    width:930px;
    padding:0 10px;
    position:relative;
    float:left;
    height:50px;
    margin:0 0 70px 0;
}
/*footer menu*/
div#footer ul{
    margin:12px 0 0 0;
    font-size:11px;
}
div#footer li{
    display: block;
    position:relative;
    float:left;
    height:50px;
}
div#footer li a{
    display: block;
    line-height:12px;
    padding:0 18px;
    border-right: 1px #858683 solid;
    color:#858683;
}
div#footer li.last a{
    border-right: none;
}
div#footer li a:hover, div#footer li.active a {
    color:#000;
}
/*accordion faq*/
#faq a.head {
	cursor:pointer;
    font-weight:bold;
    line-height:15px;
}
#faq li {
	list-style: decimal; 
    margin:10px 0 10px 20px;
}
/*tooltips*/
.tip{
    cursor: pointer;
}
#tooltip {
	background: url(../images/tip.png) no-repeat;
	border: none;
	width: 220px;
	padding:20px;
	height: 135px;
    position:absolute;
}
#tooltip div { 
     margin: 0;
    width: 220px; 
    text-align: left; 
}
#tooltip h3 {
    margin: 0 0 5px 0;
	font-size: 12pt;
	width: 220px;
	text-align: center;
    color:#938cc1;
}
#tooltip.viewport-right {
	background: url(../images/tip-reverse.png) no-repeat;
}
/*tabs*************************************************************************/
/* root element for tabs  */
div#content-left ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;		
	height:30px;
}
/* single tab */
div#content-left ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none; 
    list-style:none; 
	border-bottom:1px solid #9BA9CF;    
}
/* link inside the tab. uses a background image */
div#content-left ul.tabs a { 
	background: url(../images/tabs.png) no-repeat -420px 0;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#fff;
    font-weight: bold;
    font-size:14px;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}
div#content-left ul.tabs a:active {
	outline:none;		
}
/* when mouse enters the tab move the background image */
div#content-left ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#000;	
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
div#content-left ul.tabs a.current, div#content-left ul.tabs a.current:hover, div#content-left ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000;
}
div#content-left ul.tabs a.current{
    color:#fff;
}
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
div#content-left ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
div#content-left ul.tabs a.s:hover 	{ background-position: -553px -31px; }
div#content-left ul.tabs a.s.current  { background-position: -553px -62px; }
/* width 2 */
div#content-left ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
div#content-left ul.tabs a.l:hover 	{ background-position: -248px -31px; }
div#content-left ul.tabs a.l.current  { background-position: -248px -62px; }
/* width 3 */
div#content-left ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
div#content-left ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
div#content-left ul.tabs a.xl.current { background-position: 0 -62px; }
/* initially all panes are hidden */ 
div#content-left div.panes div.pane {
	display:none;		
}
div#content-left div.panes div {
	display:none;		
	padding:15px 10px;
	border-top:0;
	font-size:14px;
	background-color:#fff;
}
/* Fixes for RichText widgets------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}
.MODX_RichTextWidget a {
	border: 0px;
}

div#map{
    width:665px;
    height:464px;
    position:relative;
    float:left;
}
div#copyright span, div#logocontrol{
    visibility: hidden;
}
