﻿body { font-family: Arial; font-size: 11pt; color: #454545; background-color: #ffffff; margin: 0px; line-height: 22px; background-image:url('images/design/bg-x.jpg'); background-repeat:repeat-x }


/*-----------------------------------------------------------Elements-------------------------------------------------------------------------------------------------------------------------------*/



a {	color: #1d618a; text-decoration:none}
a:active {color: #1d618a; text-decoration:none}   
a:visited {color: #1d618a; text-decoration:none}
a:hover {color: #ba9c69; text-decoration:underline}

ul, li {line-height:25px}
img {border-width: 0px; }

h1 { font-family: "Trebuchet MS"; font-style: italic; font-size: 14pt; }
h2 {font-size:14pt; color:#918980;}
h3 { font-size:12pt; color:#1564a7; }


input, textarea { padding: 5px;background-color: #fff; font-size: 10pt; color: #151515; font-family: Arial, Helvetica, sans-serif; border: 1px solid gray;
                  resize: none;
                }

.submit { background: #1564a7;   	 cursor:pointer; width: 82px; height: 33px; border: none; color: #fff}

.AJXCSSMenuFVVNTRA a {
	padding-top:14px !important;}

/*-----------------------------------------------------------ids (mainly for dwt file)-------------------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	 width:100%; background-image:url('images/design/design.jpg'); background-position: center top; background-repeat:no-repeat
}

#top { width: 100%; min-width:1024px}

#nav { width: 100%;}

#header { width: 100%; min-width:1024px}

#middle { width: 100%; padding-top:50px; background-color:#ffffff}

#footer { width: 100%; font-size:10pt; min-width:1024px; padding-top:50px; background-color:#ffffff } 
#footer a { color: #454545; font-size:10pt} 
#footer a:hover { color: #ba9c69; font-size:10pt}



/*-----------------------------------------------------------Classes-------------------------------------------------------------------------------------------------------------------------------*/

.AJXCSSMenuWXHAabB li a {
	padding-top:13px
}

.active { width: 1024px; margin-left: auto; margin-right: auto; table-layout: fixed  }
.table { width: 100%; margin-left: auto; margin-right: auto; table-layout: fixed }

.medium {
	font-size:14pt; color:#918980; line-height:22pt; margin-top:25px; margin-bottom:32px
}
.large-font { font-family:Georgia;	font-size:14pt;	font-style:italic }
.small-font{	font-family: Arial; font-size: 10pt; line-height: 20px; margin-right:10px} 
.margin {margin:10px}
.center {text-align:center}
.right {text-align:right}
.hover img:hover { opacity:0.7 }

.image_border { border: 3px solid #ffffff; margin: 7px;	-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;

		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#b0b0b0')";

		/* For IE 5.5 - 7 */

		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#b0b0b0') }
 
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
 
.fade:hover {opacity: 0.6;}

@charset "utf-8";
/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2009-2013 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenuWXHAabB {position:relative;z-index:100;text-align:right;}
.AJXCSSMenuWXHAabB ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;height:40px;}
* html .AJXCSSMenuWXHAabB ul {display:inline;}
*+html .AJXCSSMenuWXHAabB ul {display:inline;}
.AJXCSSMenuWXHAabB li {float:left;margin:0;}
.AJXCSSMenuWXHAabB a {display:block;float:left;height:40px;white-space:nowrap;overflow:hidden;padding:0 0 0 20px;font:bold 15px Arial,Helvetica,sans-serif;line-height:40px;text-decoration:none;text-transform:uppercase;text-align:left;color:#cbbdac;}
.AJXCSSMenuWXHAabB a span {display:block;padding:0 20px 0 0;}
.AJXCSSMenuWXHAabB li:hover a,.AJXCSSMenuWXHAabB .ajxover a,.AJXCSSMenuWXHAabB .ajxover a.ajxtcur {color:#ffffff;background:#765f44;}
.AJXCSSMenuWXHAabB li:hover a span,.AJXCSSMenuWXHAabB .ajxover a span,.AJXCSSMenuWXHAabB .ajxover a.ajxtcur span {background:none;}
.AJXCSSMenuWXHAabB li a.ajxtcur {color:#ffffff;background-color:#765f44;}
.AJXCSSMenuWXHAabB img {position:fixed;left:0;top:0;width:0;height:0;z-index:-1;display:none;}
.AJXCSSMenuWXHAabB li.tsub:hover ~ li img {width:100%;height:100%;display:block;}
.AJXCSSMenuWXHAabB br {clear:both;height:0;font-size: 1px;line-height: 0px;}
