@charset "UTF-8";
/* CSS Document 
 Reset and common fixes
----------------------------*/
p,li,ul,ol,#externalPanel h3,h2 {
margin:0;
padding:0;
}

a img {
border:none !important;
}

/* Hide
----------------------------*/
.access {
width:0;
height:0;
display:block;
position:absolute;
overflow:hidden;
border:none;
}

body,td,th,p,li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:18px;
color:#000;
}

body {
background:#c1c1a4 url(images/bg_body_center.gif) 50% 0 repeat-y;
margin:0 auto;
padding:0;
}

/* links */
a:link,a:visited {
color:#e19532;
}

a:hover {
color:#930;
}

a:active {
color:#093;
}

/* headings */
h2 {
font-size:26px;
color:#e19532;
font-weight:400;
margin-top:0;
line-height:30px;
}

h3 {
font-size:14px;
font-style: italic;
}

h4 {
font-size:18px;
}

h5 {
font-size:15px;
}

/* lift everything off the page
----------------------------*/
#container {
position:relative;
display:block;
min-height:500px;
width:768px;
margin:0 auto;
}

/* lift everything off the page
----------------------------*/
#logo,#menu,#content,#externalPanel {
display:block;
position:absolute;
z-index:1;
top:0;
left:18px;
}

/* logo
----------------------------*/
#logo {
background:url(images/bg_Logo.jpg) 1px 0 no-repeat;
height:178px;
min-height:178px;
width:730px;
left:18px;
top:0;
z-index:1;
}

#logo h1 {
margin:0;
padding:20px 0 0 20px;
}



/* Menu
----------------------------*/
#menu {
left:28px;
top:122px;
width:190px;
z-index:3;
position:absolute;
}

#menu .top {
background:url(images/bg_menu_top.gif) 0 0 no-repeat;
width:180px;
height:9px;
margin:0 0 0 11px;
}

#menu .bottom {
background:url(images/bg_bottom_menu.gif) 0 0 no-repeat;
width:180px;
height:16px;
margin:0 -1px 0 11px;
}

#menu ul {
background-color:#7FAE41;
list-style-type:none;
margin: 0 0 0 11px;
padding:0;
border-left:1px solid #030;
border-right:1px solid #030;
width:175px;
}

#menu li {
list-style-type:none;
background-color:#adcb86;
border-top: 1px solid #7FAE41;
margin-left:0px;
font-size:14px;
padding-left:10px;
display:block;
color:#FFF;
}

#menu li.here {
background:url(images/btn_here.gif) 0 0 no-repeat;
border:none !important;
padding-top:0;
width:190px;
margin:0 0 0 -12px;
padding-left:22px;
color:#000;
height:25px;
}
#menu li.here a {
color:#000;
}

#menu li a {
line-height:24px;
color:#FFF;
text-decoration:none;
}

#menu li a:hover {
color:#000000;
}

#menu li.subitem {
background:#94bb60 url(images/bg_indent.gif) 10px 7px no-repeat !important;
padding-left:25px;
font-size:12px;
}

#menu li.subitemhere {
background:#FFCC33 url(images/bg_indent_here.gif) 10px 7px no-repeat !important;
padding-left:25px;
font-size:12px;
}
#menu li.subitemhere a {
color:#000000;
}	



/* vcard */
#vcard {
background:url(images/bg_address_border.gif) 0 0 repeat-y;
font-size:11px;
line-height:14px;
width:130px;
margin:0 0 0 20px;
padding:5px 10px 0 15px;
}

* html .vcard {
margin:0 0 0 21px;
}

#vcard p {
font-size:11px;
margin-top:5px;
}

#vcard address {
margin-bottom:5px;
font-style:normal;
}

#vcard .bottom {
background:#fff url(images/bg_address_bottom.gif) 0 0 no-repeat;
padding-top:12px;
display:block;
width:155px;
margin:0 0 0 -15px;
}


/* Content
----------------------------*/
#content {
background:url(images/bg_content.gif) 0 0 repeat-y;
left:196px;
min-height:300px;
top:178px;
width:518px;
z-index:2;
}

#content p,#content h2,#content h3,#content h4,#content h5,#content ul,#content ol,#content table {
margin-left:35px;
margin-right:15px;
padding:0 0 15px;
}

#content h2 {
margin-bottom:5px;
}

#content h3 {
font-size:14px;
font-style: italic;
margin-bottom:0px;
margin-top:0px;
}

#content h4 {
	color: #E19532;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 0;
}

#content h5 {
padding-bottom:10px;
margin-top:0;
margin-bottom:0;
}

#content ul,#content ol {
margin-left:70px;
}

/*#content .service{width:105px; float:left; margin:0; border:1px solid #94bb60; padding:5px}
 External panel
----------------------------*/
#externalPanel {
color:#FFF;
font-family:Helvetica, Geneva, Arial, sans-serif;
left:763px;
top:184px;
width:200px;
z-index:5;
}

#externalPanel ul {
list-style-type:none;
}

#externalPanel li {
list-style-type:none;
border-bottom:1px solid #e19532;
color:#FFF;
font-size:11px;
margin-bottom:10px;
padding:5px 0;
}

#externalPanel li .date {
font-size:9px;
font-style:italic;
}

#highlight {
padding: 10px;
border: 2px solid #F8C825;
display: block;
clear: both;
width: 430px;
margin-right: auto;
margin-left: auto;
margin-bottom:10px;
}

#highlight ul{
	margin-left:25px;
}

#definition {
	font-size: 10px;
	line-height: 12px;
}


/* Footer
----------------------------*/
#footer {
margin-top:40px;
text-align:center;
}

#footer p {
font-size:11px;
}


