/*
==================================
Global (Default) Styles
==================================
*/




/*
======================================
Layout
======================================
*/
html,
body {
width: 100%;
height: 100%;
}

html {
font-family: arial, helvetica, sans-serif;
font-size: 0.8em;
color: #000;
}

body {
background: #ddd;
margin: 0;
padding: 0;
}

a {
color: #039;
text-decoration: none;
}

a:hover {
color: #039;
text-decoration: underline;
}


/*
Header
*/
#header {
background: #036;
border-bottom: 2px solid #fff;
height: 80px;
position: relative;
}

#header-inner {
background: #039;
height: 70px;
overflow: hidden;
position: relative;
}

#header #logo-fnal {
float: left;
margin: 20px 20px 0 20px;
}

#header #logo-doe {
float: right;
margin: 20px 20px 0 20px;
}

body.home-page #header #nav {
display: none;
}

#header #nav {
background: #036;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
clear: both;
color: #fff;
display: block;
height: 33px;
overflow: hidden;
text-align: center;
width: 100%;
}

body.sub-page #header #nav {
height: auto;
}

#header #nav-inner {
background: #036;
overflow: auto;
margin: 0 auto;
padding: 7px 10px;
}

#header #nav a {
color: #fff;
}

#header #nav a:hover {
color: #fff;
}

#header #nav .nav-arrow {
padding: 0 0.4em 0 0;
}

#header #nav .title {
color: #fff;
display: inline;
font-size: 1em;
margin: 0;
padding: 2px 10px 0 0;
}

#header select#nav_menu {
border: 1px solid #ddd;
}
/*
END: Header
*/


/*
Content Row
*/
#content-row {
clear: both;
}

#map_canvas {
/*float: left;*/
height: 100%;
width: 100%; 
}

body.iframe #map_canvas {
float: none; 
height: 730px;
width: 730px; 
}

#sidebar {
background: #ddd;
float: right; 
height: 100%;
width: 22%;
}

#sidebar-inner {
background: #fff;
/*padding: 0 0 0 1px;*/
}
/*
END: Content Row
*/


/*
Footer
*/
#footer {

}
/*
END: Footer
*/

/*
======================================
END: Layout
======================================
*/




/*
======================================
Typography
======================================
*/
h1,h2,h3,h4,h5,h6,h7 {
color: #039;
}

h1 {

}

h2 {
margin: 0 0 0.8em 0;
font-size: 1.6em;
font-weight: bold;
}

h3 {
margin: 0 0 0.8em 0;
font-size: 1.4em;
font-weight: bold;
}

h4 {
margin: 0 0 0.1em 0;
font-size: 1.2em;
font-weight: bold;
}

h5 {
margin: 0 0 0.1em 0;
font-size: 1.1em;
font-weight: bold;
}

h6 {
margin: 0 0 0.1em 0;
font-size: 1em;
font-weight: bold;
font-style: italic;
}

hr {
border: 0;
margin: 0 0 1.2em 0;
height: 1px;
background: #bbb;
color: #bbb;
}

.small {
font-size: 0.9em;
}

.x-small {
font-size: 0.8em;
}

.big {
font-size: 1.2em;
}

.x-big {
font-size: 1.4em;
}

.gray {
color: #999;
}

.red {
color: #cc0000;
}

.all-caps {
text-transform: uppercase;
}

.no-caps {
text-transform: none;
}

.lowercase {
text-transform: lowercase;
}

.no-italics {
font-style: normal;
}

.bold {
font-weight: bold;
}

.no-bold {
font-weight: normal;
}

.align-left {
float: left;
margin: 0 1.5em 1.5em 0;
}

.align-right {
float: right;
margin: 0 0 1.5em 1.5em;
}

.clear {
clear: both;
display: block;
}

/*
======================================
END: Typography
======================================
*/




/*
======================================
Homepage
======================================
*/

/*
Map Popups
*/
#map_canvas .popup-content {

}

#map_canvas .popup-content .popup-title {
font-size: 1.2em;
margin: 0;
padding: 0 0 0.2em 0;
}

#map_canvas .popup-content .popup-excerpt {
padding: 0 0 0.6em 0;
}

#map_canvas .popup-content .popup-read-more {

}



/*
Sidebar
*/
#sidebar .title {
background: #333;
border-bottom: 1px solid #fff;
color: #fff;
display: block;
font-size: 1.3em;
margin: 0;
padding: 0.4em 0.8em;
}

ul.treeview,
ul.submenu { /*CSS for Simple Tree Menu*/
background: #fff;
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
position: relative;
}

ul.treeview input.input-checkbox,
ul.submenu input.input-checkbox {
float: left;
margin: 5px 0 0 5px;
position: relative;
z-index: 999;
}

ul.treeview li.submenu,
ul.submenu li.submenu { /* Style for LI that contains sub lists (other ULs). */
background-color: #ccc !important; /* url(closed.png) no-repeat left 1px !important;*/
background-position: 24px 7px !important;
background-repeat: no-repeat !important;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #fff;
cursor: pointer !important;
display: block !important;
font-weight: bold;
padding: 5px 24px 5px 38px !important;
}

ul.treeview li#nav1.submenu,
ul.submenu li#nav1.submenu {
/*background-color: #60bca6 !important;*/
background-color: #66b3b3 !important; /* #339999 */
}

ul.treeview li#nav2.submenu,
ul.submenu li#nav2.submenu {
/*background-color: #c95a5f !important;*/
background-color: #d98c40 !important; /* #cc6600 */
}

ul.treeview li#nav3.submenu,
ul.submenu li#nav3.submenu {
/*background-color: #eaaf00 !important;*/
background-color: #d9b340 !important; /* #cc9900 */
}

ul.treeview li.submenu ul,
ul.submenu li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin: 8px -24px -5px -38px !important;
padding: 0 !important;
}

ul.treeview li.submenu ul li,
ul.submenu li.submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
background-color: #fff !important;
display: block;
padding: 0;
}

ul.treeview li.submenu ul a,
ul.submenu li.submenu ul a {
color: #444;
cursor: pointer;
background-color: #fff !important;
background-image: none !important;
border-bottom: 1px solid #ddd;
display: block;
font-weight: normal;
list-style-type: none;
padding: 3px 6px 3px 25px !important;
}

ul.treeview li.submenu ul a:hover,
ul.submenu li.submenu ul a:hover {
background-color: #e6e6e6 !important;
color: #444;
}

/*
======================================
END: Homepage
======================================
*/



/*
======================================
Sub-pages
======================================
*/
body.sub-page {
background: #fff;
}

body.sub-page #content-row {
margin: 0 auto;
padding: 20px 0;
max-width: 600px;
width: 60%;
}

body.sub-page #content-row-inner {
padding: 15px;
}

/*
Profiles
*/
body.sub-page .profile {

}

body.sub-page .profile .profile-title {
text-align: center;
}

body.sub-page .profile .profile-photo {
float: right;
margin: 0 0 1em 1em;
width: 50%;
}

body.sub-page .profile .profile-photo img {
height: auto;
width: 100%;
}

body.sub-page .profile .profile-photo .profile-photo-caption {
background: #e9e9e9;
color: #777;
font-size: 0.9em;
padding: 0.6em;
}

body.sub-page .profile .profile-description {

}
/*
======================================
END: Sub-pages
======================================
*/

