/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
 
}
body {
background-color:#e8e8cf;
color: #226637;
font-size:100%;
line-height:1.125em; /* 16×1.125=18 */
font-family: Hevetica, Arial, 'Liberation Sans', FreeSans, sans-serif;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

﻿/*
TEXT.CSS
*/


/*
a:focus {
	outline: 1px dotted invert;
}
*/

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,h2, h3, h4, h5, h6{
text-align: right;
clear: left;
}

h1 {
font-size: 1.25em;/* displayed at 24px */
line-height: 1.5em;
text-align: left;
}

h2 {
font-size: 1.25em; /* displayed at 24px */
}

h3 {
font-size: 1.25em;
}

h4 {
font-size: 1em;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	font-size:0.875em
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px
}

#content p{
	font-size:0.875em
}

#hd fieldset{
font-size:0.875em
}

/* THE GRID */


#doc{
background-color:#e8e8cf;
margin-left: auto;
margin-right: auto;
width: 960px;
}

 #sidebar, #content{

display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}

#breadcrumb{
width: 940px;
}

#hd, #bd, #ft{
width: 940px;
clear: both;
}

/*class="grid_12"*/
#hd{
min-height: 90px;
background-image: url('/media/image/png/bg.png');
background-color: #d6ebef;
color: #226637;
padding-top: 70px;
background-repeat: no-repeat;
background-position: right top;
}

/*class="grid_3 omega"*/
#sidebar{
background-color: #d8f0dc;
width: 220px;
margin-left: 10px;
margin-right: 0px;
min-height: 600px;
}

/*class="grid_7 prefix_1 suffix_1 alpha"*/
#content{
color: #226637;	
width: 540px;
padding-left: 80px;
padding-right: 80px;
margin-left: 0;
margin-right: 10px;
}


/*lists.css*/

/*  List Styles:    navigation_list    horizontal_list
*/
.navigation_list{
list-style: none;
padding: 0;
margin: 0 ;
}

.navigation_list li{
list-style: none;
margin: 0;
padding: 0;
}

a:link,a:visited{
color: #372266;
}

a:hover{
background: #226637;
color: silver;
}

li a:link, li a:visited{
color: #1A2588;
background-color: #90AC96;
}

li a:hover{
background-color: #324159;
color: #94B1CF;
}


/*
 HORIZONTAL_LIST
 grid_2
*/

.horizontal_list li{
display: inline;
float: left;
width: 140px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 5px;
}

.horizontal_list li.first{
margin-left: 0px;
}

.horizontal_list li.last{
margin-right: 0px;
}

.horizontal_list li.noLink{
background-color: #324159;
color: silver;
text-align: center;
border-bottom: solid 2px #CFB294;
}

.horizontal_list a:link, .horizontal_list a:visited{
display: block;
text-decoration: none;
text-align: center;
border-bottom: solid 2px #94CF94;

}

.horizontal_list a:hover{
text-decoration: none;
text-align: center;
border-bottom: solid 2px #CFB294;
}

/*navigation_list*/

.navigation_list li a:link, .navigation_list li a:visited{
display: block;
padding-left: 20px;
text-decoration: none;
border-right: solid 2px #94CF94;
border-bottom: solid 1px #94CF94;
}

.navigation_list li a:hover{
padding-left: 10px;
border-left: solid 10px #CFB294;
border-right: solid 2px silver;
border-bottom: solid 1px silver;
}

.navigation_list li.noLink{
padding-left: 5px;
border-left: solid 10px #CFB294;
border-right: solid 2px #CFB294;
background-color: #324159;
color: #94B1CF;
}


.breadcrumb_list{
float:right;
display: inline;
list-style: none;
}

.breadcrumb_list li{
list-style: none;
display: inline;
}


/* images */
/*  images */

a img {
border:0;
}

img{
}


#hd div div img{
  display: block;
  float: none;
}

.figure.icon{
max-width: 60px;   
}

.figure-logo{
float: left;
padding-right: 10px;  
}

.figure-logo-alt{
float: right;
padding-right: 10px;  
}

.figure-xsmall {
max-width: 140px; 
}

.figure-small {
max-width: 300px;
}

.figure-medium {
max-width: 460px;
}

.figure-large {
max-width: 620px;
}

.figure-xlarge {
max-width: 960px;
}


/* ///todo*/

.figure-xsmall,.figure-small, .figure-medium {
float: left;
padding-right: 10px;
margin-left: -90px;
}

.figure-xsmall-alt,.figure-small-alt, .figure-medium-alt {
float: right;
margin-right: -80px;
padding-left: 10px;
}

/*vcard.css*/

.vcard{
background-image: url('/shared-media/icons/vcard.gif');
background-repeat: no-repeat;
width: 380px;
padding-left: 80px;
margin-left: 0;
margin-right: 10px;
}

.codedirection { unicode-bidi:bidi-override; direction: rtl; }

.post, .tel, .email,.location{
 display: list-item;
 list-style: none;
 line-height: 20px;
 padding-left: 16px;
}
.post{
  list-style-image: url('/shared-media/icons/email.png');
}
.email{
  list-style-image: url('/shared-media/icons/email_link.png');
}
.tel{
  list-style-image: url('/shared-media/icons/telephone.png');
}

.location{
  list-style-image: url('/shared-media/icons/footprint.png');
}
