@charset "utf-8";

/***** Global settings *****/

body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
}

a img {
    border: none;
}

#container {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/***** Logo area *****/

#logo {
	padding: 0px;
	height: 70px;
	width: 356px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#imageLogo {
	height: 45px;
	float: left;
	width: 47px;
	margin: 0px;
	padding: 0px;
}

#wordLogo {
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

#wordLogo h1 {
	display: inline;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	color: #F47d31;
	font-weight: lighter;
	letter-spacing: 2px;
}

#wordLogo h1 a {
	display: inline;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 29px;
	color: #F47d31;
	font-weight: lighter;
	letter-spacing: 2px;
	text-decoration: none;
}

/***** Main navigation for non-flash pages *****/
#htmlnavigation ul li a {
    color: #623b15;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 2.5px;
}

#htmlnavigation ul {
    display: inline;
    list-style-image: none;
    width: 900px;
    margin-left: -2em;
    height: auto;
    margin-top: 24px;
}

#htmlnavigation {
    margin-top: 15px;
}

#htmlnavigation ul li {
    list-style-image: none;
    list-style-type: none;
    display: inline;
    margin-right: 15px;
    margin-left: 15px;
}

#htmlnavigation ul li a.selected {
    color: #f67f33;
}


#htmlnavigation ul li a:hover {
    color: #f67f33;
}

.htmlnavigation ul li a {
	color: #623b15;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 2.5px;
}

.htmlnavigation ul {
	display: inline;
	list-style-image: none;
	width: 900px;
	margin-left: 0px;
	height: auto;
	margin-top: 24px;
}

.htmlnavigation {
	margin-top: 15px;
}

.htmlnavigation ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}

.htmlnavigation ul li a.selected {
    color: #f67f33;
}


.htmlnavigation ul li a:hover {
	color: #f67f33;
}

.htmlnavigation, #htmlnavigation {text-align:center}

#dots {
	background-image: url(../images/dot.jpg);
	background-repeat: repeat-x;
	height: 10px;
	width: 875px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/***** Content area *****/

#flashBodyContent {
	height: 545px;
	width: 850px;
	margin-top: 10px;
	border: 0px;
}

#content {
    width: 740px;
    height: auto;
    margin-top: 20px;
    position: relative;
    left: 80px;
    float: left;
}

#bannerimage {
    width: 740px;
    height: 135px;
    background: url(../images/wheat.jpg);
    float: left;
}

/***** Home page *****/

div#home-menu {
    width: 855px;
    padding: 15px;
    overflow: hidden;
    margin: 0 auto;
}

div.tile {
    width: 275px;
    height: 275px;
    margin-left: 15px;
    margin-top: 15px;
    background: #ccc;
    float: left;
}

div.tile a img {
    width: 275px;
    height: 275px;
    position: absolute;
    border: none;
}

div.tile.first {
    margin-left: 0;
}

/***** Subnavigation on the Contact page *****/

#contactnavigation {
    width: 180px;
    float: left;
}

#contactnavigation ul {
    list-style-type: none;
    padding-left: 0;
}

#contactnavigation li {
    margin: 5px 0;
}

#contactnavigation ul li a {
    color: #623b15;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 2.5px;
}

#contactnavigation ul li a:hover {
	color: #f67f33;
}

#contactcontent {
    width: 560px;
    padding: 0;
    padding-bottom: 20px;
    float: right;
}

#contactcontent h1 {
    margin-top: 18px;
    margin-bottom: 0px;
    font-size: 18px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #F47d31;
    letter-spacing: 2px;
}

#contactcontent .contactsubheader {
    display: inline;
    font-family: "Gill Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
}

#contactcontent p {
    font-family: "Gill Sans", sans-serif;
    color: #623b15;
    margin: 10px 0;
    font-size: 14px;
}

/***** Footer *****/

div#disclaimer {
    margin-top: .5em;
}

#disclaimer h3 {
    width: 900px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #754c24;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	letter-spacing: 2px;
}

/***** Footer navigation *****/

#navigation {
	padding: 0px;
	height: 200px;
	width: 900px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#navigation ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navigation ul li a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	margin-left: 6px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
}

#navigation ul li a:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	color: #F5853E;
	text-decoration: none;
	margin-left: 6px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
}

#navigation ul li a.selected {
    color: #F5853E;
}

/***** Home Page Portal *****/

div#site-portal {
    width: 410px;
    height: 115px;
    margin: 10px auto 0 auto;
    background: url(../images/portalbg.jpg) no-repeat;
}

div#site-portal div.site-portal-link {
    width: 165px;
    height: 65px;
    float: left;
    padding: 25px 20px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

div#site-portal div.site-portal-link a {
    color: #885e2b;
    text-decoration: none;
}

div#site-portal div.site-portal-link a:hover {
    color: #F47d31;
}

div#site-portal div.site-portal-link:first-child {
    text-align: right;
}

div#site-portal div.site-portal-link h2 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 5px;
}

div#site-portal div.site-portal-link h1 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: "Gill Sans", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

div#site-portal div.site-portal-link h3 {
    text-transform: lowercase;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
}

div#portal-ad {
    margin-top: 20px;
    padding-left: 137px;
}

div#portal-ad img {
    display: none;
}

div#portal-ad img.active {
    display: block;
    width: 625px;
    height: 390px;
}

/***** Submenu in Portfolio *****/
#sectionMenu {
	margin: 0 auto 10px;
	text-align: center;
}

#sectionMenu>ul {margin: 0 auto;}

/***** Portfolio ******/
.portfolioWrapper{    
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 2.5px;
	text-align:center;
}
#item .title{
    font-family: "Gill Sans", sans-serif;
    margin-top: 1em;
    color: #F47d31;
    font-size: larger;
}
#item .title>a{
    text-decoration:none;
    color: #885e2b;
}
#item .title>a:hover{
    color: #F47d31; 
}
#prev, #next, #place {display:inline}	
.portfolioNavigate,#description{
    margin-top:1em;
    letter-spacing:2.5px;
    color: #885e2b;
}
.portfolioNavigate a{
    color: #885e2b;
    text-decoration:none;
    font-size:1.3em;
}
.portfolioNavigate a:hover{
    color: #F47d31;
}
#place{
    margin-right: 8em;
    margin-left: 8em;
}
