/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

#top-bar {
    background: #30679a;
    height: 50px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

#main-menu {

}

#main-menu ul {
    height: 50px;
    margin: 0;
    padding: 0;
}

#main-menu ul li {
    display: inline;
    margin-right: 30px;
}

#main-menu ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 45px;
    line-height: 42px;
    border-top: 5px solid transparent;
}

#main-menu ul li a:hover,
#main-menu ul li.active a {
    border-top: 5px solid #fff;
}

#logo {
    position: relative;
    background: transparent url(images/menu_dropshadow.png) no-repeat top center;
}

#logo img {
    margin: 30px 0 25px 0;
    max-width: 100%;
}

#breadcrumbs {
    text-align: right;
    padding: 30px 0 0 0;
    font-size: 12px;
}

#header {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

#main-image {
    position: relative;
}

#main-image img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

#slogan {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: transparent url(images/slogan_bg.png);
    color: #fff;
    width: 620px;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 140%;
    z-index: 100;
}

#slogan p {
    text-align: right;
    margin: 0;
}

#side-image {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 50;
}

#side-image img {
    max-width: 280px;
    max-height: 100%;
    vertical-align: top;
}

#map-wrapper {
    height: 300px;
}

#map-canvas {
    height: 100%;
    padding: 0;
    margin: 0;
}

#footer {
    background: #30679a url(images/footer_dropshadow.png) repeat-x top;
    color: #fff;
    margin-top: 30px;
    padding: 30px 0;
    font-size: 13px;
    font-style: italic;
    line-height: 160%;
}

#footer a {
    color: #fff;
}

#footer ul li {
    display: inline-block;
    margin-right: 20px;
}

/* #Page Styles
================================================== */

.portfolio {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 25px;
    margin-bottom: 20px;
}

.portfolio-image {
    height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
}

.portfolio-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.portfolio-text {
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}

.portfolio-button {

}

.portfolio-button .button {
    margin-bottom: 0;
}

.tinynav { display: none; }

select.tinynav{
    width: 100%;
    margin-top: 10px;
    padding:.3em;/.4em;
}

.required {
    color: #c71832;
}

.missing-required {
    border: 1px solid #c71832 !important;
    background: #ffdade !important;
}

.form-error,
.ui-state-error-label {
    color: #cc0000;
    font-size: 80%;
}

.message-success {
    background: #d2ffa9;
    color: #006114;
    border: 1px solid #006114;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-error {
    background: #ffdade;
    color: #c71832;
    border: 1px solid #c71832;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-info {
    background: #daedff;
    color: #1d4db6;
    border: 1px solid #1d4db6;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-alert {
    background: #fff0b2;
    color: #e7552d;
    border: 1px solid #e7552d;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-success a,
.message-error a,
.message-alert a,
.message-info a {
    color: #444;
    text-decoration: none;
}

.no-border {
    border: none !important;
    padding: 0;
}

.out-of-sight {
    position: absolute !important;
    left: 99999px !important;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
        #side-image { max-width: 220px; height: 100%;}
        #side-image img {
            width: auto;
            height: 100%;
        }
        #slogan { display: none; }
        #main-menu ul li {
            margin-right: 20px;
        }
        #main-menu ul li a {
            font-size: 13px;
        }
    }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	    .tinynav { display: block; }
        #nav { display: none; }
        #slogan { display: none; }
        #side-image { display: none; }
        #slogan { display: none; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/