@charset "utf-8";
/* CSS Document */

/* MAIN LAYOUT CONFIGURATION */
body {
	background-image: url(/images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family:"Arial", Helvetica, sans-serif;
	color:#262626;
	font-size:14px;
	behavior: url("includes/inc.csshover.htc");
}
a, a:visited  {color:#0d385a;}
p, h1, h2, h3 {margin:0; padding: 0;}
#external {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}

a:hover {color:#2b738e;}
a:visited {text-decoration:none;}

#wrapper {
	float: left;
	width: 960px;
}
#header {
	background-color: #0d385a;
	background-image: url(/images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 960px;
	height: 196px;
	position:relative;
	
}
#logo {
	padding:30px 0 0 40px;
	float:left;
}
#contact-header {
	float:right;
	padding-right:40px;
	color:#b8b999;
	font-size:12px;
	padding-top:87px;
}
#contact-header h1 {
	font-size:16px;
	font-weight:normal;
	color:#d0d28a;
	font-style: italic;
}
#photo {font-size:1px;}
#container-home {
	background-image: url(../images/bg-container.gif);
	background-repeat: repeat-y;
	background-position: 230px top;
	float: left;
	width: 960px;
	padding-top:35px;

}
#container {
	background-image: url(../images/bg-container-gral.gif);
	background-repeat: repeat-y;
	background-position: 230px; top;
	float: left;
	width: 960px;
	padding-top:35px;

}
#leftnav {float:left;width:195px; padding: 0 20px 0 15px;}
#leftnav ul { list-style:none; padding:0; margin:0;}
#leftnav ul li {
	padding:8px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}
#leftnav ul li a, #leftnav ul li {color:#4c5622; font-size:12px;} {color:#4c5622; font-size:12px;}
#rightnav {float:left; width:190px; padding: 0 20px 0 20px; } 
#rightnav p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 12px;
	color: #858585;
	padding:10px 0;
}
#rightnav p a {color: #858585; text-decoration:none;}
#rightnav p a:hover {text-decoration:underline;}
#rightnav p#readmore {border:none; font-size:11px;}
#rightnav p#readmore a {display:block; padding: 2px 8px; background-color:#452610;float:left; color:#fff; text-decoration:none;}
#rightnav p#readmore a:hover {background-color:#810220;}
#rightnav p span {color:#67684d; font-weight:bold;} 
#leftnav h1, #rightnav h1 {color:#452610; font-weight:normal; font-size:17px; padding-top:7px; padding-bottom:7px;}
#body-home {float:left; width:455px; padding-left:30px; padding-right:15px;}
#body {float:left; width:685px; padding-left:30px; padding-right:15px;}
#body  h1, #body-home h1 {font-size:23px;}
#body  h1 a , #body-home h1 a  { text-decoration:none;}
#body li {padding:2px 0;}
#body h2, #body-home h2 {color:#0D385A; font-size:16px;  padding-top:15px;}
#body p, #body-home p {padding-top:20px;}

#pre-footer-home {
	background-image: url(../images/bg-prefooter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 88px;
	width: 960px;	

}
#pre-footer {
	background-image: url(../images/bg-pre-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 88px;
	width: 960px;
}
#footer {
	background-color: #0d385a;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	float:left;
	width:960px;
	color: #cacbad;
	font-size:12px;
	padding:25px 0 ;
}
#footer p  {clear:both;}
#footer a {color: #cacbad; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer div {
	font-size:13px;
	margin:0 auto;
	width:340px;
}
#footer div ul {float:left; display:block; list-style:none; margin:0; padding:0;}
#footer div ul li {float:left;}
#footer div ul li a { display:block; padding:0 10px; border-right: 1px solid #cacbad; }
#footer div ul li ul {display:none;}

#footer p {padding:10px 0;}

.img {float:left; margin: 0 15px 10px 0; border:2px solid #0D385A;}

p#dis {font-size:10px;color:#5187b1;}

/* THIS IS THE MENU 
---------------------------------------------------------*/
#menu {
	float:left;
	margin: 40px 20px 0 20px;
	width:920px;
	background-image: url(../images/bg-menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:12px;
	position:absolute;
	top:99px;
	left:0px;
	z-index:9999;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding: 0;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-image: url(../images/bg-btn-menu.gif);
	background-repeat: repeat-y;
	background-position: right top;
	
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	border-bottom: 8px solid  #fff;
	
	}

/* Sometimes Needed to Change Internet Explorer Hover */
/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #ded37b;
	background-color: #000000;
	background-image: none;
	border-bottom: 8px solid  #2d638e;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {	
	position: relative;
	color: #fff;
}




/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 211px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	border-bottom: 1px solid #869cad;
}

/* Added specifically for Internet Explorer */

#menu ul li ul li,
#menu ul li.more ul li {
	width: 211px;
	background: #2d638e;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 8px 0px 8px 10px;
	width: 200px;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border-left: 1px solid #869cad;
	border-right: 1px solid #869cad;
	border-top: 1px solid #869cad;
	border-bottom:none;
	float: none;
}

#menu ul li ul li:hover { 
	
}

#menu ul li ul li a:hover {
	color: #ded37b;
	background: #000;
	border-top: 1px solid #869cad;
	border-left: 1px solid #869cad;
	padding: 8px 0px 8px 10px;
	border-bottom:none;
}

#menu ul li ul li:hover > a {
	color: #ded37b;
	background: #000;
	border-top: 1px solid #869cad;
	border-left: 1px solid #869cad;
	padding: 8px 0px 8px 10px;
	
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 211px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 211px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */

